twx-linux/include/linux
Hugh Dickins 9b15b817f3 swap: fix shmem swapping when more than 8 areas
Minchan Kim reports that when a system has many swap areas, and tmpfs
swaps out to the ninth or more, shmem_getpage_gfp()'s attempts to read
back the page cannot locate it, and the read fails with -ENOMEM.

Whoops.  Yes, I blindly followed read_swap_header()'s pte_to_swp_entry(
swp_entry_to_pte()) technique for determining maximum usable swap
offset, without stopping to realize that that actually depends upon the
pte swap encoding shifting swap offset to the higher bits and truncating
it there.  Whereas our radix_tree swap encoding leaves offset in the
lower bits: it's swap "type" (that is, index of swap area) that was
truncated.

Fix it by reducing the SWP_TYPE_SHIFT() in swapops.h, and removing the
broken radix_to_swp_entry(swp_to_radix_entry()) from read_swap_header().

This does not reduce the usable size of a swap area any further, it
leaves it as claimed when making the original commit: no change from 3.0
on x86_64, nor on i386 without PAE; but 3.0's 512GB is reduced to 128GB
per swapfile on i386 with PAE.  It's not a change I would have risked
five years ago, but with x86_64 supported for ten years, I believe it's
appropriate now.

Hmm, and what if some architecture implements its swap pte with offset
encoded below type? That would equally break the maximum usable swap
offset check.  Happily, they all follow the same tradition of encoding
offset above type, but I'll prepare a check on that for next.

Reported-and-Reviewed-and-Tested-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: stable@vger.kernel.org [3.1, 3.2, 3.3, 3.4]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-06-15 21:48:14 -07:00
..
amba Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-05-25 09:31:59 -07:00
bcma Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-24 11:54:29 -07:00
byteorder
caif
can can: dev: let can_get_echo_skb() return dlc of CAN frame 2012-02-03 01:21:25 +01:00
ceph Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 2012-05-30 11:17:19 -07:00
crush crush: fix tree node weight lookup 2012-05-07 15:39:35 -07:00
decompress Fix common misspellings 2011-03-31 11:26:23 -03:00
dvb [media] DVB: remove "stats" property bits from ATSC-MH API property additions 2012-05-20 10:06:08 -03:00
extcon Extcon: support generic GPIO extcon driver 2012-04-20 09:22:02 -07:00
fsl dma: mxs-dma: make platform_device_id more generic 2012-05-12 13:32:17 +08:00
hdlc
hsi HSI: hsi: Rework hsi_event interface 2012-04-23 14:23:32 +03:00
i2c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2012-05-24 10:34:29 -07:00
iio iio: Add dev_to_iio_dev() helper function 2012-05-14 13:34:31 -07:00
input Input: matrix-keymap - wire up device tree support 2012-05-10 22:39:43 -07:00
isdn
lockd Lockd: pass network namespace to creation and destruction routines 2012-04-11 17:55:06 -04:00
mfd MFD changes for 3.5 2012-05-29 11:53:11 -07:00
mlx4 net/mlx4_core: Fix number of EQs used in ICM initialisation 2012-05-31 18:18:16 -04:00
mmc arm-soc: device tree conversions, part 2 2012-05-26 12:57:47 -07:00
mtd - More robust parsing especially of xattr data in JFFS2 2012-06-01 16:55:42 -07:00
netfilter netfilter: xt_HMARK: fix endianness and provide consistent hashing 2012-06-07 14:53:01 +02:00
netfilter_arp
netfilter_bridge
netfilter_ipv4 netfilter: remove ip_queue support 2012-05-08 20:25:42 +02:00
netfilter_ipv6 netfilter: ip6_tables: add flags parameter to ipv6_find_hdr() 2012-05-09 12:53:47 +02:00
nfc NFC: HCI based pn544 driver 2012-05-15 17:30:30 -04:00
nfsd Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux 2012-05-31 18:18:11 -07:00
pinctrl ux500 GPIO and pinctrl changes for kernel 3.5 2012-05-12 19:57:34 -07:00
platform_data hwmon updates for 3.5-rc1 2012-05-23 14:15:09 -07:00
power max17042_battery: Add support for max17047/50 chip 2012-05-05 20:28:11 -07:00
raid lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
regulator regulator: tps62360: support force PWM mode via regulator mode 2012-05-14 18:03:04 +01:00
rtc rtc: ds1307: add trickle charger support 2012-05-29 16:22:33 -07:00
spi arm-soc: clock driver changes 2012-05-26 12:42:29 -07:00
ssb bcma/ssb: parse new attributes from sprom 2012-05-16 12:45:22 -04:00
sunrpc nfsd4: move rq_flavor into svc_cred 2012-05-31 20:29:58 -04:00
tc_act
tc_ematch
unaligned
usb USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 2012-06-13 13:11:39 -07:00
uwb
wimax
8250_pci.h
a.out.h
ac97_codec.h
acct.h UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removed 2011-12-13 15:07:49 +00:00
acpi_io.h
acpi_pmtmr.h
acpi.h Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 2012-03-30 16:45:39 -07:00
adb.h drivers/macintosh: Various cleanups 2008-07-01 11:28:06 +10:00
adfs_fs.h
aer.h
affs_hardblocks.h
agp_backend.h
agpgart.h make exported headers use strict posix types 2009-03-26 18:14:14 +01:00
ahci_platform.h
aio_abi.h
aio.h
alarmtimer.h alarmtimer: Provide accessor to alarmtimer rtc device 2012-04-20 14:56:36 -07:00
altera_jtaguart.h
altera_uart.h
amd-iommu.h
amifd.h
amifdreg.h
amigaffs.h
anon_inodes.h
apm_bios.h
apm-emulation.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 net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
arcfb.h
async_tx.h
async.h async: Rename _special -> _domain for clarity. 2009-02-08 09:56:11 -08:00
ata_platform.h
ata.h
atalk.h
ath9k_platform.h
atm_eni.h
atm_he.h
atm_idt77105.h
atm_nicstar.h
atm_suni.h
atm_tcp.h
atm_zatm.h
atm.h
atmapi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmarp.h
atmbr2684.h
atmclip.h
atmdev.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
atmel_pdc.h
atmel_pwm.h
atmel_serial.h
atmel_tc.h
atmel-mci.h
atmel-pwm-bl.h
atmel-ssc.h
atmioc.h
atmlec.h atm: remove the coupling to token ring support 2012-05-15 20:14:35 -04:00
atmmpc.h
atmppp.h
atmsap.h
atmsvc.h
atomic.h atomic: Allow atomic_inc_not_zero to be overridden 2012-03-07 17:06:08 +11:00
attribute_container.h
audit.h
auto_dev-ioctl.h
auto_fs4.h
auto_fs.h
auxvec.h ELF: implement AT_RANDOM for glibc PRNG seeding 2009-01-08 08:31:12 -08:00
average.h lib: Improve EWMA efficiency by using bitshifts 2010-12-06 15:58:43 -05:00
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h writeback: Add a 'reason' to wb_writeback_work 2011-10-31 00:33:36 +08:00
backlight.h backlight: add backlight type 2011-03-22 17:43:59 -07:00
basic_mmio_gpio.h gpio/generic: initialize basic_mmio_gpio shadow variables properly 2012-05-19 12:17:35 -06:00
baycom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bcd.h include/linux/bcd.h: remove comments 2008-10-20 08:52:42 -07:00
bch.h lib: add shared BCH ECC library 2011-03-11 14:25:50 +00:00
bfin_mac.h
bfs_fs.h
binfmts.h
bio.h Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged 2012-04-01 12:55:00 -07:00
bit_spinlock.h
bitmap.h Merge branch 'apei' into apei-release 2011-08-03 11:30:42 -04:00
bitops.h bitops: introduce for_each_clear_bit() 2012-03-23 16:58:34 -07:00
bitrev.h lib: export bitrev16 2008-06-06 11:29:10 -07:00
blk_types.h
blk-iopoll.h
blkdev.h Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block 2012-05-30 08:52:42 -07:00
blkpg.h
blktrace_api.h
blockgroup_lock.h
bma150.h
bootmem.h mm: remove sparsemem allocation details from the bootmem allocator 2012-05-29 16:22:22 -07:00
bottom_half.h
bpqether.h
brcmphy.h broadcom: Add 5241 support 2010-06-24 21:30:09 -07:00
bsearch.h
bsg-lib.h
bsg.h
btree-128.h
btree-type.h
btree.h
buffer_head.h
bug.h bug: introduce BUILD_BUG_ON_INVALID() macro 2012-05-29 16:22:20 -07:00
c2port.h
cache.h
can.h can: remove references to berlios mailinglist 2011-10-17 19:22:46 -04:00
capability.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2012-05-23 17:42:39 -07:00
capi.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
cb710.h cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG 2009-07-31 12:28:46 +02:00
cciss_defs.h
cciss_ioctl.h
cd1400.h
cdev.h fs/char_dev.c: remove unused cdev_index() 2011-01-13 08:03:17 -08:00
cdk.h Fix common misspellings 2011-03-31 11:26:23 -03:00
cdrom.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
cfag12864b.h
cgroup_subsys.h
cgroup.h cgroup: remove cgroup_subsys->populate() 2012-04-11 09:16:48 -07:00
cgroupstats.h
chio.h tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
circ_buf.h
cleancache.h
clk-private.h clk: add a fixed factor clock 2012-05-08 14:13:25 -07:00
clk-provider.h clk: Provide dummy clk_unregister() 2012-05-15 12:02:39 -07:00
clk.h Merge branch 'depends/rmk/clkdev' into next/clock 2012-05-11 17:13:00 +02:00
clkdev.h CLKDEV: provide helpers for common clock framework 2012-05-02 09:30:32 +01:00
clksrc-dbx500-prcmu.h
clockchips.h clockevents: Make clockevents_config() a global symbol 2012-05-25 01:44:51 +02:00
clocksource.h clocksource: Get rid of clocksource_calc_mult_shift() 2012-02-01 18:37:39 -08:00
cm4000_cs.h
cn_proc.h
cnt32_to_63.h
coda_psdev.h
coda.h
coff.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
com20020.h com20020: Fix allyesconfig build failure. 2009-01-23 22:28:48 -08:00
compaction.h Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" 2012-06-03 20:05:57 -07:00
compat.h aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() 2012-05-31 17:49:32 -07:00
compiler-gcc3.h
compiler-gcc4.h
compiler-gcc.h
compiler-intel.h
compiler.h compiler.h: Fix typo 2012-02-28 16:02:54 +01:00
completion.h sched: Change wait_for_completion_*_timeout() to return a signed long 2011-01-05 14:15:50 +01:00
comstats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
concap.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
configfs.h
connector.h
console_struct.h
console.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
consolemap.h Make console charset translation optional 2008-06-04 14:56:12 +01:00
const.h x86: add _AT() macro to conditionally cast 2008-01-30 13:32:42 +01:00
cordic.h
coredump.h
cper.h
cpu_pm.h
cpu_rmap.h
cpu.h cpu: introduce clear_tasks_mm_cpumask() helper 2012-05-31 17:49:29 -07:00
cpufreq.h The following text was taken from the original review request: 2012-03-24 10:41:37 -07:00
cpuidle.h
cpumask.h
cpuset.h
cramfs_fs_sb.h
cramfs_fs.h
crash_dump.h
crc7.h
crc8.h
crc16.h
crc32.h
crc32c.h
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
cred.h cred: remove task_is_dead() from __task_cred() validation 2012-05-31 17:49:28 -07:00
crypto.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07: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 x86/olpc/xo1/sci: Report RTC wakeup events 2012-05-07 15:02:26 +02:00
ctype.h
cuda.h UAPI: Guard linux/cuda.h 2011-12-13 09:26:45 +00:00
cyclades.h
cyclomx.h
cycx_cfm.h
cycx_drv.h
cycx_x25.h
davinci_emac.h
dca.h dca: registering requesters in multiple dca domains 2009-09-10 10:00:05 -07:00
dcache.h vfs: make it possible to access the dentry hash/len as one 64-bit entry 2012-05-10 19:54:35 -07:00
dcbnl.h
dccp.h inet: makes syn_ack_timeout mandatory 2012-04-14 15:24:26 -04:00
dcookies.h
debug_locks.h
debugfs.h debugfs: Add support to print u32 array in debugfs 2012-04-17 00:18:36 -04:00
debugobjects.h debugobjects: Extend to assert that an object is initialized 2011-11-23 18:49:22 +01:00
delay.h timer: Added usleep_range timer 2010-08-04 11:00:45 +02:00
delayacct.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
devfreq.h PM / devfreq: add relation of recommended frequency. 2012-03-17 21:51:34 +01:00
device_cgroup.h
device-mapper.h
device.h Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping 2012-05-25 09:18:59 -07:00
devpts_fs.h
digsig.h digsig: changed type of the timestamp 2012-02-20 19:46:36 +11:00
dio.h
dirent.h
dlm_device.h
dlm_netlink.h
dlm_plock.h
dlm.h dlm: fixes for nodir mode 2012-05-02 14:15:27 -05:00
dlmconstants.h
dm9000.h
dm-dirty-log.h
dm-io.h
dm-ioctl.h
dm-kcopyd.h
dm-log-userspace.h
dm-region-hash.h
dma_remapping.h
dma-attrs.h
dma-buf.h dma-buf: minor documentation fixes. 2012-05-25 12:46:23 +05:30
dma-contiguous.h drivers: add Contiguous Memory Allocator 2012-05-21 15:09:37 +02:00
dma-debug.h dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_entries 2009-04-15 12:22:37 +02:00
dma-direction.h
dma-mapping.h
dmaengine.h rapidio: add DMA engine support for RIO data transfers 2012-05-31 17:49:31 -07:00
dmapool.h devres: device resource management 2007-02-09 17:39:36 -05:00
dmar.h x86, iommu/vt-d: Clean up interfaces for interrupt remapping 2012-05-07 14:35:00 +02:00
dmi.h
dn.h net: cleanup include/linux 2009-11-04 09:50:58 -08:00
dnotify.h
dns_resolver.h
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
dqblk_xfs.h
drbd_limits.h drbd: Implemented the disk-timeout option 2012-05-09 15:10:45 +02:00
drbd_nl.h drbd: Implemented the disk-timeout option 2012-05-09 15:10:45 +02:00
drbd_tag_magic.h
drbd.h drbd: grammar fix in log message 2012-05-10 12:00:56 +02:00
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_apb_timer.h
dw_dmac.h
dynamic_debug.h dynamic_debug: use printk(KERN_WARNING..) in stub function 2012-05-01 08:58:06 -04:00
dynamic_queue_limits.h
ecryptfs.h eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h 2011-06-27 09:11:02 -04:00
edac.h edac: Initialize the dimm label with the known information 2012-05-28 19:13:50 -03:00
edd.h headers_check fix: linux/edd.h 2009-01-30 23:46:40 +05:30
eeprom_93cx6.h
eeprom_93xx46.h
efi.h efi: Add new variable attributes 2012-04-30 15:30:18 -07:00
efs_fs_sb.h
efs_vh.h
eisa.h eisa: remove driver_data direct access of struct device 2009-06-15 21:30:26 -07:00
elevator.h
elf-em.h
elf-fdpic.h
elf.h UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspace 2011-12-12 13:54:36 +00:00
elfcore-compat.h
elfcore.h
elfnote.h remove __attribute_used__ 2008-01-28 23:21:18 +01:00
enclosure.h
err.h include/linux/err.h: add a function to cast error-pointers to a return value 2011-03-22 17:44:11 -07:00
errno.h vfs: retry last component if opening stale dentry 2012-06-01 12:12:01 -04:00
errqueue.h net: use IS_ENABLED(CONFIG_IPV6) 2011-12-11 18:25:16 -05:00
etherdevice.h etherdevice: fix comments 2012-05-17 15:36:35 -04:00
ethtool.h linux/ethtool: Added macro ETH_FW_DUMP_DISABLE 2012-05-15 13:13:33 -04:00
eventfd.h eventfd: change int to __u64 in eventfd_signal() 2012-05-31 17:49:32 -07:00
eventpoll.h epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready 2012-05-05 21:50:41 +02:00
evm.h
export.h
exportfs.h ->encode_fh() API change 2012-05-29 23:28:33 -04:00
ext2_fs.h
extcon.h extcon: Add EXTCON_MECHANICAL cable type for physical presence 2012-05-04 16:25:29 -07:00
f75375s.h
fadvise.h
falloc.h fs: add hole punching to fallocate 2011-01-12 20:16:43 -05:00
fanotify.h
fault-inject.h
fb.h fbdev updates for 3.5 2012-06-01 16:57:51 -07:00
fcdevice.h
fcntl.h
fd.h compat_ioctl: fix make headers_check regression 2011-07-07 08:18:18 +02:00
fddidevice.h fddi: convert to new network device ops 2008-11-20 20:29:48 -08:00
fdreg.h
fdtable.h Replace the fd_sets in struct fdtable with an array of unsigned longs 2012-02-19 10:30:57 -08:00
fec.h net/fec: add mac field into platform data and consolidate fec_get_mac 2011-01-09 15:42:55 -08:00
fib_rules.h
fiemap.h
file.h vfs: drop_file_write_access() made static 2012-03-20 21:29:32 -04:00
filter.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2012-05-21 20:27:36 -07:00
fips.h random: Add optional continuous repetition test to entropy store based rngs 2009-06-18 19:50:21 +08:00
firewire-cdev.h firewire: allow explicit flushing of iso packet completions 2012-03-18 22:15:39 +01:00
firewire-constants.h
firewire.h IEEE 1394 (FireWire) subsystem updates post v3.4: 2012-05-24 12:57:47 -07:00
firmware-map.h headers: kobject.h redux 2011-01-10 08:51:44 -08:00
firmware.h include: replace linux/module.h with "struct module" wherever possible 2011-10-31 19:32:32 -04:00
fixp-arith.h [media] Input: move drivers/input/fixp-arith.h to include/linux 2012-05-14 09:47:23 -03:00
flat.h
flex_array.h
font.h fbcon: font setting should check limitation of driver 2007-05-08 11:15:31 -07:00
freezer.h
frontswap.h frontswap: s/put_page/store/g s/get_page/load 2012-05-15 11:34:08 -04:00
fs_enet_pd.h
fs_stack.h
fs_struct.h
fs_uart_pd.h
fs.h vfs: move inode stat information closer together 2012-06-03 14:50:19 -07:00
fscache-cache.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
fscache.h FS-Cache: Add a helper to bulk uncache pages on an inode 2011-07-07 13:21:56 -07:00
fsl_devices.h fsl/usb: Add controller version based ULPI and UTMI phy support 2012-04-18 13:46:42 -07:00
fsl_hypervisor.h
fsl-diu-fb.h
fsnotify_backend.h fsnotify: handle subfiles' perm events 2012-05-30 21:04:53 -04:00
fsnotify.h
ftrace_event.h tracing: Do not enable function event with enable 2012-05-10 15:55:43 -04:00
ftrace_irq.h
ftrace.h ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() 2012-05-16 20:00:27 -04:00
fuse.h fuse: add FALLOCATE operation 2012-04-25 12:25:05 +02:00
futex.h
gameport.h
gcd.h lib: add lib/gcd.c 2009-06-18 13:04:05 -07:00
gen_stats.h
genalloc.h lib, Make gen_pool memory allocator lockless 2011-08-03 11:15:57 -04:00
generic_acl.h
generic_serial.h
genetlink.h genetlink: Build a generic netlink family module alias 2012-05-29 22:33:56 -04:00
genhd.h block: fix buffer overflow when printing partition UUIDs 2012-05-15 08:22:04 +02:00
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: page_isolation: MIGRATE_CMA isolation functions added 2012-05-21 15:09:33 +02:00
gfs2_ondisk.h
gigaset_dev.h
gpio_keys.h
gpio_mouse.h
gpio-fan.h
gpio-pxa.h ARM: pxa: fix gpio wakeup setting 2012-04-27 10:46:45 +08:00
gpio.h gpiolib: Implement devm_gpio_request_one() 2012-05-18 16:48:35 -06:00
gsmmux.h
hardirq.h
hash.h mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. 2011-08-17 13:00:20 -07:00
hdlc.h
hdlcdrv.h
hdreg.h
hid-debug.h HID: fix debugfs build with !CONFIG_DEBUG_FS 2009-06-26 10:48:34 +02:00
hid-roccat.h
hid.h Merge branch 'upstream' into for-linus 2012-05-22 11:32:31 +02:00
hiddev.h
hidraw.h HID: fix return value of hidraw_report_event() when !CONFIG_HIDRAW 2012-04-30 10:39:17 +02:00
highmem.h
highuid.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
hil_mlc.h
hil.h
hippidevice.h
hp_sdc.h
hpet.h
hrtimer.h Fix some kernel-doc warnings 2011-06-27 16:06:19 -07:00
htcpld.h mfd: Add HTCPLD driver 2010-03-07 22:17:09 +01:00
htirq.h
huge_mm.h mm: move is_vma_temporary_stack() declaration to huge_mm.h 2012-05-29 16:22:21 -07:00
hugetlb_inline.h
hugetlb.h mm: add new arch_make_huge_pte() method for tile support 2012-05-25 12:48:26 -04:00
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h
hwspinlock.h
hyperv.h Driver core pull for 3.5-rc1 2012-05-22 16:02:13 -07:00
hysdn_if.h
i2c-algo-bit.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-dev.h i2c: Update the FSF address 2012-03-26 21:47:19 +02:00
i2c-gpio.h
i2c-mux-gpio.h i2c: Rename last mux driver to standard pattern 2012-05-12 14:28:18 +02:00
i2c-mux-pinctrl.h i2c: Add generic I2C multiplexer using pinctrl API 2012-06-04 16:49:43 +02:00
i2c-mux.h i2c: Add a struct device * parameter to i2c_add_mux_adapter() 2012-05-12 14:28:15 +02:00
i2c-ocores.h
i2c-omap.h
i2c-pca-platform.h
i2c-pnx.h i2c: pnx: add device tree support 2012-05-12 14:28:14 +02:00
i2c-pxa.h
i2c-smbus.h
i2c-tegra.h
i2c-xiic.h
i2c.h i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING 2012-05-30 10:55:34 +02:00
i2o-dev.h MCA: delete all remaining traces of microchannel bus support. 2012-05-17 19:06:13 -04:00
i2o.h BUG: headers with BUG/BUG_ON etc. need linux/bug.h 2012-03-04 17:54:34 -05:00
i8k.h
i7300_idle.h
i8042.h
i8253.h
i82593.h
icmp.h
icmpv6.h
ide.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
idr.h
ieee80211.h mac80211: Set the correct values for hwmp (1) and airtimeLinkMetric (1) 2012-04-16 14:19:29 -04:00
if_addr.h
if_addrlabel.h
if_alg.h
if_arcnet.h
if_arp.h if: restore token ring ARP type to header 2012-05-22 17:13:11 -04:00
if_bonding.h
if_bridge.h
if_cablemodem.h
if_eql.h
if_ether.h
if_fc.h
if_fddi.h
if_frad.h
if_hippi.h
if_infiniband.h
if_link.h macvlan: add FDB bridge ops and macvlan flags 2012-04-15 13:06:05 -04:00
if_ltalk.h
if_macvlan.h macvlan: add FDB bridge ops and macvlan flags 2012-04-15 13:06:05 -04:00
if_packet.h
if_phonet.h
if_plip.h
if_ppp.h
if_pppol2tp.h net/l2tp: add support for L2TP over IPv6 UDP 2012-04-28 22:21:51 -04:00
if_pppox.h pppox: Replace __attribute__((packed)) in if_pppox.h 2012-05-01 09:30:55 -04:00
if_slip.h
if_strip.h
if_team.h team: allow to enable/disable ports 2012-04-21 16:26:33 -04:00
if_tun.h
if_tunnel.h
if_vlan.h
if_x25.h
if.h net: Add framework to allow sending packets with customized CRC. 2012-02-24 01:37:35 -08:00
igmp.h ipv4: Remove redundant RCU locking in ip_check_mc(). 2011-03-10 16:37:26 -08:00
ihex.h Fix IHEX firmware generation/loading 2008-08-02 18:36:10 +01:00
ima.h integrity: move ima inode integrity data management 2011-07-18 12:29:38 -04:00
in6.h ipv6: correct the ipv6 option name - Pad0 to Pad1 2012-05-17 15:49:51 -04:00
in_route.h
in.h
inet_diag.h
inet_lro.h
inet.h NFS: Add string length argument to nfs_parse_server_address 2008-07-09 12:09:28 -04:00
inetdevice.h arp: allow arp processing to honor per interface arp_accept sysctl 2012-03-16 23:00:20 -07:00
init_ohci1394_dma.h
init_task.h sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' 2012-05-30 14:02:25 +02:00
init.h module_param: make bool parameters really bool (core code) 2012-01-13 09:32:18 +10:30
initrd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inotify.h
input-polldev.h Input: input-polldev - fix a couple of typos 2011-01-31 21:17:41 -08:00
input.h Merge branch 'for-next' of github.com:rydberg/linux into next 2012-03-09 10:56:35 -08:00
integrity.h evm: permit mode bits to be updated 2011-09-14 15:24:52 -04:00
intel_mid_dma.h
intel_pmic_gpio.h
intel-iommu.h
interrupt.h genirq: reimplement exit_irq_thread() hook via task_work_add() 2012-05-23 22:11:12 -04:00
io-mapping.h
io.h x86, ioremap: Fix incorrect physical address handling in PAE mode 2010-07-09 11:42:03 -07:00
ioc3.h
ioc4.h
iocontext.h block: remove ioc_*_changed() 2012-03-20 12:47:48 +01:00
ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iommu-helper.h
iommu.h iommu/core: pass a user-provided token to fault handlers 2012-05-22 18:08:08 +02:00
ioport.h resources: add resource_overlaps() 2012-05-07 10:58:57 -06:00
ioprio.h
iova.h
ip6_tunnel.h
ip_vs.h ipvs: always update some of the flags bits in backup 2012-05-08 19:38:31 +02:00
ip.h [SK_BUFF]: Introduce skb_transport_header(skb) 2007-04-25 22:25:31 -07:00
ipc_namespace.h mqueue: separate mqueue default value from maximum value 2012-05-31 17:49:31 -07:00
ipc.h switch kern_ipc_perm to umode_t 2012-01-03 22:55:17 -05:00
ipmi_msgdefs.h
ipmi_smi.h
ipmi.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
ipsec.h [XFRM]: BEET mode 2006-10-04 00:31:09 -07:00
ipv6_route.h
ipv6.h
ipx.h ipx: restore token ring define to include/linux/ipx.h 2012-05-23 13:49:23 -04:00
irda.h
irq_cpustat.h
irq_work.h
irq.h irq: Remove irq_chip->release() 2012-05-21 21:09:38 +02:00
irqdesc.h
irqdomain.h irqdomain: Kill off duplicate definitions. 2012-05-19 12:41:56 -06:00
irqflags.h
irqnr.h
irqreturn.h
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isdn_divertif.h
isdn_ppp.h
isdn.h
isdnif.h
isicom.h
iso_fs.h
istallion.h
ivtv.h
ivtvfb.h
ixjuser.h
jbd2.h ext4/jbd2: add metadata checksumming to the list of supported features 2012-05-27 08:12:42 -04:00
jbd_common.h ext4: create a new BH_Verified flag to avoid unnecessary metadata validation 2012-04-29 18:21:10 -04:00
jbd.h jbd: Write journal superblock with WRITE_FUA after checkpointing 2012-05-15 23:34:37 +02:00
jffs2.h
jhash.h
jiffies.h
journal-head.h
joystick.h
jump_label.h
jz4740-adc.h
kallsyms.h vsprintf: fix %ps on non symbols when using kallsyms 2012-05-29 16:22:32 -07:00
kbd_diacr.h
kbd_kern.h
Kbuild kexec: export kexec.h to user space 2012-05-31 17:49:30 -07:00
kbuild.h
kcmp.h syscalls, x86: add __NR_kcmp syscall 2012-05-31 17:49:32 -07:00
kconfig.h
kd.h vt: Add virtual console keyboard mode OFF 2011-02-17 11:12:40 -08:00
kdb.h
kdebug.h kdebug.h: forward-declare struct struct notifier_block 2007-07-31 15:39:40 -07:00
kdev_t.h
kernel_stat.h
kernel-page-flags.h kbuild: install kernel-page-flags.h 2012-05-29 16:22:21 -07:00
kernel.h introduce SIZE_MAX 2012-05-31 17:49:26 -07:00
kernelcapi.h CAPI: Rework controller state notifier 2010-02-16 16:01:21 -08:00
kexec.h kexec: export kexec.h to user space 2012-05-31 17:49:30 -07:00
key-type.h
key.h keys: kill the dummy key_replace_session_keyring() 2012-05-23 22:11:31 -04:00
keyboard.h vt:tackle kbd_table 2012-03-08 10:50:35 -08:00
keyctl.h KEYS: Add invalidation support 2012-05-11 10:56:56 +01:00
kfifo.h
kgdb.h
khugepaged.h
klist.h Revert "driver core: check start node in klist_iter_init_node" 2012-04-19 19:17:30 -07:00
kmalloc_sizes.h
kmemcheck.h
kmemleak.h
kmod.h kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers 2012-05-31 17:49:28 -07:00
kmsg_dump.h
kobj_map.h
kobject_ns.h
kobject.h
kprobes.h
kref.h
ks0108.h
ks8842.h
ksm.h
kthread.h freezer: implement and use kthread_freezable_should_stop() 2011-11-21 12:32:23 -08:00
ktime.h Fix common misspellings 2011-03-31 11:26:23 -03:00
kvm_host.h KVM: MMU: Don't use RCU for lockless shadow walking 2012-05-16 16:08:28 -03:00
kvm_para.h
kvm_types.h
kvm.h KVM: s390: add capability indicating COW support 2012-05-17 21:06:01 -03:00
l2tp.h l2tp: introduce L2TPv3 IP encapsulation support for IPv6 2012-05-01 09:30:55 -04:00
lapb.h wan: make LAPB callbacks const 2011-09-16 19:20:20 -04:00
latencytop.h sched: Make separate sched*.c translation units 2011-11-17 12:20:19 +01:00
lcd.h lcd: add callbacks for early fb event blank support 2012-05-29 16:22:29 -07:00
lcm.h
led-lm3530.h include/linux/led-lm3530.h: comment correction about the range of brightness 2012-05-29 16:22:32 -07:00
leds_pwm.h
leds-bd2802.h
leds-lp3944.h
leds-lp5521.h
leds-lp5523.h
leds-pca9532.h
leds-regulator.h
leds-tca6507.h
leds.h leds: add new field to led_classdev struct to save activation state 2012-05-29 16:22:31 -07:00
lglock.h brlocks/lglocks: turn into functions 2012-05-29 23:28:41 -04:00
lguest_launcher.h
lguest.h
libata.h libata: add a host flag to ignore detected ATA devices 2012-05-07 15:32:23 -04:00
libps2.h Input: libps2 - additional locking for i8042 ports 2009-09-17 23:23:45 -07:00
license.h
limits.h Remove CHILD_MAX 2007-07-17 10:23:03 -07:00
linkage.h
linux_logo.h
lis3lv02d.h
list_bl.h
list_nulls.h
list_sort.h
list.h
llc.h headers, net: Use __kernel_sa_family_t in more definitions shared with userland 2011-08-26 12:02:50 -04:00
llist.h
lockdep.h lockdep: fix oops in processing workqueue 2012-05-15 08:08:31 -07:00
log2.h linux/log2.h: Fix rounddown_pow_of_two(1) 2011-12-12 22:06:55 -08:00
loop.h Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block 2011-11-04 17:22:14 -07:00
lp855x.h
lp8727.h
lp.h Parallel port: convert port_mutex to the mutex API 2008-02-06 10:41:01 -08:00
lru_cache.h
lsm_audit.h
lzo.h
m48t86.h
magic.h magic.h: move some FS magic numbers into magic.h 2012-03-23 16:58:31 -07:00
major.h
map_to_7segment.h
maple.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
marvell_phy.h
math64.h math: Introduce div64_long 2012-03-15 21:41:34 +01:00
matroxfb.h
max17040_battery.h
mbcache.h
mbus.h ARM: Orion: Get address map from plat-orion instead of via platform_data 2011-12-13 18:46:55 -05:00
mc6821.h
mc146818rtc.h
mdio-bitbang.h
mdio-gpio.h
mdio-mux.h netdev/of/phy: Add MDIO bus multiplexer support. 2012-05-07 22:58:09 -04:00
mdio.h
media.h
mei.h mei: export mei.h for the user space 2012-05-09 13:58:06 -07:00
memblock.h memblock: Reimplement memblock allocation using reverse free area iterator 2011-12-08 10:22:09 -08:00
memcontrol.h mm/memcg: apply add/del_page to lruvec 2012-05-29 16:22:28 -07:00
memory_hotplug.h
memory.h
mempolicy.h mm: do_migrate_pages(): rename arguments 2012-05-29 16:22:20 -07:00
mempool.h mm: remove broken 'kzalloc' mempool 2009-09-22 07:17:35 -07:00
memstick.h memstick: annotate endianness of attribute structs 2009-01-09 16:54:41 -08:00
meye.h
mg_disk.h
micrel_phy.h phy/micrel: Fix ID of KSZ9021 2012-05-22 15:20:28 -04:00
migrate_mode.h
migrate.h mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) 2012-03-21 17:54:57 -07:00
mii.h
minix_fs.h
miscdevice.h vhost-net: add module alias (v2.1) 2012-01-13 10:12:23 -08:00
mISDNdsp.h
mISDNhw.h mISDN: Implement MISDN_CTRL_RX_OFF for more drivers 2012-05-16 15:24:36 -04:00
mISDNif.h mISDN: Allow to set a minimum length for transparent data 2012-05-16 15:23:46 -04:00
mm_inline.h mm/memcg: apply add/del_page to lruvec 2012-05-29 16:22:28 -07:00
mm_types.h mm: remove swap token code 2012-05-29 16:22:19 -07:00
mm.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2012-06-01 10:34:35 -07:00
mman.h atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
mmdebug.h bug: completely remove code generated by disabled VM_BUG_ON() 2012-05-29 16:22:20 -07:00
mmiotrace.h
mmtimer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mmu_context.h
mmu_notifier.h
mmzone.h mm: add link from struct lruvec to struct zone 2012-05-29 16:22:26 -07:00
mnt_namespace.h
mod_devicetable.h HID: Allow bus wildcard matching 2012-05-01 12:54:54 +02:00
module.h module: move __module_get and try_module_get() out of line. 2012-03-26 12:50:52 +10:30
moduleloader.h modules: add default loader hook implementations 2011-07-24 22:06:04 +09:30
moduleparam.h module_param: stop double-calling parameters. 2012-06-08 14:58:13 +09:30
mount.h vfs: move fsnotify junk to struct mount 2012-01-03 22:57:12 -05:00
mpage.h Remove two unneeded exports and make two symbols static in fs/mpage.c 2009-04-01 07:38:54 -04:00
mpi.h lib/mpi: replaced MPI_NULL with normal NULL 2012-02-02 00:23:14 +11:00
mqueue.h mqueue.h: don't include linux/types.h 2006-11-30 04:40:22 +01:00
mroute6.h
mroute.h ipv4: Pass explicit saddr/daddr args to ipmr_get_route(). 2011-05-04 12:18:54 -07:00
msdos_fs.h fat: introduce special inode for managing the FSINFO block 2012-05-31 17:49:27 -07:00
msg.h ipc: restore MSGPOOL original value 2008-06-06 11:29:12 -07:00
msi.h PCI/sysfs: add per pci device msi[x] irq listing (v5) 2011-12-05 10:21:44 -08:00
msm_mdp.h
mtio.h [SCSI] st: expand ability to write immediate filemarks 2012-03-27 08:26:34 +01:00
mutex-debug.h include/linux: Remove all users of FASTCALL() macro 2008-02-13 16:21:18 -08:00
mutex.h
mv643xx_eth.h ARM: Orion: Eth: Add clk/clkdev support. 2012-05-08 16:33:56 -07:00
mv643xx_i2c.h
mv643xx.h
mxm-wmi.h
n_r3964.h
namei.h readlinkat: ensure we return ENOENT for the empty pathname for normal lookups 2011-11-02 12:53:42 +01:00
nbd.h header: fix broken headers for user space 2010-08-22 21:15:39 -07:00
ncp_fs.h
ncp_mount.h
ncp_no.h
ncp.h header: fix broken headers for user space 2010-08-22 21:15:39 -07:00
neighbour.h net: add generic PF_BRIDGE:RTM_ FDB hooks 2012-04-15 13:06:04 -04:00
net_dropmon.h
net_tstamp.h
net.h net: add MODULE_ALIAS_NET_PF_PROTO_NAME 2012-05-29 22:33:55 -04:00
netdev_features.h
netdevice.h netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUG 2012-05-30 16:34:27 -04:00
netfilter_arp.h
netfilter_bridge.h set fake_rtable's dst to NULL to avoid kernel Oops 2012-04-24 00:16:24 -04:00
netfilter_decnet.h
netfilter_ipv4.h
netfilter_ipv6.h
netfilter.h net: Delete all remaining instances of ctl_path 2012-04-20 21:22:30 -04:00
netlink.h netfilter: remove ip_queue support 2012-05-08 20:25:42 +02:00
netpoll.h netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev 2011-07-03 20:02:07 -07:00
netrom.h headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h> 2011-08-26 12:02:50 -04:00
nfc.h NFC: Add a target lost netlink event 2012-04-12 15:10:33 -04:00
nfs2.h
nfs3.h
nfs4_mount.h
nfs4.h NFSv4.1: Add DESTROY_CLIENTID 2012-05-26 14:17:30 -04:00
nfs_fs_i.h
nfs_fs_sb.h NFS: EXCHANGE_ID should save the server major and minor ID 2012-05-22 16:45:48 -04:00
nfs_fs.h NFSv4.1 add nfs_inode book keeping for mdsthreshold 2012-05-24 16:15:48 -04:00
nfs_idmap.h
nfs_iostat.h
nfs_mount.h
nfs_page.h NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release 2012-05-09 15:17:43 -04:00
nfs_xdr.h NFS: Fix a commit bug 2012-06-05 18:38:47 -04:00
nfs.h
nfsacl.h
nilfs2_fs.h
nl80211.h nl80211: prevent additions to old station flags API 2012-05-16 13:08:15 -04:00
nl802154.h mac802154: monitor device support 2012-05-16 15:17:08 -04:00
nls.h
nmi.h
node.h convert 'memory' sysdev_class to a regular subsystem 2011-12-21 14:48:43 -08:00
nodemask.h
notifier.h notifiers: vt: move vt notifiers into vt.h 2011-07-25 20:57:15 -07:00
nsc_gpio.h
nsproxy.h make sure that nsproxy_cache is initialized early enough 2011-07-20 01:44:07 -04:00
nubus.h
numa.h
nvme.h
nvram.h [PATCH] drivers/char/nvram.c: possible cleanups 2005-06-25 16:25:03 -07:00
nwpserial.h
of_address.h
of_device.h
of_fdt.h
of_gpio.h gpio: Adjust of_xlate API to support multiple GPIO chips 2012-05-18 16:48:36 -06:00
of_i2c.h of/i2c: implement of_find_i2c_adapter_by_node 2012-05-12 14:28:17 +02:00
of_irq.h of/irq: add empty irq_of_parse_and_map() for non-dt builds 2012-04-17 16:37:22 -06:00
of_mdio.h netdev/of/phy: New function: of_mdio_find_bus(). 2012-05-07 22:58:09 -04:00
of_mtd.h
of_net.h
of_pci.h OF: PCI: const usage needed by MIPS 2012-05-21 14:31:48 +01:00
of_pdt.h
of_platform.h
of_serial.h tegra, serial8250: add ->handle_break() uart_port op 2012-04-18 15:07:53 -07:00
of.h dt: add of_get_child_count helper function 2012-05-02 01:14:40 +02:00
omap3isp.h [media] omap3isp: ccdc: Use generic frame sync event instead of private HS_VS event 2011-08-29 12:38:51 -03:00
omapfb.h
oom.h mm, oom: normalize oom scores to oom_score_adj scale only for userspace 2012-05-29 16:22:24 -07:00
openvswitch.h net: Add Open vSwitch kernel components. 2011-12-03 09:35:17 -08:00
opp.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
oprofile.h
oxu210hp.h
padata.h padata: Fix race on sequence number wrap 2012-03-14 17:25:56 +08:00
page_cgroup.h
page-debug-flags.h mm: more intensive memory corruption debugging 2012-01-10 16:30:42 -08:00
page-flags.h
page-isolation.h mm: page_isolation: MIGRATE_CMA isolation functions added 2012-05-21 15:09:33 +02:00
pageblock-flags.h
pagemap.h pagemap.h: fix warning about possibly used before init var 2012-05-29 16:22:18 -07:00
pagevec.h mm: fewer underscores in ____pagevec_lru_add 2012-01-12 20:13:10 -08:00
param.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parport_pc.h
parport.h
parser.h vfs: Use const for kernel parser table 2008-10-13 10:10:37 -07:00
pata_arasan_cf_data.h
patchkey.h UAPI: Make linux/patchkey.h easier to parse 2011-12-13 15:07:49 +00:00
path.h sanitize vfsmount refcounting changes 2011-01-16 13:47:07 -05:00
pch_dma.h
pci_hotplug.h
pci_ids.h pci_ids: Add Intel Centerton Legacy Block DeviceID 2012-05-09 15:57:01 +02:00
pci_regs.h
pci-acpi.h
pci-aspm.h
pci-ats.h
pci-dma.h
pci.h USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2 2012-06-13 13:11:39 -07:00
pcieport_if.h
pda_power.h
percpu_counter.h
percpu-defs.h
percpu.h percpu: remove percpu_xxx() functions 2012-05-14 14:15:32 -07:00
perf_event.h perf: Limit callchains to 127 2012-06-06 17:08:00 +02:00
personality.h
pfkeyv2.h
pfn.h
pg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
phantom.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
phonedev.h
phonet.h
phy_fixed.h
phy.h netdev/phy: Make get_phy_id() static and quit EXPORTing it. 2012-05-16 00:59:12 -04:00
pid_namespace.h userns: Convert proc to use kuid/kgid where appropriate 2012-05-15 14:59:28 -07:00
pid.h pid: fix typo in function description 2011-05-26 17:12:37 -07:00
pim.h
pipe_fs_i.h pipes: add a "packetized pipe" mode for writing 2012-04-29 13:12:42 -07:00
pkt_cls.h
pkt_sched.h fq_codel: Fair Queue Codel AQM 2012-05-12 15:53:42 -04:00
pktcdvd.h
platform_device.h
plist.h
pm_clock.h
pm_domain.h PM / Domains: Make it possible to add devices to inactive domains 2012-05-18 20:45:26 +02:00
pm_qos.h
pm_runtime.h PM / Runtime: Remove device fields related to suspend time, v2 2012-05-01 21:28:38 +02:00
pm_wakeup.h PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources 2012-05-01 21:25:49 +02:00
pm.h PM / Runtime: Remove device fields related to suspend time, v2 2012-05-01 21:28:38 +02:00
pmu.h UAPI: Guard linux/pmu.h 2011-12-13 09:26:45 +00:00
pnfs_osd_xdr.h
pnp.h
poison.h
poll.h poll: add poll_requested_events() and poll_does_not_wait() functions 2012-03-23 16:58:38 -07:00
posix_acl_xattr.h
posix_acl.h
posix_types.h
posix-clock.h
posix-timers.h
power_supply.h power_supply: Make the core a boolean instead of a tristate 2012-05-04 21:15:52 -07:00
ppdev.h fix file specification in comments 2006-10-03 23:01:26 +02:00
ppp_channel.h
ppp_defs.h
ppp-comp.h ppp: Change copyright notices from ANU to me 2012-03-04 20:41:38 -05:00
ppp-ioctl.h
pps_kernel.h
pps-gpio.h
pps.h pps: add kernel consumer support 2011-01-13 08:03:21 -08:00
prctl.h c/r: prctl: add ability to get clear_tid_address 2012-06-07 14:43:55 -07:00
preempt.h
prefetch.h Fix common misspellings 2011-03-31 11:26:23 -03:00
printk.h kmsg: export printk records to the /dev/kmsg interface 2012-05-07 17:03:27 -07:00
prio_heap.h
prio_tree.h
proc_fs.h userns: Convert proc to use kuid/kgid where appropriate 2012-05-15 14:59:28 -07:00
profile.h profiling: fix up CONFIG_PROC_FS=n build 2008-10-23 08:55:01 -07:00
proportions.h
pstore_ram.h pstore/ram: Add ECC support 2012-05-17 08:51:59 -07:00
pstore.h
pti.h
ptp_classify.h
ptp_clock_kernel.h
ptp_clock.h
ptrace.h
pwm_backlight.h
pwm.h
pxa2xx_ssp.h
pxa168_eth.h
qnx4_fs.h
qnx6_fs.h
qnxtypes.h
quicklist.h
quota.h
quotaops.h userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 2012-05-03 03:29:34 -07:00
radeonfb.h
radix-tree.h radix-tree: fix contiguous iterator 2012-06-05 10:46:40 -07:00
raid_class.h
ramfs.h
random.h Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2011-10-28 05:29:07 -07:00
range.h x86/pci: Add cap_resource() 2010-02-10 17:47:17 -08:00
ratelimit.h
rational.h lib: Change mail address of Oskar Schirmer 2012-05-17 15:18:37 +02:00
raw.h
rbtree.h
rculist_bl.h
rculist_nulls.h
rculist.h rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu() 2012-04-24 20:54:49 -07:00
rcupdate.h Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEAD 2012-05-11 10:14:21 -07:00
rcutiny.h rcu: Precompute RCU_FAST_NO_HZ timer offsets 2012-06-06 20:43:28 -07:00
rcutree.h rcu: Precompute RCU_FAST_NO_HZ timer offsets 2012-06-06 20:43:28 -07:00
rds.h RDS: Remove dead struct from rds.h 2010-09-08 18:16:55 -07:00
reboot.h notifiers: sys: move reboot notifiers into reboot.h 2011-07-25 20:57:14 -07:00
reciprocal_div.h
regmap.h regmap: add support for non contiguous status to regmap-irq 2012-05-14 17:40:05 +01:00
regset.h The following text was taken from the original review request: 2012-03-24 10:08:39 -07:00
reiserfs_fs.h
reiserfs_xattr.h
relay.h BUG: headers with BUG/BUG_ON etc. need linux/bug.h 2012-03-04 17:54:34 -05:00
remoteproc.h
res_counter.h rescounter: remove __must_check from res_counter_charge_nofail() 2012-05-29 16:22:27 -07:00
resource.h include/linux/resource.h needs types.h 2010-11-12 07:55:30 -08:00
resume-trace.h
rfkill-gpio.h net:rfkill: add a gpio setup function into GPIO rfkill 2011-10-03 15:19:19 -04:00
rfkill-regulator.h
rfkill.h device.h: audit and cleanup users in main include dir 2012-03-16 10:38:24 -04:00
ring_buffer.h ring-buffer: Add per_cpu ring buffer control files 2012-04-23 21:17:51 -04:00
rio_drv.h rapidio: add DMA engine support for RIO data transfers 2012-05-31 17:49:31 -07:00
rio_ids.h
rio_regs.h
rio.h rapidio: add DMA engine support for RIO data transfers 2012-05-31 17:49:31 -07:00
rmap.h mm: move is_vma_temporary_stack() declaration to huge_mm.h 2012-05-29 16:22:21 -07:00
rndis.h usb/net: rndis: move bus message definition 2012-05-12 15:15:20 -04:00
romfs_fs.h
root_dev.h
rose.h headers, net: Use __kernel_sa_family_t in more definitions shared with userland 2011-08-26 12:02:50 -04:00
rotary_encoder.h
route.h net: cleanup include/linux 2009-11-04 09:50:58 -08:00
rpmsg.h rpmsg: add virtio-based remote processor messaging bus 2012-02-08 22:53:58 +02:00
rslib.h [RSLIB] Support non-canonical GF representations 2007-05-02 11:56:33 +01:00
rtc-v3020.h
rtc.h rtc: add ioctl to get/clear battery low voltage status 2012-05-29 16:22:33 -07:00
rtmutex.h plist: Remove the need to supply locks to plist heads 2011-07-08 14:02:53 +02:00
rtnetlink.h net: add generic PF_BRIDGE:RTM_ FDB hooks 2012-04-15 13:06:04 -04:00
rwlock_api_smp.h
rwlock_types.h
rwlock.h
rwsem-spinlock.h
rwsem.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
rxrpc.h RxRPC: Declare the security index constants symbolically 2009-09-15 02:44:17 -07:00
s3c_adc_battery.h
sa11x0-dma.h
sc26198.h
scatterlist.h
scc.h
sched.h Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-06-08 14:59:29 -07:00
screen_info.h
sctp.h
scx200_gpio.h
scx200.h
sdla.h include/linux/sdla.h: remove the prototype of sdla() 2011-07-18 11:06:03 -07:00
seccomp.h seccomp: ignore secure_computing return values 2012-04-18 12:24:50 +10:00
securebits.h
security.h take security_mmap_file() outside of ->mmap_sem 2012-06-01 10:37:01 -04:00
selection.h vcs: invoke the vt update callback when /dev/vcs* is written to 2010-10-22 10:20:06 -07:00
selinux_netlink.h
selinux.h
sem.h include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabled 2011-11-02 16:07:01 -07:00
semaphore.h
seq_file_net.h
seq_file.h
seqlock.h seqlock: add 'raw_seqcount_begin()' function 2012-05-04 15:13:54 -07:00
serial167.h
serial_8250.h Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2012-05-23 17:12:06 -07:00
serial_core.h Merge 3.4-rc3 into tty-next 2012-04-18 15:57:31 -07:00
serial_max3100.h
serial_mfd.h
serial_pnx8xxx.h
serial_reg.h
serial_sci.h
serial.h serial: delete the MCA specific 8250 support. 2012-05-17 19:02:14 -04:00
serio.h Input: serio - add helper macro for serio_driver boilerplate 2012-04-04 09:25:42 -07:00
sfi_acpi.h
sfi.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_pfc.h
sh_timer.h
shm.h
shmem_fs.h userns: Convert tmpfs to use kuid and kgid where appropriate 2012-05-15 14:59:29 -07:00
shrinker.h vmscan: use atomic-long for shrinker batching 2011-12-09 07:50:27 -08:00
sht15.h
signal.h new helper: signal_delivered() 2012-06-01 12:58:52 -04:00
signalfd.h
sirfsoc_dma.h
skbuff.h skb: avoid unnecessary reallocations in __skb_cow 2012-05-29 17:30:08 -04:00
slab_def.h
slab.h introduce SIZE_MAX 2012-05-31 17:49:26 -07:00
slob_def.h
slub_def.h
sm501-regs.h
sm501.h
smc91x.h
smc911x.h
smp.h smp: Implement kick_all_cpus_sync() 2012-05-08 12:35:06 +02:00
smsc911x.h
smscphy.h net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h> 2012-01-03 20:23:18 -05:00
snmp.h
sock_diag.h net: sock_diag_handler structs can be const 2012-04-25 20:46:59 -04:00
socket.h net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
sockios.h tcp: ioctl type SIOCOUTQNSD returns amount of data not sent 2011-03-09 14:08:09 -08:00
som.h
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 Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
splice.h
srcu.h rcu: Implement per-domain single-threaded call_srcu() state machine 2012-04-30 10:48:25 -07:00
stackprotector.h
stacktrace.h x86: Swap save_stack_trace_regs parameters 2011-06-14 22:48:51 -04:00
stallion.h
start_kernel.h
stat.h userns: Convert stat to return values mapped from kuids and kgids 2012-05-15 14:08:35 -07:00
statfs.h add f_flags to struct statfs(64) 2010-08-09 16:48:44 -04:00
static_key.h
stddef.h do not export kernel's NULL #define to userspace 2012-04-14 07:47:49 -07:00
stmmac.h stmmac: add mixed burst for DMA 2012-05-14 18:53:19 -04:00
stmp_device.h lib: add support for stmp-style devices 2012-04-20 23:27:08 +02:00
stop_machine.h
string_helpers.h
string.h lib/string.c: introduce memchr_inv() 2011-10-31 17:30:47 -07:00
stringify.h Make __stringify support variable argument macros too 2009-04-10 15:48:52 +02:00
sungem_phy.h
sunserialcore.h
superhyway.h
suspend_ioctls.h
suspend.h PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources 2012-05-01 21:25:49 +02:00
svga.h
swab.h
swap.h Frontswap provides a "transcendent memory" interface for swap pages. 2012-06-04 12:28:45 -07:00
swapfile.h mm: frontswap: core swap subsystem hooks and headers 2012-05-15 11:33:58 -04:00
swapops.h swap: fix shmem swapping when more than 8 areas 2012-06-15 21:48:14 -07:00
swiotlb.h
synclink.h
sys_soc.h
sys.h
syscalls.h syscalls, x86: add __NR_kcmp syscall 2012-05-31 17:49:32 -07:00
syscore_ops.h
sysctl.h sysctl: Add register_sysctl for normal sysctl users 2012-01-24 16:40:30 -08:00
sysfs.h sysfs: get rid of some lockdep false positives 2012-05-14 12:19:56 -07:00
sysinfo.h
syslog.h syslog: use defined constants instead of raw numbers 2010-02-04 14:20:41 +11:00
sysrq.h Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent 2011-01-24 09:33:36 -08:00
sysv_fs.h
task_io_accounting_ops.h
task_io_accounting.h
task_work.h task_work_add: generic process-context callbacks 2012-05-23 22:09:21 -04:00
taskstats_kern.h
taskstats.h taskstats: pad taskstats netlink response for aligment issues on ia64 2010-12-22 19:43:34 -08:00
tboot.h x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep. 2012-03-13 14:06:33 -04:00
tc.h
tca6416_keypad.h
tcp.h net: Make linux/tcp.h C++ friendly (trivial) 2012-06-09 21:27:18 -07:00
telephony.h
termios.h tty: Add termiox 2008-10-13 09:51:40 -07:00
textsearch_fsm.h
textsearch.h
tfrc.h
thermal.h
thread_info.h set_restore_sigmask() is never called without SIGPENDING (and never should be) 2012-06-01 12:58:50 -04:00
threads.h pids: increase pid_max based on num_possible_cpus 2010-05-27 09:12:51 -07:00
ti_wilink_st.h ARM: OMAP: WiLink platform data for the PandaBoard 2012-05-09 14:19:13 -07:00
tick.h nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() 2011-12-11 10:31:57 -08:00
tifm.h
timb_dma.h
timb_gpio.h
time.h time: remove obsolete declaration 2012-05-21 16:16:58 -07:00
timecompare.h
timer.h timer: Make try_to_del_timer_sync() the same on SMP and UP 2010-10-22 14:46:25 +02:00
timerfd.h timerfd: Manage cancelable timers in timerfd 2011-05-23 13:59:53 +02:00
timeriomem-rng.h
timerqueue.h timers: Add rb_init_node() to allow for stack allocated rb nodes 2011-04-26 14:01:42 -07:00
times.h
timex.h ntp: Fix leap-second hrtimer livelock 2012-03-22 19:43:43 -07:00
tiocl.h
tipc_config.h
tipc.h
topology.h Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2012-05-22 18:27:32 -07:00
toshiba.h
tpm_command.h
tpm.h key: add tpm_send command 2010-11-29 08:55:22 +11:00
trace_clock.h
trace_seq.h
tracehook.h keys: kill the dummy key_replace_session_keyring() 2012-05-23 22:11:31 -04:00
tracepoint.h
transport_class.h
tsacct_kern.h
tty_driver.h
tty_flip.h
tty_ldisc.h tty: move global ldisc idle waitqueue to the individual ldisc 2012-05-10 11:24:03 -07:00
tty.h tty: Revert the tty locking series, it needs more work 2012-06-02 15:21:43 -07:00
typecheck.h
types.h bury __kernel_nlink_t, make internal nlink_t consistent 2012-05-30 21:04:50 -04:00
u64_stats_sync.h
uaccess.h maccess,probe_kernel: Make write/read src const void * 2011-05-25 19:56:23 -04:00
ucb1400.h
udf_fs_i.h
udp.h udp: bind() optimisation 2009-11-10 20:54:38 -08:00
uidgid.h userns: Rework the user_namespace adding uid/gid mapping support 2012-04-26 02:01:39 -07:00
uinput.h Input: force feedback - potential integer wrap in input_ff_create() 2011-10-12 21:13:11 -07:00
uio_driver.h
uio.h uio: mark uio.h functions __KERNEL__ only 2009-07-29 19:10:39 -07:00
ultrasound.h
un.h headers, net: Use __kernel_sa_family_t in more definitions shared with userland 2011-08-26 12:02:50 -04:00
unistd.h
unix_diag.h
uprobes.h
usb_usual.h
usb.h USB: Fix core compile with CONFIG_USB_SUSPEND=n 2012-05-21 09:00:03 -07:00
usbdevice_fs.h
user_namespace.h userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid 2012-05-03 03:28:39 -07:00
user-return-notifier.h
user.h
utime.h
uts.h uts: make default hostname configurable, rather than always using "(none)" 2011-06-15 20:04:00 -07:00
utsname.h sysctl: add support for poll() 2011-11-02 16:07:02 -07:00
uuid.h uuid: add uuid.h to exported header list 2012-05-09 13:57:30 -07:00
uvcvideo.h
uwb.h
v4l2-dv-timings.h [media] v4l2-dv-timings.h: definitions for CEA-861 and VESA DMT timings 2012-05-20 08:27:44 -03:00
v4l2-mediabus.h
v4l2-subdev.h [media] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs 2012-04-10 15:00:41 -03:00
vermagic.h vermagic: delete unused include of <linux/module.h> 2011-10-31 19:32:23 -04:00
veth.h
vfs.h
vga_switcheroo.h vga_switcheroo: Fix error without CONFIG_VGA_SWITCHEROO 2012-06-08 12:51:08 +02:00
vgaarb.h vgaarb: Provide dummy default device functions 2012-05-03 09:30:55 +01:00
vhost.h vhost_net: a kernel-level virtio server 2010-01-15 01:43:29 -08:00
via_i2c.h
via-core.h
via-gpio.h
via.h
video_output.h
videodev2.h [media] V4L2: Mark the DV Preset API as deprecated 2012-05-20 08:31:52 -03:00
virtio_9p.h
virtio_balloon.h
virtio_blk.h
virtio_config.h virtio: fix typo in comment 2012-05-22 12:16:16 +09:30
virtio_console.h
virtio_ids.h
virtio_mmio.h
virtio_net.h virtio-net: send gratuitous packets when needed 2012-04-15 03:23:31 -04:00
virtio_pci.h
virtio_ring.h
virtio_rng.h
virtio_scsi.h
virtio.h virtio: drop thaw PM operation 2012-03-31 08:09:50 +05:30
vlynq.h
vm_event_item.h mm: fix up the vmscan stat in vmstat 2012-04-25 21:26:33 -07:00
vmalloc.h Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable 2011-12-05 23:27:59 +00:00
vme.h Staging: VME: move VME drivers out of staging 2012-04-26 12:34:58 -07:00
vmstat.h atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
vt_buffer.h
vt_kern.h vt: push the tty_lock down into the map handling 2012-04-24 16:14:14 -07:00
vt.h
w1-gpio.h
wait.h Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
wanrouter.h
watchdog.h watchdog: Add support for dynamically allocated watchdog_device structs 2012-05-30 07:55:31 +02:00
wimax.h
wireless.h wext: fix alignment problem in serializing 'struct iw_point' 2010-10-13 15:45:21 -04:00
wl12xx.h
wm97xx.h
workqueue.h
writeback.h writeback: Avoid iput() from flusher thread 2012-05-06 13:43:41 +08:00
x25.h
xattr.h
xfrm.h
xilinxfb.h Fix common misspellings 2011-03-31 11:26:23 -03:00
xz.h
yam.h
z2_battery.h
zconf.h
zlib.h zlib: slim down zlib_deflate() workspace when possible 2011-03-22 17:44:17 -07:00
zorro_ids.h
zorro.h
zutil.h