kernel-ark/include/linux
Christoph Lameter 49d2e9cc45 [PATCH] Swap Migration V5: migrate_pages() function
This adds the basic page migration function with a minimal implementation that
only allows the eviction of pages to swap space.

Page eviction and migration may be useful to migrate pages, to suspend
programs or for remapping single pages (useful for faulty pages or pages with
soft ECC failures)

The process is as follows:

The function wanting to migrate pages must first build a list of pages to be
migrated or evicted and take them off the lru lists via isolate_lru_page().
isolate_lru_page determines that a page is freeable based on the LRU bit set.

Then the actual migration or swapout can happen by calling migrate_pages().

migrate_pages does its best to migrate or swapout the pages and does multiple
passes over the list.  Some pages may only be swappable if they are not dirty.
 migrate_pages may start writing out dirty pages in the initial passes over
the pages.  However, migrate_pages may not be able to migrate or evict all
pages for a variety of reasons.

The remaining pages may be returned to the LRU lists using putback_lru_pages().

Changelog V4->V5:
- Use the lru caches to return pages to the LRU

Changelog V3->V4:
- Restructure code so that applying patches to support full migration does
  require minimal changes. Rename swapout_pages() to migrate_pages().

Changelog V2->V3:
- Extract common code from shrink_list() and swapout_pages()

Signed-off-by: Mike Kravetz <kravetz@us.ibm.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: "Michael Kerrisk" <mtk-manpages@gmx.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:12:41 -08:00
..
amba [ARM] Move AMBA include files to include/linux/amba/ 2006-01-07 13:52:45 +00:00
byteorder
dvb [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4 2005-12-12 08:57:44 -08:00
hdlc
isdn
lockd RPC: Clean up RPC task structure 2006-01-06 14:58:39 -05:00
mmc [MMC] Fix missing ',' 2006-01-04 12:40:39 +00:00
mtd [PATCH] mtd onenand driver: reduce stack usage 2005-12-18 16:28:24 -08:00
netfilter [NETFILTER]: ctnetlink: Fix dumping of helper name 2006-01-05 12:20:02 -08:00
netfilter_arp
netfilter_bridge
netfilter_ipv4 [NETFILTER]: Add ipt_policy/ip6t_policy matches 2006-01-07 12:57:38 -08:00
netfilter_ipv6 [NETFILTER]: Add ipt_policy/ip6t_policy matches 2006-01-07 12:57:38 -08:00
nfsd [PATCH] knfsd: check error status from vfs_getattr and i_op->fsync 2006-01-06 08:33:59 -08:00
raid [PATCH] md: allow sync-speed to be controlled per-device 2006-01-06 08:34:10 -08:00
sunrpc SUNRPC: Update the spkm3 code to use the make_checksum interface 2006-01-06 14:58:59 -05:00
tc_act [PKT_SCHED]: Introduce simple actions. 2005-04-24 20:10:16 -07:00
tc_ematch
8250_pci.h
a.out.h
ac97_codec.h
acct.h
acpi.h
adb.h
adfs_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adfs_fs_sb.h
adfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
affs_fs.h
affs_hardblocks.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
agp_backend.h
agpgart.h
aio_abi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aio.h [PATCH] aio: don't ref kioctx after decref in put_ioctx 2005-11-13 18:14:16 -08:00
amifd.h
amifdreg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amigaffs.h
apm_bios.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arcdevice.h
arcfb.h
ata.h Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block 2006-01-06 09:01:25 -08:00
atalk.h
atm_eni.h
atm_he.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_idt77105.h
atm_nicstar.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_suni.h
atm_tcp.h
atm_zatm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm.h
atmapi.h
atmarp.h
atmbr2684.h
atmclip.h
atmdev.h [ATM]: deregistration removes device from atm_devs list immediately 2005-11-29 16:16:41 -08:00
atmioc.h
atmlec.h
atmmpc.h
atmppp.h
atmsap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmsvc.h
attribute_container.h
audit.h [PATCH] gfp_t: kernel/* 2005-10-28 08:16:49 -07:00
auto_fs4.h
auto_fs.h
auxvec.h
awe_voice.h
ax25.h
b1lli.h
b1pcmcia.h
backing-dev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
backlight.h
baycom.h
bcd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bfs_fs.h
binfmts.h
bio.h [SCSI] Convert SCSI mid-layer to scsi_execute_async 2005-12-14 19:03:35 -08:00
bit_spinlock.h
bitmap.h
bitops.h [FLS64]: generic version 2006-01-03 13:11:06 -08:00
blkdev.h [BLOCK] Correct blk_execute_rq_nowait() prototype 2006-01-06 10:00:50 +01:00
blkpg.h
blockgroup_lock.h
bootmem.h [PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low 2006-01-06 08:33:26 -08:00
bpqether.h
buffer_head.h
cache.h [IA64] Add __read_mostly support for IA64 2005-12-16 10:52:46 -08:00
capability.h
capi.h
cciss_ioctl.h [PATCH 1/3] cciss: bug fix for hpacucli 2005-11-18 22:00:17 +01:00
cd1400.h
cdev.h
cdk.h
cdrom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
chio.h
circ_buf.h
clk.h [ARM] Move asm/hardware/clock.h to linux/clk.h 2006-01-07 16:15:52 +00:00
cm4000_cs.h
cn_proc.h [PATCH] Add timestamp field to process events 2005-12-12 08:57:42 -08:00
cobalt-nvram.h
coda_cache.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_fs_i.h
coda_linux.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_proc.h
coda_psdev.h
coda.h
coff.h
com20020.h
compat_ioctl.h
compat.h
compiler-gcc2.h [PATCH] uml: move va_copy conditional def 2005-05-01 08:58:54 -07:00
compiler-gcc3.h
compiler-gcc4.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compiler-gcc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compiler-intel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compiler.h
completion.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
comstats.h
concap.h
config.h
configfs.h [PATCH] configfs: User-driven configuration filesystem 2006-01-03 11:45:28 -08:00
connector.h
console_struct.h
console.h
consolemap.h
cpu.h [PATCH] clean up lock_cpu_hotplug() in cpufreq 2005-11-28 14:42:23 -08:00
cpufreq.h [CPUFREQ] CPU frequency display in /proc/cpuinfo 2005-12-06 19:35:11 -08:00
cpumask.h
cpuset.h
cramfs_fs_sb.h
cramfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crash_dump.h
crc16.h
crc32.h
crc32c.h
crc-ccitt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crypto.h
cryptohash.h
ctype.h
cuda.h
cyclades.h
cyclomx.h [PATCH] Replace drivers/net/wan custom ctype macros with standard ones 2005-09-14 08:35:09 -04:00
cycx_cfm.h
cycx_drv.h [PATCH] drivers/net/wan/: possible cleanups 2005-09-14 08:36:54 -04:00
cycx_x25.h
dcache.h
dccp.h [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 2006-01-03 13:11:21 -08:00
dcookies.h
debugfs.h [PATCH] debugfs: fix !debugfs prototypes 2005-04-18 21:57:34 -07:00
delay.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
devfs_fs_kernel.h
devfs_fs.h
device-mapper.h
device.h [PATCH] driver core: replace "hotplug" by "uevent" 2006-01-04 16:18:08 -08:00
devpts_fs.h
dio.h
dirent.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
divert.h
dm9000.h
dm-ioctl.h [PATCH] device-mapper ioctl: add skip lock_fs flag 2006-01-06 08:34:01 -08:00
dma-mapping.h
dmapool.h
dmi.h
dn.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dnotify.h
dqblk_v1.h
dqblk_v2.h
dqblk_xfs.h
ds1286.h
ds1742rtc.h
ds17287rtc.h
dtlk.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
edd.h
efi.h
efs_dir.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
efs_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
efs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
efs_fs.h
efs_vh.h
eisa.h
elevator.h [BLOCK] reimplement handling of barrier request 2006-01-06 09:51:03 +01:00
elf-fdpic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
elf.h
elfcore.h
err.h
errno.h
errqueue.h
etherdevice.h [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr() 2006-01-03 15:25:45 -08:00
ethtool.h [PATCH] bnx2: add 5708 support 2005-11-05 21:00:02 -05:00
eventpoll.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ext2_fs_sb.h
ext2_fs.h
ext3_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ext3_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ext3_fs.h [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts 2005-09-07 16:57:23 -07:00
ext3_jbd.h [PATCH] quota: ext3: Improve quota credit estimates 2005-06-24 00:05:20 -07:00
fadvise.h
fb.h [PATCH] fbdev: Fix incorrect unaligned access in little-endian machines 2005-12-12 22:31:17 -08:00
fcdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fcntl.h
fd1772.h
fd.h
fddidevice.h
fdreg.h
file.h
filter.h [NET]: Change sk_run_filter()'s return type in net/core/filter.c 2006-01-06 13:08:20 -08:00
firmware.h [PATCH] driver core: replace "hotplug" by "uevent" 2006-01-04 16:18:08 -08:00
flat.h
font.h
fs_enet_pd.h
fs_struct.h
fs.h NLM: Further cancel fixes 2006-01-06 14:58:54 -05:00
fsl_devices.h
fsnotify.h [PATCH] inotify: add MOVE_SELF event 2005-08-15 09:50:31 -07:00
ftape-header-segment.h
ftape-vendors.h
ftape.h
fuse.h [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
futex.h
gameport.h
gen_stats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
genalloc.h
generic_serial.h
genetlink.h
genhd.h
gfp.h Fix up GFP_ZONEMASK for GFP_DMA32 usage 2005-11-22 19:39:30 -08:00
hardirq.h [PATCH] m68k: thread_info header cleanup 2005-11-13 18:14:13 -08:00
harrier_defs.h
hash.h
hayesesp.h
hdlc.h
hdlcdrv.h
hdpu_features.h
hdreg.h [PATCH] ide: remove dead code from flagged_taskfile() 2005-11-19 22:17:55 +01:00
hdsmart.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hiddev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
highmem.h
highuid.h
hil_mlc.h [PARISC] Update parisc specific input code from parisc tree 2005-10-21 22:58:51 -04:00
hil.h
hippidevice.h
hp_sdc.h [PARISC] Update parisc specific input code from parisc tree 2005-10-21 22:58:51 -04:00
hpet.h
hpfs_fs.h
hugetlb.h [PATCH] Add NUMA policy support for huge pages. 2006-01-06 08:33:23 -08:00
hwmon-sysfs.h
hwmon-vid.h [PATCH] hwmon: add VRM/VID support for some VIA CPUs 2006-01-05 22:16:26 -08:00
hwmon.h
hysdn_if.h
i2c-algo-bit.h [PATCH] i2c: Drop unused per-i2c-algorithm adapter max 2005-10-28 14:02:10 -07:00
i2c-algo-ite.h
i2c-algo-pca.h [PATCH] i2c: Drop unused per-i2c-algorithm adapter max 2005-10-28 14:02:10 -07:00
i2c-algo-pcf.h
i2c-algo-sgi.h
i2c-algo-sibyte.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-dev.h
i2c-id.h [PATCH] i2c: driver ID list cleanups 2006-01-05 22:16:26 -08:00
i2c-isa.h
i2c-pxa.h
i2c.h [PATCH] I2C: Make i2c_add_driver automatically set the proper module owner 2006-01-05 22:16:24 -08:00
i2o-dev.h [PATCH] I2O: second code cleanup of sparse warnings and unneeded syncronization 2005-06-24 00:05:29 -07:00
i2o.h [PATCH] I2O: Bugfixes 2006-01-06 08:33:54 -08:00
i8k.h
ibmtr.h
icmp.h
icmpv6.h
ide.h [PATCH] ide: cleanup ide_driver_t 2005-12-15 02:20:15 +01:00
idr.h
if_arcnet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_arp.h
if_bonding.h bonding: xor/802.3ad improved slave hash 2005-06-26 17:54:11 -04:00
if_bridge.h
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_ltalk.h
if_packet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_plip.h
if_ppp.h
if_pppox.h [PPPOX]: Fix assignment into const proto_ops. 2006-01-03 13:11:23 -08:00
if_shaper.h
if_slip.h
if_strip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_tr.h
if_tun.h
if_tunnel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_vlan.h
if_wanpipe_common.h
if_wanpipe.h
if.h [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING 2005-05-12 19:45:25 -04:00
igmp.h
in6.h
in_route.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
in.h [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
inet_diag.h
inet.h [NET]: Endian-annotate in_aton() 2006-01-06 13:24:54 -08:00
inetdevice.h
init_task.h [PATCH] aio: remove kioctx from mm_struct 2005-11-13 18:14:16 -08:00
init.h
initrd.h
inotify.h [PATCH] inotify: add two inotify_add_watch flags 2005-12-12 08:57:43 -08:00
input.h [PATCH] Input: fix add modalias support build error 2006-01-04 16:18:09 -08:00
interrupt.h [PATCH] m68k: thread_info header cleanup 2005-11-13 18:14:13 -08:00
ioc4.h
ioctl32.h [PATCH] remove register_ioctl32_conversion and unregister_ioctl32_conversion 2005-09-07 16:57:20 -07:00
ioctl.h
ioport.h
ioprio.h
ip6_tunnel.h
ip_mp_alg.h
ip.h [NET]: Endian-annotate struct iphdr 2006-01-06 13:24:29 -08:00
ipc.h
ipmi_msgdefs.h
ipmi_smi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipmi.h
ipsec.h
ipv6_route.h [IPV6]: Flag RTF_ANYCAST for anycast routes. 2005-12-21 22:56:42 +09:00
ipv6.h [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder 2006-01-07 12:57:33 -08:00
ipx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irda.h
irq_cpustat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irq.h [PATCH] s390: cleanup Kconfig 2006-01-06 08:33:53 -08:00
isapnp.h
isdn_divertif.h
isdn_ppp.h
isdn.h [PATCH] Remove non-arch consumers of asm/segment.h 2005-09-07 16:57:34 -07:00
isdnif.h
isicom.h
iso_fs.h
istallion.h
ite_gpio.h
ixjuser.h
jbd.h [PATCH] jbd: split checkpoint lists 2006-01-06 08:33:59 -08:00
jffs2_fs_i.h
jffs2_fs_sb.h
jffs2.h
jffs.h
jhash.h
jiffies.h
journal-head.h
joystick.h
kallsyms.h
kbd_diacr.h
kbd_kern.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kdev_t.h
kernel_stat.h
kernel.h
kernelcapi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kexec.h
key-ui.h
key.h [PATCH] Keys: Remove key duplication 2006-01-06 08:33:29 -08:00
keyboard.h
keyctl.h
kfifo.h
klist.h
kmalloc_sizes.h
kmod.h [PATCH] Keys: Pass session keyring to call_usermodehelper() 2005-06-24 00:05:18 -07:00
kobj_map.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
kobject.h [PATCH] kobject_uevent CONFIG_NET=n fix 2006-01-04 16:18:08 -08:00
kprobes.h [PATCH] kprobes: increment kprobe missed count for multiprobes 2005-12-12 08:57:45 -08:00
kref.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kthread.h
lapb.h
lcd.h
libata.h Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block 2006-01-06 09:01:25 -08:00
libps2.h Input: add ps2_drain() to libps2 to allow reading and discarding 2005-06-01 02:39:51 -05:00
limits.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
linkage.h [PATCH] Kprobes: prevent possible race conditions generic 2005-09-07 16:57:59 -07:00
linux_logo.h
list.h [PATCH] add hlist_replace_rcu() 2005-12-12 08:57:43 -08:00
llc.h
loop.h
lp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
major.h [SCSI] add scsi changer driver 2005-05-20 12:53:50 -05:00
matroxfb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mbcache.h [PATCH] gfp_t: fs/* 2005-10-28 08:16:47 -07:00
mc6821.h
mc146818rtc.h
mca-legacy.h
mca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
memory_hotplug.h
memory.h [PATCH] Fix compilation with CONFIG_MEMORY_HOTPLUG=y and gcc41. 2006-01-08 20:12:39 -08:00
mempolicy.h [PATCH] mm: move determination of policy_zone into page allocator 2006-01-06 08:33:28 -08:00
mempool.h
meye.h
mii.h
minix_fs.h
miscdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mm_inline.h [PATCH] Swap Migration V5: LRU operations 2006-01-08 20:12:41 -08:00
mm.h [PATCH] drop-pagecache 2006-01-08 20:12:40 -08:00
mman.h
mmtimer.h
mmzone.h [PATCH] Make high and batch sizes of per_cpu_pagelists configurable 2006-01-08 20:12:40 -08:00
mod_devicetable.h
module.h [PATCH] modules: fix sparse warning for every MODULE_PARM 2005-10-30 17:37:26 -08:00
moduleloader.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
moduleparam.h kbuild: un-stringnify KBUILD_MODNAME 2006-01-06 21:17:50 +01:00
mount.h
mpage.h
mqueue.h
mroute.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
msdos_fs.h [PATCH] fat: cleanup and optimization of checksum 2005-10-30 17:37:32 -08:00
msg.h [PATCH] ipc: convert /proc/sysvipc/* to generic seq_file interface 2005-09-07 16:57:26 -07:00
mtio.h
mv643xx.h [PATCH] ppc32: mv64x60 updates & enhancements 2005-09-05 00:06:00 -07:00
n_r3964.h [PATCH] n_r3964: fixed usage of HZ; removed bad include 2005-12-24 15:37:00 -08:00
namei.h
namespace.h [PATCH] making namespace_sem global 2005-11-07 18:18:10 -08:00
nbd.h [PATCH] nbd: fix TX/RX race condition 2006-01-06 08:33:20 -08:00
ncp_fs_i.h
ncp_fs_sb.h
ncp_fs.h
ncp_mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp_no.h
ncp.h
net.h [NET]: move struct proto_ops to const 2006-01-03 13:11:15 -08:00
netdevice.h [PATCH] sky2: change netif_rx_schedule_test to __netif_schedule_prep 2005-12-01 02:20:20 -05:00
netfilter_arp.h
netfilter_bridge.h
netfilter_decnet.h
netfilter_ipv4.h
netfilter_ipv6.h
netfilter_logging.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter.h [NETFILTER]: Add dummy nf_hook{_thresh}() when NETFILTER is disabled. 2006-01-07 12:57:42 -08:00
netlink.h
netpoll.h
netrom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs3.h
nfs4_acl.h
nfs4_mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs4.h [PATCH] nfsd4: fix fh_expire_type 2005-06-24 00:06:28 -07:00
nfs_fs_i.h
nfs_fs_sb.h
nfs_fs.h NFSv4: Allow user to set the port used by the NFSv4 callback channel 2006-01-06 14:58:52 -05:00
nfs_idmap.h NFSv4: Allow entries in the idmap cache to expire 2006-01-06 14:58:58 -05:00
nfs_mount.h
nfs_page.h NFS: simplify inlined bit ops in nfs_page.h 2006-01-06 14:58:48 -05:00
nfs_xdr.h NFSv4: Ensure DELEGRETURN returns attributes 2006-01-06 14:58:51 -05:00
nfs.h
nfsacl.h
nfsd_idmap.h
nls.h
nmi.h
node.h
nodemask.h
notifier.h
nubus.h
numa.h
nvram.h
openprom_fs.h
oprofile.h
page-flags.h [PATCH] mm: page_state opt docs 2006-01-06 08:33:29 -08:00
pagemap.h [PATCH] mm: gfp_noreclaim cleanup 2005-11-13 18:14:12 -08:00
pagevec.h
param.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parport_pc.h [PATCH] include/linux/parport_pc.h: "extern inline" -> "static inline" 2006-01-06 08:33:58 -08:00
parport.h [PATCH] parport: phase fixes 2006-01-06 08:33:56 -08:00
parser.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
patchkey.h
pci_ids.h Merge master.kernel.org:/home/rmk/linux-2.6-serial 2006-01-07 10:44:22 -08:00
pci_regs.h
pci-acpi.h [PATCH] pciehp: request control of each hotplug controller individually 2005-11-10 16:09:15 -08:00
pci.h [PATCH] PCI: removed unneeded .owner field from struct pci_driver 2005-11-10 16:09:17 -08:00
pcieport_if.h
percpu_counter.h
percpu.h [PATCH] slab: remove unused align parameter from alloc_percpu 2006-01-08 20:12:39 -08:00
personality.h
pfkeyv2.h [LSM-IPSec]: Security association restriction. 2006-01-03 13:10:24 -08:00
pg.h
phonedev.h
phy.h
pid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pipe_fs_i.h
pkt_cls.h
pkt_sched.h [PKT_SCHED] netem: packet corruption option 2006-01-03 13:11:05 -08:00
pktcdvd.h
platform_device.h [PATCH] Driver Core: Add platform_device_del() 2006-01-04 16:18:09 -08:00
platform.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pm_legacy.h
pm.h
pmu.h
pnp.h [ALSA] [PATCH] alsa: Improved PnP suspend support 2006-01-03 12:31:30 +01:00
pnpbios.h
poll.h
posix_acl_xattr.h
posix_acl.h
posix_types.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
posix-timers.h
ppdev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppp_channel.h
ppp_defs.h
ppp-comp.h
prctl.h
preempt.h [PATCH] fix race with preempt_enable() 2005-12-22 09:17:39 -08:00
prefetch.h
prio_tree.h
proc_fs.h
profile.h
ps2esdi.h
ptrace.h [PATCH] consolidate sys_ptrace() 2005-11-07 07:53:42 -08:00
qic117.h
qnx4_fs.h
qnxtypes.h
quota.h
quotaio_v1.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
quotaio_v2.h
quotaops.h [PATCH] quota: small cleanups 2005-11-07 07:53:39 -08:00
radeonfb.h
radix-tree.h
raid_class.h
ramfs.h [PATCH] NOMMU: Provide shared-writable mmap support on ramfs 2006-01-06 08:33:32 -08:00
random.h [INET6]: Generalise tcp_v6_hash_connect 2006-01-03 13:10:56 -08:00
raw.h
rbtree.h
rcupdate.h [PATCH] add rcu_barrier() synchronization point 2005-12-12 08:57:42 -08:00
rcuref.h [PATCH] files: rcuref APIs 2005-09-09 13:57:54 -07:00
reboot_fixups.h
reboot.h
reiserfs_acl.h
reiserfs_fs_i.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
reiserfs_fs_sb.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
reiserfs_fs.h [PATCH] gfp_t: fs/* 2005-10-28 08:16:47 -07:00
reiserfs_xattr.h reiserfs: run scripts/Lindent on reiserfs code 2005-07-12 20:21:28 -07:00
relayfs_fs.h [PATCH] relayfs: remove warning printk() in relay_switch_subbuf() 2005-12-20 17:33:22 -08:00
resource.h
rio_drv.h
rio_ids.h
rio_regs.h
rio.h
rmap.h [PATCH] mm: rmap optimisation 2006-01-06 08:33:27 -08:00
romfs_fs.h
root_dev.h
rose.h
route.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rslib.h
rtc.h
rtnetlink.h [RTNETLINK]: Fix RTNLGRP definitions in rtnetlink.h 2005-12-19 13:54:44 -08:00
rwsem-spinlock.h
rwsem.h
sc26198.h
scatterlist.h
scc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sched.h [PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swap 2006-01-08 20:12:41 -08:00
sctp.h
scx200_gpio.h
scx200.h
sdla_asy.h
sdla_chdlc.h
sdla_fr.h
sdla_ppp.h
sdla_x25.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdla.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdladrv.h [PATCH] drivers/net/wan/: possible cleanups 2005-09-14 08:36:54 -04:00
sdlapci.h
sdlasfm.h
seccomp.h
securebits.h
security.h [LSM-IPSec]: Security association restriction. 2006-01-03 13:10:24 -08:00
selection.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
selinux_netlink.h
sem.h
seq_file.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seqlock.h
serial167.h
serial_8250.h
serial_core.h [ARM] 3181/1: add PORT_ identifier for Hilscher netx uart 2005-11-28 18:09:44 +00:00
serial_ip3106.h Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it. 2005-10-29 19:31:54 +01:00
serial_reg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serial.h
serialP.h
serio.h Input: psmouse - export protocol as a sysfs per-device attribute 2005-06-01 02:40:01 -05:00
shm.h
shmem_fs.h
signal.h
skbuff.h [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder 2006-01-07 12:57:33 -08:00
slab.h
smb_fs_i.h
smb_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smb_fs.h
smb_mount.h
smb.h
smbno.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smp_lock.h [PATCH] m68k: thread_info header cleanup 2005-11-13 18:14:13 -08:00
smp.h Revert "[NET]: Shut up warnings in net/core/flow.c" 2005-11-23 08:44:05 -08:00
snmp.h
socket.h [NET]: Small cleanup to socket initialization 2006-01-03 13:11:14 -08:00
sockios.h [PATCH] update Ross Biro bouncing email address 2005-05-05 16:36:49 -07:00
som.h
sonet.h
sonypi.h
sort.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sound.h [PATCH] Assign device pointer to OSS devices 2005-08-30 08:58:37 +02:00
soundcard.h [PATCH] include/linux/soundcard.h: endianness fix 2005-05-05 16:36:31 -07:00
spinlock_api_smp.h
spinlock_api_up.h
spinlock_types_up.h
spinlock_types.h
spinlock_up.h
spinlock.h kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as module names 2005-12-26 00:33:41 +01:00
stallion.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
stat.h
statfs.h
stddef.h
stop_machine.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
string.h
stringify.h
superhyway.h
suspend.h [PATCH] swsusp: improve freeing of memory 2006-01-06 08:33:40 -08:00
swap.h [PATCH] Swap Migration V5: migrate_pages() function 2006-01-08 20:12:41 -08:00
swapops.h
synclink.h
sys.h
syscalls.h
sysctl.h [PATCH] Make high and batch sizes of per_cpu_pagelists configurable 2006-01-08 20:12:40 -08:00
sysdev.h
sysfs.h
sysrq.h
sysv_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tcp.h [IP_SOCKGLUE]: Remove most of the tcp specific calls 2006-01-03 13:10:58 -08:00
telephony.h
termios.h
textsearch_fsm.h
textsearch.h
tfrc.h
thread_info.h [PATCH] m68k: convert thread flags to use bit fields 2005-11-13 18:14:14 -08:00
threads.h
ticable.h
time.h [PATCH] Add getnstimestamp function 2005-12-12 08:57:42 -08:00
timer.h
times.h
timex.h
tiocl.h
topology.h [PATCH] cpusets: Move the ia64 domain setup code to the generic code 2005-09-07 16:57:40 -07:00
toshiba.h
transport_class.h
trdevice.h
tty_driver.h
tty_flip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tty_ldisc.h
tty.h
types.h
udf_fs_i.h remove pointers to the defunct UDF mailing list 2006-01-03 13:19:13 +01:00
udf_fs_sb.h remove pointers to the defunct UDF mailing list 2006-01-03 13:19:13 +01:00
udf_fs.h remove pointers to the defunct UDF mailing list 2006-01-03 13:19:13 +01:00
udp.h [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 2006-01-03 13:11:21 -08:00
ufs_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ufs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ufs_fs.h
uinput.h Input: uinput - add UI_SET_SWBIT ioctl 2005-11-20 00:51:33 -05:00
uio.h
ultrasound.h
umem.h
un.h
unistd.h
usb_cdc.h
usb_ch9.h [PATCH] headers: include linux/types.h for usb_ch9.h 2005-06-28 21:20:32 -07:00
usb_gadget.h
usb_gadgetfs.h
usb_input.h
usb_isp116x.h
usb_otg.h
usb_sl811.h
usb_usual.h [PATCH] USB Storage: add alauda support 2006-01-04 13:51:42 -08:00
usb.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 2006-01-04 18:44:12 -08:00
usbdevice_fs.h
user.h
utime.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
uts.h
utsname.h
vermagic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via.h
video_decoder.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
video_encoder.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
videodev2.h
videodev.h
videotext.h
vmalloc.h
vt_buffer.h
vt_kern.h
vt.h
wait.h
wanpipe.h
wanrouter.h
watchdog.h
wavefront.h
wireless.h
workqueue.h [PATCH] add schedule_on_each_cpu() 2006-01-08 20:12:40 -08:00
writeback.h identify multipage ->writepages() calls 2006-01-06 14:58:38 -05:00
x25.h
x1205.h
xattr.h
xfrm.h [LSM-IPSec]: Security association restriction. 2006-01-03 13:10:24 -08:00
yam.h
zconf.h
zftape.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zlib.h
zorro_ids.h
zorro.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zutil.h