Star64_linux/include/linux
Joonsoo Kim e30825f186 mm/debug-pagealloc: prepare boottime configurable on/off
Until now, debug-pagealloc needs extra flags in struct page, so we need to
recompile whole source code when we decide to use it.  This is really
painful, because it takes some time to recompile and sometimes rebuild is
not possible due to third party module depending on struct page.  So, we
can't use this good feature in many cases.

Now, we have the page extension feature that allows us to insert extra
flags to outside of struct page.  This gets rid of third party module
issue mentioned above.  And, this allows us to determine if we need extra
memory for this page extension in boottime.  With these property, we can
avoid using debug-pagealloc in boottime with low computational overhead in
the kernel built with CONFIG_DEBUG_PAGEALLOC.  This will help our
development process greatly.

This patch is the preparation step to achive above goal.  debug-pagealloc
originally uses extra field of struct page, but, after this patch, it will
use field of struct page_ext.  Because memory for page_ext is allocated
later than initialization of page allocator in CONFIG_SPARSEMEM, we should
disable debug-pagealloc feature temporarily until initialization of
page_ext.  This patch implements this.

Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Dave Hansen <dave@sr71.net>
Cc: Michal Nazarewicz <mina86@mina86.com>
Cc: Jungsoo Son <jungsoo.son@lge.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-12-13 12:42:48 -08:00
..
amba
bcma bcma: make it possible to specify a IRQ num in bcma_core_irq() 2014-11-11 16:31:11 -05:00
byteorder
can can: dev: Consolidate and unify state change handling 2014-12-07 21:22:09 +01:00
ceph libceph: sync osd op definitions in rados.h 2014-10-14 12:57:02 -07:00
clk ARM: OMAP3: clock: add support for dpll4_set_rate_and_parent 2014-11-13 09:26:33 -07:00
crush
decompress initramfs: support initramfs that is bigger than 2GiB 2014-08-08 15:57:26 -07:00
dma dmaengine: dw: export probe()/remove() and Co to users 2014-10-15 20:31:05 +05:30
extcon
fsl/bestcomm
gpio gpio: Support for unified device properties interface 2014-11-04 21:58:23 +01:00
hsi
i2c hwmon: (pmbus) Add regulator support 2014-11-30 20:13:13 -08:00
iio iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask 2014-11-15 16:04:56 +00:00
input Input: MT - make slot cleanup callable outside mt_sync_frame() 2014-08-07 23:37:07 -07:00
irqchip clocksource: mips-gic: Move gic_frequency to clocksource driver 2014-11-24 07:45:15 +01:00
isdn
lockd lockd: eliminate LOCKD_DEBUG 2014-11-24 17:24:08 -05:00
mfd sound updates for 3.19-rc1 2014-12-11 13:20:50 -08:00
mlx4 net/mlx4: Add support for A0 steering 2014-12-11 14:47:36 -05:00
mlx5 net/mlx5_core: Remove unused dev cap enum fields 2014-12-08 20:45:54 -05:00
mmc mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter 2014-12-08 09:11:04 +01:00
mtd mtd: m25p80,spi-nor: Fix module aliases for m25p80 2014-10-21 13:46:03 -07:00
netfilter
netfilter_arp
netfilter_bridge
netfilter_ipv4
netfilter_ipv6
phy
pinctrl pinctrl: generic: Fix PIN_CONFIG_DRIVE_OPEN_SOURCE source/drain doc mismatch 2014-09-04 19:21:45 +02:00
platform_data Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-12-11 14:27:06 -08:00
power power: charger-manager: Fix accessing invalidated power supply after charger unbind 2014-10-28 03:30:21 +01:00
raid
regulator Merge remote-tracking branches 'regulator/topic/sky81452' and 'regulator/topic/stub' into regulator-next 2014-12-05 11:14:43 +00:00
rtc
sched
soc/ti
spi spi: core: Add spi_transfer_is_last() helper 2014-11-24 18:53:42 +00:00
ssb
sunrpc sunrpc: add a debugfs rpc_xprt directory with an info file in it 2014-11-27 13:14:52 -05:00
unaligned
usb USB / PM: Drop CONFIG_PM_RUNTIME from the USB core 2014-12-04 00:51:54 +01:00
uwb
wimax
8250_pci.h
a.out.h
acct.h
acpi.h Merge branch 'pm-runtime' 2014-12-08 20:00:44 +01:00
acpi_dma.h
acpi_pmtmr.h
adb.h
adfs_fs.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
aer.h
agp_backend.h agp: kill agp_rebind_memory 2010-11-23 20:14:46 +00:00
agpgart.h
ahci_platform.h
aio.h
alarmtimer.h
altera_jtaguart.h
altera_uart.h tty: serial: altera_uart: remove early_altera_uart_setup 2012-02-09 09:04:23 -08:00
amd-iommu.h iommu/amd: Moving PPR fault flags macros definitions 2014-07-09 16:02:41 +02:00
amifd.h
amifdreg.h
amigaffs.h
anon_inodes.h
apm-emulation.h
apm_bios.h
apple_bl.h drivers/video/backlight/apple_bl.c: include header for exported symbol prototypes 2012-05-29 16:22:29 -07:00
arcdevice.h
arm-cci.h
asn1.h
asn1_ber_bytecode.h
asn1_decoder.h
assoc_array.h
assoc_array_priv.h Add a generic associative array implementation. 2013-09-24 10:35:17 +01:00
async.h async: rename and redefine async_func_ptr 2013-03-12 13:59:14 -07:00
async_tx.h
ata.h
ata_platform.h
atalk.h
ath9k_platform.h ath9k: allow disabling bands via platform data 2014-10-27 14:16:19 -04:00
atm.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
atm_suni.h
atm_tcp.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
atmdev.h
atmel-mci.h mmc: host: atmel-mci: Add support for non-removable slots 2014-11-10 12:40:48 +01:00
atmel-ssc.h
atmel_pdc.h
atmel_serial.h tty/serial: at91: add a fallback option to determine uart/usart property 2013-10-17 13:31:19 -07:00
atmel_tc.h
atomic.h
attribute_container.h
audit.h new helper: audit_file() 2014-11-19 13:01:26 -05:00
auto_dev-ioctl.h
auto_fs.h
auxvec.h
average.h lib: Improve EWMA efficiency by using bitshifts 2010-12-06 15:58:43 -05:00
b1pcmcia.h
backing-dev.h
backlight.h
balloon_compaction.h mm/balloon_compaction: add vmstat counters and kpageflags bit 2014-10-09 22:26:01 -04:00
basic_mmio_gpio.h
bcd.h
bch.h
bcm47xx_wdt.h
bfin_mac.h netdev: bfin_mac: let boards set vlan masks 2011-01-10 13:31:14 -08:00
binfmts.h
bio.h
bit_spinlock.h BUG: headers with BUG/BUG_ON etc. need linux/bug.h 2012-03-04 17:54:34 -05:00
bitmap.h lib: bitmap: add alignment offset for bitmap_find_next_zero_area() 2014-12-13 12:42:46 -08:00
bitops.h bitops: Fix shift overflow in GENMASK macros 2014-11-16 09:55:39 +01:00
bitrev.h
blk-iopoll.h
blk-mq.h blk-mq: add blk_mq_unique_tag() 2014-11-12 11:16:09 +01:00
blk_types.h block: Remove REQ_KERNEL 2014-10-14 09:00:44 -06:00
blkdev.h ACPI and power management updates for 3.19-rc1 2014-12-10 21:17:00 -08:00
blktrace_api.h kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup() 2013-11-08 09:04:30 -07:00
blockgroup_lock.h
bma150.h
bootmem.h mem-hotplug: reset node managed pages when hot-adding a new pgdat 2014-11-13 16:17:06 -08:00
bottom_half.h
bpf.h net: sock: allow eBPF programs to be attached to sockets 2014-12-05 21:47:32 -08:00
brcmphy.h net: phy: add BCM7425 and BCM7429 PHYs 2014-10-01 22:12:48 -04:00
bsearch.h
bsg-lib.h
bsg.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
btree-128.h
btree-type.h
btree.h
btrfs.h
buffer_head.h fs/buffer.c: support buffer cache allocations with gfp modifiers 2014-09-04 22:04:42 -04:00
bug.h bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG 2013-02-21 17:22:16 -08:00
c2port.h
cache.h printk/cache: mark printk_once test variable __read_mostly 2014-01-23 16:36:56 -08:00
capability.h
cb710.h
cciss_ioctl.h
ccp.h
cdev.h fs/char_dev.c: remove unused cdev_index() 2011-01-13 08:03:17 -08:00
cdrom.h
cfag12864b.h
cgroup.h Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2014-12-11 18:57:19 -08:00
cgroup_subsys.h
circ_buf.h
cleancache.h
clk-private.h
clk-provider.h clk-divider: Fix READ_ONLY when divider > 1 2014-11-17 11:13:52 -08:00
clk.h The clk tree changes for 3.18 are dominated by clock drivers. Mostly 2014-10-15 07:05:03 +02:00
clkdev.h
clksrc-dbx500-prcmu.h
clockchips.h
clocksource.h clocksource: Remove "weak" from clocksource_default_clock() declaration 2014-10-22 16:14:03 -06:00
cm4000_cs.h
cma.h mm, cma: make parameters order consistent in func declaration and definition 2014-10-27 13:00:55 +01:00
cmdline-parser.h
cn_proc.h
cnt32_to_63.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
coda.h
coda_psdev.h
com20020.h ARCNET: add support for multi interfaces on com20020 2014-09-29 14:36:26 -04:00
compaction.h mm, compaction: simplify deferred compaction 2014-12-10 17:41:06 -08:00
compat.h
compiler-clang.h LLVMLinux: Add support for clang to compiler.h and new compiler-clang.h 2014-04-09 13:44:35 -07:00
compiler-gcc.h crypto: more robust crypto_memneq 2013-12-05 21:28:41 +08:00
compiler-gcc3.h
compiler-gcc4.h compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompiles 2014-10-28 11:03:40 +01:00
compiler-gcc5.h compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompiles 2014-10-28 11:03:40 +01:00
compiler-intel.h
compiler.h Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-06-12 19:18:49 -07:00
completion.h
component.h component: add support for component match array 2014-07-03 11:32:43 +01:00
concap.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
configfs.h
connector.h connector: allow multiple messages to be sent in one packet 2014-05-27 13:56:21 -07:00
console.h
console_struct.h
consolemap.h
container.h
context_tracking.h
context_tracking_state.h
cordic.h Docs: wording: Insert `the' 2011-10-29 21:20:22 +02:00
coredump.h
cper.h trace, RAS: Add eMCA trace event interface 2014-06-25 13:26:47 -07:00
cpu.h rcu: Eliminate deadlock between CPU hotplug and expedited grace periods 2014-09-18 16:22:27 -07:00
cpu_cooling.h
cpu_pm.h cpu_pm: Add cpu power management notifiers 2011-09-23 12:05:29 +05:30
cpu_rmap.h Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
cpufeature.h
cpufreq-dt.h cpufreq: cpufreq-dt: extend with platform_data 2014-10-21 00:51:01 +02:00
cpufreq.h cpufreq: Introduce ->ready() callback for cpufreq drivers 2014-11-29 23:38:38 +01:00
cpuidle.h cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic 2014-11-12 21:17:27 +01:00
cpumask.h
cpuset.h cpuset: simplify cpuset_node_allowed API 2014-10-27 11:15:27 -04:00
cputime.h
crash_dump.h vmcore: Remove "weak" from function declarations 2014-10-22 16:14:04 -06:00
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
crc7.h
crc8.h
crc16.h [PATCH] crc16: remove w1 specific comments. 2005-09-12 08:48:08 -07:00
crc32.h
crc32c.h
cred.h nfsd: silence sparse warning about accessing credentials 2014-07-17 16:15:35 -04:00
crypto.h crypto: Resolve shadow warnings 2014-08-01 22:35:55 +08:00
cryptohash.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2011-08-06 22:12:37 -07:00
cryptouser.h crypto: user - Fix size of netlink dump message 2012-03-29 19:52:48 +08:00
cs5535.h
ctype.h
cuda.h
cyclades.h
davinci_emac.h net: davinci_emac:Fix translation logic for buffer descriptor 2011-03-22 19:25:05 -07:00
dca.h
dcache.h switch d_materialise_unique() users to d_splice_alias() 2014-11-19 13:01:20 -05:00
dccp.h
dcookies.h
debug_locks.h lockdep: remove task argument from debug_check_no_locks_held 2013-05-12 14:16:21 +02:00
debugfs.h debugfs: Have debugfs_print_regs32() return void 2014-11-05 14:13:38 -05:00
debugobjects.h debugobjects: Make debug_object_activate() return status 2013-08-18 17:39:55 -07:00
delay.h timer: Added usleep_range timer 2010-08-04 11:00:45 +02:00
delayacct.h
dell-led.h
devcoredump.h
devfreq.h
device-mapper.h dm: add presuspend_undo hook to target_type 2014-11-19 11:24:59 -05:00
device.h driver core: Provide an wrapper around the mutex to do lockdep warnings 2014-12-04 12:41:59 +00:00
device_cgroup.h
devpts_fs.h
digsig.h
dio.h treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
dirent.h
dlm.h
dlm_plock.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
dm-dirty-log.h
dm-io.h block: Convert drivers to immutable biovecs 2013-11-23 22:33:51 -08:00
dm-kcopyd.h dm kcopyd: introduce configurable throttling 2013-03-01 22:45:49 +00:00
dm-region-hash.h
dm9000.h
dma-attrs.h
dma-buf.h
dma-contiguous.h
dma-debug.h dma-debug: introduce debug_dma_assert_idle() 2014-01-21 16:19:41 -08:00
dma-direction.h
dma-mapping.h
dma_remapping.h
dmaengine.h Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma 2014-10-18 18:11:04 -07:00
dmapool.h devres: device resource management 2007-02-09 17:39:36 -05:00
dmar.h
dmi.h
dnotify.h dnotify: move dir_notify_enable declaration 2010-07-28 09:59:01 -04:00
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
drbd.h
drbd_genl.h
drbd_genl_api.h
drbd_limits.h
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_apb_timer.h
dynamic_debug.h dynamic_debug: change __dynamic_<foo>_dbg return types to void 2014-10-03 14:55:48 -07:00
dynamic_queue_limits.h
earlycpio.h
ecryptfs.h
edac.h EDAC: Add DDR3 LRDIMM entries to edac_mem_types 2014-10-20 14:22:22 +02:00
edd.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
edma.h
eeprom_93cx6.h eeprom-93cx6: Add (read-only) support for 8-bit mode 2014-11-25 15:42:53 +01:00
eeprom_93xx46.h
efi-bgrt.h
efi.h efi: dmi: add support for SMBIOS 3.0 UEFI configuration table 2014-11-05 09:03:16 +01:00
efs_vh.h
eisa.h
elevator.h
elf-fdpic.h FRV: Fix linux/elf-fdpic.h 2012-10-16 18:49:15 -07:00
elf.h binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers 2014-11-24 07:45:02 +01:00
elfcore-compat.h
elfcore.h
elfnote.h remove __attribute_used__ 2008-01-28 23:21:18 +01:00
enclosure.h
err.h err.h: use bool for IS_ERR and IS_ERR_OR_NULL 2014-04-03 16:21:06 -07:00
errno.h
errqueue.h
etherdevice.h net: Add functions for handling padding frame and adding to length 2014-12-08 20:47:41 -05:00
ethtool.h ethtool: Support for configurable RSS hash function 2014-12-08 21:07:10 -05:00
eventfd.h
eventpoll.h
evm.h
export.h export: declare ksymtab symbols 2014-01-16 10:23:02 +10:30
exportfs.h
ext2_fs.h
extcon.h
f2fs_fs.h f2fs: remove unnecessary macro 2014-11-04 17:34:15 -08:00
f75375s.h
falloc.h
fanotify.h
fault-inject.h fault-injection: add ability to export fault_attr in arbitrary directory 2011-08-03 14:25:20 -10:00
fb.h
fcdevice.h
fcntl.h
fd.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
fddidevice.h
fdtable.h
fec.h
fence.h
file.h include/linux/file.h: remove get_unused_fd() macro 2014-12-10 17:41:10 -08:00
filter.h net: sock: allow eBPF programs to be attached to sockets 2014-12-05 21:47:32 -08:00
fips.h
firewire.h ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire series 2014-05-26 14:33:10 +02:00
firmware-map.h
firmware.h
fixp-arith.h
flat.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
flex_array.h
flex_proportions.h
fmc-sdb.h
fmc.h
font.h fonts: Add 6x10 font 2014-10-09 11:35:48 +03:00
freezer.h sched/wait: Remove wait_event_freezekillable() 2014-11-04 07:17:46 +01:00
frontswap.h
fs.h mm/rmap: share the i_mmap_rwsem 2014-12-13 12:42:45 -08:00
fs_enet_pd.h
fs_pin.h
fs_stack.h VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size 2009-12-17 10:58:17 -05:00
fs_struct.h
fs_uart_pd.h
fscache-cache.h
fscache.h
fsl-diu-fb.h
fsl_devices.h
fsl_hypervisor.h
fsl_ifc.h fsl_ifc: Fix csor_ext position in fsl_ifc_regs 2014-09-03 18:02:55 -05:00
fsldma.h dmaengine: freescale: add and export fsl_dma_external_start() 2014-10-15 21:31:27 +05:30
fsnotify.h Replace a bunch of file->dentry->d_inode refs with file_inode() 2013-06-29 12:57:13 +04:00
fsnotify_backend.h fanotify: fix double free of pending permission events 2014-08-06 18:01:12 -07:00
ftrace.h ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict 2014-11-21 14:42:10 -05:00
ftrace_event.h tracing: Add trace_seq_has_overflowed() and trace_handle_return() 2014-11-19 15:25:39 -05:00
ftrace_irq.h
futex.h
gameport.h
gcd.h
genalloc.h lib/genalloc.c: add genpool range check function 2014-10-09 22:25:52 -04:00
genetlink.h
genhd.h
genl_magic_func.h genl_magic: Resolve logical-op warnings 2014-10-14 17:03:53 -04:00
genl_magic_struct.h
getcpu.h [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn't use it 2006-09-30 01:47:55 +02:00
gfp.h mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE 2014-12-13 12:42:48 -08:00
glob.h lib: add lib/glob.c 2014-08-06 18:01:24 -07:00
goldfish.h
gpio-fan.h hwmon: add generic GPIO fan driver 2010-10-25 14:11:37 -07:00
gpio-pxa.h
gpio.h Merge branch 'master' into for-next 2014-02-20 14:54:28 +01:00
gpio_keys.h input: gpio_keys_polled: Add support for GPIO descriptors 2014-11-04 21:58:23 +01:00
gpio_mouse.h Input: add gpio-mouse driver 2007-07-10 00:35:17 -04:00
gsmmux.h tty: n_gsm: Add raw-ip support 2011-07-01 15:34:45 -07:00
hardirq.h genirq: Provide synchronize_hardirq() 2014-02-19 17:22:44 +01:00
hash.h net, lib: kill arch_fast_hash library bits 2014-12-10 15:17:46 -05:00
hashtable.h hashtable: add hash_for_each_possible_rcu_notrace() 2013-10-11 17:21:14 +11:00
hdlc.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
hdlcdrv.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
hdmi.h
hid-debug.h
hid-roccat.h
hid-sensor-hub.h
hid-sensor-ids.h iio: hid-sensors: Added device rotation support 2014-04-29 22:11:53 +01:00
hid.h Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenovo', 'for-3.19/logitech', 'for-3.19/microsoft', 'for-3.19/plantronics', 'for-3.19/rmi', 'for-3.19/sony' and 'for-3.19/wacom' into for-linus 2014-12-12 11:15:33 +01:00
hiddev.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
hidraw.h HID: hidraw: Add spinlock in struct hidraw to protect list 2013-08-26 21:40:24 +02:00
highmem.h
highuid.h
hil.h
hil_mlc.h
hippidevice.h
host1x.h drm/tegra: Make job submission 64-bit safe 2014-08-04 10:07:36 +02:00
hp_sdc.h
hpet.h
hrtimer.h time: Consolidate the time accessor prototypes 2014-07-23 10:17:54 -07:00
htcpld.h
htirq.h ht: Convert to new irq_chip functions 2010-10-12 16:53:37 +02:00
huge_mm.h mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 2014-10-09 22:25:57 -04:00
hugetlb.h powerpc updates for 3.19 2014-12-11 17:48:14 -08:00
hugetlb_cgroup.h mm: hugetlb_cgroup: convert to lockless page counters 2014-12-10 17:41:04 -08:00
hugetlb_inline.h
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h hwmon: Provide managed hwmon registration 2013-10-13 16:16:28 -07:00
hwspinlock.h
hyperv.h hyperv: Add support for vNIC hot removal 2014-12-08 20:24:11 -05:00
i2c-algo-bit.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-dev.h
i2c-gpio.h i2c: Bitbanging I2C bus driver using the GPIO API 2007-05-01 23:26:34 +02:00
i2c-mux-gpio.h i2c-mux-gpio: Add support for dynamically allocated GPIO pins 2012-10-05 22:23:54 +02:00
i2c-mux-pinctrl.h
i2c-mux.h i2c: Make the return type of i2c_del_mux_adapter() void 2013-04-02 07:07:32 +02:00
i2c-ocores.h
i2c-omap.h
i2c-pca-platform.h
i2c-pnx.h
i2c-pxa.h [ARM] Remove EEPROM slave emulation from i2c-pxa driver. 2006-11-30 12:24:45 +00:00
i2c-smbus.h
i2c-xiic.h Add the platform data include for the Xilinx XPS IIC Bus Interface 2010-03-14 11:14:58 -07:00
i2c.h
i2o.h
i7300_idle.h
i8042.h
i8253.h
icmp.h
icmpv6.h ipv6: Kill ipv6 dependency of icmpv6_send(). 2013-04-29 13:54:36 -04:00
ide.h ACPI: Clean up inclusions of ACPI header files 2013-12-07 01:03:14 +01:00
idr.h
ieee80211.h mac80211: add parsing of TDLS specific IEs 2014-11-19 18:45:16 +01:00
ieee802154.h ieee802154: rename and move WPAN_NUM_ defines 2014-11-17 09:49:17 +01:00
if_arp.h
if_bridge.h bridge: add new brport flag LEARNING_SYNC 2014-12-02 20:01:23 -08:00
if_eql.h
if_ether.h
if_fddi.h
if_frad.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
if_link.h
if_ltalk.h
if_macvlan.h
if_phonet.h
if_pppol2tp.h
if_pppox.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
if_team.h
if_tun.h
if_tunnel.h
if_vlan.h vlan: introduce __vlan_insert_tag helper which does not free skb 2014-11-21 14:20:17 -05:00
igmp.h
ihex.h
ima.h
in.h
in6.h
inet.h NFS: Add string length argument to nfs_parse_server_address 2008-07-09 12:09:28 -04:00
inet_diag.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
inet_lro.h
inetdevice.h inetdevice: fixed signed integer overflow 2014-11-14 17:08:58 -05:00
init.h
init_ohci1394_dma.h
init_task.h Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-09 21:21:34 -08:00
initrd.h
inotify.h
input-polldev.h
input.h Input: document new members of struct input_dev 2012-11-10 00:40:24 -08:00
integrity.h
intel-iommu.h iommu/vt-d: Make use of IOMMU sysfs support 2014-07-04 12:35:59 +02:00
intel_mid_dma.h
intel_pmic_gpio.h
interrupt.h
interval_tree.h
interval_tree_generic.h mm: interval tree updates 2012-10-09 16:22:40 +09:00
io-mapping.h BUG: headers with BUG/BUG_ON etc. need linux/bug.h 2012-03-04 17:54:34 -05:00
io.h of: Provide a function to request and map memory 2014-07-23 12:02:30 +02:00
ioc3.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
ioc4.h [PATCH] fix misannotation in ioc4.h 2006-10-10 15:37:22 -07:00
iocontext.h
iommu-helper.h
iommu.h iommu: Add iommu_map_sg() function 2014-11-04 14:53:36 +01:00
ioport.h
ioprio.h
iova.h
ip.h
ipack.h
ipc.h
ipc_namespace.h
ipmi-fru.h
ipmi.h
ipmi_smi.h
ipv6.h ipv6: move INET6_MATCH() to include/net/inet6_hashtables.h 2014-11-05 16:59:04 -05:00
ipv6_route.h
irq.h Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 09:01:01 -08:00
irq_cpustat.h
irq_work.h irq_work: Force raised irq work to run on irq work interrupt 2014-09-13 18:38:15 +02:00
irqchip.h
irqdesc.h ACPI and power management updates for 3.18-rc1 2014-10-09 16:07:43 -04:00
irqdomain.h irqdomain: Introduce helper function irq_domain_add_hierarchy() 2014-11-23 13:01:46 +01:00
irqflags.h
irqhandler.h genirq: Split out flow handler typedefs into seperate header file 2014-11-23 13:01:46 +01:00
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
jbd.h
jbd2.h
jbd_common.h
jhash.h
jiffies.h
journal-head.h
joystick.h
jump_label.h jump_label: Fix small typos in the documentation 2014-08-10 09:00:16 +02:00
jump_label_ratelimit.h
jz4740-adc.h
kallsyms.h
kbd_diacr.h
kbd_kern.h
kbuild.h
kcmp.h syscalls, x86: add __NR_kcmp syscall 2012-05-31 17:49:32 -07:00
kconfig.h
kcore.h proc: Split kcore bits from linux/procfs.h into linux/kcore.h 2013-04-29 15:42:02 -04:00
kd.h
kdb.h
kdebug.h kdebug.h: forward-declare struct struct notifier_block 2007-07-31 15:39:40 -07:00
kdev_t.h
kern_levels.h printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents 2014-12-10 17:41:11 -08:00
kernel-page-flags.h
kernel.h kernel: add panic_on_warn 2014-12-10 17:41:10 -08:00
kernel_stat.h sched/cputime: Fix cpu_timer_sample_group() double accounting 2014-11-16 10:04:18 +01:00
kernelcapi.h isdn/capi: correct capi20_manufacturer argument type mismatch 2014-10-14 15:05:34 -04:00
kernfs.h Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 2014-07-10 11:38:23 -07:00
kexec.h kexec: take the segment adding out of locate_mem_hole functions 2014-10-14 02:18:21 +02:00
key-type.h
key.h Merge branch 'keys-fixes' into keys-next 2014-07-22 21:55:45 +01:00
keyboard.h
kfifo.h
kgdb.h kgdb: Remove "weak" from kgdb_arch_pc() declaration 2014-10-22 16:14:04 -06:00
khugepaged.h mm, thp: fix collapsing of hugepages on madvise 2014-10-29 16:33:14 -07:00
klist.h
kmemcheck.h
kmemleak.h include/linux/kmemleak.h: needs slab.h 2014-12-13 12:42:47 -08:00
kmod.h
kmsg_dump.h
kobj_map.h
kobject.h kobject: Make support for uevent_helper optional. 2014-04-25 12:00:49 -07:00
kobject_ns.h sysfs: Restrict mounting sysfs 2013-08-28 21:35:14 -07:00
kprobes.h kprobes: introduce weak arch_check_ftrace_location() helper function 2014-10-27 13:27:27 +01:00
kref.h
ks0108.h
ks8842.h
ks8851_mll.h
ksm.h mm/rmap: use rmap_walk() in page_referenced() 2014-01-21 16:19:45 -08:00
kthread.h
ktime.h
kvm_host.h kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() 2014-11-26 14:40:45 +01:00
kvm_para.h
kvm_types.h
l2tp.h
lapb.h
latencytop.h
lcd.h lcd: add devm_lcd_device_{register,unregister}() 2013-07-03 16:07:43 -07:00
lcm.h
led-lm3530.h
leds-bd2802.h
leds-lp3944.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors 2014-11-04 21:58:25 +01:00
leds_pwm.h
lglock.h
lguest.h
lguest_launcher.h
libata.h Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata 2014-12-11 18:52:37 -08:00
libfdt.h
libfdt_env.h of/lib: Allow scripts/dtc/libfdt to be used from kernel code 2012-07-23 13:54:52 +01:00
libps2.h
license.h
linkage.h asmlinkage: Revert "lto: Make asmlinkage __visible" 2014-05-05 16:07:37 -07:00
linux_logo.h
lis3lv02d.h
list.h Replace mentions of "list_struct" to "list_head" 2014-11-20 14:45:15 +01:00
list_bl.h
list_lru.h
list_nulls.h list_nulls: add hlist_nulls_add_head and hlist_nulls_del 2009-06-13 12:28:57 +02:00
list_sort.h
llc.h
llist.h
lockdep.h Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-10-13 15:51:40 +02:00
lockref.h mm: do not allocate page->ptl dynamically, if spinlock_t fits to long 2013-12-20 12:25:45 -08:00
log2.h
lp.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
lru_cache.h
lsm_audit.h
lz4.h lz4: fix compression/decompression signedness mismatch 2013-09-11 15:59:45 -07:00
lzo.h
m48t86.h
mailbox_client.h mailbox: add tx_prepare client callback 2014-11-27 12:50:59 +05:30
mailbox_controller.h
maple.h
marvell_phy.h phy: marvell: Add support for 88E3016 FastEthernet PHY 2014-10-24 15:49:20 -04:00
math64.h
max17040_battery.h
mbcache.h fs/mbcache.c: change block and index hash chain to hlist_bl_node 2014-03-18 19:19:41 -04:00
mbus.h bus: mvebu-mbus: provide a mechanism to save SDRAM window configuration 2014-11-30 16:40:11 +00:00
mc6821.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mc146818rtc.h
mcb.h
mdio-bitbang.h
mdio-gpio.h
mdio-mux.h
mdio.h
mei_cl_bus.h
memblock.h
memcontrol.h mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache() 2014-12-13 12:42:47 -08:00
memory.h memory-hotplug: Remove "weak" from memory_block_size_bytes() declaration 2014-10-22 16:14:04 -06:00
memory_hotplug.h memory-hotplug: add sysfs valid_zones attribute 2014-10-09 22:25:52 -04:00
mempolicy.h mempolicy: unexport get_vma_policy() and remove its "task" arg 2014-10-09 22:25:56 -04:00
mempool.h mempool: add @gfp_mask to mempool_create_node() 2012-06-25 11:53:47 +02:00
memstick.h memstick: annotate endianness of attribute structs 2009-01-09 16:54:41 -08:00
mg_disk.h
mic_bus.h
micrel_phy.h net: phy: micrel: add generic clock-mode-select support 2014-11-21 14:08:56 -05:00
migrate.h mm/balloon_compaction: redesign ballooned pages management 2014-10-09 22:26:01 -04:00
migrate_mode.h mm: fix warnings regarding enum migrate_mode 2012-01-23 08:38:47 -08:00
mii.h
miscdevice.h
mISDNdsp.h
mISDNhw.h
mISDNif.h
mm.h mm/debug-pagealloc: prepare boottime configurable on/off 2014-12-13 12:42:48 -08:00
mm_inline.h
mm_types.h mm/debug-pagealloc: prepare boottime configurable on/off 2014-12-13 12:42:48 -08:00
mman.h
mmdebug.h mm: introduce VM_BUG_ON_MM 2014-10-09 22:25:58 -04:00
mmiotrace.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
mmu_context.h
mmu_notifier.h mm: convert i_mmap_mutex to rwsem 2014-12-13 12:42:45 -08:00
mmzone.h mm/page_ext: resurrect struct page extending code for debugging 2014-12-13 12:42:48 -08:00
mnt_namespace.h
mod_devicetable.h mod_devicetable.h: grammar fix in comment 2014-10-29 14:31:17 +01:00
module.h module: return bool from within_module*() 2014-07-27 20:52:44 +09:30
moduleloader.h modules: Fix build error in moduleloader.h 2014-07-27 20:52:42 +09:30
moduleparam.h kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h> 2014-10-14 02:18:28 +02:00
mount.h vfs: introduce clone_private_mount() 2014-10-24 00:14:36 +02:00
mpage.h
mpi.h
mpls.h
mroute.h mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() 2013-01-21 13:55:14 -05:00
mroute6.h
msdos_fs.h
msg.h ipc: whitespace cleanup 2014-01-27 21:02:39 -08:00
msi.h PCI/MSI: Allow an msi_controller to be associated to an irq domain 2014-11-23 17:14:43 +01:00
msm_mdp.h
mutex-debug.h
mutex.h
mv643xx.h
mv643xx_eth.h
mv643xx_i2c.h
mvebu-pmsu.h
mxm-wmi.h mxm/wmi: add MXMX interface entry point. 2011-05-09 11:40:38 +10:00
n_r3964.h
namei.h
nbd.h
net.h
netdev_features.h net: Remove MPLS GSO feature. 2014-11-05 23:52:33 -08:00
netdevice.h ipvlan: move the device check function into netdevice.h 2014-12-09 16:10:06 -05:00
netfilter.h
netfilter_bridge.h
netfilter_ipv4.h
netfilter_ipv6.h
netlink.h
netpoll.h
nfs.h
nfs3.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
nfs4.h nfs: Add DEALLOCATE support 2014-11-25 16:38:32 -05:00
nfs_fs.h NFS: fix subtle change in COMMIT behavior 2014-11-24 17:00:42 -05:00
nfs_fs_i.h
nfs_fs_sb.h nfs: Add DEALLOCATE support 2014-11-25 16:38:32 -05:00
nfs_idmap.h
nfs_iostat.h
nfs_page.h
nfs_xdr.h nfs: Add ALLOCATE support 2014-11-25 16:38:32 -05:00
nfsacl.h
nilfs2_fs.h
nl802154.h ieee802154: mac802154: remove FSF address 2014-10-25 08:07:30 +02:00
nls.h nls: have register_nls() set ->owner 2014-01-25 03:14:05 -05:00
nmi.h kernel/watchdog.c: control hard lockup detection default 2014-10-14 02:18:27 +02:00
node.h mm: cleanup register_node() 2012-12-11 17:22:27 -08:00
nodemask.h
notifier.h
nsc_gpio.h
nsproxy.h namespaces: Use task_lock and not rcu to protect nsproxy 2014-07-29 18:08:50 -07:00
ntb.h NTB: Code Style Clean-up 2014-04-07 10:59:19 -07:00
nubus.h
numa.h hugetlb: add generic definition of NUMA_NO_NODE 2009-12-15 08:53:12 -08:00
nvme.h
nvram.h
nwpserial.h
nx842.h
of.h Devicetree changes for v3.19 2014-12-11 13:06:58 -08:00
of_address.h of: Request and map make argument name constant 2014-11-04 16:43:08 +00:00
of_device.h of/device: Nullify match table in of_match_device() for CONFIG_OF=n 2014-02-05 10:04:37 -06:00
of_dma.h
of_fdt.h
of_gpio.h
of_graph.h
of_iommu.h
of_irq.h of/irq: do irq resolution in platform_get_irq_byname() 2014-05-23 11:40:25 +09:00
of_mdio.h
of_mtd.h
of_net.h of: Make of_get_phy_mode() return int i.s.o. const int 2013-08-28 20:50:19 +01:00
of_pci.h PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" 2014-11-12 07:49:38 -07:00
of_pdt.h of: Eliminate of_allnodes list 2014-11-04 13:29:38 +00:00
of_platform.h of/reconfig: Add OF_DYNAMIC notifier for platform_bus_type 2014-11-24 22:25:06 +00:00
of_reserved_mem.h drivers: of: add return value to of_reserved_mem_device_init() 2014-10-29 16:33:14 -07:00
oid_registry.h pefile: Parse the "Microsoft individual code signing" data blob 2014-07-09 14:58:37 +01:00
olpc-ec.h
omap-dma.h ARM: OMAP: Remove unused pieces of legacy DMA API 2014-09-18 09:53:25 -07:00
omap-dmaengine.h
omap-gpmc.h ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header 2014-11-20 12:11:25 -08:00
omap-iommu.h
omap-mailbox.h mailbox/omap: adapt to the new mailbox framework 2014-11-27 12:51:04 +05:30
omapfb.h
oom.h OOM, PM: OOM killed task shouldn't escape PM suspend 2014-10-21 23:44:21 +02:00
openvswitch.h openvswitch: Expose <linux/openvswitch.h> to userspace 2013-03-29 17:54:33 -07:00
oprofile.h
osq_lock.h
oxu210hp.h
padata.h padata: make the sequence counter an atomic_t 2013-10-30 12:02:58 +08:00
page-flags-layout.h
page-flags.h mm: page-flags: clean up the page flag test, set, clear macros 2014-08-06 18:01:17 -07:00
page-isolation.h mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype 2014-11-13 16:17:05 -08:00
page_counter.h mm: memcontrol: remove obsolete kmemcg pinning tricks 2014-12-10 17:41:05 -08:00
page_ext.h mm/debug-pagealloc: prepare boottime configurable on/off 2014-12-13 12:42:48 -08:00
pageblock-flags.h
pagemap.h mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP 2014-10-09 22:26:01 -04:00
pagevec.h
parport.h
parport_pc.h
parser.h lib/parser.c: add match_wildcard() function 2014-01-23 16:36:55 -08:00
pata_arasan_cf_data.h
patchkey.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
path.h constify path_get/path_put and fs_struct.c stuff 2013-03-01 23:51:07 -05:00
pch_dma.h
pci-acpi.h PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle() 2014-11-05 13:06:16 -07:00
pci-aspm.h PCI: Remove "extern" from function declarations 2013-04-17 10:21:17 -06:00
pci-ats.h
pci-dma.h
pci.h xen: features and fixes for 3.19-rc0 2014-12-11 18:15:33 -08:00
pci_hotplug.h PCI: Remove unused and broken to_hotplug_slot() 2014-11-13 10:35:25 -07:00
pci_ids.h pci_ids: Add PCI device IDs for F15h M60h 2014-10-20 14:08:40 +02:00
pcieport_if.h
pda_power.h
pe.h Provide PE binary definitions 2014-07-09 14:58:37 +01:00
percpu-defs.h
percpu-refcount.h Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 2014-12-11 18:36:26 -08:00
percpu-rwsem.h
percpu.h printk/percpu: Define printk_func when printk is not defined 2014-11-21 11:19:15 -05:00
percpu_counter.h
percpu_ida.h
perf_event.h perf: Improve the perf_sample_data struct layout 2014-11-16 11:42:04 +01:00
perf_regs.h
personality.h
pfn.h
phonet.h
phy.h net: phy: add static data field to struct phy_driver 2014-11-21 14:08:55 -05:00
phy_fixed.h
pid.h
pid_namespace.h
pim.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
pipe_fs_i.h
pktcdvd.h
pl320-ipc.h
platform_device.h
plist.h Replace mentions of "list_struct" to "list_head" 2014-11-20 14:45:15 +01:00
pm.h Merge branch 'pm-runtime' 2014-12-08 20:00:44 +01:00
pm2301_charger.h
pm_clock.h PM / clock_ops: Add pm_clk_add_clk() 2014-11-07 01:46:51 +01:00
pm_domain.h Merge branch 'pm-runtime' 2014-12-08 20:00:44 +01:00
pm_opp.h PM / OPP Introduce APIs to remove OPPs 2014-11-29 23:53:20 +01:00
pm_qos.h PM: Drop CONFIG_PM_RUNTIME from the driver core 2014-12-04 00:46:58 +01:00
pm_runtime.h PM: Drop CONFIG_PM_RUNTIME from the driver core 2014-12-04 00:46:58 +01:00
pm_wakeup.h
pmu.h
pnfs_osd_xdr.h Boaz Harrosh - Fix broken email address 2014-10-19 20:22:32 +03:00
pnp.h
poison.h
poll.h
posix-clock.h
posix-timers.h
posix_acl.h
posix_acl_xattr.h
power_supply.h power_supply: Add no_thermal property to prevent recursive get_temp calls 2014-10-28 03:30:19 +01:00
powercap.h
ppp-comp.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
ppp_channel.h
ppp_defs.h
pps-gpio.h pps: new client driver using GPIO 2011-11-02 16:07:02 -07:00
pps_kernel.h PPS: convert class code to use dev_groups 2013-08-19 21:22:34 -07:00
preempt.h
preempt_mask.h
prefetch.h Fix common misspellings 2011-03-31 11:26:23 -03:00
printk.h This code is a fork from the trace-3.19 pull as it needed the trace_seq 2014-12-10 20:35:41 -08:00
proc_fs.h
proc_ns.h proc: Split the namespace stuff out into linux/proc_ns.h 2013-05-01 17:29:39 -04:00
profile.h
projid.h userns: userns: Remove UIDGID_STRICT_TYPE_CHECKS 2013-11-26 20:55:33 -08:00
property.h Driver core: Unified interface for firmware node properties 2014-11-04 21:58:23 +01:00
proportions.h
pstore.h
pstore_ram.h pstore-ram: Allow optional mapping with pgprot_noncached 2014-12-11 13:38:31 -08:00
pti.h
ptp_classify.h
ptp_clock_kernel.h
ptrace.h exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent() 2014-12-10 17:41:10 -08:00
pvclock_gtod.h
pwm.h
pwm_backlight.h pwm-backlight: switch to gpiod interface 2014-05-07 10:15:31 +02:00
pxa2xx_ssp.h spi: spi-pxa2xx: SPI support for Intel Quark X1000 2014-11-26 18:07:45 +00:00
pxa168_eth.h net: pxa168_eth: Fix providing of phy_interface mode on platform_data 2014-10-28 16:48:02 -04:00
qnx6_fs.h
quicklist.h
quota.h quota: Allow each filesystem to specify which quota types it supports 2014-11-10 10:06:08 +01:00
quotaops.h quota: Remove const from function declarations 2014-11-10 10:06:07 +01:00
radix-tree.h
raid_class.h
ramfs.h
random.h
range.h
ras.h
ratelimit.h
rational.h
rbtree.h
rbtree_augmented.h rbtree: add comment to rb_insert_augmented() 2014-10-14 02:18:21 +02:00
rculist.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-12-12 10:08:06 -08:00
rculist_bl.h
rculist_nulls.h
rcupdate.h Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu 2014-11-20 08:57:58 +01:00
rcutiny.h rcu: Remove "cpu" argument to rcu_note_context_switch() 2014-11-03 19:20:34 -08:00
rcutree.h rcu: Remove "cpu" argument to rcu_needs_cpu() 2014-11-03 19:20:43 -08:00
reboot.h
reciprocal_div.h
regmap.h regmap: ac97: Add generic AC'97 callbacks 2014-11-19 10:28:14 +00:00
regset.h
relay.h kernel/relay.c: move FIX_SIZE macro into relay.c 2013-04-30 17:04:09 -07:00
remoteproc.h
reservation.h
reset-controller.h reset: add reset_control_status helper function 2014-10-20 10:11:29 +02:00
reset.h reset: add reset_control_status helper function 2014-10-20 10:11:29 +02:00
resource.h
resume-trace.h
rfkill-gpio.h
rfkill-regulator.h
rfkill.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
rhashtable.h rhashtable: Drop gfp_flags arg in insert/remove functions 2014-11-13 15:18:40 -05:00
ring_buffer.h tracing: Do not busy wait in buffer splice 2014-11-10 16:45:43 -05:00
rio.h
rio_drv.h
rio_ids.h
rio_regs.h
rmap.h mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 2014-10-09 22:25:57 -04:00
rndis.h
root_dev.h [PATCH] Fix broken kernel headers preventing ARM build 2006-07-13 13:21:35 -07:00
rotary_encoder.h
rpmsg.h
rslib.h [RSLIB] Support non-canonical GF representations 2007-05-02 11:56:33 +01:00
rtc-ds2404.h
rtc-v3020.h
rtc.h rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacement 2014-11-21 12:00:00 -08:00
rtmutex.h rtmutex: Confine deadlock logic to futex 2014-06-21 22:05:30 +02:00
rtnetlink.h rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() 2014-12-09 13:36:57 -05:00
rwlock.h
rwlock_api_smp.h
rwlock_types.h
rwsem-spinlock.h
rwsem.h
rxrpc.h
s3c_adc_battery.h
sa11x0-dma.h
scatterlist.h
scc.h
sched.h memcg: turn memcg_kmem_skip_account into a bit field 2014-12-13 12:42:47 -08:00
sched_clock.h sched_clock: Remove deprecated setup_sched_clock() API 2014-04-22 13:38:33 -07:00
screen_info.h include/linux/screen_info.h: remove unused ORIG_* macros 2014-10-09 22:26:04 -04:00
sctp.h sctp: fix missing SCTP mailing list address update 2014-01-19 19:55:50 -08:00
scx200.h
scx200_gpio.h
sdb.h
sdla.h
seccomp.h
securebits.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
security.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2014-10-12 10:13:55 -04:00
selection.h
selinux.h secmark: make secmark object handling generic 2010-10-21 10:12:48 +11:00
sem.h
semaphore.h
seq_buf.h seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF 2014-11-19 22:01:19 -05:00
seq_file.h seq_file: Rename seq_overflow() to seq_has_overflowed() and make public 2014-10-29 20:26:06 -04:00
seq_file_net.h proc: consolidate per-net single-release callers 2008-07-18 04:07:44 -07:00
seqlock.h
seqno-fence.h
serial.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
serial_8250.h
serial_bcm63xx.h
serial_core.h tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks 2014-09-26 18:01:56 +02:00
serial_max3100.h
serial_mfd.h hsu: driver for Medfield High Speed UART device 2010-08-10 13:47:46 -07:00
serial_pnx8xxx.h
serial_s3c.h
serial_sci.h serial: sh-sci: Add more register documentation 2014-03-17 16:20:49 -07:00
serio.h
sfi.h
sfi_acpi.h
sh_clk.h
sh_dma.h
sh_eth.h
sh_intc.h sh: intc: Kill off special reservation interface. 2012-05-22 19:07:55 +09:00
sh_timer.h clocksource: shmobile: Remove unused sh_timer_config members 2014-07-02 16:01:51 +02:00
shdma-base.h
shm.h
shmem_fs.h
shrinker.h
signal.h signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size() 2014-10-14 02:18:20 +02:00
signalfd.h
sirfsoc_dma.h
sizes.h
skbuff.h net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb 2014-12-10 13:31:57 -05:00
slab.h memcg: use generic slab iterators for showing slabinfo 2014-12-10 17:41:07 -08:00
slab_def.h mm/slab: use percpu allocator for cpu cache 2014-10-09 22:25:51 -04:00
slub_def.h
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h
smpboot.h stop_machine: Mark per cpu stopper enabled early 2013-02-26 22:25:17 +01:00
smsc911x.h
smscphy.h
sock_diag.h
socket.h net: introduce helper macro for_each_cmsghdr 2014-12-10 22:41:55 -05:00
sonet.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
sony-laptop.h
sonypi.h
sort.h
sound.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
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
srcu.h
ssbi.h
stackprotector.h
stacktrace.h x86: Swap save_stack_trace_regs parameters 2011-06-14 22:48:51 -04:00
start_kernel.h [PATCH] i386: cpu_detect extraction 2006-12-07 02:14:08 +01:00
stat.h
statfs.h
static_key.h static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() 2012-02-24 10:05:59 +01:00
stddef.h
ste_modem_shm.h
stmmac.h
stmp3xxx_rtc_wdt.h
stmp_device.h
stop_machine.h
string.h This adds a memzero_explicit() call which is guaranteed not to be 2014-10-24 12:33:32 -07:00
string_helpers.h lib / string_helpers: introduce string_escape_mem() 2014-10-14 02:18:26 +02:00
stringify.h
sudmac.h
sungem_phy.h
sunserialcore.h pps: Fix build breakage from decoupling pps from tty 2013-02-13 12:15:50 -08:00
superhyway.h
suspend.h
svga.h
swab.h
swap.h mm: move swp_entry_t definition to include/linux/mm_types.h 2014-12-13 12:42:47 -08:00
swap_cgroup.h mm: page_cgroup: rename file to mm/swap_cgroup.c 2014-12-10 17:41:09 -08:00
swapfile.h
swapops.h
swiotlb.h
sxgbe_platform.h
synclink.h
sys.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sys_soc.h
syscalls.h separate kernel- and userland-side msghdr 2014-11-19 16:22:59 -05:00
syscore_ops.h
sysctl.h sysctl: remove typedef ctl_table 2014-08-08 15:57:24 -07:00
sysfs.h sysfs.h: don't return a void-valued expression in sysfs_remove_file 2014-05-27 14:29:56 -07:00
syslog.h syslog: Provide stub check_syslog_permissions 2014-11-17 10:28:04 -08:00
sysrq.h
sysv_fs.h
t10-pi.h block: Add T10 Protection Information functions 2014-09-27 09:14:59 -06:00
task_io_accounting.h
task_io_accounting_ops.h
task_work.h task_work: task_work_add() should not succeed after exit_task_work() 2012-09-13 16:47:34 +02:00
taskstats_kern.h include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
tboot.h
tc.h [TC] MIPS: TURBOchannel update to the driver model 2007-02-09 16:23:15 +00:00
tca6416_keypad.h
tcp.h Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-12-10 13:17:23 -05:00
textsearch.h include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
textsearch_fsm.h [LIB]: Naive finite state machine based textsearch 2005-06-23 20:59:16 -07:00
tfrc.h
thermal.h Thermal: introduce INT3402 thermal driver 2014-10-10 14:02:25 +08:00
thinkpad_acpi.h
thread_info.h
threads.h pids: increase pid_max based on num_possible_cpus 2010-05-27 09:12:51 -07:00
ti_wilink_st.h
tick.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux 2014-10-14 03:47:00 +02:00
tifm.h
timb_dma.h
timb_gpio.h
time.h time: Provide y2038 safe mktime() replacement 2014-11-21 11:59:58 -08:00
time64.h
timekeeper_internal.h timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC 2014-10-29 15:15:40 +01:00
timekeeping.h Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-12-10 10:13:28 -08:00
timer.h timer: Implement TIMER_IRQSAFE 2012-08-21 16:28:31 +02:00
timerfd.h
timeriomem-rng.h
timerqueue.h rbtree: empty nodes have no color 2012-10-09 16:22:32 +09:00
timex.h
topology.h topology: add support for node_to_mem_node() to determine the fallback node 2014-10-09 22:25:51 -04:00
torture.h
toshiba.h
tpm.h
tpm_command.h keys: add new trusted key-type 2010-11-29 08:55:25 +11:00
trace_clock.h tracing: Add "uptime" trace clock that uses jiffies 2013-03-15 00:36:09 -04:00
trace_seq.h tracing: Use trace_seq_used() and seq_buf_used() instead of len 2014-11-19 22:01:15 -05:00
tracehook.h tracehook_signal_handler: Remove sig, info, ka and regs 2014-08-06 13:03:43 +02:00
tracepoint.h tracing: generate RCU warnings even when tracepoints are disabled 2014-09-10 10:48:46 -04:00
transport_class.h
tsacct_kern.h
tty.h
tty_driver.h
tty_flip.h tty: Halve flip buffer GFP_ATOMIC memory consumption 2013-12-09 11:09:24 -08:00
tty_ldisc.h
typecheck.h
types.h
u64_stats_sync.h net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq 2014-03-14 22:41:36 -04:00
uaccess.h
ucb1400.h
ucs2_string.h Move utf16 functions to kernel core and rename 2013-04-15 21:23:03 +01:00
udp.h
uidgid.h
uinput.h
uio.h bury memcpy_toiovec() 2014-12-09 16:29:11 -05:00
uio_driver.h
uprobes.h uprobes: Remove "weak" from function declarations 2014-10-22 16:14:04 -06:00
usb.h USB / PM: Drop CONFIG_PM_RUNTIME from the USB core 2014-12-04 00:51:54 +01:00
usb_usual.h uas: Add no-report-opcodes quirk 2014-09-23 21:40:48 -07:00
usbdevice_fs.h
user-return-notifier.h
user.h
user_namespace.h proc: constify seq_operations 2014-08-08 15:57:22 -07:00
uts.h
utsname.h
uuid.h
uwb.h
verify_pefile.h
vermagic.h vermagic: delete unused include of <linux/module.h> 2011-10-31 19:32:23 -04:00
vexpress.h ARM: vexpress: Remove non-DT code 2014-11-28 16:08:16 +01:00
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: drop legacy_only driver flag 2014-12-09 21:42:00 +02:00
virtio_byteorder.h virtio: memory access APIs 2014-12-09 12:05:24 +02:00
virtio_caif.h
virtio_config.h virtio: allow finalize_features to fail 2014-12-09 16:32:32 +02:00
virtio_console.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
virtio_mmio.h
virtio_ring.h
vlynq.h include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
vm_event_item.h mm/balloon_compaction: add vmstat counters and kpageflags bit 2014-10-09 22:26:01 -04:00
vm_sockets.h VSOCK: Split vm_sockets.h into kernel/uapi 2013-03-08 12:24:48 -05:00
vmacache.h
vmalloc.h
vme.h
vmpressure.h
vmstat.h
vmw_vmci_api.h vmci: propagate msghdr all way down to __qp_memcpy_from_queue() 2014-12-09 16:28:23 -05:00
vmw_vmci_defs.h
vringh.h
vt.h
vt_buffer.h
vt_kern.h
vtime.h context_tracking: Rename context_tracking_active() to context_tracking_cpu_is_enabled() 2013-12-02 20:43:15 +01:00
w1-gpio.h
wait.h sched/wait: Reimplement wait_event_freezable() 2014-11-04 07:17:45 +01:00
wanrouter.h wanrouter: delete now orphaned header content, files/drivers 2013-01-31 19:56:35 -05:00
watchdog.h watchdog: simplify definitions of WATCHDOG_NOWAYOUT(_INIT_STATUS)? 2014-10-20 20:46:25 +02:00
wireless.h UAPI: (Scripted) Disintegrate include/linux 2012-10-13 10:46:48 +01:00
wl12xx.h
wm97xx.h
workqueue.h
writeback.h sched: Remove proliferation of wait_on_bit() action functions 2014-07-16 15:10:39 +02:00
ww_mutex.h
xattr.h
xz.h decompressors: add XZ decompressor module 2011-01-13 08:03:24 -08:00
yam.h
z2_battery.h
zbud.h
zconf.h
zlib.h
zorro.h zorro/UAPI: Disintegrate include/linux/zorro*.h 2013-11-26 11:09:08 +01:00
zpool.h
zsmalloc.h zsmalloc: change return value unit of zs_get_total_size_bytes 2014-10-09 22:26:02 -04:00
zutil.h [PATCH] zlib_inflate: Upgrade library code to a recent version 2006-06-22 15:05:58 -07:00