dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/linux
Manfred Spraul 97e2bde47f [PATCH] add kmalloc_node, inline cleanup
The patch makes the following function calls available to allocate memory
on a specific node without changing the basic operation of the slab
allocator:

 kmem_cache_alloc_node(kmem_cache_t *cachep, unsigned int flags, int node);
 kmalloc_node(size_t size, unsigned int flags, int node);

in a similar way to the existing node-blind functions:

 kmem_cache_alloc(kmem_cache_t *cachep, unsigned int flags);
 kmalloc(size, flags);

kmem_cache_alloc_node was changed to pass flags and the node information
through the existing layers of the slab allocator (which lead to some minor
rearrangements).  The functions at the lowest layer (kmem_getpages,
cache_grow) are already node aware.  Also __alloc_percpu can call
kmalloc_node now.

Performance measurements (using the pageset localization patch) yields:

w/o patches:
Tasks    jobs/min  jti  jobs/min/task      real       cpu
    1      484.27  100       484.2736     12.02      1.97   Wed Mar 30 20:50:43 2005
  100    25170.83   91       251.7083     23.12    150.10   Wed Mar 30 20:51:06 2005
  200    34601.66   84       173.0083     33.64    294.14   Wed Mar 30 20:51:40 2005
  300    37154.47   86       123.8482     46.99    436.56   Wed Mar 30 20:52:28 2005
  400    39839.82   80        99.5995     58.43    580.46   Wed Mar 30 20:53:27 2005
  500    40036.32   79        80.0726     72.68    728.60   Wed Mar 30 20:54:40 2005
  600    44074.21   79        73.4570     79.23    872.10   Wed Mar 30 20:55:59 2005
  700    44016.60   78        62.8809     92.56   1015.84   Wed Mar 30 20:57:32 2005
  800    40411.05   80        50.5138    115.22   1161.13   Wed Mar 30 20:59:28 2005
  900    42298.56   79        46.9984    123.83   1303.42   Wed Mar 30 21:01:33 2005
 1000    40955.05   80        40.9551    142.11   1441.92   Wed Mar 30 21:03:55 2005

with pageset localization and slab API patches:
Tasks    jobs/min  jti  jobs/min/task      real       cpu
    1      484.19  100       484.1930     12.02      1.98   Wed Mar 30 21:10:18 2005
  100    27428.25   92       274.2825     21.22    149.79   Wed Mar 30 21:10:40 2005
  200    37228.94   86       186.1447     31.27    293.49   Wed Mar 30 21:11:12 2005
  300    41725.42   85       139.0847     41.84    434.10   Wed Mar 30 21:11:54 2005
  400    43032.22   82       107.5805     54.10    582.06   Wed Mar 30 21:12:48 2005
  500    42211.23   83        84.4225     68.94    722.61   Wed Mar 30 21:13:58 2005
  600    40084.49   82        66.8075     87.12    873.11   Wed Mar 30 21:15:25 2005
  700    44169.30   79        63.0990     92.24   1008.77   Wed Mar 30 21:16:58 2005
  800    43097.94   79        53.8724    108.03   1155.88   Wed Mar 30 21:18:47 2005
  900    41846.75   79        46.4964    125.17   1303.38   Wed Mar 30 21:20:52 2005
 1000    40247.85   79        40.2478    144.60   1442.21   Wed Mar 30 21:23:17 2005

Signed-off-by: Christoph Lameter <christoph@lameter.com>
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-05-01 08:58:38 -07:00
..
byteorder Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dvb Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hdlc Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isdn Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lockd Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mmc [PATCH] fix u32 vs. pm_message_t in rest of the tree 2005-04-16 15:25:37 -07:00
mtd Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_arp Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_bridge Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_ipv4 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_ipv6 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfsd Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
raid Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sunrpc Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tc_act [PKT_SCHED]: Introduce simple actions. 2005-04-24 20:10:16 -07:00
tc_ematch Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
8250_pci.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a.out.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ac97_codec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acct.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adfs_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adfs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
affs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
affs_hardblocks.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
agp_backend.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
agpgart.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aio_abi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amifd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amifdreg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amigaffs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
apm_bios.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arcdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ata.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atalk.h [PATCH] Fix linux/atalk.h header 2005-04-16 15:24:09 -07:00
atm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_eni.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_he.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_idt77105.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_nicstar.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_suni.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_tcp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atm_zatm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmapi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmarp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmbr2684.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmclip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmdev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmioc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmlec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmmpc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmppp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmsap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmsvc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
attribute_container.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
audit.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
auto_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
auto_fs4.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
awe_voice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ax25.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
b1lli.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
b1pcmcia.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
backing-dev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
backlight.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
baycom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bcd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
binfmts.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bitmap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bitops.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
blkdev.h [PATCH] fix NMI lockup with CFQ scheduler 2005-04-16 20:10:09 -05:00
blkpg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
blockgroup_lock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bootmem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bpqether.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
buffer_head.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cache.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capability.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cciss_ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cd1400.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdk.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdrom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
circ_buf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cobalt-nvram.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_cache.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_linux.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_proc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_psdev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coff.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
com20020.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compat_ioctl.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-gcc2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compiler-gcc3.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compiler-gcc4.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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
completion.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
comstats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
concap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
config.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
console.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
console_struct.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
consolemap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpu.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpufreq.h [PATCH] Add suspend method to cpufreq core 2005-04-29 07:40:12 -07:00
cpumask.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpuset.h [PATCH] cpuset: remove function attribute const 2005-04-16 15:25:59 -07:00
cramfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cramfs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crc-ccitt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crc32.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crc32c.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crypto.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cryptohash.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ctype.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cuda.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cyclades.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cyclomx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cycx_cfm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cycx_drv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cycx_x25.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dcache.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dcookies.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
devfs_fs_kernel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
device-mapper.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
device.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
devpts_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dirent.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
divert.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dm-ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dma-mapping.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dmapool.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dmi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dn.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dnotify.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dqblk_v1.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dqblk_v2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dqblk_xfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ds1286.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dtlk.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
edd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eeprom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
efi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
efs_dir.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
efs_fs.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_vh.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eisa.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
elevator.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
elf-fdpic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
elf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
elfcore.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
err.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
errno.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
errqueue.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
etherdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ethtool.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eventpoll.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ext2_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ext2_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ext3_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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_jbd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fadvise.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fcdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fcntl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fd1772.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fddidevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fdreg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
file.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
filter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
firmware.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
flat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
font.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fs_struct.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fsl_devices.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ftape-header-segment.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ftape-vendors.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ftape.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
futex.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gameport.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gen_stats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
generic_serial.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
genhd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gfp.h [PATCH] mempool: NOMEMALLOC and NORETRY 2005-05-01 08:58:36 -07:00
hardirq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
harrier_defs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hash.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hayesesp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hdlc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hdlcdrv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hdpu_features.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hdreg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
highuid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hippidevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hugetlb.h [PATCH] freepgt: hugetlb_free_pgd_range 2005-04-19 13:29:16 -07:00
hysdn_if.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-bit.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-ite.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-pca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-pcf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-sgi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-sibyte.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-dev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-id.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-sensor.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-vid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2o-dev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2o.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i8k.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmtr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
icmp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
icmpv6.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ide.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
idr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_arcnet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_arp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_bonding.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_bridge.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_cablemodem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_ec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_eql.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_ether.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_fc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_fddi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_frad.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_hippi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_infiniband.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_ltalk.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_packet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_plip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_ppp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_pppox.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_shaper.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_slip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_strip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_tr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_tun.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_tunnel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_vlan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_wanpipe.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_wanpipe_common.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
igmp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
in.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
in6.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
in_route.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inetdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
init.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
init_task.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
initrd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
input.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
interrupt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioc4_common.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioctl32.h [PATCH] officially deprecate register_ioctl32_conversion 2005-04-16 15:25:48 -07:00
ioport.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip6_tunnel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip_mp_alg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipmi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipmi_msgdefs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipmi_smi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipsec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipv6.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipv6_route.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ipx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irda.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irq_cpustat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isapnp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isdn.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isdn_divertif.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isdn_ppp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isdnif.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
isicom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iso_fs.h [PATCH] isofs includes sanitized 2005-04-25 18:32:12 -07:00
istallion.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ite_gpio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ixjuser.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jbd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jffs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jffs2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jffs2_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jffs2_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jhash.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
jiffies.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
journal-head.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
joystick.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kallsyms.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kbd_diacr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kernel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kernel_stat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kernelcapi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
key-ui.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
key.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
keyboard.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
keyctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kfifo.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kmalloc_sizes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kmod.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kobj_map.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kobject.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kobject_uevent.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kprobes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kref.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kthread.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lapb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lcd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
libata.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
libps2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
limits.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
linkage.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
linux_logo.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
list.h [PATCH] Fix comment in list.h that refers to nonexistent API 2005-04-16 15:25:51 -07:00
llc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
loop.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
major.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
matroxfb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mbcache.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mc6821.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mc146818rtc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mca-legacy.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mca.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mempolicy.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mempool.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
meye.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mii.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
minix_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
miscdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mm.h [PATCH] RLIMIT_AS checking fix 2005-05-01 08:58:35 -07:00
mm_inline.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mman.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mmtimer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mmzone.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mod_devicetable.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
module.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
moduleloader.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
moduleparam.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mpage.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mqueue.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mroute.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
msdos_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
msg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mtio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mv643xx.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
n_r3964.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
namei.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
namespace.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nbd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp_mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ncp_no.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
net.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_arp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_bridge.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_decnet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_ipv4.h [NETFILTER]: Fix NAT sequence number adjustment 2005-04-24 18:41:38 -07:00
netfilter_ipv6.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netfilter_logging.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netlink.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netpoll.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netrom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs.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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs4.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs4_acl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs4_mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_idmap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_page.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs_xdr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfsd_idmap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nls.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nmi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
node.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nodemask.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
notifier.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nubus.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
numa.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nvram.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
openprom_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oprofile.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
page-flags.h [PATCH] count bounce buffer pages in vmstat 2005-05-01 08:58:37 -07:00
pagemap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pagevec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
param.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parport.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parport_pc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parser.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pci-acpi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pci-dynids.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pci.h [PATCH] pm_message_t: more fixes in common and i386 2005-04-16 15:25:24 -07:00
pci_ids.h [TG3]: add bcm5752 entry to pci_ids.h 2005-04-21 16:58:56 -07:00
pcieport_if.h [PATCH] fix u32 vs. pm_message_t in PCI, PCIE 2005-04-16 15:25:33 -07:00
percpu.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
percpu_counter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
personality.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pfkeyv2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
phonedev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pipe_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pkt_cls.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pkt_sched.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pktcdvd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
platform.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pmu.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pnp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pnpbios.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
poll.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
posix-timers.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
posix_acl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
posix_acl_xattr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
posix_types.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppdev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppp-comp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppp_channel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ppp_defs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
prctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
preempt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
prefetch.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
prio_tree.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
proc_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
profile.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ps2esdi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ptrace.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qic117.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qnx4_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qnxtypes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
quota.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
quotaio_v1.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
quotaio_v2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
quotaops.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
radeonfb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
radix-tree.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ramfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
random.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
raw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rbtree.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rcupdate.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
reboot.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
reiserfs_acl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
reiserfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
reiserfs_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
reiserfs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
reiserfs_xattr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
resource.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rmap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
romfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
root_dev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rose.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
route.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rslib.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rtc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rtnetlink.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rwsem-spinlock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rwsem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sc26198.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scatterlist.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sched.h [PATCH] reparent_to_init cleanup 2005-04-16 15:26:01 -07:00
sctp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scx200.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scx200_gpio.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
sdla_asy.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdla_chdlc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdla_fr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdla_ppp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdla_x25.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdladrv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdlapci.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdlasfm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seccomp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
securebits.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
security.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
selection.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
selinux_netlink.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seq_file.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
seqlock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serial.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serial167.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serialP.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serial_8250.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serial_core.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serial_reg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
serio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shmem_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
signal.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
skbuff.h [NET]: skbuff: remove old NET_CALLER macro 2005-04-19 22:39:42 -07:00
slab.h [PATCH] add kmalloc_node, inline cleanup 2005-05-01 08:58:38 -07:00
smb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smb_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smb_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smb_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smb_mount.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smbno.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smp_lock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
snmp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
socket.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sockios.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
som.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sonet.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sonypi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sort.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sound.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
soundcard.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
spinlock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stallion.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
statfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stddef.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stop_machine.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
string.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
stringify.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
superhyway.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
suspend.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
swap.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
swapops.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
synclink.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sys.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
syscalls.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sysctl.h [SCTP] Fix SCTP sendbuffer accouting. 2005-04-28 12:02:04 -07:00
sysdev.h [PATCH] pm_message_t: more fixes in common and i386 2005-04-16 15:25:24 -07:00
sysfs.h [PATCH] sysfs: add sysfs_chmod_file() 2005-04-18 21:57:32 -07:00
sysrq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sysv_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tcp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tcp_diag.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
telephony.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
termios.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
thread_info.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
threads.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ticable.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
time.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
timer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
times.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
timex.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tiocl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
topology.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
toshiba.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
transport_class.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
trdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tty.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tty_driver.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tty_flip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tty_ldisc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
types.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
udf_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
udf_fs_i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
udf_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
udp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ufs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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
uinput.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
uio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ultrasound.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
umem.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
un.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
unistd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb.h [PATCH] usb suspend updates (interface suspend) 2005-04-18 17:39:22 -07:00
usb_cdc.h [PATCH] USB: usb_cdc build fix 2005-04-18 17:39:21 -07:00
usb_ch9.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb_gadget.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb_gadgetfs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb_otg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb_sl811.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usbdevice_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
user.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
utime.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
uts.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
utsname.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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
videodev.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
videodev2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
videotext.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vmalloc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vt_buffer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vt_kern.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wait.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wanpipe.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wanrouter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
watchdog.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavefront.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wireless.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
workqueue.h [PATCH] re-export cancel_rearming_delayed_workqueue 2005-04-16 15:23:59 -07:00
writeback.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
x25.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xattr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xattr_acl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xfrm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
yam.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zconf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zftape.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zlib.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zorro.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zorro_ids.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zutil.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00