linux-stable/include/linux
Steven Rostedt (VMware) 1415e7a48b string.h: Add str_has_prefix() helper function
commit 72921427d4 upstream.

A discussion came up in the trace triggers thread about converting a
bunch of:

 strncmp(str, "const", sizeof("const") - 1)

use cases into a helper macro. It started with:

	strncmp(str, const, sizeof(const) - 1)

But then Joe Perches mentioned that if a const is not used, the
sizeof() will be the size of a pointer, which can be bad. And that
gcc will optimize strlen("const") into "sizeof("const") - 1".

Thinking about this more, a quick grep in the kernel tree found several
(thousands!) of cases that use this construct. A quick grep also
revealed that there's probably several bugs in that use case. Some are
that people forgot the "- 1" (which I found) and others could be that
the constant for the sizeof is different than the constant (although, I
haven't found any of those, but I also didn't look hard).

I figured the best thing to do is to create a helper macro and place it
into include/linux/string.h. And go around and fix all the open coded
versions of it later.

Note, gcc appears to optimize this when we make it into an always_inline
static function, which removes a lot of issues that a macro produces.

Link: http://lkml.kernel.org/r/e3e754f2bd18e56eaa8baf79bee619316ebf4cfc.1545161087.git.tom.zanussi@linux.intel.com
Link: http://lkml.kernel.org/r/20181219211615.2298e781@gandalf.local.home
Link: http://lkml.kernel.org/r/CAHk-=wg_sR-UEC1ggmkZpypOUYanL5CMX4R7ceuaV4QMf5jBtg@mail.gmail.com

Cc: Tom Zanussi <zanussi@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Suggestions-by: Linus Torvalds <torvalds@linux-foundation.org>
Suggestions-by: Joe Perches <joe@perches.com>
Suggestions-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: George Guo <guodongtai@kylinos.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-05-25 16:16:19 +02:00
..
amba
avf virtchnl: Fix off by one error 2019-12-13 08:51:18 +01:00
bcma
byteorder
can can: sja1000: fix size of OCR_MODE_MASK define 2023-01-18 11:29:59 +01:00
ceph ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL 2020-04-02 15:28:16 +02:00
clk
crush
decompress
dma
dsa
extcon
firmware/meson
fpga
fsl
gpio gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB 2019-12-05 09:20:15 +01:00
hsi
iio iio: core: remove extra semi-colon from devm_iio_device_register() macro 2020-04-29 16:31:24 +02:00
input
irqchip irqchip/gic-v3-its: fix some definitions of inner cacheability attributes 2020-01-27 14:50:42 +01:00
isdn
lockd
mailbox
mfd mfd: t7l66xb: Drop platform disable callback 2022-08-25 11:15:23 +02:00
mlx4 RDMA/mlx4: Do not map the core_clock page to user space unless enabled 2021-06-16 11:55:01 +02:00
mlx5 net/mlx5: Fix size field in bufferx_reg struct 2022-03-16 13:20:26 +01:00
mmc mmc: core: Fix size overflow for mmc partitions 2020-10-01 13:14:28 +02:00
mtd mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N 2022-06-14 16:59:39 +02:00
mux
netfilter netfilter: add helper function to set up the nfnetlink header and use it 2023-08-11 11:45:16 +02:00
netfilter_arp
netfilter_bridge netfilter: ebtables: reject blobs that don't provide all entry points 2022-09-05 10:26:29 +02:00
netfilter_ipv4
netfilter_ipv6
perf
phy
pinctrl
platform_data platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask 2022-09-15 12:17:02 +02:00
power power: supply: bq27xxx: Fix poll_interval handling and races on remove 2023-05-30 12:42:14 +01:00
qed net: qed: fix left elements count calculation 2020-06-30 23:17:12 -04:00
raid
regulator regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id 2020-01-23 08:21:39 +01:00
remoteproc
reset
rpmsg
rtc
sched posix-timers: Ensure timer ID search-loop limit is valid 2023-08-11 11:45:25 +02:00
soc
soundwire
spi spi: introduce SPI_MODE_X_MASK macro 2024-02-23 08:12:39 +01:00
ssb
sunrpc SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int 2024-04-13 12:50:16 +02:00
ulpi
unaligned
usb cdc_ncm: Implement the 32-bit version of NCM Transfer Block 2023-06-09 10:23:54 +02:00
uwb
wimax
8250_pci.h
a.out.h
acct.h
acpi.h ACPI: tables: x86: Reserve memory occupied by ACPI tables 2021-05-07 10:49:25 +02:00
acpi_dma.h
acpi_iort.h
acpi_pmtmr.h
adb.h
adfs_fs.h
aer.h
agp_backend.h
agpgart.h
ahci-remap.h
ahci_platform.h ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys() 2020-01-09 10:19:01 +01:00
aio.h
alarmtimer.h
altera_jtaguart.h
altera_uart.h
amd-iommu.h
amifd.h
amifdreg.h
anon_inodes.h
apm-emulation.h
apm_bios.h
apple-gmux.h
apple_bl.h
arch_topology.h
arm-cci.h
arm-smccc.h arm64: entry: Add vectors that have the bhb mitigation sequences 2022-03-23 09:10:43 +01:00
arm_sdei.h
ascii85.h
asn1.h
asn1_ber_bytecode.h
asn1_decoder.h
assoc_array.h
assoc_array_priv.h
async.h
async_tx.h
ata.h ata: fix ata_id_has_dipm() 2022-10-26 13:19:32 +02:00
ata_platform.h
atalk.h appletalk: Fix potential NULL pointer dereference in unregister_snap_client 2019-12-13 08:52:59 +01:00
ath9k_platform.h
atm.h
atm_suni.h
atm_tcp.h
atmdev.h
atmel-mci.h
atmel-ssc.h
atmel_pdc.h
atmel_tc.h
atomic.h
attribute_container.h
audit.h
auto_dev-ioctl.h
auto_fs.h
auxvec.h
average.h
b1pcmcia.h
backing-dev-defs.h bdi: add a ->dev_name field to struct backing_dev_info 2021-08-08 08:54:29 +02:00
backing-dev.h bdi: move bdi_dev_name out of line 2021-08-08 08:54:29 +02:00
backlight.h
badblocks.h
balloon_compaction.h
bcd.h
bch.h
bcm47xx_nvram.h
bcm47xx_sprom.h
bcm47xx_wdt.h
bcm963xx_nvram.h
bcm963xx_tag.h
binfmts.h
bio.h
bit_spinlock.h
bitfield.h bitfield.h: don't compile-time validate _val in FIELD_FIT 2020-08-19 08:15:05 +02:00
bitmap.h linux/bitmap.h: fix type of nbits in bitmap_shift_right() 2019-12-01 09:17:07 +01:00
bitops.h ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use 2023-06-09 10:23:56 +02:00
bitrev.h
bits.h linux/bits.h: make BIT(), GENMASK(), and friends available in assembly 2022-11-10 17:46:56 +01:00
blk-cgroup.h block: don't merge across cgroup boundaries if blkcg is enabled 2022-04-15 14:14:41 +02:00
blk-mq-pci.h
blk-mq-rdma.h
blk-mq-virtio.h
blk-mq.h blk-mq: add callback of .cleanup_rq 2019-10-05 13:10:03 +02:00
blk_types.h
blkdev.h block: add a new set_read_only method 2024-03-26 18:22:34 -04:00
blkpg.h
blktrace_api.h blktrace: Protect q->blk_trace with RCU 2020-04-29 16:31:17 +02:00
blockgroup_lock.h
bma150.h
bootmem.h
bottom_half.h
bpf-cgroup.h bpf: fix unconnected udp hooks 2019-07-03 13:14:48 +02:00
bpf.h bpf: Add map and need_defer parameters to .map_fd_put_ptr() 2024-02-23 08:12:46 +01:00
bpf_lirc.h
bpf_trace.h
bpf_types.h
bpf_verifier.h bpf: Fix pointer arithmetic mask tightening under state pruning 2021-09-22 11:47:59 +02:00
bpfilter.h
brcmphy.h
bsearch.h
bsg-lib.h
bsg.h
btf.h
btree-128.h
btree-type.h
btree.h
btrfs.h
buffer_head.h fs: only do a memory barrier for the first set_buffer_uptodate() 2022-09-15 12:17:02 +02:00
bug.h kprobes: Prohibit probing on BUG() and WARN() address 2019-10-05 13:09:54 +02:00
build-salt.h
build_bug.h kbuild: avoid static_assert for genksyms 2020-12-30 11:25:39 +01:00
bvec.h block: allow for_each_bvec to support zero len bvec 2020-09-09 19:04:31 +02:00
c2port.h
cache.h
cacheinfo.h drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION() 2021-09-26 13:39:48 +02:00
capability.h
cb710.h
cciss_ioctl.h
ccp.h crypto: ccp - Add support for valid authsize values less than 16 2019-08-16 10:12:38 +02:00
cdev.h
cdrom.h
cfag12864b.h
cgroup-defs.h cgroup: Use separate src/dst nodes when preloading css_sets for migration 2022-07-21 21:09:26 +02:00
cgroup.h memcg: fix possible use-after-free in memcg_write_event_control() 2022-12-14 11:28:27 +01:00
cgroup_rdma.h
cgroup_subsys.h
circ_buf.h
cleancache.h
clk-provider.h
clk.h clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' 2023-08-30 16:31:56 +02:00
clkdev.h
clock_cooling.h
clockchips.h
clocksource.h
cm4000_cs.h
cma.h
cmdline-parser.h
cn_proc.h
cnt32_to_63.h
coda.h coda: fix build using bare-metal toolchain 2019-08-06 19:06:52 +02:00
coda_psdev.h uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers 2019-08-06 19:06:52 +02:00
compaction.h
compat.h futex: Move futex exit handling into futex code 2021-01-30 13:32:11 +01:00
compat_time.h
compiler-clang.h compiler.h: fix barrier_data() on clang 2020-12-30 11:25:40 +01:00
compiler-gcc.h compiler.h: Raise minimum version of GCC to 5.1 for arm64 2021-01-23 15:49:55 +01:00
compiler-intel.h
compiler.h compiler.h: Introduce absolute_pointer macro 2021-10-06 15:31:17 +02:00
compiler_types.h vmlinux.lds.h: Create section for protection against instrumentation 2021-03-24 11:07:31 +01:00
completion.h
component.h
concap.h
configfs.h
connector.h
console.h serial: core: Fix initializing and restoring termios speed 2021-11-26 11:36:02 +01:00
console_struct.h vt: Fix character height handling with VT_RESIZEX 2021-05-26 11:48:35 +02:00
consolemap.h
const.h
container.h
context_tracking.h
context_tracking_state.h
cordic.h
coredump.h
coresight-pmu.h
coresight-stm.h
coresight.h
count_zeros.h
cper.h
cpu.h init: Provide arch_cpu_finalize_init() 2023-08-08 19:49:17 +02:00
cpu_cooling.h
cpu_pm.h
cpu_rmap.h
cpufeature.h cpufeature: avoid warning when compiling with clang 2019-11-20 18:47:11 +01:00
cpufreq.h cpufreq: Avoid leaving stale IRQ work items during CPU offline 2019-12-31 16:36:22 +01:00
cpuhotplug.h hrtimers: Push pending hrtimers away from outgoing CPU earlier 2023-12-13 17:42:15 +01:00
cpuidle.h cpuidle: menu: Fix wakeup statistics updates for polling state 2019-11-24 08:20:07 +01:00
cpumask.h
cpuset.h cgroup/cpuset: Change cpuset_rwsem and hotplug lock order 2023-04-05 11:15:42 +02:00
crash_core.h
crash_dump.h
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
crc4.h
crc7.h
crc8.h
crc16.h
crc32.h
crc32c.h
crc32poly.h
crc64.h
cred.h cred: switch to using atomic_long_t 2023-12-20 15:38:01 +01:00
crypto.h
cryptohash.h
cs5535.h
ctype.h
cuda.h
cyclades.h
davinci_emac.h
dax.h
dca.h
dcache.h fscrypt: clean up and improve dentry revalidation 2020-11-05 11:08:35 +01:00
dccp.h
dcookies.h
debug_locks.h
debugfs.h debugfs: regset32: Add Runtime PM support 2023-05-17 11:13:06 +02:00
debugobjects.h
delay.h
delayacct.h
delayed_call.h
dell-led.h
devcoredump.h
devfreq-event.h
devfreq.h
devfreq_cooling.h thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n 2020-04-17 10:48:45 +02:00
device-mapper.h dm: fix deadlock when swapping to encrypted device 2021-03-04 09:39:57 +01:00
device.h Revert "driver core: Annotate dev_err_probe() with __must_check" 2024-02-23 08:12:40 +01:00
device_cgroup.h
devpts_fs.h
digsig.h
dio.h
dirent.h
dlm.h
dlm_plock.h
dm-bufio.h dm integrity: fix flush with external metadata device 2021-01-23 15:49:55 +01:00
dm-dirty-log.h
dm-io.h
dm-kcopyd.h
dm-region-hash.h
dm9000.h
dma-buf.h
dma-contiguous.h
dma-debug.h
dma-direct.h
dma-direction.h
dma-fence-array.h
dma-fence.h
dma-iommu.h
dma-mapping.h Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" 2022-05-25 09:10:41 +02:00
dma-noncoherent.h
dma_remapping.h
dmaengine.h dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV 2024-02-23 08:12:53 +01:00
dmapool.h
dmar.h
dmi.h
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
drbd.h
drbd_genl.h
drbd_genl_api.h
drbd_limits.h
ds2782_battery.h
dtlk.h
dw_apb_timer.h
dynamic_debug.h dyndbg: fix module.dyndbg handling 2022-10-26 13:19:31 +02:00
dynamic_queue_limits.h
earlycpio.h
ecryptfs.h
edac.h EDAC: Raise the maximum number of memory controllers 2019-11-20 18:47:40 +01:00
edd.h
edma.h
eeprom_93cx6.h
eeprom_93xx46.h misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom 2021-03-11 14:05:02 +01:00
efi-bgrt.h
efi.h efi: random: reduce seed size to 32 bytes 2022-11-10 17:46:55 +01:00
efs_vh.h
eisa.h
elevator.h
elf-fdpic.h
elf-randomize.h
elf.h
elfcore-compat.h
elfcore.h elfcore: correct reference to CONFIG_UML 2021-10-27 09:53:13 +02:00
elfnote.h elfnote: mark all .note sections SHF_ALLOC 2020-06-25 15:33:02 +02:00
enclosure.h
err.h
errno.h
error-injection.h
errqueue.h
errseq.h
etherdevice.h ethernet: Add helper for assigning packet type when dest address does not match device address 2024-05-17 11:42:37 +02:00
ethtool.h
eventfd.h eventfd: Export eventfd_ctx_do_read() 2023-09-23 10:47:59 +02:00
eventpoll.h
evm.h
export.h
exportfs.h
ext2_fs.h
extable.h
extcon-provider.h
extcon.h extcon: Add stubs for extcon_register_notifier_all() functions 2021-04-07 12:48:50 +02:00
f2fs_fs.h
f75375s.h
falloc.h
fanotify.h
fault-inject.h
fb.h fbdev: Ditch fb_edid_add_monspecs 2019-11-24 08:19:14 +01:00
fbcon.h
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdtable.h
fec.h
file.h fs: add fget_many() and fput_many() 2021-12-08 08:50:13 +01:00
filter.h bpf: Prevent increasing bpf_jit_limit above max 2021-11-26 11:35:59 +01:00
fips.h
firewire.h
firmware-map.h
firmware.h
fixp-arith.h
flat.h
flex_array.h
flex_proportions.h
fmc-sdb.h
fmc.h
font.h Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts 2020-10-14 10:31:21 +02:00
frame.h
freezer.h
frontswap.h
fs.h fs: add a vfs_fchmod helper 2024-04-13 12:50:14 +02:00
fs_enet_pd.h
fs_pin.h
fs_stack.h
fs_struct.h
fs_uart_pd.h
fscache-cache.h
fscache.h
fscrypt.h fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext 2020-11-05 11:08:35 +01:00
fscrypt_notsupp.h fscrypt: add fscrypt_symlink_getattr() for computing st_size 2021-09-22 11:47:56 +02:00
fscrypt_supp.h fscrypt: add fscrypt_symlink_getattr() for computing st_size 2021-09-22 11:47:56 +02:00
fsi-sbefifo.h
fsi.h
fsl-diu-fb.h
fsl_devices.h
fsl_hypervisor.h
fsl_ifc.h mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions 2019-11-20 18:45:55 +01:00
fsldma.h
fsnotify.h
fsnotify_backend.h
ftrace.h ftrace: Mark get_lock_parent_ip() __always_inline 2023-04-20 12:04:39 +02:00
ftrace_irq.h
futex.h futex: Add mutex around futex exit 2021-01-30 13:32:12 +01:00
fwnode.h
gameport.h
gcd.h
genalloc.h lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk 2019-12-05 09:21:03 +01:00
genetlink.h
genhd.h block: genhd: add 'groups' argument to device_add_disk 2021-03-11 14:04:59 +01:00
genl_magic_func.h
genl_magic_struct.h
getcpu.h
gfp.h mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations 2024-04-13 12:50:12 +02:00
glob.h
gnss.h
goldfish.h
gpio-pxa.h
gpio.h gpio: Fix build error of function redefinition 2019-09-10 10:33:44 +01:00
gpio_keys.h
hardirq.h
hash.h
hashtable.h
hdlc.h
hdlcdrv.h
hdmi.h
hid-debug.h
hid-roccat.h
hid-sensor-hub.h
hid-sensor-ids.h
hid.h HID: fix HID device resource race between HID core and debugging support 2023-12-08 08:43:23 +01:00
hiddev.h
hidraw.h
highmem.h
highuid.h
hil.h
hil_mlc.h hil/parisc: Disable HIL driver when it gets stuck 2020-11-05 11:08:54 +01:00
hippidevice.h
hmm.h
host1x.h gpu: host1x: mipi: Update tegra_mipi_request() to be node based 2024-03-26 18:22:37 -04:00
hp_sdc.h
hpet.h
hrtimer.h hrtimer: Report offline hrtimer enqueue 2024-02-23 08:12:55 +01:00
htcpld.h
huge_mm.h mm/thp: make is_huge_zero_pmd() safe and quicker 2021-07-11 12:49:27 +02:00
hugetlb.h hugetlb: check for undefined shift on 32 bit architectures 2023-02-22 12:47:20 +01:00
hugetlb_cgroup.h
hugetlb_inline.h
hw_breakpoint.h
hw_random.h random: pull add_hwgenerator_randomness() declaration into random.h 2022-06-25 11:49:07 +02:00
hwmon-sysfs.h
hwmon-vid.h
hwmon.h hwmon: Fix HWMON_P_MIN_ALARM mask 2019-10-17 13:45:42 -07:00
hwspinlock.h
hyperv.h Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) 2020-08-11 15:32:33 +02:00
hypervisor.h
i2c-algo-bit.h
i2c-algo-pca.h i2c: algo: pca: Reapply i2c bus settings after reset 2020-09-23 12:10:59 +02:00
i2c-algo-pcf.h
i2c-dev.h
i2c-mux.h
i2c-pxa.h
i2c-smbus.h
i2c.h i2c: Add I2C_AQ_NO_REP_START adapter quirk 2021-05-22 10:59:40 +02:00
i8042.h
i8253.h
icmp.h
icmpv6.h net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending 2021-03-04 09:39:59 +01:00
ide.h
idle_inject.h
idr.h idr: Fix integer overflow in idr_for_each_entry 2019-12-05 09:19:39 +01:00
ieee80211.h mac80211: add ieee80211_is_any_nullfunc() 2020-05-10 10:30:12 +02:00
ieee802154.h
if_arp.h net: handle ARPHRD_PPP in dev_is_mac_header_xmit() 2023-09-23 10:48:11 +02:00
if_bridge.h
if_eql.h
if_ether.h macvlan: do not assume mac_header is set in macvlan_broadcast() 2020-01-12 12:17:25 +01:00
if_fddi.h
if_frad.h
if_link.h
if_ltalk.h
if_macvlan.h macvlan: macvlan_count_rx() needs to be aware of preemption 2021-03-30 14:37:00 +02:00
if_phonet.h
if_pppol2tp.h
if_pppox.h compat_ioctl: pppoe: fix PPPOEIOCSFWD handling 2019-08-09 17:52:34 +02:00
if_tap.h
if_team.h team: fix null-ptr-deref when team device type is changed 2023-10-10 21:44:57 +02:00
if_tun.h
if_tunnel.h
if_vlan.h vlan: consolidate VLAN parsing code and limit max parsing depth 2020-07-22 09:32:00 +02:00
igmp.h
ihex.h
ima.h ima: Align ima_file_mmap() parameters with mmap_file LSM hook 2023-03-11 16:31:51 +01:00
imx-media.h
in.h
in6.h
indirect_call_wrapper.h indirect call wrappers: helpers to speed-up indirect calls of builtin 2023-10-25 11:16:17 +02:00
inet.h
inet_diag.h inet_diag: return classid for all socket types 2020-03-18 07:14:11 +01:00
inetdevice.h net: igmp: increase size of mr_ifc_count 2021-08-26 08:36:39 -04:00
init.h
init_ohci1394_dma.h
init_task.h
initrd.h
inotify.h
input-polldev.h
input.h
integrity.h
intel-iommu.h iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built 2021-02-03 23:23:26 +01:00
intel-pti.h
intel-svm.h iommu/vt-d: Fix compile warning from intel-svm.h 2020-02-28 16:38:59 +01:00
interrupt.h
interval_tree.h
interval_tree_generic.h
io-64-nonatomic-hi-lo.h
io-64-nonatomic-lo-hi.h
io-mapping.h io-mapping: indicate mapping failure 2020-07-29 10:16:57 +02:00
io.h lib: devres: add a helper function for ioremap_uc 2020-05-10 10:30:11 +02:00
ioc3.h
ioc4.h
iocontext.h block: Fix use-after-free issue accessing struct io_cq 2020-04-17 10:48:41 +02:00
iomap.h iomap: fix sub-page uptodate handling 2021-05-22 10:59:50 +02:00
iommu-helper.h
iommu.h
iopoll.h
ioport.h
ioprio.h
iova.h iommu/iova: Fix module config properly 2022-10-26 13:19:35 +02:00
ip.h
ipack.h
ipc.h
ipc_namespace.h shm: extend forced shm destroy to support objects from several IPC nses 2021-12-08 08:50:11 +01:00
ipmi-fru.h
ipmi.h
ipmi_smi.h ipmi: Make the smi watcher be disabled immediately when not needed 2023-06-28 10:15:27 +02:00
ipv6.h net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending 2021-03-04 09:39:59 +01:00
ipv6_route.h
irq.h genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP 2021-08-26 08:36:40 -04:00
irq_cpustat.h
irq_poll.h
irq_sim.h
irq_work.h
irqbypass.h
irqchip.h
irqdesc.h
irqdomain.h genirq/irqdomain: Make sure all irq domain flags are distinct 2020-02-28 16:38:50 +01:00
irqflags.h
irqhandler.h
irqnr.h
irqreturn.h
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isdn.h
isdn_divertif.h
isdn_ppp.h
isdnif.h
isicom.h
iversion.h
jbd2.h jbd2: Fix possible overflow in jbd2_log_space_left() 2019-12-13 08:52:43 +01:00
jhash.h
jiffies.h
journal-head.h
joystick.h
jump_label.h
jump_label_ratelimit.h
jz4740-adc.h
jz4780-nemc.h
kallsyms.h kallsyms: Refactor kallsyms_show_value() to take cred 2020-07-16 08:17:26 +02:00
kasan-checks.h
kasan.h
kbd_diacr.h
kbd_kern.h
kbuild.h
kconfig.h
kcore.h
kcov.h
kdb.h
kdebug.h
kdev_t.h kdev_t: always inline major/minor helper functions 2021-01-09 13:43:48 +01:00
kern_levels.h
kernel-page-flags.h
kernel.h panic: Consolidate open-coded panic_on_warn checks 2023-02-06 07:49:46 +01:00
kernel_stat.h genirq: Fix the return type of kstat_cpu_irqs_sum() 2023-03-11 16:31:35 +01:00
kernelcapi.h
kernfs.h kernfs: fix ino wrap-around detection 2019-12-13 08:52:43 +01:00
kexec.h kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] 2022-07-02 16:27:39 +02:00
key-type.h KEYS: Don't write out to userspace while holding key semaphore 2020-04-23 10:30:24 +02:00
key.h certs: Fix blacklist flag type confusion 2021-03-04 09:39:44 +01:00
keyboard.h
kfifo.h kfifo: fix kfifo_to_user() return type 2022-08-25 11:15:23 +02:00
kgdb.h kgdb: Fix spurious true from in_dbg_master() 2020-06-22 09:05:15 +02:00
khugepaged.h mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged 2020-10-14 10:31:26 +02:00
klist.h
kmemleak.h
kmod.h
kmsg_dump.h
kobj_map.h
kobject.h
kobject_ns.h
kprobes.h x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range 2023-03-11 16:31:51 +01:00
kref.h
ks0108.h
ks8842.h
ks8851_mll.h
ksm.h
kthread.h kthread: Extract KTHREAD_IS_PER_CPU 2021-02-07 14:48:38 +01:00
ktime.h
kvm_host.h x86/cpu: Add a steppings field to struct x86_cpu_id 2022-11-23 07:53:44 +01:00
kvm_irqfd.h
kvm_para.h
kvm_types.h x86/kvm: Cache gfn to pfn translation 2020-04-29 16:31:19 +02:00
l2tp.h
lapb.h
latencytop.h
lcd.h
lcm.h
led-class-flash.h
led-lm3530.h
leds-bd2802.h
leds-lp3944.h
leds-lp3952.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h
leds_pwm.h
libata.h ata: libata: disallow dev-initiated LPM transitions to unsupported states 2023-10-10 21:45:00 +02:00
libfdt.h
libfdt_env.h libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h 2020-01-04 19:13:15 +01:00
libgcc.h
libnvdimm.h
libps2.h
license.h
lightnvm.h
linkage.h
linux_logo.h
lis3lv02d.h
list.h include/linux/list.h: add a macro to test if entry is pointing to the head 2021-09-22 11:47:57 +02:00
list_bl.h
list_lru.h
list_nulls.h rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls 2020-02-24 08:34:46 +01:00
list_sort.h
livepatch.h
llc.h
llist.h
lockdep.h
lockref.h
log2.h include/linux/log2.h: add missing () around n in roundup_pow_of_two() 2020-09-09 19:04:28 +02:00
logic_pio.h lib: logic_pio: Add logic_pio_unregister_range() 2019-09-06 10:22:19 +02:00
lp.h
lru_cache.h
lsm_audit.h
lsm_hooks.h lsm: new security_file_ioctl_compat() hook 2024-02-23 08:12:58 +01:00
lz4.h
lzo.h
mISDNdsp.h
mISDNhw.h
mISDNif.h
mailbox_client.h
mailbox_controller.h mailbox: forward the hrtimer if not queued and under a lock 2022-06-14 16:59:25 +02:00
maple.h
marvell_phy.h net: phy: marvell: fix detection of PHY on Topaz switches 2021-04-28 13:16:51 +02:00
math64.h
max17040_battery.h
mbcache.h ext4: fix deadlock due to mbcache entry corruption 2023-01-18 11:30:49 +01:00
mbus.h
mc6821.h
mc146818rtc.h
mcb.h mcb: remove is_added flag from mcb_device struct 2023-10-25 11:16:31 +02:00
mdev.h
mdio-bitbang.h
mdio-gpio.h
mdio-mux.h
mdio.h net: mdio: introduce a shutdown method to mdio device drivers 2021-10-09 14:11:03 +02:00
mei_cl_bus.h
mem_encrypt.h
memblock.h mm: zero remaining unavailable struct pages 2020-02-11 04:34:18 -08:00
memcontrol.h
memfd.h
memory.h mm/memory_hotplug: fix try_offline_node() 2020-01-29 16:43:27 +01:00
memory_hotplug.h mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range() 2021-09-22 11:48:12 +02:00
mempolicy.h
mempool.h
memremap.h
memstick.h
mic_bus.h
micrel_phy.h
microchipphy.h
migrate.h
migrate_mode.h
mii.h
miscdevice.h rfkill: allocate static minor 2019-12-31 16:35:38 +01:00
mm-arch-hooks.h
mm.h random: move randomize_page() into mm where it belongs 2022-06-25 11:49:12 +02:00
mm_inline.h
mm_types.h mm: thp: handle page cache THP correctly in PageTransCompoundMap 2019-11-12 19:20:36 +01:00
mm_types_task.h
mman.h
mmdebug.h mm: Fix '.data.once' orphan section warning 2022-12-08 11:18:34 +01:00
mmiotrace.h
mmu_context.h
mmu_notifier.h
mmzone.h mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning 2022-04-15 14:15:07 +02:00
mnt_namespace.h
mod_devicetable.h x86/cpu: Add a steppings field to struct x86_cpu_id 2022-11-23 07:53:44 +01:00
module.h modules: inherit TAINT_PROPRIETARY_MODULE 2021-05-22 10:59:23 +02:00
moduleloader.h
moduleparam.h
mount.h
mpage.h
mpi.h
mpls.h
mpls_iptunnel.h
mroute.h
mroute6.h
mroute_base.h
msdos_fs.h
msg.h
msi.h PCI/MSI: Protect msi_desc::masked for multi-MSI 2021-08-26 08:36:41 -04:00
mutex.h locking/mutex: Fix non debug version of mutex_lock_io_nested() 2021-03-30 14:37:02 +02:00
mv643xx.h
mv643xx_eth.h
mv643xx_i2c.h
mvebu-pmsu.h
mxm-wmi.h
n_r3964.h
namei.h new helper: lookup_positive_unlocked() 2023-09-23 10:47:59 +02:00
nd.h
net.h net: add documentation to socket.c 2021-06-30 08:48:18 -04:00
net_dim.h
netdev_features.h net: Fix features skip in for_each_netdev_feature() 2022-05-18 09:42:47 +02:00
netdevice.h net: move definition of pcpu_lstats to header file 2024-03-15 10:48:14 -04:00
netfilter.h Remove DECnet support from kernel 2023-06-21 15:39:57 +02:00
netfilter_bridge.h
netfilter_defs.h Remove DECnet support from kernel 2023-06-21 15:39:57 +02:00
netfilter_ingress.h
netfilter_ipv4.h netfilter: use actual socket sk rather than skb sk when routing harder 2020-11-18 19:18:44 +01:00
netfilter_ipv6.h netfilter: use actual socket sk rather than skb sk when routing harder 2020-11-18 19:18:44 +01:00
netlink.h
netpoll.h
nfs.h
nfs3.h
nfs4.h
nfs_fs.h NFS: swap IO handling is slightly different for O_DIRECT IO 2022-04-15 14:15:03 +02:00
nfs_fs_i.h
nfs_fs_sb.h
nfs_iostat.h
nfs_page.h NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests() 2020-10-01 13:14:41 +02:00
nfs_xdr.h NFS: Pass error information to the pgio error cleanup routine 2019-09-06 10:22:23 +02:00
nfsacl.h
nl802154.h
nls.h fs/nls: make load_nls() take a const parameter 2023-09-23 10:47:58 +02:00
nmi.h watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config 2023-08-11 11:45:06 +02:00
node.h mm: don't rely on system state to detect hot-plug operations 2020-10-07 08:00:08 +02:00
nodemask.h nodemask: Fix return values to be unsigned 2022-06-14 16:59:38 +02:00
nospec.h uaccess: Add speculation barrier to copy_from_user() 2023-02-25 11:51:51 +01:00
notifier.h include/linux/notifier.h: SRCU: fix ctags 2020-04-13 10:45:06 +02:00
ns_common.h
nsc_gpio.h
nsproxy.h
ntb.h
ntb_transport.h
nubus.h
numa.h
nvme-fc-driver.h nvme-fc: Revert "add module to ops template to allow module references" 2020-04-17 10:48:45 +02:00
nvme-fc.h
nvme-rdma.h
nvme.h
nvmem-consumer.h
nvmem-provider.h
nvram.h
of.h of: fix linker-section match-table corruption 2021-01-06 14:45:00 +01:00
of_address.h
of_clk.h of: clk: Make <linux/of_clk.h> self-contained 2021-12-08 08:50:11 +01:00
of_device.h
of_dma.h
of_fdt.h
of_gpio.h
of_graph.h
of_iommu.h
of_irq.h
of_mdio.h
of_net.h
of_pci.h
of_pdt.h
of_platform.h
of_reserved_mem.h
oid_registry.h
olpc-ec.h
omap-dma.h
omap-dmaengine.h
omap-gpmc.h
omap-iommu.h
omap-mailbox.h
omapfb.h
once.h once: fix section mismatch on clang builds 2022-11-01 19:05:40 +01:00
oom.h mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary 2020-10-29 09:55:15 +01:00
openvswitch.h
oprofile.h
osq_lock.h
overflow.h overflow: Include header file with SIZE_MAX declaration 2020-10-30 10:38:20 +01:00
oxu210hp.h
padata.h padata: add separate cpuhp node for CPUHP_PADATA_DEAD 2021-08-08 08:54:30 +02:00
page-flags-layout.h
page-flags.h page-flags: fix a crash at SetPageError(THP_SWAP) 2020-03-25 08:06:13 +01:00
page-isolation.h
page_counter.h
page_ext.h
page_idle.h
page_owner.h
page_ref.h
pageblock-flags.h
pagemap.h mm, futex: fix shared futex pgoff on shmem huge page 2021-07-11 12:49:30 +02:00
pagevec.h
parman.h
parport.h
parport_pc.h
parser.h
pata_arasan_cf_data.h
patchkey.h
path.h
pch_dma.h
pci-acpi.h
pci-aspm.h
pci-ats.h PCI/ATS: Add inline to pci_prg_resp_pasid_required() 2023-09-23 10:48:11 +02:00
pci-dma-compat.h
pci-dma.h
pci-ecam.h
pci-ep-cfs.h
pci-epc.h PCI: endpoint: Fix for concurrent memory allocation in OB address region 2020-04-17 10:48:46 +02:00
pci-epf.h
pci.h PCI: Decode PCIe 32 GT/s link speed 2023-09-23 10:48:05 +02:00
pci_hotplug.h
pci_ids.h PCI: add INTEL_HDA_ARL to pci_ids.h 2024-02-23 08:12:49 +01:00
pda_power.h
pe.h
percpu-defs.h percpu: Separate decrypted varaibles anytime encryption can be enabled 2020-02-11 04:34:11 -08:00
percpu-refcount.h
percpu-rwsem.h
percpu.h
percpu_counter.h percpu_counter: fix a data race at vm_committed_as 2020-04-23 10:30:20 +02:00
perf_event.h perf/core: Add a new read format to get a number of lost samples 2023-12-13 17:42:19 +01:00
perf_regs.h
personality.h
pfn.h
pfn_t.h
phonet.h
phy.h net: phy: add macros for PHYID matching 2023-02-22 12:47:17 +01:00
phy_fixed.h
phy_led_triggers.h
phylink.h
pid.h
pid_namespace.h
pim.h
pipe_fs_i.h
pkeys.h
pktcdvd.h
pl320-ipc.h
platform_device.h driver: platform: Add helper for safer setting of driver_override 2023-11-08 11:22:18 +01:00
plist.h
pm-trace.h
pm.h
pm2301_charger.h
pm_clock.h
pm_domain.h
pm_opp.h
pm_qos.h
pm_runtime.h driver core: Fix PM-runtime for links added during consumer probe 2020-01-27 14:50:26 +01:00
pm_wakeirq.h PM / wakeirq: support enabling wake-up irq after runtime_suspend called 2023-08-11 11:45:40 +02:00
pm_wakeup.h
pmbus.h
pmu.h
pnfs_osd_xdr.h
pnp.h pnp: Use list_for_each_entry() instead of open coding 2020-05-20 08:18:45 +02:00
poison.h
poll.h fs/select: rework stack allocation hack for clang 2024-03-26 18:22:34 -04:00
posix-clock.h ptp: fix the race between the release of ptp_clock and cdev 2020-01-04 19:13:35 +01:00
posix-timers.h
posix_acl.h
posix_acl_xattr.h
power_supply.h power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier() 2023-06-09 10:23:54 +02:00
powercap.h
ppp-comp.h
ppp_channel.h
ppp_defs.h
pps-gpio.h
pps_kernel.h
pr.h
prandom.h siphash: use one source of truth for siphash permutations 2022-06-25 11:49:11 +02:00
preempt.h sched/rt: Provide migrate_disable/enable() inlines 2023-11-20 10:29:18 +01:00
prefetch.h
prime_numbers.h
printk.h printk: declare printk_deferred_{enter,safe}() in include/linux/printk.h 2023-05-17 11:13:28 +02:00
proc_fs.h net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write() 2023-01-18 11:30:11 +01:00
proc_ns.h
processor.h
profile.h
projid.h
property.h
psci.h
psp-sev.h
pstore.h
pstore_ram.h
pti.h
ptp_classify.h
ptp_clock_kernel.h ptp: improve max_adj check against unreasonable values 2021-06-30 08:48:19 -04:00
ptr_ring.h
ptrace.h ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP 2022-06-14 16:59:13 +02:00
purgatory.h
pvclock_gtod.h
pwm.h pwm: Fix double shift bug 2023-11-28 16:46:33 +00:00
pwm_backlight.h
pxa2xx_ssp.h
pxa168_eth.h
qcom-geni-se.h
qcom_scm.h firmware: qcom: scm: Add WLAN VMID for Qualcomm SCM interface 2024-03-26 18:22:40 -04:00
qnx6_fs.h
quicklist.h
quota.h quota: Fix slow quotaoff 2023-10-25 11:16:20 +02:00
quotaops.h quota: Fix slow quotaoff 2023-10-25 11:16:20 +02:00
radix-tree.h
raid_class.h scsi: core: raid_class: Remove raid_component_add() 2023-08-30 16:31:56 +02:00
ramfs.h
random.h random: always mix cycle counter in add_latent_entropy() 2023-02-25 11:51:50 +01:00
range.h
ras.h
ratelimit.h random: quiet urandom warning ratelimit suppression message 2022-07-02 16:27:31 +02:00
rational.h
rbtree.h
rbtree_augmented.h
rbtree_latch.h
rcu_node_tree.h
rcu_segcblist.h
rcu_sync.h
rculist.h
rculist_bl.h
rculist_nulls.h rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls 2020-02-24 08:34:46 +01:00
rcupdate.h rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer() 2023-06-28 10:15:28 +02:00
rcupdate_wait.h
rcutiny.h
rcutree.h
rcuwait.h
reboot-mode.h
reboot.h
reciprocal_div.h
refcount.h
regmap.h
regset.h
relay.h
remoteproc.h
reservation.h
reset-controller.h reset: fix reset_control_ops kerneldoc comment 2019-12-05 09:19:38 +01:00
reset.h
resource.h
resource_ext.h
restart_block.h
rfkill.h
rhashtable-types.h
rhashtable.h
ring_buffer.h
rio.h
rio_drv.h
rio_ids.h
rio_regs.h
rmap.h mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse 2022-09-05 10:26:34 +02:00
rmi.h
rndis.h
rodata_test.h
root_dev.h
rpmsg.h rpmsg: Fix calling device_lock() on non-initialized device 2023-11-08 11:22:19 +01:00
rslib.h
rtc.h rtc: Fix timestamp value for RTC_TIMESTAMP_BEGIN_1900 2020-01-27 14:50:37 +01:00
rtmutex.h
rtnetlink.h net: sched: extend Qdisc with rcu 2021-12-14 10:18:04 +01:00
rtsx_common.h
rtsx_pci.h
rtsx_usb.h misc: rtsx_usb: use separate command and response buffers 2022-07-12 16:29:03 +02:00
rwlock.h
rwlock_api_smp.h
rwlock_types.h
rwsem-spinlock.h
rwsem.h
s3c_adc_battery.h
sa11x0-dma.h
sbitmap.h
scatterlist.h
scc.h
sched.h kernel/sched: Remove dl_boosted flag comment 2022-09-05 10:26:28 +02:00
sched_clock.h
scif.h
scmi_protocol.h
scpi_protocol.h
screen_info.h
sctp.h
scx200.h
scx200_gpio.h
sdb.h
sdla.h
seccomp.h
securebits.h
security.h lsm: new security_file_ioctl_compat() hook 2024-02-23 08:12:58 +01:00
sed-opal.h
seg6.h
seg6_genl.h
seg6_hmac.h
seg6_iptunnel.h
seg6_local.h
selection.h vt: selection, introduce vc_is_sel 2020-04-02 15:28:22 +02:00
selinux.h
sem.h
semaphore.h
seq_buf.h seq_buf: Avoid type mismatch for seq_buf_init 2020-12-30 11:26:01 +01:00
seq_file.h
seq_file_net.h
seqlock.h seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier 2020-10-01 13:14:30 +02:00
seqno-fence.h
serdev.h
serial.h
serial_8250.h Revert "8250: add support for ASIX devices with a FIFO bug" 2023-08-11 11:45:22 +02:00
serial_bcm63xx.h
serial_core.h serial: core: fix kernel-doc for uart_port_unlock_irqrestore() 2024-05-02 16:17:14 +02:00
serial_max3100.h
serial_pnx8xxx.h
serial_s3c.h
serial_sci.h
serio.h
set_memory.h x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned 2020-06-22 09:05:03 +02:00
sfi.h
sfi_acpi.h
sfp.h
sh_clk.h
sh_dma.h
sh_eth.h
sh_intc.h sh: intc: Avoid spurious sizeof-pointer-div warning 2023-03-22 13:27:11 +01:00
sh_timer.h
sha256.h
shdma-base.h
shm.h
shmem_fs.h
shrinker.h
signal.h signal: Allow cifs and drbd to receive their terminating signals 2020-01-27 14:51:05 +01:00
signal_types.h
signalfd.h
siox.h
siphash.h siphash: use one source of truth for siphash permutations 2022-06-25 11:49:11 +02:00
sirfsoc_dma.h
sizes.h
skb_array.h
skbuff.h net/af_unix: fix a data-race in unix_dgram_poll 2021-09-22 11:48:11 +02:00
slab.h
slab_def.h
slimbus.h
slub_def.h
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h smp: Fix smp_call_function_single_async prototype 2021-05-22 10:59:39 +02:00
smpboot.h
smsc911x.h
smscphy.h
sock_diag.h
socket.h net: make get_net_ns return error if NET_NS is disabled 2021-06-30 08:48:18 -04:00
sonet.h
sony-laptop.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock.h
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types.h
spinlock_types_up.h
spinlock_up.h
splice.h
spmi.h
sram.h
srcu.h
srcutiny.h
srcutree.h
ssbi.h
stackdepot.h
stackprotector.h
stacktrace.h
start_kernel.h
stat.h
statfs.h
static_key.h
stddef.h
stm.h
stmmac.h
stmp3xxx_rtc_wdt.h
stmp_device.h
stop_machine.h stop_machine: mark helpers __always_inline 2021-03-17 16:43:51 +01:00
string.h string.h: Add str_has_prefix() helper function 2024-05-25 16:16:19 +02:00
string_helpers.h lib/string_helpers: Introduce string_upper() and string_lower() helpers 2023-05-30 12:42:13 +01:00
stringhash.h
stringify.h
sudmac.h
sungem_phy.h
sunserialcore.h
sunxi-rsb.h
superhyway.h
suspend.h
svga.h
sw842.h
swab.h uapi: rename ext2_swab() to swab() and share globally in swab.h 2020-04-17 10:48:43 +02:00
swait.h
swap.h vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n 2019-12-05 09:20:57 +01:00
swap_cgroup.h
swap_slots.h
swapfile.h
swapops.h include/linux/swapops.h: correct guards for non_swap_entry() 2020-04-23 10:30:19 +02:00
swiotlb.h
switchtec.h ntb_hw_switchtec: NT req id mapping table register entry number should be 512 2020-01-27 14:50:22 +01:00
sxgbe_platform.h
sync_core.h
sync_file.h
synclink.h
sys.h
sys_soc.h
syscalls.h x86/entry/ia32: Ensure s32 is sign extended to s64 2024-02-23 08:12:43 +01:00
syscore_ops.h
sysctl.h sysctl: add a new register_sysctl_init() interface 2023-02-06 07:49:44 +01:00
sysfs.h sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output 2021-03-07 12:19:01 +01:00
syslog.h
sysrq.h
sysv_fs.h
t10-pi.h
task_io_accounting.h
task_io_accounting_ops.h
task_work.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h tcp: annotate data-races around fastopenq.max_qlen 2023-08-11 11:45:27 +02:00
tee_drv.h tee: handle lookup of shm with reference count 0 2022-01-05 12:34:57 +01:00
textsearch.h
textsearch_fsm.h
tfrc.h
thermal.h
thinkpad_acpi.h
thread_info.h kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() 2021-03-24 11:07:37 +01:00
threads.h
thunderbolt.h
ti-emif-sram.h
ti_wilink_st.h
tick.h tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem 2023-05-17 11:13:22 +02:00
tifm.h
timb_dma.h
timb_gpio.h
time.h tcp: fix rejected syncookies due to stale timestamps 2019-12-21 10:57:17 +01:00
time32.h
time64.h time: Prevent undefined behaviour in timespec64_to_ns() 2020-11-18 19:18:40 +01:00
timecounter.h
timekeeper_internal.h
timekeeping.h
timekeeping32.h y2038: make do_gettimeofday() and get_seconds() inline 2019-11-20 18:45:24 +01:00
timer.h timers: Rename del_timer_sync() to timer_delete_sync() 2024-04-13 12:50:03 +02:00
timerfd.h
timeriomem-rng.h
timerqueue.h timerqueue: Use rb_entry_safe() in timerqueue_getnext() 2023-01-18 11:30:05 +01:00
timex.h timekeeping: Add raw clock fallback for random_get_entropy() 2022-06-25 11:49:10 +02:00
tnum.h bpf: Fix incorrect verifier simulation of ARSH under ALU32 2020-01-23 08:21:32 +01:00
topology.h sched/topology: Make sched_init_numa() use a set for the deduplicating sort 2022-03-23 09:10:41 +01:00
torture.h
toshiba.h
tpm.h
tpm_command.h
tpm_eventlog.h
trace.h
trace_clock.h
trace_events.h tracing: Consolidate trace_add/remove_event_call back to the nolock functions 2024-05-25 16:16:19 +02:00
trace_seq.h seq_buf: Avoid type mismatch for seq_buf_init 2020-12-30 11:26:01 +01:00
tracefs.h
tracehook.h
tracepoint-defs.h
tracepoint.h tracing: Make tracepoint lockdep check actually test something 2023-03-22 13:27:11 +01:00
transport_class.h
ts-nbus.h
tsacct_kern.h
tty.h tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH 2023-05-17 11:13:27 +02:00
tty_driver.h tty: fix return value for unsupported ioctls 2021-05-22 10:59:31 +02:00
tty_flip.h tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() 2022-07-29 17:10:37 +02:00
tty_ldisc.h
typecheck.h
types.h
u64_stats_sync.h u64_stats,lockdep: Fix u64_stats_init() vs lockdep 2021-03-30 14:36:58 +02:00
uaccess.h uaccess: Add non-pagefault user-space write function 2020-09-09 19:04:29 +02:00
ucb1400.h
ucs2_string.h
udp.h
uidgid.h
uio.h
uio_driver.h
umh.h
units.h units: add the HZ macros 2024-02-23 08:12:39 +01:00
uprobes.h
usb.h USB: core: Add routines for endpoint checks in old drivers 2023-05-30 12:42:14 +01:00
usb_usual.h usb-storage: Add quirk to defeat Kindle's automatic unload 2021-03-24 11:07:34 +01:00
usbdevice_fs.h
user-return-notifier.h
user.h
user_namespace.h
userfaultfd_k.h
util_macros.h
uts.h
utsname.h
uuid.h
uwb.h
vbox_utils.h
verification.h
vermagic.h
vexpress.h
vfio.h
vfs.h
vga_switcheroo.h
vgaarb.h
via-core.h
via-gpio.h
via.h
via_i2c.h
videodev2.h
virtio.h virtio: unexport virtio_finalize_features 2022-03-16 13:20:27 +01:00
virtio_byteorder.h
virtio_caif.h
virtio_config.h virtio: acknowledge all features before access 2022-03-16 13:20:27 +01:00
virtio_console.h
virtio_net.h net: do not allow gso_size to be set to GSO_BY_FRAGS 2023-08-30 16:31:49 +02:00
virtio_ring.h
virtio_vsock.h vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() 2020-10-07 08:00:05 +02:00
visorbus.h
vlynq.h
vm_event_item.h
vm_sockets.h
vmacache.h
vmalloc.h vmalloc: fix remap_vmalloc_range() bounds checks 2020-04-29 16:31:27 +02:00
vme.h
vmpressure.h
vmstat.h
vmw_vmci_api.h
vmw_vmci_defs.h VMCI: Fix integer overflow in VMCI handle arrays 2019-07-14 08:11:21 +02:00
vringh.h
vt.h
vt_buffer.h linux/vt_buffer.h: allow either builtin or modular for macros 2023-05-17 11:13:15 +02:00
vt_kern.h vt: switch vt_dont_switch to bool 2020-04-02 15:28:23 +02:00
vtime.h
w1-gpio.h
w1.h
wait.h wait: add wake_up_pollfree() 2021-12-14 10:18:06 +01:00
wait_bit.h
wanrouter.h
watchdog.h
win_minmax.h
wireless.h
wkup_m3_ipc.h
wl12xx.h
wm97xx.h
wmi.h
workqueue.h workqueue: clean up WORK_* constant types, clarify masking 2023-08-11 11:45:17 +02:00
writeback.h
ww_mutex.h
xarray.h
xattr.h xattr: break delegations in {set,remove}xattr 2020-08-11 15:32:34 +02:00
xxhash.h
xz.h
yam.h
z2_battery.h
zbud.h
zconf.h
zlib.h
zorro.h
zpool.h
zsmalloc.h zsmalloc: account the number of compacted pages correctly 2021-03-07 12:19:01 +01:00
zstd.h
zutil.h