linux-stable/include/linux
David Rientjes a63d83f427 oom: badness heuristic rewrite
This a complete rewrite of the oom killer's badness() heuristic which is
used to determine which task to kill in oom conditions.  The goal is to
make it as simple and predictable as possible so the results are better
understood and we end up killing the task which will lead to the most
memory freeing while still respecting the fine-tuning from userspace.

Instead of basing the heuristic on mm->total_vm for each task, the task's
rss and swap space is used instead.  This is a better indication of the
amount of memory that will be freeable if the oom killed task is chosen
and subsequently exits.  This helps specifically in cases where KDE or
GNOME is chosen for oom kill on desktop systems instead of a memory
hogging task.

The baseline for the heuristic is a proportion of memory that each task is
currently using in memory plus swap compared to the amount of "allowable"
memory.  "Allowable," in this sense, means the system-wide resources for
unconstrained oom conditions, the set of mempolicy nodes, the mems
attached to current's cpuset, or a memory controller's limit.  The
proportion is given on a scale of 0 (never kill) to 1000 (always kill),
roughly meaning that if a task has a badness() score of 500 that the task
consumes approximately 50% of allowable memory resident in RAM or in swap
space.

The proportion is always relative to the amount of "allowable" memory and
not the total amount of RAM systemwide so that mempolicies and cpusets may
operate in isolation; they shall not need to know the true size of the
machine on which they are running if they are bound to a specific set of
nodes or mems, respectively.

Root tasks are given 3% extra memory just like __vm_enough_memory()
provides in LSMs.  In the event of two tasks consuming similar amounts of
memory, it is generally better to save root's task.

Because of the change in the badness() heuristic's baseline, it is also
necessary to introduce a new user interface to tune it.  It's not possible
to redefine the meaning of /proc/pid/oom_adj with a new scale since the
ABI cannot be changed for backward compatability.  Instead, a new tunable,
/proc/pid/oom_score_adj, is added that ranges from -1000 to +1000.  It may
be used to polarize the heuristic such that certain tasks are never
considered for oom kill while others may always be considered.  The value
is added directly into the badness() score so a value of -500, for
example, means to discount 50% of its memory consumption in comparison to
other tasks either on the system, bound to the mempolicy, in the cpuset,
or sharing the same memory controller.

/proc/pid/oom_adj is changed so that its meaning is rescaled into the
units used by /proc/pid/oom_score_adj, and vice versa.  Changing one of
these per-task tunables will rescale the value of the other to an
equivalent meaning.  Although /proc/pid/oom_adj was originally defined as
a bitshift on the badness score, it now shares the same linear growth as
/proc/pid/oom_score_adj but with different granularity.  This is required
so the ABI is not broken with userspace applications and allows oom_adj to
be deprecated for future removal.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Nick Piggin <npiggin@suse.de>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-09 20:45:02 -07:00
..
amba Merge branch 'misc' into devel 2010-07-31 14:20:02 +01:00
byteorder
caif caif: Add debug connection type for CAIF. 2010-06-20 19:46:07 -07:00
can CAN: Add Flexcan CAN controller driver 2010-07-22 18:06:25 +02:00
decompress
dvb V4L/DVB: Increment DVB API version 2010-08-02 15:03:21 -03:00
hdlc
i2c Input: adp5588-keys - export unused GPIO pins 2010-07-26 01:17:41 -07:00
input Input: cy8ctmg110 - capacitive touchscreen support 2010-07-31 02:37:17 -07:00
isdn
lockd
mfd
mlx4
mmc
mtd
netfilter xt_quota: report initial quota value instead of current value to userspace 2010-07-23 14:07:47 +02:00
netfilter_arp
netfilter_bridge
netfilter_ipv4 netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header 2010-06-28 14:16:08 +02:00
netfilter_ipv6 netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header 2010-06-28 14:16:08 +02:00
nfsd
power POWER: Add JZ4740 battery driver. 2010-08-05 13:26:20 +01:00
raid
regulator regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH register 2010-07-28 15:09:26 +01:00
rtc
spi Input: ads7846 - do not allow altering platform data 2010-07-03 13:13:22 -07:00
ssb ssb: remove the ssb DMA API 2010-06-04 16:00:42 -04:00
sunrpc Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux 2010-08-07 14:24:41 -07:00
tc_act
tc_ematch
unaligned
usb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 2010-08-07 17:07:31 -07:00
uwb
wimax
8250_pci.h
a.out.h
ac97_codec.h
acct.h
acpi.h ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM 2010-07-24 23:26:09 -04:00
acpi_pmtmr.h
adb.h
adfs_fs.h
aer.h
affs_hardblocks.h
agp_backend.h agp: drop vmalloc flag. 2010-06-15 09:56:01 +10:00
agpgart.h
ahci_platform.h ahci_platform: Provide for vendor specific init 2010-08-01 19:36:03 -04:00
aio.h
aio_abi.h
altera_jtaguart.h
altera_uart.h
amifd.h
amifdreg.h
amigaffs.h
anon_inodes.h
apm-emulation.h
apm_bios.h
arcdevice.h
arcfb.h
async.h
async_tx.h
ata.h
ata_platform.h
atalk.h
ath9k_platform.h
atm.h
atm_eni.h
atm_he.h
atm_idt77105.h
atm_nicstar.h
atm_suni.h
atm_tcp.h
atm_zatm.h
atmapi.h
atmarp.h
atmbr2684.h
atmclip.h
atmdev.h atm: propagate signal changes via notifier 2010-07-09 00:09:20 -07:00
atmel-mci.h
atmel-pwm-bl.h
atmel-ssc.h
atmel_pdc.h
atmel_pwm.h
atmel_serial.h
atmel_tc.h
atmioc.h
atmlec.h
atmmpc.h
atmppp.h
atmsap.h
atmsvc.h
attribute_container.h
audit.h
auto_dev-ioctl.h
auto_fs.h
auto_fs4.h
auxvec.h
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h writeback: simplify the write back thread queue 2010-07-06 08:59:53 +02:00
backlight.h
baycom.h
bcd.h
bfs_fs.h
binfmts.h
bio.h
bit_spinlock.h
bitmap.h
bitops.h
bitrev.h
blk-iopoll.h
blkdev.h
blkpg.h
blktrace_api.h
blockgroup_lock.h
bootmem.h
bottom_half.h
bpqether.h
brcmphy.h broadcom: Add 5241 support 2010-06-24 21:30:09 -07:00
bsg.h
btree-128.h
btree-type.h
btree.h
buffer_head.h buffer_head: remove redundant test from wait_on_buffer 2010-08-09 20:44:55 -07:00
bug.h
c2port.h
cache.h
can.h
capability.h security: move LSM xattrnames to xattr.h 2010-08-02 15:34:57 +10:00
capi.h
cb710.h
cciss_defs.h
cciss_ioctl.h
cd1400.h
cdev.h
cdk.h
cdrom.h
cfag12864b.h
cgroup.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 2010-08-04 11:47:58 -07:00
cgroup_subsys.h
cgroupstats.h
chio.h
circ_buf.h
clk.h
clockchips.h
clocksource.h clocksource: Add __clocksource_updatefreq_hz/khz methods 2010-07-27 12:40:55 +02:00
cm4000_cs.h
cn_proc.h
cnt32_to_63.h
coda.h
coda_cache.h
coda_fs_i.h
coda_linux.h
coda_psdev.h
coff.h
com20020.h
compaction.h
compat.h
compiler-gcc.h compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functions 2010-06-29 15:29:31 -07:00
compiler-gcc3.h
compiler-gcc4.h compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functions 2010-06-29 15:29:31 -07:00
compiler-intel.h
compiler.h rcu: add __rcu API for later sparse checking 2010-06-14 16:37:26 -07:00
completion.h
comstats.h
concap.h
configfs.h
connector.h
console.h console: Fix compilation regression 2010-08-06 15:36:47 -05:00
console_struct.h
consolemap.h
const.h
coredump.h
cper.h
cpu.h workqueue: reimplement CPU hotplugging support using trustee 2010-06-29 10:07:12 +02:00
cpufreq.h [CPUFREQ] unexport (un)lock_policy_rwsem* functions 2010-08-03 13:47:04 -04:00
cpuidle.h
cpumask.h
cpuset.h sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining 2010-06-08 21:40:36 +02:00
cramfs_fs.h
cramfs_fs_sb.h
crash_dump.h
crc-ccitt.h
crc-itu-t.h
crc-t10dif.h
crc7.h
crc16.h
crc32.h
crc32c.h
cred.h CRED: Fix __task_cred()'s lockdep check and banner comment 2010-07-29 15:16:18 -07:00
crypto.h
cryptohash.h
cs5535.h
ctype.h
cuda.h
cyclades.h
cyclomx.h
cycx_cfm.h
cycx_drv.h
cycx_x25.h
davinci_emac.h
dca.h
dcache.h
dcbnl.h
dccp.h
dcookies.h
debug_locks.h
debugfs.h
debugobjects.h
delay.h timer: Added usleep_range timer 2010-08-04 11:00:45 +02:00
delayacct.h
device-mapper.h
device.h driver core: device_rename's new_name can be const 2010-08-05 13:53:35 -07:00
device_cgroup.h
devpts_fs.h
dio.h
dirent.h
display.h
dlm.h
dlm_device.h
dlm_netlink.h
dlm_plock.h
dlmconstants.h
dm-dirty-log.h
dm-io.h
dm-ioctl.h
dm-kcopyd.h
dm-log-userspace.h
dm-region-hash.h
dm9000.h
dma-attrs.h
dma-debug.h
dma-mapping.h
dma_remapping.h
dmaengine.h
dmapool.h
dmar.h
dmi.h PCI: export SMBIOS provided firmware instance and label to sysfs 2010-07-30 09:36:01 -07:00
dn.h
dnotify.h
dns_resolver.h DNS: Separate out CIFS DNS Resolver code 2010-08-05 17:17:51 +00:00
dqblk_qtree.h
dqblk_v1.h
dqblk_v2.h
dqblk_xfs.h quota: Clean up the namespace in dqblk_xfs.h 2010-07-21 16:01:46 +02:00
drbd.h drbd: Fixed a race between disk-attach and unexpected state changes 2010-06-14 12:19:41 +02:00
drbd_limits.h
drbd_nl.h
drbd_tag_magic.h
ds1286.h
ds2782_battery.h
ds17287rtc.h
dtlk.h
dw_dmac.h
dynamic_debug.h module: initialize module dynamic debug later 2010-07-04 20:17:22 -07:00
early_res.h
edac.h
edac_mce.h
edd.h
eeprom_93cx6.h eeprom_93cx6: Add support for 93c86 EEPROMs. 2010-06-30 15:00:50 -04:00
efi.h
efs_fs_sb.h
efs_vh.h
eisa.h
elevator.h
elf-em.h
elf-fdpic.h
elf.h
elfcore-compat.h
elfcore.h
elfnote.h
enclosure.h
err.h
errno.h
errqueue.h
etherdevice.h sysfs: add attribute to indicate hw address assignment type 2010-07-24 20:49:29 -07:00
ethtool.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-07-07 15:59:38 -07:00
eventfd.h
eventpoll.h
exportfs.h
ext2_fs.h
ext2_fs_sb.h
ext3_fs.h ext3: remove vestiges of nobh support 2010-07-21 16:01:47 +02:00
ext3_fs_i.h
ext3_fs_sb.h
ext3_jbd.h
f75375s.h
fadvise.h
falloc.h
fault-inject.h
fb.h fb: add hooks to handle KDB enter/exit 2010-08-05 09:22:31 -05:00
fcdevice.h
fcntl.h
fd.h
fddidevice.h
fdreg.h
fdtable.h Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2010-08-06 09:23:07 -07:00
fec.h
fib_rules.h
fiemap.h
file.h
filter.h net: optimize Berkeley Packet Filter (BPF) processing 2010-06-25 21:33:12 -07:00
fips.h
firewire-cdev.h Merge firewire branches to be released post v2.6.35 2010-08-02 10:09:04 +02:00
firewire-constants.h
firewire.h firewire: add isochronous multichannel reception 2010-07-29 23:09:18 +02:00
firmware-map.h
firmware.h
flat.h
flex_array.h
font.h
freezer.h
fs.h mm: implement writeback livelock avoidance using page tagging 2010-08-09 20:44:59 -07:00
fs_enet_pd.h
fs_stack.h
fs_struct.h
fs_uart_pd.h
fscache-cache.h fscache: drop references to slow-work 2010-07-22 22:58:58 +02:00
fscache.h fscache: fix missing kerneldoc annotation 2010-07-11 22:22:23 +02:00
fsl-diu-fb.h powerpc/5121: move fsl-diu-fb.h to include/linux 2010-08-01 17:06:44 -06:00
fsl_devices.h
fsnotify.h
fsnotify_backend.h
ftrace.h tracing/documentation: Document dynamic ftracer internals 2010-07-21 11:00:25 -04:00
ftrace_event.h tracing: Reduce latency and remove percpu trace_seq 2010-07-20 22:05:34 -04:00
ftrace_irq.h
fuse.h fuse: add retrieve request 2010-07-12 14:41:40 +02:00
futex.h
gameport.h
gcd.h
gen_stats.h
genalloc.h
generic_acl.h
generic_serial.h
genetlink.h
genhd.h
getcpu.h
gfp.h
gfs2_ondisk.h
gigaset_dev.h
gpio.h
gpio_keys.h
gpio_mouse.h
gsmmux.h
hardirq.h
hash.h
hdlc.h
hdlcdrv.h
hdreg.h
hid-debug.h
hid.h HID: add HID_QUIRK_HIDINPUT_FORCE 2010-07-19 11:54:16 +02:00
hiddev.h
hidraw.h
highmem.h gcc-4.6: mm: fix unused but set warnings 2010-08-09 20:44:58 -07:00
highuid.h
hil.h
hil_mlc.h
hippidevice.h
hp_sdc.h
hpet.h
hrtimer.h
htcpld.h
htirq.h
hugetlb.h
hw_breakpoint.h
hw_random.h
hwmon-sysfs.h
hwmon-vid.h
hwmon.h
hysdn_if.h
i2c-algo-bit.h
i2c-algo-pca.h
i2c-algo-pcf.h
i2c-dev.h
i2c-gpio.h
i2c-id.h
i2c-ocores.h
i2c-omap.h
i2c-pca-platform.h
i2c-pnx.h
i2c-pxa.h
i2c-smbus.h
i2c-xiic.h
i2c.h
i2o-dev.h
i2o.h
i8k.h
i7300_idle.h
i8042.h Input: i8042 - mark stubs in i8042.h "static inline" 2010-06-30 01:21:38 -07:00
i82593.h
ibmtr.h
icmp.h
icmpv6.h
ide.h Merge branch 'master' into for-next 2010-06-16 18:08:13 +02:00
idr.h
ieee80211.h
if.h bridge: use rx_handler_data pointer to store net_bridge_port pointer 2010-06-15 11:48:58 -07:00
if_addr.h
if_addrlabel.h
if_arcnet.h
if_arp.h
if_bonding.h bonding: allow user-controlled output slave selection 2010-06-05 02:23:17 -07:00
if_bridge.h Revert "net: Make accesses to ->br_port safe for sparse RCU" 2010-07-01 12:45:34 -07:00
if_cablemodem.h
if_ec.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 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2010-08-04 15:31:02 -07:00
if_ltalk.h
if_macvlan.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-07-27 21:01:35 -07:00
if_packet.h
if_phonet.h
if_plip.h
if_ppp.h
if_pppol2tp.h
if_pppox.h
if_slip.h
if_strip.h
if_tr.h
if_tun.h
if_tunnel.h
if_vlan.h
if_x25.h
igmp.h
ihex.h
ima.h
in.h net - IP_NODEFRAG option for IPv4 socket 2010-06-23 13:16:38 -07:00
in6.h
in_route.h
inet.h
inet_diag.h
inet_lro.h
inetdevice.h
init.h
init_ohci1394_dma.h
init_task.h
initrd.h
inotify.h
input-polldev.h
input.h Input: change input handlers to use bool when possible 2010-07-15 23:52:33 -07:00
intel-iommu.h
intel_pmic_gpio.h gpio: Add PMIC GPIO block support 2010-08-03 09:49:09 -04:00
interrupt.h irq: Add new IRQ flag IRQF_NO_SUSPEND 2010-07-29 13:24:57 +02:00
io-mapping.h drm,io-mapping: Specify slot to use for atomic mappings 2010-08-05 08:48:53 +10:00
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
ioctl.h
iommu-helper.h
iommu.h iommu-api: Extension to check for interrupt remapping 2010-07-19 15:44:25 +02:00
ioport.h
ioprio.h
iova.h
ip.h
ip6_tunnel.h
ip_vs.h IPVS: one-packet scheduling 2010-06-22 08:07:01 +02:00
ipc.h
ipc_namespace.h
ipmi.h
ipmi_msgdefs.h
ipmi_smi.h
ipsec.h
ipv6.h ipv6: Make IP6CB(skb)->nhoff 16-bit. 2010-07-19 22:01:26 -07:00
ipv6_route.h
ipx.h
irda.h
irq.h
irq_cpustat.h
irqflags.h
irqnr.h
irqreturn.h
isa.h
isapnp.h
iscsi_boot_sysfs.h
iscsi_ibft.h
isdn.h
isdn_divertif.h
isdn_ppp.h
isdnif.h
isicom.h
iso_fs.h
istallion.h
ivtv.h
ivtvfb.h
ixjuser.h
jbd.h
jbd2.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 2010-08-07 13:03:53 -07:00
jffs2.h fix comment typos concerning "sequential" 2010-07-11 21:41:23 +02:00
jhash.h
jiffies.h
journal-head.h
joystick.h
kallsyms.h
kbd_diacr.h
kbd_kern.h
Kbuild l2tp: fix export of header file for userspace 2010-08-03 00:42:17 -07:00
kbuild.h
kd.h
kdb.h vt,console,kdb: automatically set kdb LINES variable 2010-08-05 09:22:30 -05:00
kdebug.h
kdev_t.h
kernel-page-flags.h
kernel.h Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2010-08-06 16:24:51 -07:00
kernel_stat.h
kernelcapi.h
kexec.h
key-type.h
key.h
keyboard.h
keyctl.h
kfifo.h
kgdb.h gdbstub: Implement gdbserial 'p' and 'P' packets 2010-08-05 09:22:21 -05:00
klist.h
kmalloc_sizes.h
kmemcheck.h
kmemleak.h
kmod.h
kmsg_dump.h
kobj_map.h
kobject.h
kprobes.h
kref.h
ks0108.h
ks8842.h ks8842: Support DMA when accessed via timberdale 2010-07-27 20:48:19 -07:00
ksm.h ksm: fix ksm swapin time optimization 2010-08-09 20:44:58 -07:00
kthread.h kthread: implement kthread_data() 2010-06-29 10:07:09 +02:00
ktime.h
kvm.h KVM: Remove memory alias support 2010-08-01 10:47:00 +03:00
kvm_host.h KVM: Convert mask notifiers to use irqchip/pin instead of gsi 2010-08-02 06:40:39 +03:00
kvm_para.h
kvm_types.h KVM: Use u64 for frame data types 2010-08-02 06:39:44 +03:00
l2tp.h
lapb.h
latencytop.h
lcd.h
lcm.h
leds-bd2802.h
leds-lp3944.h
leds-pca9532.h
leds-regulator.h
leds.h
leds_pwm.h
lguest.h
lguest_launcher.h
libata.h libata: take advantage of cmwq and remove concurrency limitations 2010-07-02 10:59:24 +02:00
libps2.h
license.h
limits.h
linkage.h
linux_logo.h
lis3lv02d.h
list.h Merge branch 'master' into for-linus 2010-07-06 13:45:24 -04:00
list_nulls.h
list_sort.h
llc.h
lockdep.h
log2.h
loop.h
lp.h
lru_cache.h fix typos concerning "acquire" 2010-06-16 18:03:15 +02:00
lsm_audit.h AppArmor: basic auditing infrastructure. 2010-08-02 15:35:11 +10:00
lzo.h
m48t86.h
magic.h
major.h
map_to_7segment.h
maple.h
marvell_phy.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 2010-08-04 11:47:58 -07:00
math64.h
matroxfb.h
max17040_battery.h
mbcache.h
mbus.h
mc6821.h
mc146818rtc.h
mca-legacy.h
mca.h
mdio-bitbang.h
mdio-gpio.h
mdio.h
memblock.h lmb: rename to memblock 2010-07-14 17:14:00 +10:00
memcontrol.h oom: badness heuristic rewrite 2010-08-09 20:45:02 -07:00
memory.h
memory_hotplug.h
mempolicy.h oom: select task from tasklist for mempolicy ooms 2010-08-09 20:44:56 -07:00
mempool.h
memstick.h
meye.h
mg_disk.h
migrate.h
mii.h
minix_fs.h
miscdevice.h misc: Fix allocation 'borrowed' by vhost_net 2010-06-09 08:50:31 -07:00
mISDNdsp.h
mISDNhw.h
mISDNif.h
mm.h KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages 2010-08-01 10:35:26 +03:00
mm_inline.h
mm_types.h
mman.h
mmdebug.h gcc-4.6: mm: fix unused but set warnings 2010-08-09 20:44:58 -07:00
mmiotrace.h
mmtimer.h
mmu_context.h
mmu_notifier.h
mmzone.h vmscan: kill prev_priority completely 2010-08-09 20:45:00 -07:00
mnt_namespace.h
mod_devicetable.h
module.h module: Make module sysfs functions private. 2010-06-05 11:17:36 +09:30
moduleloader.h
moduleparam.h
mount.h
mpage.h
mqueue.h
mroute.h
mroute6.h
msdos_fs.h
msg.h
msi.h PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc() 2010-07-30 09:41:39 -07:00
msm_mdp.h
mtio.h
mutex-debug.h
mutex.h
mv643xx.h
mv643xx_eth.h mv643xx_eth: use sw csum for big packets 2010-06-30 13:01:11 -07:00
mv643xx_i2c.h
n_r3964.h
namei.h
nbd.h
ncp.h
ncp_fs.h
ncp_fs_i.h
ncp_fs_sb.h
ncp_mount.h
ncp_no.h
neighbour.h
net.h linux/net.h: fix kernel-doc warnings 2010-07-02 21:59:08 -07:00
net_dropmon.h
net_tstamp.h
netdevice.h Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2010-08-04 15:31:02 -07:00
netfilter.h
netfilter_arp.h
netfilter_bridge.h
netfilter_decnet.h
netfilter_ipv4.h
netfilter_ipv6.h
netlink.h
netpoll.h netpoll: Use correct primitives for RCU dereferencing 2010-06-15 21:44:29 -07:00
netrom.h
nfs.h
nfs2.h
nfs3.h
nfs4.h NFSv4: Add support for the RELEASE_LOCKOWNER operation 2010-07-30 14:46:10 -04:00
nfs4_acl.h
nfs4_mount.h
nfs_fs.h Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 2010-08-07 13:19:36 -07:00
nfs_fs_i.h
nfs_fs_sb.h NFSv41: Clean up the NFSv4.1 minor version specific operations 2010-06-22 13:24:02 -04:00
nfs_idmap.h
nfs_iostat.h
nfs_mount.h NFS: Fix /proc/mount for legacy binary interface 2010-08-06 13:41:39 -04:00
nfs_page.h NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. 2010-07-30 14:41:56 -04:00
nfs_xdr.h NFSv4: Add support for the RELEASE_LOCKOWNER operation 2010-07-30 14:46:10 -04:00
nfsacl.h
nfsd_idmap.h
nilfs2_fs.h nilfs2: reject filesystem with unsupported block size 2010-07-25 23:29:21 +09:00
nl80211.h nl80211: Add option to adjust transmit power 2010-06-24 15:42:37 -04:00
nl802154.h
nls.h
nmi.h
node.h
nodemask.h
notifier.h
nsc_gpio.h
nsproxy.h
nubus.h
numa.h
nvram.h
nwpserial.h
of.h of: Provide default of_node_to_nid() implementation. 2010-07-30 00:03:58 -06:00
of_address.h of/address: Clean up function declarations 2010-08-01 01:42:42 -06:00
of_device.h of/device: Make of_device_make_bus_id() usable by other code. 2010-07-30 00:03:58 -06:00
of_fdt.h
of_gpio.h of/gpio: add default of_xlate function if device has a node pointer 2010-07-05 16:14:30 -06:00
of_i2c.h of/i2c: Generalize OF support 2010-07-05 16:14:52 -06:00
of_irq.h of/irq: merge irq mapping code 2010-07-05 16:14:25 -06:00
of_mdio.h
of_platform.h of: remove of_default_bus_ids 2010-07-24 09:58:22 -06:00
of_spi.h of/spi: call of_register_spi_devices() from spi core code 2010-07-30 00:03:59 -06:00
omapfb.h Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux 2010-08-08 10:02:59 -07:00
oom.h oom: badness heuristic rewrite 2010-08-09 20:45:02 -07:00
oprofile.h
oxu210hp.h
padata.h padata: Remove padata_get_cpumask 2010-07-31 19:53:06 +08:00
page-debug-flags.h
page-flags.h slub: Use kmem_cache flags to detect if slab is in debugging mode. 2010-07-16 11:13:08 +03:00
page-isolation.h
page_cgroup.h
pageblock-flags.h
pagemap.h gcc-4.6: pagemap: avoid unused-but-set variable 2010-08-09 20:44:58 -07:00
pagevec.h
param.h
parport.h
parport_pc.h
parser.h
patchkey.h
path.h
pci-acpi.h
pci-aspm.h
pci-dma.h
pci.h PCI: disable mmio during bar sizing 2010-07-30 09:29:35 -07:00
pci_hotplug.h
pci_ids.h Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev 2010-08-06 09:20:19 -07:00
pci_regs.h
pcieport_if.h
pda_power.h
percpu-defs.h
percpu.h percpu: allow limited allocation before slab is online 2010-06-27 18:50:00 +02:00
percpu_counter.h tmpfs: add accurate compare function to percpu_counter library 2010-08-09 20:44:58 -07:00
perf_event.h Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2010-08-06 09:39:22 -07:00
personality.h sys_personality: change sys_personality() to accept "unsigned int" instead of u_long 2010-06-04 15:21:45 -07:00
pfkeyv2.h
pfn.h
pg.h
phantom.h
phonedev.h
phonet.h
phy.h net: support time stamping in phy devices. 2010-07-18 19:15:26 -07:00
phy_fixed.h
pid.h
pid_namespace.h
pim.h
pipe_fs_i.h
pkt_cls.h
pkt_sched.h
pktcdvd.h
platform_device.h Driver core: reduce duplicated code for platform_device creation 2010-08-05 13:53:34 -07:00
plist.h plist: Add plist_last 2010-07-19 01:58:48 +02:00
pm.h PM / Runtime: Add runtime PM statistics (v3) 2010-07-19 02:01:06 +02:00
pm_qos_params.h pm_qos: Get rid of the allocation in pm_qos_add_request() 2010-07-19 02:00:34 +02:00
pm_runtime.h
pm_wakeup.h PM: describe kernel policy regarding wakeup defaults (v. 2) 2010-07-19 01:58:48 +02:00
pmu.h
pnp.h PNPACPI: Add support for remote wakeup 2010-07-19 01:58:48 +02:00
poison.h
poll.h
posix-timers.h
posix_acl.h
posix_acl_xattr.h
posix_types.h
power_supply.h
ppdev.h
ppp-comp.h
ppp_channel.h
ppp_defs.h
pps.h
pps_kernel.h
prctl.h
preempt.h
prefetch.h
prio_heap.h
prio_tree.h
proc_fs.h
profile.h
proportions.h
ptp_classify.h net: added a BPF to help drivers detect PTP packets. 2010-07-18 19:15:26 -07:00
ptrace.h
pwm.h
pwm_backlight.h
qnx4_fs.h
qnxtypes.h
quicklist.h
quota.h
quotaops.h quota: Use mark_inode_dirty_sync instead of mark_inode_dirty 2010-07-23 12:50:46 +02:00
radeonfb.h
radix-tree.h mm: implement writeback livelock avoidance using page tagging 2010-08-09 20:44:59 -07:00
raid_class.h
ramfs.h
random.h
range.h
rar_register.h rar: Move the RAR driver into the right place as its now clean 2010-08-03 09:48:50 -04:00
ratelimit.h
rational.h
raw.h
rbtree.h rbtree: Undo augmented trees performance damage and regression 2010-07-05 14:43:50 +02:00
rculist.h
rculist_nulls.h
rcupdate.h rcu: add an rcu_dereference_index_check() 2010-06-14 16:37:26 -07:00
rcutiny.h
rcutree.h
rds.h
reboot.h
reciprocal_div.h
regset.h
reiserfs_acl.h
reiserfs_fs.h reiserfs: typo comment fix 2010-07-19 11:02:51 +02:00
reiserfs_fs_i.h
reiserfs_fs_sb.h
reiserfs_xattr.h
relay.h
res_counter.h
resource.h
resume-trace.h
rfkill.h
ring_buffer.h
rio.h
rio_drv.h
rio_ids.h
rio_regs.h
rmap.h mm: extend KSM refcounts to the anon_vma root 2010-08-09 20:44:55 -07:00
romfs_fs.h
root_dev.h
rose.h
rotary_encoder.h
route.h
rslib.h
rtc-v3020.h
rtc.h
rtmutex.h
rtnetlink.h net: RTA_MARK addition 2010-07-22 13:46:21 -07:00
rwlock.h
rwlock_api_smp.h
rwlock_types.h
rwsem-spinlock.h
rwsem.h
rxrpc.h
sc26198.h
scatterlist.h
scc.h
sched.h oom: badness heuristic rewrite 2010-08-09 20:45:02 -07:00
screen_info.h
sctp.h
scx200.h
scx200_gpio.h
sdhci-pltfm.h
sdla.h
seccomp.h
securebits.h
security.h LSM: Remove unused arguments from security_path_truncate(). 2010-08-02 15:33:40 +10:00
selection.h
selinux.h
selinux_netlink.h
sem.h
semaphore.h
seq_file.h
seq_file_net.h
seqlock.h
serial.h
serial167.h
serial_8250.h
serial_core.h
serial_max3100.h
serial_pnx8xxx.h
serial_reg.h
serial_sci.h
serialP.h
serio.h
sfi.h
sfi_acpi.h
sh_clk.h
sh_dma.h
sh_intc.h
sh_pfc.h
sh_timer.h
shm.h
shmem_fs.h tmpfs: make tmpfs scalable with percpu_counter for used blocks 2010-08-09 20:44:58 -07:00
sht15.h
signal.h
signalfd.h
skbuff.h can-raw: Fix skb_orphan_try handling 2010-08-03 00:31:48 -07:00
slab.h slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING 2010-07-04 19:48:33 +03:00
slab_def.h tracing: Remove kmemtrace ftrace plugin 2010-06-09 17:31:22 +02:00
slob_def.h
slub_def.h Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core 2010-06-09 18:55:57 +02:00
sm501-regs.h
sm501.h
smb.h
smb_fs.h
smb_fs_i.h
smb_fs_sb.h
smb_mount.h
smbno.h
smc91x.h
smc911x.h
smp.h
smp_lock.h
smsc911x.h
snmp.h
socket.h sock: Introduce cred_to_ucred 2010-06-16 14:55:35 -07:00
sockios.h
som.h
sonet.h
sony-laptop.h
sonypi.h
sort.h
sound.h
soundcard.h
spinlock.h
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types.h
spinlock_types_up.h
spinlock_up.h
splice.h
srcu.h
stackprotector.h
stacktrace.h
stallion.h
start_kernel.h
stat.h
statfs.h
stddef.h
stmmac.h
stop_machine.h
string.h
string_helpers.h
stringify.h
superhyway.h
suspend.h PM / Suspend: Fix ordering of calls in suspend error paths 2010-07-19 02:00:35 +02:00
suspend_ioctls.h
svga.h
swab.h
swap.h
swapops.h
swiotlb.h swiotlb: Make swiotlb bookkeeping functions visible in the header file. 2010-06-07 11:59:27 -04:00
synclink.h
sys.h
syscalls.h Merge branch 'linus' into perf/core 2010-07-21 21:43:06 +02:00
sysctl.h
sysdev.h
sysfs.h sysfs: Remove owner field from sysfs struct attribute 2010-08-05 13:53:35 -07:00
syslog.h
sysrq.h sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function 2010-07-21 19:27:07 -05:00
sysv_fs.h
task_io_accounting.h
task_io_accounting_ops.h
taskstats.h
taskstats_kern.h
tboot.h
tc.h
tca6416_keypad.h
tcp.h
telephony.h
termios.h
textsearch.h
textsearch_fsm.h
tfrc.h
thermal.h
thread_info.h
threads.h
tick.h
tifm.h
timb_dma.h
timb_gpio.h
time.h timekeeping: Make xtime and wall_to_monotonic static 2010-07-27 12:40:55 +02:00
timecompare.h
timer.h timer: add on-stack deferrable timer interfaces 2010-08-03 09:48:45 -04:00
timerfd.h
timeriomem-rng.h
times.h
timex.h
tiocl.h
tipc.h
tipc_config.h
topology.h topology: alternate fix for ia64 tiger_defconfig build breakage 2010-08-09 20:44:57 -07:00
toshiba.h
tpm.h
trace_clock.h
trace_seq.h
tracehook.h
tracepoint.h tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h 2010-06-21 12:23:36 -04:00
transport_class.h
trdevice.h
tsacct_kern.h
tty.h Fix init ordering of /dev/console vs callers of modprobe 2010-08-06 09:17:02 -07:00
tty_driver.h
tty_flip.h
tty_ldisc.h
typecheck.h
types.h Merge branch 'master' into for-linus 2010-08-06 10:37:02 -04:00
u64_stats_sync.h net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() 2010-06-28 23:24:30 -07:00
uaccess.h
ucb1400.h
udf_fs_i.h
udp.h
uinput.h
uio.h
uio_driver.h
ultrasound.h
un.h
unistd.h
usb.h
usb_usual.h
usbdevice_fs.h
user-return-notifier.h
user.h
user_namespace.h user_ns: Introduce user_nsmap_uid and user_ns_map_gid. 2010-06-16 14:55:34 -07:00
utime.h
uts.h
utsname.h
uuid.h
uwb.h
vermagic.h
veth.h
vfs.h
vga_switcheroo.h
vgaarb.h include/linux/vgaarb.h: add missing part of include guard 2010-07-21 09:51:15 +10:00
vhost.h
via-core.h
via-gpio.h
via.h
via_i2c.h
video_output.h
videodev.h
videodev2.h
videotext.h
virtio.h
virtio_9p.h virtio_9p.h needs <linux/types.h> 2010-08-02 10:37:17 -05:00
virtio_balloon.h
virtio_blk.h
virtio_config.h
virtio_console.h
virtio_ids.h
virtio_net.h
virtio_pci.h
virtio_ring.h
virtio_rng.h
vlynq.h
vmalloc.h x86, ioremap: Fix incorrect physical address handling in PAE mode 2010-07-09 11:42:03 -07:00
vmstat.h
vt.h
vt_buffer.h
vt_kern.h
w1-gpio.h
wait.h
wanrouter.h
watchdog.h
wimax.h
wireless.h
wlp.h
wm97xx.h
wm97xx_batt.h
workqueue.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2010-08-07 12:42:58 -07:00
writeback.h writeback: split writeback_inodes_wb 2010-07-06 08:54:08 +02:00
x25.h
xattr.h security: move LSM xattrnames to xattr.h 2010-08-02 15:34:57 +10:00
xfrm.h
xilinxfb.h
yam.h
z2_battery.h
zconf.h
zlib.h
zorro.h
zorro_ids.h
zutil.h