android_kernel_asus_sm8350/include/linux
Masahiro Yamada eed9382d52 UPSTREAM: kbuild: ensure full rebuild when the compiler is updated
Commit 21c54b7747 ("kconfig: show compiler version text in the top
comment") added the environment variable, CC_VERSION_TEXT in the comment
of the top Kconfig file. It can detect the compiler update, and invoke
the syncconfig because all environment variables referenced in Kconfig
files are recorded in include/config/auto.conf.cmd

This commit makes it a CONFIG option in order to ensure the full rebuild
when the compiler is updated.

This works like follows:

include/config/kconfig.h contains "CONFIG_CC_VERSION_TEXT" in the comment
block.

The top Makefile specifies "-include $(srctree)/include/linux/kconfig.h"
to guarantee it is included from all kernel source files.

fixdep parses every source file and all headers included from it,
searching for words prefixed with "CONFIG_". Then, fixdep finds
CONFIG_CC_VERSION_TEXT in include/config/kconfig.h and adds
include/config/cc/version/text.h into every .*.cmd file.

When the compiler is updated, syncconfig is invoked because init/Kconfig
contains the reference to the environment variable CC_VERTION_TEXT.
CONFIG_CC_VERSION_TEXT is updated to the new version string, and
include/config/cc/version/text.h is touched.

In the next rebuild, Make will rebuild every files since the timestamp
of include/config/cc/version/text.h is newer than that of target.

Bug: 168274246

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
(cherry picked from commit 8b59cd81dc5e724eaea283fa6006985891c7bff4)
Signed-off-by: Mars Lin <marslin@google.com>
Change-Id: Ie52bb8e33b95d0e97998024d28c0d8d7caf8aa59
2020-09-24 10:02:38 +00:00
..
amba
avf
bcma
byteorder
can can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CAN sk_buffs 2020-01-14 20:08:28 +01:00
ceph libceph: fix alloc_msg_with_page_vector() memory leaks 2020-04-02 15:11:02 +02:00
clk clk: add include guard to clk-conf.h 2019-09-17 10:27:46 -07:00
crush
decompress
dma UPSTREAM: dmaengine: sprd: Add wrap address support for link-list mode 2020-02-12 17:11:38 +00:00
dsa net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop 2020-04-01 11:01:34 +02:00
extcon
firmware Char/Misc driver patches for 5.4-rc1 2019-09-18 11:14:31 -07:00
fpga
fsl
gpio gpio: add gpiod_toggle_active_low() 2020-02-19 19:53:09 +01:00
greybus staging: greybus: fix more header declarations 2019-08-28 17:24:22 +02:00
hsi
i3c
iio iio: core: remove extra semi-colon from devm_iio_device_register() macro 2020-04-29 16:33:12 +02:00
input Input: elan_i2c - add more hardware ID for Lenovo laptops 2020-07-22 09:33:13 +02:00
irqchip
isdn
lockd
mailbox mailbox: mediatek: cmdq: clear the event in cmdq initial flow 2019-09-17 00:40:05 -05:00
mfd This is the 5.4.49 stable release 2020-06-25 07:49:21 +02:00
mlx4
mlx5 net/mlx5e: Modify uplink state on interface up/down 2020-08-05 09:59:47 +02:00
mmc FROMGIT: mmc: host: Introduce the request_atomic() for the host 2020-05-14 11:43:05 +00:00
mtd This pull-request contains the following changes for MTD: 2019-09-21 10:59:54 -07:00
mux
netfilter This is the 5.4.44 stable release 2020-06-04 08:23:35 +02:00
netfilter_arp netfilter: remove CONFIG_NETFILTER checks from headers. 2019-09-13 12:47:36 +02:00
netfilter_bridge netfilter: remove CONFIG_NETFILTER checks from headers. 2019-09-13 12:47:36 +02:00
netfilter_ipv4 netfilter: remove CONFIG_NETFILTER checks from headers. 2019-09-13 12:47:36 +02:00
netfilter_ipv6 netfilter: remove CONFIG_NETFILTER checks from headers. 2019-09-13 12:47:36 +02:00
perf
phy
pinctrl
platform_data bus: ti-sysc: Handle module unlock quirk needed for some RTC 2020-07-22 09:32:58 +02:00
power FROMGIT: power: supply: Allow charger manager can be built as a module 2020-03-10 23:34:32 +00:00
qed net: qed: fix left elements count calculation 2020-06-30 15:36:58 -04:00
raid raid6/test: fix a compilation warning 2020-02-24 08:36:47 +01:00
regulator regulator fix for "regulator: core: Add regulator_is_equal() helper" 2020-02-11 04:35:55 -08:00
remoteproc
reset
rpmsg
rtc
sched FROMGIT: mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary 2020-09-15 09:34:00 -07:00
soc UPSTREAM: scsi: soc: mediatek: add header for SiP service interface 2020-02-12 15:28:57 +00:00
soundwire soundwire: stream: make stream name a const pointer 2019-09-04 14:57:28 +05:30
spi
ssb
sunrpc nfsd: Fix NFSv4 READ on RDMA when using readv 2020-08-11 15:33:42 +02:00
ulpi
unaligned
usb ANDROID: GKI: USB: Gadget: add Android ABI padding to struct usb_gadget 2020-06-25 11:00:10 +02:00
wimax
8250_pci.h
a.out.h
acct.h
acpi_dma.h
acpi_iort.h
acpi_pmtmr.h
acpi.h ACPI: PM: Add acpi_[un]register_wakeup_handler() 2020-04-13 10:48:08 +02:00
adb.h
adfs_fs.h
adxl.h
aer.h
agp_backend.h
agpgart.h
ahci_platform.h ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys() 2020-01-09 10:19:59 +01:00
ahci-remap.h
aio.h
alarmtimer.h
alcor_pci.h
altera_jtaguart.h
altera_uart.h
amd-iommu.h
android_kabi.h ANDROID: GKI: add android_kabi.h 2020-03-17 10:07:47 +01:00
android_vendor.h ANDROID: fix copyright notice 2020-07-07 13:48:49 +00:00
anon_inodes.h
apm_bios.h
apm-emulation.h
apple_bl.h
apple-gmux.h
arch_topology.h ANDROID: cpufreq: arch_topology: implement max frequency capping 2019-10-01 10:36:33 +01:00
arm_sdei.h
arm-cci.h
arm-smccc.h
armada-37xx-rwtm-mailbox.h
ascii85.h
asn1_ber_bytecode.h
asn1_decoder.h
asn1.h
assoc_array_priv.h
assoc_array.h
async_tx.h
async.h
ata_platform.h
ata.h
atalk.h
ath9k_platform.h
atm_suni.h
atm_tcp.h
atm.h
atmdev.h
atmel_pdc.h
atmel-mci.h
atmel-ssc.h
atomic-fallback.h
atomic.h
attribute_container.h
audit.h kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h 2019-08-30 21:29:32 -04:00
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 2020-05-14 07:58:30 +02:00
backing-dev.h bdi: move bdi_dev_name out of line 2020-05-14 07:58:30 +02:00
backlight.h backlight: Expose brightness curve type through sysfs 2019-09-02 15:55:03 +01:00
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-crypt-ctx.h ANDROID: block: backport the ability to specify max_dun_bytes 2020-05-15 22:01:33 +00:00
bio.h ANDROID: GKI: bio: add Android ABI padding to some structures 2020-04-23 19:26:27 +02:00
bit_spinlock.h
bitfield.h bitfield.h: don't compile-time validate _val in FIELD_FIT 2020-08-19 08:16:28 +02:00
bitmap.h bitmap.h: fix kernel-doc warning and typo 2019-10-14 15:04:01 -07:00
bitops.h include/linux/bitops.h: avoid clang shift-count-overflow warnings 2020-06-24 17:50:39 +02:00
bitrev.h
bits.h UPSTREAM: linux/bits.h: Extract common header for vDSO 2020-04-27 18:37:45 -07:00
blk_types.h ANDROID: GKI: blk_types.h: add Android ABI padding to a structure 2020-05-02 12:22:29 +02:00
blk-cgroup.h blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep() 2019-08-28 21:17:04 -06:00
blk-crypto.h ANDROID: block: backport the ability to specify max_dun_bytes 2020-05-15 22:01:33 +00:00
blk-mq-pci.h
blk-mq-rdma.h
blk-mq-virtio.h
blk-mq.h block: Delay default elevator initialization 2019-09-05 19:52:34 -06:00
blk-pm.h
blkdev.h This is the 5.4.53 stable release 2020-07-23 12:36:54 +02:00
blkpg.h
blktrace_api.h blktrace: Protect q->blk_trace with RCU 2020-03-05 16:43:52 +01:00
blockgroup_lock.h
bma150.h
bottom_half.h
bpf_lirc.h
bpf_trace.h
bpf_types.h
bpf_verifier.h bpf: introduce verifier internal test flag 2019-08-28 00:30:11 +02:00
bpf-cgroup.h
bpf.h bpf: sockmap: Require attach_bpf_fd when detaching a program 2020-08-07 09:34:02 +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 ext4: use non-movable memory for superblock readahead 2020-04-23 10:36:15 +02:00
bug.h kprobes: Prohibit probing on BUG() and WARN() address 2019-09-05 10:15:16 +02:00
build_bug.h
build-salt.h
bvec.h
c2port.h
cache.h
cacheinfo.h
capability.h
cb710.h
cciss_ioctl.h
ccp.h
cdev.h
cdrom.h
cfag12864b.h
cfi.h ANDROID: add support for Clang's Control Flow Integrity (CFI) 2019-11-27 12:49:12 -08:00
cgroup_rdma.h
cgroup_subsys.h
cgroup-defs.h ANDROID: GKI: preserve ABI for struct sock_cgroup_data 2020-07-23 12:40:32 +02:00
cgroup.h cgroup: fix cgroup_sk_alloc() for sk_clone_lock() 2020-07-22 09:32:49 +02:00
circ_buf.h
cleancache.h
clk-provider.h ANDROID: GKI: clk: Add support for clock providers with sync state 2020-01-07 16:59:36 -08:00
clk.h We have a small collection of core framework updates this time, mostly around 2019-09-20 15:45:07 -07:00
clkdev.h
clock_cooling.h
clockchips.h
clocksource.h BACKPORT: linux/clocksource.h: Extract common header for vDSO 2020-04-27 18:37:45 -07:00
cm4000_cs.h
cma.h
cmdline-parser.h
cn_proc.h
cnt32_to_63.h
coda.h
compaction.h mm, compaction: raise compaction priority after it withdrawns 2019-09-24 15:54:10 -07:00
compat.h futex: Move futex exit handling into futex code 2019-11-29 10:10:08 +01:00
compiler_attributes.h compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use 2019-10-11 09:26:05 -07:00
compiler_types.h ANDROID: ignore compiler tag __must_check for GENKSYMS 2020-04-08 16:24:36 +00:00
compiler-clang.h ANDROID: add support for Clang's Control Flow Integrity (CFI) 2019-11-27 12:49:12 -08:00
compiler-gcc.h
compiler-intel.h
compiler.h x86: Fix early boot crash on gcc-10, third try 2020-05-20 08:20:34 +02:00
completion.h
component.h
configfs.h
connector.h
console_struct.h
console.h
consolemap.h
const.h UPSTREAM: linux/const.h: Extract common header for vDSO 2020-04-27 18:37:45 -07:00
container.h driver-core: add include guard to linux/container.h 2019-09-04 13:38:26 +02:00
context_tracking_state.h
context_tracking.h
cordic.h
coredump.h
coresight-pmu.h
coresight-stm.h
coresight.h
count_zeros.h
counter_enum.h
counter.h
cper.h
cpu_cooling.h
cpu_pm.h
cpu_rmap.h
cpu.h cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() 2020-04-17 10:50:11 +02:00
cpufeature.h
cpufreq_times.h ANDROID: cpufreq: times: Remove per-UID time in state tracking 2020-03-06 20:23:16 +00:00
cpufreq.h UPSTREAM: cpufreq: Make cpufreq_global_kobject static 2020-04-09 14:23:31 +02:00
cpuhotplug.h padata: validate cpumask without removed CPU during offline 2020-02-24 08:36:34 +01:00
cpuidle_haltpoll.h cpuidle-haltpoll: vcpu hotplug support 2019-09-03 09:36:36 +02:00
cpuidle.h BACKPORT: FROMLIST: cpuidle: change enter_s2idle() prototype 2020-07-29 14:37:49 +00:00
cpumask.h cpumask: nicer for_each_cpumask_and() signature 2019-09-25 17:51:40 -07:00
cpuset.h Revert "sched/core: Prevent race condition between cpuset and __sched_setscheduler()" 2020-03-30 04:49:04 +00:00
crash_core.h
crash_dump.h
crc4.h
crc7.h
crc8.h
crc16.h
crc32.h
crc32c.h
crc32poly.h
crc64.h
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
cred.h selinux/stable-5.4 PR 20190917 2019-09-23 11:21:04 -07:00
crypto.h
cryptohash.h
cs5535.h
ctype.h
cuda.h
cyclades.h
davinci_emac.h
dax.h
dca.h
dcache.h Revert "ANDROID: vfs: add d_canonical_path for stacked filesystem support" 2020-05-29 14:48:37 +02:00
dccp.h
dcookies.h
debug_locks.h
debugfs.h BACKPORT: debugfs: Fix !DEBUG_FS debugfs_create_automount 2020-01-23 09:54:45 +01:00
debugobjects.h
delay.h
delayacct.h
delayed_call.h
devcoredump.h
devfreq_cooling.h thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n 2020-04-17 10:50:09 +02:00
devfreq-event.h
devfreq.h
device_cgroup.h
device-mapper.h This is the 5.4.54 stable release 2020-07-29 13:27:01 +02:00
device.h ANDROID: GKI: add some padding to some driver core structures 2020-08-13 09:08:01 +02:00
devpts_fs.h
digsig.h
dim.h
dio.h
dirent.h
dlm_plock.h
dlm.h
dm9000.h
dm-bufio.h
dm-dirty-log.h
dm-io.h
dm-kcopyd.h
dm-region-hash.h
dma-buf.h This is the 5.4.54 stable release 2020-07-29 13:27:01 +02:00
dma-contiguous.h
dma-debug.h
dma-direct.h dma-direct: check for overflows on 32 bit DMA addresses 2020-01-04 19:17:24 +01:00
dma-direction.h
dma-fence-array.h
dma-fence-chain.h
dma-fence.h
dma-iommu.h FROMLIST: iommu/iova: Add a best-fit algorithm 2020-03-04 09:01:27 -08:00
dma-mapping.h ANDROID: GKI: dma-mapping.h: add Android ABI padding to a structure 2020-05-02 12:22:30 +02:00
dma-noncoherent.h dma-mapping: remove arch_dma_mmap_pgprot 2019-08-29 16:43:22 +02:00
dma-resv.h
dmaengine.h dmaengine: Store module owner in dma_device struct 2020-02-24 08:36:40 +01:00
dmapool.h
dmar.h iommu/vt-d: Silence RCU-list debugging warnings 2020-04-01 11:01:53 +02:00
dmi.h
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
drbd_genl_api.h
drbd_genl.h
drbd_limits.h
drbd.h
ds2782_battery.h
dtlk.h
dw_apb_timer.h
dynamic_debug.h FROMLIST: BACKPORT: dynamic_debug: Add an option to enable dynamic debug for modules only 2020-04-22 21:34:15 +00:00
dynamic_queue_limits.h
earlycpio.h
ecryptfs.h
edac.h EDAC: Prefer 'unsigned int' to bare use of 'unsigned' 2019-09-03 19:21:19 +02:00
edd.h
eeprom_93cx6.h
eeprom_93xx46.h
efi-bgrt.h
efi.h x86, efi: Never relocate kernel below lowest acceptable address 2019-10-31 09:40:19 +01:00
efs_vh.h
eisa.h
elevator.h ANDROID: GKI: elevator: add Android ABI padding to some structures 2020-04-23 19:26:27 +02:00
elf-fdpic.h
elf-randomize.h
elf.h
elfcore-compat.h
elfcore.h
elfnote.h This is the 5.4.47 stable release 2020-06-18 10:05:17 +02:00
enclosure.h
energy_model.h
err.h
errno.h
error-injection.h
errqueue.h
errseq.h
etherdevice.h
ethtool.h ANDROID: GKI: ethtool.h: add Android ABI padding to a structure 2020-05-02 12:22:30 +02:00
eventfd.h eventfd: track eventfd_signal() recursion depth 2020-02-11 04:35:37 -08:00
eventpoll.h
evm.h
export.h ANDROID: export: Disable symbol trimming on modules 2020-05-15 13:53:54 +00:00
exportfs.h
ext2_fs.h
extable.h
extcon-provider.h
extcon.h BACKPORT: extcon: Mark extcon_get_edev_name() function as exported symbol 2020-03-30 06:21:26 +00:00
f2fs_fs.h f2fs: Add a new CP flag to help fsck fix resize SPO issues 2020-04-23 10:36:33 +02:00
f75375s.h
falloc.h
fanotify.h
fault-inject.h
fb.h
fbcon.h
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdtable.h
fec.h
file.h
filter.h Merge 5.4.52 into android11-5.4 2020-07-16 09:48:45 +02:00
fips.h
firewire.h
firmware-map.h
firmware.h
fixp-arith.h
flat.h
flex_proportions.h
font.h
frame.h
freezer.h
frontswap.h
fs_context.h fuse update for 5.4 2019-09-25 09:55:59 -07:00
fs_enet_pd.h
fs_parser.h
fs_pin.h
fs_stack.h
fs_struct.h
fs_types.h
fs_uart_pd.h
fs.h Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-5.4.y' into android-5.4-stable 2020-06-24 11:13:19 -07:00
fscache-cache.h
fscache.h
fscrypt.h Revert "ANDROID: fscrypt: add key removal notifier chain" 2020-06-29 18:26:35 +00:00
fsi-occ.h
fsi-sbefifo.h
fsi.h
fsl_devices.h
fsl_hypervisor.h
fsl_ifc.h
fsl-diu-fb.h
fsldma.h
fsnotify_backend.h fsnotify: replace inode pointer with an object id 2020-05-14 07:58:30 +02:00
fsnotify.h Revert "ANDROID: vfs: add d_canonical_path for stacked filesystem support" 2020-05-29 14:48:37 +02:00
fsverity.h fs-verity: remove unnecessary extern keywords 2020-06-16 14:06:46 -07:00
ftrace_irq.h
ftrace.h
futex.h futex: Fix inode life-time issue 2020-03-25 08:25:58 +01:00
fwnode.h ANDROID: GKI: add some padding to some driver core structures 2020-08-13 09:08:01 +02:00
gameport.h
gcd.h
genalloc.h
generic-radix-tree.h
genetlink.h
genhd.h This is the 5.4.49 stable release 2020-06-25 07:49:21 +02:00
genl_magic_func.h
genl_magic_struct.h
getcpu.h
gfp.h ANDROID: GKI: cma: redirect page allocation to CMA 2020-04-03 14:51:35 -07:00
glob.h
gnss.h
goldfish.h
gpio_keys.h
gpio-pxa.h
gpio.h Linux 5.3-rc7 2019-09-05 11:40:54 +02:00
greybus.h staging: greybus: move core include files to include/linux/greybus/ 2019-08-27 19:02:59 +02:00
hardirq.h
hash.h
hashtable.h
hdlc.h
hdlcdrv.h
hdmi.h ANDROID: drm: fix HDR static metadata type field numbering 2020-02-06 21:16:52 +00:00
hid-debug.h
hid-roccat.h
hid-sensor-hub.h
hid-sensor-ids.h
hid.h HID: core: increase HID report buffer size to 8KiB 2020-03-05 16:43:42 +01:00
hiddev.h
hidraw.h
highmem.h ANDROID: GKI: cma: redirect page allocation to CMA 2020-04-03 14:51:35 -07:00
highuid.h
hil_mlc.h
hil.h
hippidevice.h
hmm.h
host1x.h
hp_sdc.h
hpet.h
hrtimer_defs.h
hrtimer.h ANDROID: GKI: hrtimer.h: add Android ABI padding to a structure 2020-05-02 12:22:31 +02:00
htcpld.h
huge_mm.h libnvdimm fixes v5.4-rc1 2019-09-29 10:33:41 -07:00
hugetlb_cgroup.h
hugetlb_inline.h
hugetlb.h mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS 2020-04-23 10:36:36 +02:00
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h hwmon: Fix HWMON_P_MIN_ALARM mask 2019-10-02 06:36:50 -07:00
hwspinlock.h
hyperv.h Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) 2020-08-11 15:33:38 +02:00
hypervisor.h
i2c-algo-bit.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-dev.h
i2c-mux.h
i2c-pxa.h
i2c-smbus.h
i2c.h Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2019-09-24 16:48:02 -07:00
i8042.h
i8253.h
icmp.h
icmpv6.h
ide.h
idle_inject.h powercap: idle_inject: Use higher resolution for idle injection 2019-09-03 11:33:29 +02:00
idr.h XArray updates for 5.4 2019-11-08 08:46:49 -08:00
ieee80211.h BACKPORT: ieee80211: add HE ext EIDs and 6 GHz capability defines 2020-08-11 12:53:27 +02:00
ieee802154.h
if_arp.h
if_bridge.h
if_eql.h
if_ether.h macvlan: do not assume mac_header is set in macvlan_broadcast() 2020-01-12 12:21:46 +01:00
if_fddi.h
if_frad.h
if_link.h
if_ltalk.h
if_macvlan.h net: remove unnecessary variables and callback 2019-10-24 14:53:49 -07:00
if_phonet.h
if_pppol2tp.h
if_pppox.h
if_rmnet.h
if_tap.h
if_team.h team: fix nested locking lockdep warning 2019-10-24 14:53:48 -07: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:49 +02:00
igmp.h
ihex.h
ima.h Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2019-09-28 08:14:15 -07:00
imx-media.h
in6.h
in.h
indirect_call_wrapper.h
inet_diag.h inet_diag: return classid for all socket types 2020-03-18 07:17:38 +01:00
inet.h
inetdevice.h
init_ohci1394_dma.h
init_task.h posix-cpu-timers: Create a container struct 2019-08-28 11:50:33 +02:00
init.h ANDROID: add support for Clang's Control Flow Integrity (CFI) 2019-11-27 12:49:12 -08:00
initrd.h
inotify.h
input-polldev.h
input.h
integrity.h
intel_rapl.h
intel_th.h
intel-iommu.h Revert "ANDROID: Revert: Merge 5.4.60 into android11-5.4" 2020-08-23 13:12:51 +02:00
intel-ish-client-if.h
intel-pti.h
intel-svm.h iommu/vt-d: Fix compile warning from intel-svm.h 2020-02-28 17:22:26 +01:00
interconnect-provider.h UPSTREAM: interconnect: Add pre_aggregate() callback 2019-09-06 10:55:53 -07:00
interconnect.h UPSTREAM: interconnect: Add support for path tags 2019-09-06 10:55:53 -07:00
interrupt.h Power management updates for 5.4-rc1 2019-09-17 19:15:14 -07:00
interval_tree_generic.h augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro 2019-09-25 17:51:39 -07:00
interval_tree.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:18:44 +02:00
io-pgtable.h ANDROID: iommu/io-pgtable: Allow IOMMU drivers to allocate/free page-table memory 2020-08-17 08:57:17 +00:00
io.h lib: devres: add a helper function for ioremap_uc 2020-05-10 10:31:30 +02:00
ioc3.h
iocontext.h block: Fix use-after-free issue accessing struct io_cq 2020-04-17 10:50:04 +02:00
iomap.h ANDROID: GKI: iomap.h: add Android ABI padding to a structure 2020-05-02 12:22:31 +02:00
iommu-helper.h
iommu.h FROMGIT: drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops() 2020-01-17 16:20:01 +00:00
ion.h ANDROID: staging: android: ion: Expose total heap and pool sizes via sysfs 2020-07-08 21:27:13 +02:00
iopoll.h
ioport.h This is the 5.4.49 stable release 2020-06-25 07:49:21 +02:00
ioprio.h
iova.h FROMLIST: iommu/iova: Add a best-fit algorithm 2020-03-04 09:01:27 -08:00
ip.h
ipack.h
ipc_namespace.h
ipc.h
ipmi_smi.h ipmi: Don't allow device module unload when in use 2019-12-31 16:44:14 +01:00
ipmi-fru.h
ipmi.h
ipv6_route.h
ipv6.h ANDROID: GKI: networking: add Android ABI padding to a lot of networking structures 2020-05-02 12:22:29 +02:00
irq_cpustat.h
irq_poll.h
irq_sim.h
irq_work.h
irq.h Revert "ANDROID: Revert: Merge 5.4.60 into android11-5.4" 2020-08-23 13:12:51 +02:00
irqbypass.h
irqchip.h
irqdesc.h
irqdomain.h ANDROID: GKI: irqdomain.h: add Android ABI padding to a structure 2020-05-02 12:22:32 +02:00
irqflags.h
irqhandler.h
irqnr.h
irqreturn.h
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isicom.h
iversion.h
jbd2.h jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() 2020-06-24 17:50:48 +02:00
jhash.h
jiffies.h UPSTREAM: linux/jiffies.h: Extract common header for vDSO 2020-04-27 18:37:46 -07:00
journal-head.h
joystick.h
jump_label_ratelimit.h
jump_label.h
jz4740-adc.h
jz4780-nemc.h
kallsyms.h ANDROID: kallsyms: increase KSYM_NAME_LEN 2020-08-04 19:33:41 +00:00
kasan-checks.h
kasan.h
kbd_diacr.h
kbd_kern.h
kbuild.h
kconfig.h UPSTREAM: kbuild: ensure full rebuild when the compiler is updated 2020-09-24 10:02:38 +00:00
kcore.h
kcov.h UPSTREAM: kcov: remote coverage support 2020-01-13 18:54:56 +00:00
kd.h
kdb.h
kdebug.h
kdev_t.h
kern_levels.h
kernel_stat.h
kernel-page-flags.h
kernel.h kernel.h: Add non_block_start/end() 2019-09-07 04:28:05 -03:00
kernelcapi.h
kernfs.h ANDROID: GKI: kernfs.h: add Android ABI padding to some structures 2020-05-02 12:22:32 +02:00
kexec.h Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2019-09-28 08:14:15 -07:00
key-type.h KEYS: Don't write out to userspace while holding key semaphore 2020-04-23 10:36:45 +02:00
key.h afs: Provide an RCU-capable key lookup 2019-09-02 11:43:54 +01:00
keyboard.h
keyctl.h
keyslot-manager.h ANDROID: block: backport the ability to specify max_dun_bytes 2020-05-15 22:01:33 +00:00
kfifo.h
kgdb.h kgdb: Fix spurious true from in_dbg_master() 2020-06-22 09:31:03 +02:00
khugepaged.h khugepaged: enable collapse pmd for pte-mapped THP 2019-09-24 15:54:11 -07:00
klist.h
kmemleak.h
kmod.h
kmsg_dump.h
kobj_map.h
kobject_ns.h
kobject.h ANDROID: GKI: kobject.h: add Android ABI padding to some structures 2020-05-02 12:22:32 +02:00
kprobes.h kretprobe: Prevent triggering kretprobe from within kprobe_flush_task 2020-06-24 17:50:52 +02:00
kref.h
ks0108.h
ks8842.h
ks8851_mll.h
ksm.h
kthread.h
ktime.h UPSTREAM: linux/ktime.h: Extract common header for vDSO 2020-04-27 18:37:46 -07:00
kvm_host.h KVM: x86: Fix APIC page invalidation race 2020-06-17 16:40:26 +02:00
kvm_irqfd.h
kvm_para.h
kvm_types.h x86/kvm: Cache gfn to pfn translation 2020-02-11 04:35:40 -08:00
l2tp.h
lantiq.h
lapb.h
latencytop.h
lcd.h
lcm.h
led-class-flash.h
led-lm3530.h
leds_pwm.h
leds-bd2802.h
leds-lp3944.h
leds-lp3952.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds-ti-lmu-common.h
leds.h leds: core: Fix leds.h structure documentation 2019-10-08 22:05:58 +02:00
libata.h libata: Use per port sync for detach 2020-06-24 17:50:47 +02:00
libfdt_env.h libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h 2020-01-04 19:18:28 +01:00
libfdt.h
libgcc.h
libnvdimm.h libnvdimm/security: Introduce a 'frozen' attribute 2019-08-29 13:49:13 -07:00
libps2.h
license.h
lightnvm.h
limits.h UPSTREAM: linux/limits.h: Extract common header for vDSO 2020-04-27 18:37:45 -07:00
linkage.h
linkmode.h
linux_logo.h
lis3lv02d.h
list_bl.h
list_lru.h
list_nulls.h rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls 2020-02-24 08:36:45 +01:00
list_sort.h
list.h
livepatch.h
llc.h
llist.h
lockdep.h
lockref.h
log2.h
logic_pio.h
lp.h
lru_cache.h
lsm_audit.h
lsm_hooks.h BACKPORT: perf_event: Add support for LSM and SELinux checks 2020-01-09 21:25:09 +00:00
lz4.h
lzo.h
mailbox_client.h
mailbox_controller.h
maple.h
marvell_phy.h
math64.h UPSTREAM: linux/math64.h: Extract common header for vDSO 2020-04-27 18:37:46 -07:00
max17040_battery.h
mbcache.h
mbus.h
mc6821.h
mc146818rtc.h
mcb.h
mdev.h
mdio-bitbang.h
mdio-gpio.h
mdio-mux.h
mdio.h include: mdio: Add driver data helpers 2019-09-05 12:32:05 +02:00
mei_cl_bus.h
mem_encrypt.h
memblock.h
memcontrol.h mm, memcg: fix inconsistent oom event behavior 2020-05-20 08:20:27 +02:00
memfd.h
memory_hotplug.h mm/memory_hotplug: shrink zones when offlining memory 2020-01-09 10:19:56 +01:00
memory.h mm/memory_hotplug: fix try_offline_node() 2019-11-15 18:34:00 -08:00
mempolicy.h Revert "Revert "mm, thp: restore node-local hugepage allocations"" 2019-09-28 14:05:38 -07:00
mempool.h
memremap.h libnvdimm fixes v5.4-rc1 2019-09-29 10:33:41 -07:00
memstick.h
mic_bus.h
micrel_phy.h net: phy: micrel: Update KSZ87xx PHY name 2019-10-17 16:31:52 -07:00
microchipphy.h
migrate_mode.h
migrate.h
mii.h net: phy: fix write to mii-ctrl1000 register 2019-10-04 18:11:08 -07:00
miscdevice.h rfkill: allocate static minor 2019-12-13 08:43:18 +01:00
mISDNdsp.h
mISDNhw.h
mISDNif.h
mm_inline.h
mm_types_task.h fork: improve error message for corrupted page tables 2019-09-25 17:51:40 -07:00
mm_types.h ANDROID: mm: add vendor padding for SPECULATIVE_PAGE_FAULTS 2020-07-14 20:36:00 +00:00
mm-arch-hooks.h
mm.h ANDROID: mm: add generic __va_function and __pa_function 2020-09-15 18:20:31 +00:00
mman.h
mmdebug.h
mmiotrace.h
mmu_context.h
mmu_notifier.h ANDROID: GKI: mmu_notifier.h: add Android ABI padding to some structures 2020-05-02 12:22:33 +02:00
mmzone.h This is the 5.4.48 stable release 2020-06-22 11:43:59 +02:00
mnt_namespace.h
mod_devicetable.h Revert "Revert "Revert "ANDROID: ALSA: jack: Update supported ja..." 2020-08-10 22:29:15 +00:00
module_signature.h
module.h ANDROID: GKI: module.h: add Android ABI padding to some structures 2020-03-19 10:25:23 +00:00
moduleloader.h
moduleparam.h
mount.h ANDROID: GKI: mount.h: add Android ABI padding to some structures 2020-03-19 14:31:21 +01:00
moxtet.h
mpage.h
mpi.h
mpls_iptunnel.h
mpls.h
mroute6.h
mroute_base.h
mroute.h
msdos_fs.h
msg.h
msi.h
mutex.h
mv643xx_eth.h
mv643xx_i2c.h
mv643xx.h
mvebu-pmsu.h
mxm-wmi.h
n_r3964.h
namei.h Revert "ANDROID: vfs: Add permission2 for filesystems with per mount permissions" 2020-05-29 14:48:37 +02:00
nd.h
ndctl.h
net.h ANDROID: GKI: networking: add Android ABI padding to a lot of networking structures 2020-05-02 12:22:29 +02:00
netdev_features.h UPSTREAM: net: Add a netdev software feature set that defaults to off. 2020-09-09 08:47:47 +00:00
netdevice.h UPSTREAM: net: Support GRO/GSO fraglist chaining. 2020-09-09 08:47:55 +00:00
netfilter_bridge.h netfilter: move nf_bridge_frag_data struct definition to a more appropriate header. 2019-09-13 12:35:33 +02:00
netfilter_defs.h
netfilter_ingress.h
netfilter_ipv4.h
netfilter_ipv6.h netfilter: move nf_bridge_frag_data struct definition to a more appropriate header. 2019-09-13 12:35:33 +02:00
netfilter.h netfilter: remove CONFIG_NETFILTER checks from headers. 2019-09-13 12:47:36 +02:00
netlink.h
netpoll.h
nfs3.h
nfs4.h
nfs_fs_i.h
nfs_fs_sb.h
nfs_fs.h nfs: set invalid blocks after NFSv4 writes 2020-06-24 17:50:44 +02:00
nfs_iostat.h
nfs_page.h
nfs_xdr.h NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION 2020-05-06 08:15:05 +02:00
nfs.h
nfsacl.h
nl802154.h
nls.h
nmi.h
node.h
nodemask.h
nospec.h
notifier.h
ns_common.h
nsc_gpio.h
nsproxy.h
ntb_transport.h
ntb.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:50:10 +02:00
nvme-fc.h
nvme-rdma.h
nvme-tcp.h
nvme.h nvme: introduce "Command Aborted By host" status code 2019-12-31 16:44:40 +01:00
nvmem-consumer.h nvmem: core: fix nvmem_cell_write inline function 2019-12-31 16:44:43 +01:00
nvmem-provider.h
nvram.h
objagg.h
of_address.h UPSTREAM: of/address: Fix of_pci_range_parser_one translation of DMA addresses 2020-02-24 22:03:21 +00:00
of_clk.h
of_device.h
of_dma.h
of_fdt.h
of_gpio.h gpio: of: Make of_gpio_simple_xlate() private 2019-09-11 14:46:02 +01:00
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
of.h
oid_registry.h
olpc-ec.h
omap-dma.h
omap-gpmc.h
omap-iommu.h
omap-mailbox.h
omapfb.h
once.h
oom.h FROMGIT: mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary 2020-09-15 09:34:00 -07:00
openvswitch.h
oprofile.h
osq_lock.h
overflow.h
packing.h
padata.h padata: add separate cpuhp node for CPUHP_PADATA_DEAD 2020-06-17 16:40:22 +02:00
page_counter.h
page_ext.h mm, page_owner: rename flag indicating that page is allocated 2019-10-14 15:04:00 -07:00
page_idle.h
page_owner.h
page_ref.h
page-flags-layout.h
page-flags.h page-flags: fix a crash at SetPageError(THP_SWAP) 2020-03-25 08:25:58 +01:00
page-isolation.h
pageblock-flags.h
pagemap.h mm: page cache: store only head pages in i_pages 2019-09-24 15:54:08 -07:00
pagevec.h
pagewalk.h pagewalk: separate function pointers from iterator data 2019-09-07 04:28:04 -03:00
parman.h
parport_pc.h
parport.h
parser.h linux/parser.h: add include guards 2020-06-16 12:34:40 -07:00
pata_arasan_cf_data.h
patchkey.h
path.h
pch_dma.h
pci_hotplug.h PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c 2019-08-28 15:25:53 -05:00
pci_ids.h This is the 5.4.48 stable release 2020-06-22 11:43:59 +02:00
pci-acpi.h
pci-ats.h
pci-dma-compat.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:50:11 +02:00
pci-epf.h
pci-p2pdma.h
pci.h ANDROID: GKI: pci: add Android ABI padding to some structures 2020-05-02 12:22:28 +02:00
pda_power.h
pe.h
percpu_counter.h percpu_counter: fix a data race at vm_committed_as 2020-04-23 10:36:37 +02:00
percpu-defs.h percpu: Separate decrypted varaibles anytime encryption can be enabled 2020-02-11 04:35:44 -08:00
percpu-refcount.h
percpu-rwsem.h
percpu.h
perf_event.h Revert "ANDROID: security,perf: Allow further restriction of perf_event_open" 2020-01-23 22:02:32 +00:00
perf_regs.h
personality.h
pfn_t.h
pfn.h
phonet.h
phy_fixed.h net: fixed_phy: Add forward declaration for struct gpio_desc; 2019-09-05 11:54:14 +02:00
phy_led_triggers.h
phy.h ANDROID: GKI: phy: add Android ABI padding to some structures 2020-03-18 10:51:31 +01:00
phylink.h
pid_namespace.h
pid.h
pim.h
pipe_fs_i.h
pkeys.h
pktcdvd.h
pl320-ipc.h
pl353-smc.h
platform_device.h driver code: clarify and fix platform device DMA mask allocation 2020-03-18 07:17:56 +01:00
plist.h
pm2301_charger.h
pm_clock.h
pm_domain.h
pm_opp.h
pm_qos.h UPSTREAM: PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY 2020-01-10 22:40:09 +00:00
pm_runtime.h
pm_wakeirq.h
pm_wakeup.h
pm-trace.h
pm.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:20:27 +02:00
poison.h
poll.h
posix_acl_xattr.h
posix_acl.h
posix-clock.h ptp: fix the race between the release of ptp_clock and cdev 2020-01-04 19:18:48 +01:00
posix-timers.h posix-cpu-timers: Always clear head pointer on dequeue 2019-09-05 21:16:22 +02:00
power_supply.h FROMLIST: power: supply: core: property to control reverse charge 2020-09-01 17:57:03 +00:00
powercap.h
ppp_channel.h
ppp_defs.h
ppp-comp.h
pps_kernel.h
pps-gpio.h
pr.h
prandom.h random32: move the pseudo-random 32-bit definitions to prandom.h 2020-08-07 09:34:01 +02:00
preempt.h
prefetch.h
prime_numbers.h
printk.h This is the 5.4.37 stable release 2020-05-02 09:01:51 +02:00
proc_fs.h Revert "ANDROID: proc: Add /proc/uid directory" 2020-03-06 20:23:08 +00:00
proc_ns.h
processor.h
profile.h
projid.h
property.h
psci.h
pseudo_fs.h
psi_types.h
psi.h
psp-sev.h
pstore_ram.h
pstore.h
pti.h
ptp_classify.h
ptp_clock_kernel.h
ptr_ring.h
ptrace.h
purgatory.h
pvclock_gtod.h
pwm_backlight.h
pwm.h FROMLIST: pwm: Convert period and duty cycle to u64 2019-11-26 10:57:36 -08:00
pxa2xx_ssp.h
pxa168_eth.h
qcom_scm.h UPSTREAM: firmware/qcom_scm: Add scm call to handle smmu errata 2019-12-20 09:57:41 -08:00
qcom-geni-se.h
qnx6_fs.h
quota.h ANDROID: GKI: quota.h: add Android ABI padding to some structures 2020-05-02 12:22:33 +02:00
quotaops.h quota: Check that quota is not dirty before release 2019-12-17 19:56:43 +01:00
radix-tree.h radix tree: Remove radix_tree_iter_find 2019-11-01 22:26:34 -04:00
raid_class.h
ramfs.h vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API 2019-09-12 21:05:34 -04:00
random.h This is the 5.4.57 stable release 2020-08-07 10:07:58 +02:00
range.h
ras.h
ratelimit.h
rational.h
rbtree_augmented.h augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition 2019-09-25 17:51:39 -07:00
rbtree_latch.h
rbtree.h
rcu_node_tree.h
rcu_segcblist.h
rcu_sync.h
rculist_bl.h
rculist_nulls.h rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls 2020-02-24 08:36:45 +01:00
rculist.h
rcupdate_wait.h
rcupdate.h Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-09-16 17:25:49 -07:00
rcutiny.h
rcutree.h
rcuwait.h tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code 2019-09-25 17:42:29 +02:00
reboot-mode.h
reboot.h
reciprocal_div.h
refcount.h
regmap.h
regset.h
relay.h
remoteproc.h
reset-controller.h reset: fix reset_control_ops kerneldoc comment 2019-10-28 12:18:23 +01:00
reset.h reset: fix reset_control_get_exclusive kerneldoc comment 2019-10-24 10:26:33 +02:00
resource_ext.h
resource.h
restart_block.h
rfkill.h
rhashtable-types.h
rhashtable.h rhashtable: Fix unprotected RCU dereference in __rht_ptr 2020-08-05 09:59:47 +02:00
ring_buffer.h
rio_drv.h
rio_ids.h
rio_regs.h
rio.h
rmap.h
rmi.h
rndis.h
rodata_test.h
root_dev.h cifs: Add support for root file systems 2019-09-16 11:43:38 -05:00
rpmsg.h FROMLIST: rpmsg: core: Add signal API support 2020-07-17 00:08:34 +00:00
rslib.h
rtc.h
rtmutex.h
rtnetlink.h
rtsx_common.h
rtsx_pci.h
rtsx_usb.h
rwlock_api_smp.h
rwlock_types.h
rwlock.h
rwsem.h ANDROID: rwsem: Add vendor hook to the rw-semaphore 2020-08-20 19:28:23 +00:00
s3c_adc_battery.h
sbitmap.h
scatterlist.h
scc.h
sched_clock.h
sched.h ANDROID: vendor_hooks: add waiting information for blocked tasks 2020-08-12 19:30:03 +00:00
scif.h
scmi_protocol.h
scpi_protocol.h
screen_info.h
scs.h FROMLIST: add support for Clang's Shadow Call Stack (SCS) 2019-11-27 12:49:09 -08:00
sctp.h
scx200_gpio.h
scx200.h
sdb.h
sdla.h
seccomp.h
securebits.h
security.h This is the 5.4.45 stable release 2020-06-07 14:28:34 +02:00
sed-opal.h
seg6_genl.h
seg6_hmac.h
seg6_iptunnel.h
seg6_local.h
seg6.h
selection.h vt: selection, introduce vc_is_sel 2020-04-02 15:11:00 +02:00
sem.h
semaphore.h
seq_buf.h
seq_file_net.h
seq_file.h
seqlock.h
seqno-fence.h
serdev.h ANDROID: serdev: restrict claim of platform devices 2020-03-13 15:30:41 +00:00
serial_8250.h
serial_bcm63xx.h
serial_core.h
serial_max3100.h
serial_pnx8xxx.h
serial_s3c.h
serial_sci.h
serial.h
serio.h
set_memory.h x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned 2020-06-17 16:40:31 +02:00
sfi_acpi.h
sfi.h
sfp.h
sh_clk.h
sh_dma.h
sh_eth.h
sh_intc.h
sh_timer.h
shdma-base.h
shm.h
shmem_fs.h vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API 2019-09-12 21:05:34 -04:00
shrinker.h mm: shrinker: make shrinker not depend on memcg kmem 2019-09-24 15:54:11 -07:00
signal_types.h
signal.h
signalfd.h
siox.h
siphash.h
sirfsoc_dma.h
sizes.h
skb_array.h
skbuff.h UPSTREAM: net: Support GRO/GSO fraglist chaining. 2020-09-09 08:47:55 +00:00
skmsg.h bpf: sockmap: Require attach_bpf_fd when detaching a program 2020-08-07 09:34:02 +02:00
slab_def.h
slab.h mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two) 2019-10-07 15:47:20 -07:00
slimbus.h
slub_def.h
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h
smpboot.h
smsc911x.h
smscphy.h
sock_diag.h
socket.h net: increase SOMAXCONN to 4096 2019-10-31 14:01:40 -07:00
sonet.h
sony-laptop.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types_up.h
spinlock_types.h
spinlock_up.h
spinlock.h
splice.h
spmi.h
sram.h
srcu.h
srcutiny.h
srcutree.h
ssbi.h
stackdepot.h
stackleak.h
stackprotector.h
stacktrace.h
start_kernel.h
stat.h statx: define STATX_ATTR_VERITY 2020-01-08 15:26:59 -08:00
statfs.h
static_key.h
stddef.h
stm.h
stmmac.h net: stmmac: implement support for passive mode converters via dt 2019-09-11 15:27:09 +01:00
stmp3xxx_rtc_wdt.h
stmp_device.h
stop_machine.h
string_helpers.h
string.h This is the 5.4.48 stable release 2020-06-22 11:43:59 +02:00
stringhash.h
stringify.h
sungem_phy.h
sunserialcore.h
sunxi-rsb.h
superhyway.h
suspend.h This is the 5.4.21 stable release 2020-02-20 08:13:39 +01:00
svga.h
sw842.h
swab.h uapi: rename ext2_swab() to swab() and share globally in swab.h 2020-04-13 10:48:07 +02:00
swait.h
swap_cgroup.h
swap_slots.h
swap.h mm: introduce MADV_PAGEOUT 2019-09-25 17:51:41 -07:00
swapfile.h
swapops.h include/linux/swapops.h: correct guards for non_swap_entry() 2020-04-23 10:36:37 +02:00
swiotlb.h swiotlb: Split size parameter to map/unmap APIs 2019-09-11 12:34:29 +02:00
switchtec.h
sxgbe_platform.h
sync_core.h
sync_file.h
synclink.h
sys_soc.h UPSTREAM: base: soc: Handle custom soc information sysfs entries 2019-10-17 13:15:53 -07:00
sys.h
syscalls.h ipc: fix sparc64 ipc() wrapper 2019-09-07 21:42:25 +02:00
syscore_ops.h
sysctl.h
sysfs.h sysfs: Fixes __BIN_ATTR_WO() macro 2019-10-02 10:06:45 +02:00
syslog.h
sysrq.h
sysv_fs.h
t10-pi.h block: centralize PI remapping logic to the block layer 2019-09-17 20:03:49 -06:00
task_io_accounting_ops.h
task_io_accounting.h
task_work.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h tcp: allow at most one TLP probe per flight 2020-07-31 18:39:31 +02:00
tee_drv.h
textsearch_fsm.h
textsearch.h
tfrc.h
thermal.h
thread_info.h uaccess: disallow > INT_MAX copy sizes 2020-01-04 19:18:42 +01:00
threads.h
thunderbolt.h
ti_wilink_st.h
ti-emif-sram.h
tick.h
tifm.h
timb_dma.h
timb_gpio.h
time32.h BACKPORT: linux/time32.h: Extract common header for vDSO 2020-04-27 18:37:46 -07:00
time64.h UPSTREAM: linux/time64.h: Extract common header for vDSO 2020-04-27 18:37:46 -07:00
time.h BACKPORT: linux/time.h: Extract common header for vDSO 2020-04-27 18:37:46 -07:00
timecounter.h
timekeeper_internal.h
timekeeping32.h
timekeeping.h
timer.h ANDROID: GKI: timer.h: add Android ABI padding to a structure 2020-05-02 12:22:34 +02:00
timerfd.h
timeriomem-rng.h
timerqueue.h posix-cpu-timers: Utilize timerqueue for storage 2019-08-28 11:50:43 +02:00
timex.h
tnum.h bpf: Fix incorrect verifier simulation of ARSH under ALU32 2020-01-23 08:22:44 +01:00
topology.h Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-09-16 17:25:49 -07:00
torture.h
toshiba.h
tpm_command.h
tpm_eventlog.h tpm: Require that all digests are present in TCG_PCR_EVENT2 structures 2020-08-19 08:15:57 +02:00
tpm.h tpm: Unify the mismatching TPM space buffer sizes 2020-08-19 08:16:27 +02:00
trace_clock.h
trace_events.h tracing: Make exported ftrace_set_clr_event non-static 2019-08-31 06:51:49 -04:00
trace_seq.h
trace.h
tracefs.h
tracehook.h
tracepoint-defs.h
tracepoint.h tracepoint: Mark __tracepoint_string's __used 2020-08-19 08:15:53 +02:00
transport_class.h
ts-nbus.h
tsacct_kern.h
tty_driver.h
tty_flip.h
tty_ldisc.h
tty.h gcc-10 warnings: fix low-hanging fruit 2020-05-20 08:20:29 +02:00
typecheck.h
types.h
u64_stats_sync.h
uaccess.h uaccess: Add non-pagefault user-space write function 2020-01-17 19:48:40 +01:00
ucb1400.h
ucs2_string.h
udp.h
uidgid.h
uio_driver.h
uio.h
umh.h
unicode.h FROMLIST: unicode: Add utf8_casefold_hash 2020-02-20 21:21:02 +00:00
uprobes.h
usb_usual.h
usb.h ANDROID: GKI: USB: add Android ABI padding to some structures 2020-03-20 09:27:54 +01:00
usbdevice_fs.h
user_namespace.h ANDROID: GKI: user_namespace.h: add Android ABI padding to a structure 2020-05-02 12:22:34 +02:00
user-return-notifier.h
user.h
userfaultfd_k.h
util_macros.h
uts.h
utsname.h
uuid.h
vbox_utils.h
verification.h
vermagic.h
vexpress.h
vfio.h
vfs.h
vga_switcheroo.h
vgaarb.h
via_i2c.h
via-core.h
via-gpio.h
via.h
videodev2.h
virtio_byteorder.h
virtio_caif.h
virtio_config.h
virtio_console.h
virtio_net.h net: be more gentle about silly gso requests coming from user 2020-06-10 20:24:55 +02:00
virtio_ring.h
virtio_vsock.h vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt' 2019-10-28 04:25:04 -04:00
virtio.h
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:33:14 +02:00
vme.h
vmpressure.h
vmstat.h
vmw_vmci_api.h
vmw_vmci_defs.h
vringh.h
vt_buffer.h
vt_kern.h vt: switch vt_dont_switch to bool 2020-04-02 15:11:00 +02:00
vt.h
vtime.h
w1-gpio.h
w1.h w1: add 1-wire master driver for IP block found in SGI ASICs 2019-09-04 14:34:31 +02:00
wait_bit.h
wait.h Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-09-17 12:35:15 -07:00
wakeup_reason.h ANDROID: power: wakeup_reason: wake reason enhancements 2020-04-09 15:26:39 +00:00
watchdog.h
win_minmax.h
wireless.h
wkup_m3_ipc.h
wl12xx.h
wm97xx.h
wmi.h
workqueue.h ANDROID: GKI: workqueue.h: add Android ABI padding to some structures 2020-03-26 14:56:22 +01:00
writeback.h writeback, memcg: Implement cgroup_writeback_by_id() 2019-08-27 09:22:38 -06:00
ww_mutex.h
xarray.h xarray: Fix early termination of xas_for_each_marked 2020-04-17 10:50:18 +02:00
xattr.h This is the 5.4.58 stable release 2020-08-11 18:37:58 +02:00
xxhash.h
xz.h
yam.h
z2_battery.h
zbud.h
zconf.h
zlib.h
zorro.h
zpool.h zpool: add malloc_support_movable to zpool_driver 2019-09-24 15:54:12 -07:00
zsmalloc.h
zstd.h
zutil.h