kernel-fxtec-pro1x/include/linux
Inaky Perez-Gonzalez fd5c565c0c wimax/i2400m: support extended data RX protocol (no need to reallocate skbs)
Newer i2400m firmwares (>= v1.4) extend the data RX protocol so that
each packet has a 16 byte header. This header is mainly used to
implement host reordeing (which is addressed in later commits).

However, this header also allows us to overwrite it (once data has
been extracted) with an Ethernet header and deliver to the networking
stack without having to reallocate the skb (as it happened in fw <=
v1.3) to make room for it.

- control.c: indicate the device [dev_initialize()] that the driver
  wants to use the extended data RX protocol. Also involves adding the
  definition of the needed data types in include/linux/wimax/i2400m.h.

- rx.c: handle the new payload type for the extended RX data
  protocol. Prepares the skb for delivery to
  netdev.c:i2400m_net_erx().

- netdev.c: Introduce i2400m_net_erx() that adds the fake ethernet
  address to a prepared skb and delivers it to the networking
  stack.

- cleanup: in most instances in rx.c, the variable 'single' was
  renamed to 'single_last' for it better conveys its meaning.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-02 03:10:26 -08:00
..
amba Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
byteorder byteorder: only use linux/swab.h 2009-01-06 18:10:26 -08:00
can headers_check fix: can/bcm.h 2009-01-30 19:50:25 +05:30
dvb headers_check fix: dvb/video.h 2009-01-30 19:59:53 +05:30
hdlc [PATCH] Modularize generic HDLC 2006-09-26 17:40:24 -04:00
i2c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2009-01-06 17:14:01 -08:00
isdn make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() static 2007-05-08 11:15:16 -07:00
lockd NLM: Rewrite IPv4 privileged requester's check 2009-01-06 11:53:56 -05:00
mfd regulator: PCF50633 pmic driver 2009-01-11 01:34:25 +01:00
mlx4 mlx4_core: Add support for multiple completion event vectors 2008-12-22 07:15:03 -08:00
mmc mmc: Add mmc_vddrange_to_ocrmask() helper function 2008-12-31 18:18:13 +01:00
mtd Merge git://git.infradead.org/mtd-2.6 2009-01-09 12:37:15 -08:00
netfilter netfilter: nfnetlink_log: fix per-rule qthreshold override 2009-02-18 15:29:23 +01:00
netfilter_arp netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ 2008-05-21 14:08:38 -07:00
netfilter_bridge netfilter: netns ebtables: part 2 2008-11-04 14:27:15 +01:00
netfilter_ipv4 netfilter: ip{,6}t_policy.h should include xp_policy.h 2008-11-20 15:59:56 +01:00
netfilter_ipv6 netfilter: ip{,6}t_policy.h should include xp_policy.h 2008-11-20 15:59:56 +01:00
nfsd headers_check fix: nfsd/syscall.h 2009-01-30 23:30:42 +05:30
raid headers_check fix: raid/md_p.h 2009-01-30 23:32:45 +05:30
regulator regulator: fix kernel-doc warnings 2009-01-08 20:10:38 +00:00
rtc rtc-m48t59: allow externally mapped ioaddr 2008-09-03 15:41:57 -07:00
spi Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ 2009-02-24 03:50:29 -08:00
ssb ssb: Add PMU support 2009-02-09 15:03:49 -05:00
sunrpc sunrpc: add sv_maxconn field to svc_serv (try #3) 2009-01-06 11:53:47 -05:00
tc_act headers_check fix: tc_act/tc_pedit.h 2009-01-30 23:34:34 +05:30
tc_ematch headers_check fix: tc_ematch/tc_em_text.h 2009-01-30 23:36:36 +05:30
unaligned kernel: add common infrastructure for unaligned access 2008-04-29 08:06:27 -07:00
usb rndis: remove private wrapper of __constant_cpu_to_le32 2009-02-14 22:56:56 -08:00
uwb uwb: remove unused include/linux/uwb/debug.h 2008-12-22 18:30:29 +00:00
wimax wimax/i2400m: support extended data RX protocol (no need to reallocate skbs) 2009-03-02 03:10:26 -08:00
8250_pci.h And here's a patch (to be applied on top of the last) which prevents 2009-01-02 10:19:37 -08:00
a.out.h Remove #ifdef CONFIG_ARCH_SUPPORTS_AOUT from <linux/a.out.h> 2008-06-16 10:20:58 -07:00
ac97_codec.h scheduled OSS driver removal 2008-02-06 10:41:02 -08:00
acct.h bsdacct: switch from global bsd_acct_struct instance to per-pidns one 2008-07-25 10:53:47 -07:00
acpi.h Merge branch 'simplify_PRT' into release 2009-01-09 03:41:08 -05:00
acpi_pmtmr.h x86: move pmtmr related declarations 2008-01-30 13:30:18 +01:00
adb.h drivers/macintosh: Various cleanups 2008-07-01 11:28:06 +10:00
adfs_fs.h Move several *_SUPER_MAGIC symbols to include/linux/magic.h. 2006-09-24 11:13:19 -04: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
aer.h PCI: fix AER capability check 2008-10-20 11:01:52 -07:00
affs_hardblocks.h Include <linux/types.h> and use __uXX types in <linux/affs_hardblocks.h> 2006-05-04 15:49:24 +01:00
agp_backend.h intel/agp: rewrite GTT on resume 2008-08-12 10:13:38 +10:00
agpgart.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
aio.h aio: make the lookup_ioctx() lockless 2008-12-29 08:29:50 +01:00
aio_abi.h headers_check fix: linux/aio_abi.h 2009-01-30 23:38:03 +05:30
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
anon_inodes.h flag parameters: anon_inode_getfd extension 2008-07-24 10:47:27 -07:00
apm-emulation.h [APM] Add shared version of APM emulation 2007-02-09 17:08:57 +00:00
apm_bios.h apm_event{,info}_t are userspace types 2007-12-17 19:28:16 -08:00
arcdevice.h arcnet: convert to net_device_ops 2009-01-21 14:02:19 -08:00
arcfb.h [PATCH] Framebuffer driver for Arc LCD board 2005-06-21 19:07:41 -07:00
async.h async: Rename _special -> _domain for clarity. 2009-02-08 09:56:11 -08:00
async_tx.h dmaengine: provide a common 'issue_pending_all' implementation 2009-01-06 11:38:14 -07:00
ata.h ide/libata: fix ata_id_is_cfa() (take 4) 2009-02-02 22:45:10 -05:00
ata_platform.h sata_mv: mbus decode window support 2008-03-27 14:51:39 -04:00
atalk.h headers_check fix: linux/atalk.h 2009-01-30 23:38:37 +05:30
ath9k_platform.h ath9k: get EEPROM contents from platform data on AHB bus 2009-01-29 16:00:33 -05:00
atm.h atm: 32-bit ioctl compatibility 2008-12-03 22:12:38 -08: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 include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08: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 atm: Cleanup atm_tcp.h and atm.h for userspace. 2008-05-14 23:24:09 -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 [ATM]: atmarp.h needs to always include linux/types.h 2007-02-08 16:01:09 -08:00
atmbr2684.h headers_check fix: linux/atmbr2684.h 2009-01-30 23:39:08 +05:30
atmclip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmdev.h atm: 32-bit ioctl compatibility 2008-12-03 22:12:38 -08:00
atmel-mci.h Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx 2009-01-09 11:52:14 -08:00
atmel-pwm-bl.h fbdev: LCD backlight driver using Atmel PWM driver 2008-07-24 10:47:41 -07:00
atmel-ssc.h Driver for the Atmel on-chip SSC on AT32AP and AT91 2007-10-17 08:42:47 -07:00
atmel_pdc.h [ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.h 2007-02-08 15:13:47 +00:00
atmel_pwm.h Basic PWM driver for AVR32 and AT91 2008-02-08 09:22:38 -08:00
atmel_serial.h [ARM] 4660/3: at91: allow selecting UART for early kernel messages 2008-02-04 13:16:39 +00:00
atmel_tc.h atmel_tc library 2008-03-04 13:41:23 +01:00
atmioc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmlec.h [ATM]: [lec] header indent, comment and whitespace cleanup 2006-09-29 17:13:24 -07:00
atmmpc.h [ATM]: Annotations. 2006-12-02 21:22:55 -08: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 SCSI: convert struct class_device to struct device 2008-04-19 19:10:33 -07:00
audit.h audit: validate comparison operations, store them in sane form 2009-01-04 15:14:42 -05:00
auto_dev-ioctl.h autofs4: improve parameter usage 2009-01-06 15:59:23 -08:00
auto_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
auto_fs4.h headers_check fix: linux/auto_fs4.h 2009-01-30 23:39:42 +05:30
auxvec.h ELF: implement AT_RANDOM for glibc PRNG seeding 2009-01-08 08:31:12 -08: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 vmscan: split LRU lists into anon & file sets 2008-10-20 08:50:25 -07:00
backlight.h backlight: Add suspend/resume support to the backlight core 2009-01-08 15:37:43 +00:00
baycom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bcd.h include/linux/bcd.h: remove comments 2008-10-20 08:52:42 -07:00
bfs_fs.h headers_check fix: linux/bfs_fs.h 2009-01-30 23:40:06 +05:30
binfmts.h fs/exec.c: make do_coredump() void 2009-01-06 15:59:29 -08:00
bio.h block: fix bad definition of BIO_RW_SYNC 2009-02-18 10:32:00 +01:00
bit_spinlock.h bit_spin_lock: use lock bitops 2007-10-18 14:37:29 -07:00
bitmap.h bitmap: test for constant as well as small size for inline versions 2008-12-30 09:05:13 +10:30
bitops.h bitmap: find_last_bit() 2009-01-01 10:12:19 +10:30
bitrev.h lib: export bitrev16 2008-06-06 11:29:10 -07:00
blkdev.h block: reduce stack footprint of blk_recount_segments() 2009-02-26 10:45:48 +01:00
blkpg.h linux/blkpg.h needs <linux/compiler.h> for __user 2006-04-27 16:46:56 +01:00
blktrace_api.h block: fix bad definition of BIO_RW_SYNC 2009-02-18 10:32:00 +01:00
blockgroup_lock.h fs: introduce bgl_lock_ptr() 2009-01-04 13:33:20 -08:00
bootmem.h page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() 2008-08-12 16:07:27 -07:00
bottom_half.h softirq: remove useless function __local_bh_enable 2008-11-28 12:38:38 +01:00
bpqether.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
brcmphy.h tg3: Add shmem options. 2008-05-29 01:38:46 -07:00
bsg.h [SCSI] bsg: add release callback support 2008-04-22 15:16:32 -05:00
buffer_head.h filesystem freeze: implement generic freeze feature 2009-01-09 16:54:42 -08:00
bug.h generic bug: use show_regs() instead of dump_stack() 2007-07-16 09:05:51 -07:00
c2port.h Add c2 port support 2008-11-12 17:17:18 -08:00
cache.h mm: move cache_line_size() to <linux/cache.h> 2008-04-28 08:58:19 -07:00
can.h [CAN]: Add PF_CAN core module 2008-01-28 14:54:10 -08:00
capability.h headers_check fix: linux/capability.h 2009-01-30 23:41:27 +05:30
capi.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
cciss_ioctl.h [PATCH] cciss: add support for 1024 logical volumes 2006-12-07 08:39:30 -08:00
cd1400.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdev.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
cdk.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdrom.h headers_check fix: linux/cdrom.h 2009-01-30 23:44:08 +05:30
cfag12864b.h Miguel Ojeda has moved 2008-07-04 10:40:05 -07:00
cgroup.h cgroups: fix lockdep subclasses overflow 2009-02-11 14:25:36 -08:00
cgroup_subsys.h pkt_sched: Control group classifier 2008-11-07 22:56:00 -08:00
cgroupstats.h headers_check fix: linux/cgroupstats.h 2009-01-30 23:44:41 +05:30
chio.h include/linux/: Spelling fixes 2008-02-03 17:45:46 +02:00
circ_buf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
clk.h include/linux/clk.h: fix comment 2008-10-16 11:21:32 -07:00
clockchips.h hrtimers: allow the hot-unplugging of all cpus 2009-01-30 22:35:29 +01:00
clocksource.h clocksource: allow usage independent of timekeeping.c 2009-02-15 22:43:31 -08:00
cm4000_cs.h [PATCH] New Omnikey Cardman 4000 driver 2005-11-13 18:14:10 -08:00
cn_proc.h [PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestamp 2006-07-31 13:28:36 -07:00
cnt32_to_63.h clarify usage expectations for cnt32_to_63() 2008-11-09 11:17:33 -08:00
coda.h coda: remove CODA_FS_OLD_API 2008-07-25 10:53:33 -07:00
coda_cache.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
coda_fs_i.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
coda_linux.h [PATCH] sanitize ->permission() prototype 2008-07-26 20:53:14 -04:00
coda_psdev.h coda: remove CODA_STORE/CODA_RELEASE upcalls 2007-07-21 17:49:14 -07:00
coff.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
com20020.h com20020: Fix allyesconfig build failure. 2009-01-23 22:28:48 -08:00
compat.h [CVE-2009-0029] Move compat system call declarations to compat header file 2009-01-14 14:15:14 +01:00
compiler-gcc.h compiler-gcc.h: add more comments to RELOC_HIDE 2009-01-09 16:54:41 -08:00
compiler-gcc3.h Disallow gcc versions 3.{0,1} 2009-01-02 12:19:34 -08:00
compiler-gcc4.h Disallow gcc versions 4.1.{0,1} 2009-01-02 09:29:43 -08:00
compiler-intel.h Force erroneous inclusions of compiler-*.h files to be errors 2007-10-17 08:42:47 -07:00
compiler.h Sanitize gcc version header includes 2009-01-02 09:23:03 -08:00
completion.h sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txt 2008-08-26 10:26:54 +02:00
comstats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
concap.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
configfs.h [PATCH] configfs: Convenience macros for attribute definition. 2008-07-31 16:21:13 -07:00
connector.h connector: create connector workqueue only while needed once 2009-02-02 23:22:04 -08:00
console.h DRM: add mode setting support 2008-12-29 17:47:23 +10:00
console_struct.h Revert "vt: fix background color on line feed" 2008-10-14 12:12:02 -07:00
consolemap.h Make console charset translation optional 2008-06-04 14:56:12 +01:00
const.h x86: add _AT() macro to conditionally cast 2008-01-30 13:32:42 +01:00
cpu.h kernel/cpu.c: create a CPU_STARTING cpu_chain notifier 2008-09-08 19:25:24 +02:00
cpufreq.h cpumask: convert struct cpufreq_policy to cpumask_var_t 2009-01-06 09:05:31 +01:00
cpuidle.h cpuidle acpi driver: fix oops on AC<->DC 2008-06-11 19:13:45 -04:00
cpumask.h cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS 2009-01-01 10:12:30 +10:30
cpuset.h cpuset: remove remaining pointers to cpumask_t 2009-01-08 08:31:11 -08:00
cramfs_fs.h cramfs: error message about endianess 2007-10-17 08:42:53 -07:00
cramfs_fs_sb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
crash_dump.h proc: move /proc/vmcore creation to fs/proc/vmcore.c 2008-10-23 18:51:22 +04:00
crc-ccitt.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
crc-itu-t.h CRC ITU-T V.41 2007-05-10 18:24:13 +02:00
crc-t10dif.h [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC 2008-07-12 08:22:32 -05:00
crc7.h CRC7 support 2007-07-17 10:23:04 -07:00
crc16.h [PATCH] crc16: remove w1 specific comments. 2005-09-12 08:48:08 -07:00
crc32.h [PATCH] crc32: replace bitreverse by bitrev32 2006-12-08 08:28:39 -08:00
crc32c.h libcrc32c: Add crc32c_le macro 2008-12-25 11:01:43 +11:00
cred.h User namespaces: set of cleanups (v2) 2008-11-24 18:57:41 -05:00
crypto.h crypto: api - Fix zeroing on free 2009-02-05 16:48:53 +11: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 include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
cyclomx.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
cycx_cfm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cycx_drv.h [PATCH] drivers/net/wan/: possible cleanups 2005-09-14 08:36:54 -04:00
cycx_x25.h Spelling fixes: lenght->length 2008-02-03 15:42:53 +02:00
dca.h I/OAT: I/OAT version 3.0 support 2008-07-22 17:30:57 -07:00
dcache.h shrink struct dentry 2008-12-31 18:07:38 -05:00
dcbnl.h net headers: cleanup dcbnl.h 2009-03-01 00:19:35 -08:00
dccp.h dccp: Initialisation and type-checking of feature sysctls 2009-01-21 14:34:05 -08:00
dcookies.h d_path: Make get_dcookie() use a struct path argument 2008-02-14 21:17:08 -08:00
debug_locks.h lock debug: sit tight when we are already in a panic 2008-09-12 11:11:21 +02:00
debugfs.h Fix "multiple definition of `debugfs_create_size_t'" 2009-01-26 19:21:26 -08:00
debugobjects.h infrastructure to debug (dynamic) objects 2008-04-30 08:29:53 -07:00
delay.h x86: use cpu_khz for loops_per_jiffy calculation, cleanup 2008-06-24 13:53:46 +02:00
delayacct.h per-task-delay-accounting: add memory reclaim delay 2008-07-25 10:53:47 -07:00
device-mapper.h dm: support barriers on simple devices 2009-01-06 03:05:09 +00:00
device.h Consolidate driver_probe_done() loops into one place 2009-02-21 14:17:17 -08:00
device_cgroup.h cgroups: implement device whitelist 2008-04-29 08:06:09 -07:00
devpts_fs.h Add an instance parameter devpts interfaces 2008-10-13 09:51:43 -07:00
dio.h m68k: dio - Kill warn_unused_result warnings 2009-01-12 20:56:41 +01:00
dirent.h remove the in-kernel struct dirent{,64} 2008-07-25 10:53:34 -07:00
display.h fbdev: display class 2007-05-08 11:15:26 -07:00
dlm.h dlm: allow multiple lockspace creates 2008-08-28 11:49:15 -05:00
dlm_device.h dlm: allow multiple lockspace creates 2008-08-28 11:49:15 -05:00
dlm_netlink.h [DLM] add lock timeouts and warnings [2/6] 2007-07-09 08:22:33 +01:00
dlm_plock.h headers_check fix: linux/dlm_plock.h 2009-01-30 23:45:32 +05:30
dlmconstants.h dlm: common max length definitions 2008-04-21 11:22:29 -05:00
dm-dirty-log.h dm: move include files 2008-04-25 13:26:55 +01:00
dm-io.h dm: move include files 2008-04-25 13:26:55 +01:00
dm-ioctl.h dm: introduce merge_bvec_fn 2008-07-21 12:00:37 +01:00
dm-kcopyd.h dm: move include files 2008-04-25 13:26:55 +01:00
dm-region-hash.h dm raid1: separate region_hash interface part1 2008-10-21 17:45:06 +01:00
dm9000.h dm9000: Support MAC address setting through platform data. 2008-08-07 02:22:54 -04:00
dma-attrs.h powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU code 2008-07-22 10:39:36 +10:00
dma-mapping.h convert swiotlb to use dma_get_mask 2008-09-19 10:20:41 +02:00
dma_remapping.h intel-iommu: fix build error with INTR_REMAP=y and DMAR=n 2009-01-04 11:00:05 +01:00
dmaengine.h atmel-mci: fix initialization of dma slave data 2009-02-18 15:37:55 -08:00
dmapool.h devres: device resource management 2007-02-09 17:39:36 -05:00
dmar.h intel-iommu: kill off duplicate def of dmar_disabled 2009-01-03 11:57:35 +01:00
dmi.h dmi: Fix build breakage 2009-01-28 07:50:14 -08:00
dn.h headers_check fix: linux/dn.h 2009-01-30 23:46:03 +05:30
dnotify.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
dqblk_qtree.h quota: Split off quota tree handling into a separate file 2009-01-05 08:40:21 -08:00
dqblk_v1.h quota: Unexport dqblk_v1.h and dqblk_v2.h 2009-01-05 08:40:25 -08:00
dqblk_v2.h quota: Unexport dqblk_v1.h and dqblk_v2.h 2009-01-05 08:40:25 -08:00
dqblk_xfs.h typo fixes: infomation -> information 2006-06-30 18:25:18 +02:00
ds1wm.h DS1WM: decouple host IRQ and INTR active state settings 2008-02-07 08:42:06 -08:00
ds1286.h MIPS: IP22/28: Switch over to RTC class driver 2008-10-15 12:46:51 +01:00
ds17287rtc.h Remove unnecessary includes of spinlock.h under include/linux 2007-07-16 09:05:42 -07:00
dtlk.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dw_dmac.h atmel-mci: convert to dma_request_channel and down-level dma_slave 2009-01-06 11:38:16 -07:00
dynamic_printk.h driver core: basic infrastructure for per-module dynamic debug messages 2008-10-16 09:24:47 -07:00
edac.h edac: fix module initialization on several modules 2nd time 2008-04-29 08:06:26 -07:00
edd.h headers_check fix: linux/edd.h 2009-01-30 23:46:40 +05:30
eeprom_93cx6.h ax88796: add 93cx6 eeprom support 2007-10-10 16:53:56 -07:00
efi.h x86: Add UV EFI table entry v4 2008-10-16 16:53:13 +02:00
efs_fs_sb.h headers_check fix: linux/efs_fs_sb.h 2009-01-30 23:47:07 +05:30
efs_vh.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eisa.h driver core: remove DEVICE_NAME_SIZE define 2008-07-21 21:54:53 -07:00
elevator.h block: get rid of elevator_t typedef 2008-12-29 08:29:50 +01:00
elf-em.h mn10300: add the MN10300/AM33 architecture to the kernel 2008-02-08 09:22:30 -08:00
elf-fdpic.h headers_check fix: linux/elf-fdpic.h 2009-01-30 23:47:59 +05:30
elf.h headers_check fix: linux/elf.h 2009-01-30 23:48:33 +05:30
elfcore-compat.h elfcore-compat fix uid/gid types 2008-02-29 08:06:37 -08:00
elfcore.h Unexport asm/elf.h 2008-02-07 08:42:30 -08:00
elfnote.h remove __attribute_used__ 2008-01-28 23:21:18 +01:00
enclosure.h SCSI: convert struct class_device to struct device 2008-04-19 19:10:33 -07:00
err.h Add an ERR_CAST() function to complement ERR_PTR and co. 2008-02-07 08:42:25 -08:00
errno.h Better documentation for ERESTARTSYS 2007-06-01 08:18:29 -07:00
errqueue.h net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
etherdevice.h gro: Optimise Ethernet header comparison 2009-02-08 20:22:18 -08:00
ethtool.h ethtool: Add RX pkt classification interface 2009-02-20 00:58:13 -08:00
eventfd.h flag parameters: NONBLOCK in eventfd 2008-07-24 10:47:29 -07:00
eventpoll.h flag parameters add-on: remove epoll_create size param 2008-07-24 10:47:29 -07:00
exportfs.h Reserve NFS fileid values for btrfs 2008-08-20 13:19:51 -07:00
ext2_fs.h ext2: tighten restrictions on inode flags 2009-01-08 08:31:00 -08:00
ext2_fs_sb.h ext2: allocate ->s_blockgroup_lock separately 2009-01-08 08:31:00 -08:00
ext3_fs.h Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 2009-01-08 17:14:59 -08:00
ext3_fs_i.h Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
ext3_fs_sb.h Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 2009-01-08 17:14:59 -08:00
ext3_jbd.h include: replace __FUNCTION__ with __func__ 2008-10-16 11:21:30 -07:00
f75375s.h hwmon: (f75375s) Allow setting up fans with platform_data 2007-11-08 08:42:46 -05:00
fadvise.h [PATCH] sys_sync_file_range() 2006-03-31 12:18:54 -08:00
falloc.h sys_fallocate() implementation on i386, x86_64 and powerpc 2007-07-17 21:42:44 -04:00
fault-inject.h SLUB: failslab support 2008-12-29 11:27:46 +02:00
fb.h fbmem: don't call copy_from/to_user() with mutex held 2009-02-05 12:56:46 -08:00
fcdevice.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fcntl.h F_DUPFD_CLOEXEC implementation 2007-10-17 08:43:01 -07:00
fd.h floppy: support arbitrary first-sector numbers 2008-10-09 08:56:19 +02:00
fddidevice.h fddi: convert to new network device ops 2008-11-20 20:29:48 -08:00
fdreg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fdtable.h filp_cachep can be static in fs/file_table.c 2008-12-31 18:07:42 -05:00
fib_rules.h [IPV6] FIB6RULE: Find source address during looking up route. 2007-04-25 22:28:35 -07:00
fiemap.h vfs: vfs-level fiemap interface 2008-10-08 19:44:18 -04:00
file.h [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
filter.h filter: add SKF_AD_NLATTR_NEST to look for nested attributes 2008-11-20 00:49:27 -08:00
firewire-cdev.h firewire: Add more documentation to firewire-cdev.h 2008-10-15 22:21:11 +02:00
firewire-constants.h firewire: Break out shared IEEE1394 constant to separate header file. 2007-05-10 18:24:13 +02:00
firmware-map.h Bernhard has moved 2009-02-18 15:37:56 -08:00
firmware.h firmware: allow firmware files to be built into kernel image 2008-07-10 14:30:13 +01:00
flat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
font.h fbcon: font setting should check limitation of driver 2007-05-08 11:15:31 -07:00
freezer.h freezer_cg: use thaw_process() in unfreeze_cgroup() 2008-10-30 11:38:45 -07:00
fs.h Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block 2009-02-18 18:33:04 -08:00
fs_enet_pd.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2008-07-22 19:09:51 -07:00
fs_stack.h [PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_* 2006-12-08 08:28:40 -08:00
fs_struct.h take init_fs to saner place 2008-12-31 18:07:42 -05:00
fs_uart_pd.h removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
fsl_devices.h gianfar: Convert gianfar to an of_platform_driver 2008-12-16 15:29:15 -08:00
fsnotify.h [PATCH] introduce fmode_t, do annotations 2008-10-21 07:47:06 -04:00
ftrace.h ftrace: enable format arguments checking 2008-12-21 09:46:45 +01:00
ftrace_irq.h tracing/function-return-tracer: change the name into function-graph-tracer 2008-11-26 01:59:45 +01:00
fuse.h fuse: update interface version 2008-12-01 19:14:02 +01:00
futex.h futex: make clock selectable for FUTEX_WAIT_BITSET 2008-11-24 20:00:40 +01:00
gameport.h Input: gameport - mark gameport_register_driver() __must_check 2008-07-30 00:41:37 -04:00
gen_stats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
genalloc.h [PATCH] LIB: add gen_pool_destroy() 2006-10-02 07:57:12 -07:00
generic_acl.h fix file specification in comments 2007-05-09 08:58:16 +02:00
generic_serial.h tty_port: Add a port level carrier detect operation 2009-01-02 10:19:38 -08:00
genetlink.h headers_check fix: linux/genetlink.h 2009-01-30 23:49:39 +05:30
genhd.h block: add one-hit cache for disk partition lookup 2008-12-29 08:29:51 +01:00
getcpu.h [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn't use it 2006-09-30 01:47:55 +02:00
gfp.h mm: remove GFP_HIGHUSER_PAGECACHE 2009-01-06 15:59:01 -08:00
gfs2_ondisk.h headers_check fix: linux/gfs2_ondisk.h 2009-01-30 23:50:12 +05:30
gigaset_dev.h [PATCH] drivers/isdn/gigaset: new M101 driver (v2) 2007-02-12 09:48:30 -08:00
gpio.h gpio_free might sleep, generic part 2008-10-16 11:21:40 -07:00
gpio_keys.h Input: gpio-keys - add flag to allow auto repeat 2008-10-27 22:33:04 -04:00
gpio_mouse.h Input: add gpio-mouse driver 2007-07-10 00:35:17 -04:00
hardirq.h Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2008-12-30 16:10:19 -08:00
hash.h hash: add explicit u32 and u64 versions of hash 2008-02-06 10:41:00 -08:00
hayesesp.h esp: use tty_port 2008-07-20 17:12:36 -07:00
hdlc.h WAN: Convert generic HDLC drivers to netdev_ops. 2009-01-21 14:03:37 -08:00
hdlcdrv.h drivers/net/hamradio: fix sparse warnings: fix signedness 2009-02-17 17:37:40 -08:00
hdpu_features.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hdreg.h ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3) 2008-04-18 00:46:24 +02:00
hid-debug.h HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00
hid.h headers_check fix: linux/hid.h 2009-01-30 23:50:37 +05:30
hiddev.h headers_check fix: linux/hiddev.h 2009-01-30 23:51:17 +05:30
hidraw.h HID: add phys and name ioctls to hidraw 2009-01-04 01:00:51 +01:00
highmem.h Allow architectures to override copy_user_highpage() 2008-11-27 23:39:48 +00:00
highuid.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
hil.h [PARISC] Update parisc specific input code from parisc tree 2005-10-21 22:58:51 -04:00
hil_mlc.h Convert asm/semaphore.h users to linux/semaphore.h 2008-04-18 22:22:54 -04:00
hippidevice.h hippi: convert driver to net_device_ops 2008-11-20 20:32:15 -08:00
hp_sdc.h Input: HIL - fix rwlock recursion bug 2007-03-16 00:59:29 -04:00
hpet.h hpet: /dev/hpet - fixes and cleanup 2008-07-31 18:45:41 +02:00
hrtimer.h hrtimer: removing all ur callback modes 2008-11-25 15:45:46 +01:00
htirq.h [PATCH] htirq: allow buggy drivers of buggy hardware to write the registers 2006-11-08 18:29:25 -08:00
hugetlb.h hugetlbfs: fix build failure with !CONFIG_HUGETLBFS 2009-02-10 14:56:59 -08:00
hw_random.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
hwmon-sysfs.h [PATCH] hwmon: Refactor SENSOR_DEVICE_ATTR_2 2006-03-23 14:21:50 -08:00
hwmon-vid.h [PATCH] hwmon: add VRM/VID support for some VIA CPUs 2006-01-05 22:16:26 -08:00
hwmon.h hwmon: Convert from class_device to device 2007-10-09 22:56:30 -04:00
hysdn_if.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-algo-bit.h include files: convert "include" subdirectory to UTF-8 2007-05-09 08:58:21 +02:00
i2c-algo-pca.h i2c-algo-pca: Extend for future drivers 2008-04-22 22:16:46 +02:00
i2c-algo-pcf.h i2c-algo-pcf: Add adapter hooks around xfer begin and end 2008-10-22 20:21:30 +02:00
i2c-algo-sgi.h i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
i2c-dev.h i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT 2009-02-24 19:19:49 +01:00
i2c-gpio.h i2c: Bitbanging I2C bus driver using the GPIO API 2007-05-01 23:26:34 +02:00
i2c-id.h i2c: Delete many unused adapter IDs 2009-01-26 21:19:52 +01:00
i2c-ocores.h [PATCH] i2c: New bus driver for the OpenCores I2C controller 2006-06-22 11:10:33 -07:00
i2c-pca-platform.h i2c: Add platform driver on top of the new pca-algorithm 2008-04-22 22:16:46 +02:00
i2c-pnx.h [ARM] fix pnx4008 build errors 2008-08-08 15:13:27 +01:00
i2c-pxa.h [ARM] Remove EEPROM slave emulation from i2c-pxa driver. 2006-11-30 12:24:45 +00:00
i2c.h i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT 2009-02-24 19:19:49 +01:00
i2o-dev.h [PATCH] use __u8/__u32 in userspace ioctl defines for I2O 2007-01-30 08:26:45 -08:00
i2o.h i2o: Fix 32/64bit DMA locking 2008-10-16 11:21:38 -07:00
i8k.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i7300_idle.h i7300_idle: Disable ioat channel only on platforms where ile driver can load 2008-10-24 12:54:18 -04:00
i8042.h Input: i8042 - export i8042_command() 2007-10-22 00:56:52 -04:00
ibmtr.h ibmtr: convert to internal network_device_stats 2009-01-21 14:02:26 -08:00
icmp.h [SK_BUFF]: Introduce skb_transport_header(skb) 2007-04-25 22:25:31 -07:00
icmpv6.h headers_check fix: linux/icmpv6.h 2009-01-30 23:51:41 +05:30
ide.h ide: fix refcounting in device drivers 2009-02-25 20:28:24 +01:00
idr.h lib/idr.c: fix rcu related race with idr_find 2008-12-01 19:55:25 -08:00
ieee80211.h mac80211: Fix MFP Association Comeback to use Timeout Interval IE 2009-01-29 16:00:53 -05:00
if.h WAN: Generic HDLC now uses IFF_WAN_HDLC private flag. 2009-01-21 14:03:35 -08:00
if_addr.h headers_check fix: linux/if_addr.h 2009-01-30 23:52:16 +05:30
if_addrlabel.h headers_check fix: linux/if_addrlabel.h 2009-01-30 23:52:41 +05:30
if_arcnet.h arcnet endianness annotations 2007-10-10 16:51:59 -07:00
if_arp.h Phonet: allocate separate ARP type for GPRS over a Phonet pipe 2008-12-17 15:47:48 -08:00
if_bonding.h bonding: Add new layer2+3 hash for xor/802.3ad modes 2007-12-07 15:00:32 -05:00
if_bridge.h net: remove CVS keywords 2008-06-11 21:00:38 -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 [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code 2007-10-10 16:51:16 -07:00
if_ether.h net: fix some trailing whitespaces 2009-02-05 21:26:19 -08:00
if_fc.h headers_check fix: linux/if_fc.h 2009-01-30 23:53:12 +05:30
if_fddi.h net: Rationalise email address: Network Specific Parts 2008-10-13 19:01:08 -07:00
if_frad.h net: Fix linux/if_frad.h's suitability for userspace. 2009-01-26 12:30:12 -08:00
if_hippi.h headers_check fix: linux/if_hippi.h 2009-01-30 23:53:40 +05:30
if_infiniband.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_link.h headers_check fix: linux/if_link.h 2009-01-30 23:54:53 +05:30
if_ltalk.h [ATALK]: Add alloc_ltalkdev(). 2005-05-05 14:25:59 -07:00
if_macvlan.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
if_packet.h packet: add PACKET_RESERVE sockopt 2008-07-18 18:05:19 -07:00
if_phonet.h phonet: Protect if_phonet.h against multiple inclusions. 2008-10-01 01:30:19 -07:00
if_plip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_ppp.h headers_check fix: linux/if_ppp.h 2009-01-30 23:55:45 +05:30
if_pppol2tp.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
if_pppox.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
if_slip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
if_strip.h headers_check fix: linux/if_strip.h 2009-01-30 23:56:13 +05:30
if_tr.h headers_check fix: linux/if_tr.h 2009-01-30 23:56:48 +05:30
if_tun.h tun: Limit amount of queued packets per device 2009-02-05 21:25:32 -08:00
if_tunnel.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
if_vlan.h vlan: Update skb->mac_header in __vlan_put_tag(). 2009-02-18 23:31:11 -08:00
igmp.h headers_check fix: linux/igmp.h 2009-01-30 23:57:16 +05:30
ihex.h Fix IHEX firmware generation/loading 2008-08-02 18:36:10 +01:00
in.h TPROXY: implemented IP_RECVORIGDSTADDR socket option 2008-11-16 19:32:39 -08:00
in6.h [IPV6]: Define constants for link-local multicast addresses. 2008-04-12 13:43:19 +09:00
in_route.h route: Mark unused route cache flags as such. 2008-06-03 16:36:01 -07:00
inet.h NFS: Add string length argument to nfs_parse_server_address 2008-07-09 12:09:28 -04:00
inet_diag.h headers_check fix: linux/inet_diag.h 2009-01-30 23:57:43 +05:30
inet_lro.h net/inet_lro: remove setting skb->ip_summed when not LRO-able 2008-06-27 20:09:00 -07:00
inetdevice.h net: add ARP notify option for devices 2009-02-01 01:04:33 -08:00
init.h adjust init section definitions 2008-10-29 22:02:09 +01:00
init_ohci1394_dma.h x86: early boot debugging via FireWire (ohci1394_dma=early) 2008-01-30 13:34:11 +01:00
init_task.h timers: split process wide cpu clocks/timers 2009-02-05 13:04:33 +01:00
initrd.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inotify.h Fix inotify watch removal/umount races 2008-11-15 12:26:44 -08:00
input-polldev.h Input: add skeleton for simple polled devices 2007-04-29 23:42:45 -04:00
input.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
intel-iommu.h VT-d: handle Invalidation Queue Error to avoid system hang 2009-02-09 11:03:17 +00:00
interrupt.h Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2009-01-06 17:10:53 -08:00
io-mapping.h gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_t 2009-02-25 13:09:51 +01:00
io.h [POWERPC] devres: Add devm_ioremap_prot() 2008-05-05 16:47:14 +10:00
ioc3.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
ioc4.h [PATCH] fix misannotation in ioc4.h 2006-10-10 15:37:22 -07:00
iocontext.h block: blkdev.h cleanup, move iocontext stuff to iocontext.h 2008-07-03 13:21:14 +02:00
ioctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iommu-helper.h introduce generic iommu_num_pages function 2008-10-16 11:21:33 -07:00
iommu.h introcude linux/iommu.h for an iommu api 2009-01-03 14:10:09 +01:00
ioport.h resources: fix parameter name and kernel-doc 2009-01-15 16:39:38 -08:00
ioprio.h ext4: Add mount option to set kjournald's I/O priority 2009-01-05 22:46:26 -05:00
iova.h VT-d: Changes to support KVM 2008-10-15 14:24:08 +02:00
ip.h [SK_BUFF]: Introduce skb_transport_header(skb) 2007-04-25 22:25:31 -07:00
ip6_tunnel.h headers_check fix: linux/ip6_tunnel.h 2009-01-30 23:58:12 +05:30
ip_vs.h IPVS: Add genetlink interface definitions to ip_vs.h 2008-08-15 09:26:14 +10:00
ipc.h namespaces: move the IPC namespace under IPC_NS option 2008-02-08 09:22:23 -08:00
ipc_namespace.h ipc: do not use a negative value to re-enable msgmni automatic recomputing 2008-07-25 10:53:42 -07:00
ipmi.h ipmi: make comment match actual preprocessor check 2008-04-29 08:06:15 -07:00
ipmi_msgdefs.h [PATCH] IPMI: Fix BT long busy 2006-12-07 08:39:47 -08:00
ipmi_smi.h ipmi: remove ->write_proc code 2008-04-29 08:06:15 -07:00
ipsec.h [XFRM]: BEET mode 2006-10-04 00:31:09 -07:00
ipv6.h headers_check fix: linux/ipv6.h 2009-01-30 23:58:41 +05:30
ipv6_route.h headers_check fix: linux/ipv6_route.h 2009-01-30 23:59:12 +05:30
ipx.h headers_check fix: linux/ipx.h 2009-01-30 23:59:44 +05:30
irda.h headers_check fix: linux/irda.h 2009-01-31 00:00:06 +05:30
irq.h Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2009-01-02 11:44:09 -08:00
irq_cpustat.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
irqflags.h Revert "lockdep: fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT is not set" 2008-09-14 14:43:39 +02:00
irqnr.h genirq: provide irq_to_desc() to non-genirq architectures too 2009-01-05 14:53:30 +01:00
irqreturn.h [PATCH] adjust handle_IRR_event() return type 2006-06-23 07:43:08 -07:00
isa.h Fix non-ISA link error in drivers/scsi/advansys.c 2007-09-16 21:13:58 -07:00
isapnp.h ISAPNP: move config register addresses out of isapnp.h 2008-04-29 03:22:15 -04:00
iscsi_ibft.h Firmware: add iSCSI iBFT Support 2008-04-19 19:10:28 -07:00
isdn.h [ISDN] include/linux/isdn.h: remove dead code 2008-04-15 00:30:16 -07:00
isdn_divertif.h sanitize linux/isdn_divertif.h for userspace 2007-05-08 11:15:16 -07:00
isdn_ppp.h isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. 2008-09-22 01:15:02 -07:00
isdnif.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
isicom.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
iso_fs.h Move several *_SUPER_MAGIC symbols to include/linux/magic.h. 2006-09-24 11:13:19 -04:00
istallion.h tty: Introduce some close helpers for ports 2009-01-02 10:19:40 -08:00
ivtv.h V4L/DVB (8959): include <linux/videodev2.h> into linux/ivtv.h 2008-10-12 09:37:01 -02:00
ivtvfb.h Fix header export of videodev2.h, ivtv.h, ivtvfb.h 2008-08-16 16:46:57 -07:00
ixjuser.h Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
jbd.h jbd: fix missing kernel-doc 2009-01-15 16:39:37 -08:00
jbd2.h jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() 2009-02-10 11:15:34 -05:00
jffs2.h MTD/JFFS2: remove CVS keywords 2008-06-04 17:50:17 +01:00
jhash.h [JHASH]: Use const in jhash2 2007-04-25 22:25:52 -07:00
jiffies.h optimize attribute timeouts for "noac" and "actimeo=0" 2008-12-23 15:21:56 -05:00
journal-head.h jbd2: Add buffer triggers 2009-01-05 08:40:30 -08:00
joystick.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
kallsyms.h vsprintf: use new vsprintf symbolic function pointer format 2008-10-16 11:21:31 -07:00
kbd_diacr.h unicode diacritics support 2007-10-17 08:42:52 -07:00
kbd_kern.h m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible 2007-08-22 19:52:45 -07:00
Kbuild net headers: export dcbnl.h 2009-03-01 00:19:36 -08:00
kbuild.h Add kbuild.h that contains common definitions for kbuild users 2008-04-29 08:06:29 -07:00
kd.h Fix <linux/kd.h> usage in userspace 2007-11-29 09:24:52 -08:00
kdebug.h kdebug.h: forward-declare struct struct notifier_block 2007-07-31 15:39:40 -07:00
kdev_t.h [PATCH] remove protection of LANANA-reserved majors 2007-04-04 21:12:47 -07:00
kernel.h generic swap(): don't return a value from swap() 2009-02-05 12:56:46 -08:00
kernel_stat.h [PATCH] idle cputime accounting 2008-12-31 15:11:46 +01:00
kernelcapi.h include: Remove unnecessary inclusions of asm/semaphore.h 2008-04-18 22:16:54 -04:00
kexec.h kexec/i386: allocate page table pages dynamically 2008-10-31 10:01:56 +01:00
key-type.h KEYS: Make request_key() and co fundamentally asynchronous 2007-10-17 08:42:57 -07:00
key.h CRED: Make execve() take advantage of copy-on-write credentials 2008-11-14 10:39:24 +11:00
keyboard.h Input: put ledstate in the keyboard notifier 2008-04-15 01:30:32 -04:00
keyctl.h KEYS: Alter use of key instantiation link-to-keyring argument 2008-11-14 10:39:14 +11:00
kfifo.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
kgdb.h kgdb: fix signedness mixmatches, add statics, add declaration to header 2008-05-05 07:13:21 -05:00
klist.h klist.c: bit 0 in pointer can't be used as flag 2009-01-20 20:52:10 -08:00
kmalloc_sizes.h Slab allocators: define common size limitations 2007-05-17 05:23:04 -07:00
kmod.h pm: rework disabling of user mode helpers during suspend/hibernation 2008-10-16 11:21:29 -07:00
kobj_map.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
kobject.h mm: create /sys/kernel/mm 2008-07-24 10:47:17 -07:00
kprobes.h kprobes: fix module compilation error with CONFIG_KPROBES=n 2009-01-29 18:04:43 -08:00
kref.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
ks0108.h Miguel Ojeda has moved 2008-07-04 10:40:05 -07:00
kthread.h Label kthread_create() with printf attribute tag. 2008-07-24 19:11:15 -07:00
ktime.h time: add ns_to_ktime() 2008-04-19 19:44:57 +02:00
kvm.h KVM: Avoid using CONFIG_ in userspace visible headers 2009-02-15 02:47:35 +02:00
kvm_host.h KVM: Add kvm_arch_sync_events to sync with asynchronize events 2009-02-15 02:47:36 +02:00
kvm_para.h KVM: MMU: hypercall based pte updates and TLB flushes 2008-04-27 12:00:27 +03:00
kvm_types.h KVM: MMU: Don't assume struct page for x86 2008-04-27 12:01:15 +03:00
lapb.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
latencytop.h sched: latencytop support 2008-01-25 21:08:34 +01:00
lcd.h lcd: allow lcd device to handle mode change events 2008-09-23 22:01:33 +01:00
leds-pca9532.h leds: leds-pcs9532 - Move i2c work to a workqueque 2009-01-08 12:38:58 +00:00
leds.h leds: Add suspend/resume to the core class 2009-01-08 17:55:03 +00:00
lguest.h lguest: documentation update 2007-10-25 15:02:50 +10:00
lguest_launcher.h lguest: move the initial guest page table creation code to the host 2008-12-30 09:26:11 +10:30
libata.h libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book 2009-02-02 23:04:31 -05:00
libps2.h Input: libps2 - handle 0xfc responses from devices 2008-11-24 11:43:21 -05:00
license.h kbuild: check license compatibility when building modules 2006-06-09 21:53:55 +02:00
limits.h Remove CHILD_MAX 2007-07-17 10:23:03 -07:00
linkage.h i386: get rid of the use of KPROBE_ENTRY / KPROBE_END 2008-11-27 12:37:54 +01:00
linux_logo.h fbdev: Add fb_append_extra_logo() 2007-07-17 10:23:13 -07:00
list.h debugobjects: fix lockdep warning 2008-09-01 09:47:16 +02:00
list_nulls.h rcu: Introduce hlist_nulls variant of hlist 2008-11-16 19:37:55 -08:00
llc.h include/linux/: Spelling fixes 2008-02-03 17:45:46 +02:00
lm_interface.h [GFS2] Remove obsolete conversion deadlock avoidance code 2008-06-27 09:39:47 +01:00
lmb.h [POWERPC] Provide walk_memory_resource() for powerpc 2008-04-29 15:57:53 +10:00
lockdep.h Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2008-12-30 16:20:19 -08:00
log2.h log2.h: Define order_base_2() macro for convenience. 2008-02-06 10:41:03 -08:00
loop.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
lp.h Parallel port: convert port_mutex to the mutex API 2008-02-06 10:41:01 -08:00
lzo.h LZO1X: fix lzo1x_worst_compress 2007-07-16 09:05:34 -07:00
m48t86.h [PATCH] m48t86: ia64 build fix 2006-06-05 12:29:17 -07:00
magic.h btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h> 2009-01-15 16:39:38 -08:00
major.h block: implement extended dev numbers 2008-10-09 08:56:06 +02:00
map_to_7segment.h Input: map_to_7segment.h - convert to __inline__ for userspace 2008-12-29 04:59:31 -08:00
maple.h maple: Kill useless private_data pointer. 2008-08-04 10:58:24 +09:00
marker.h markers: comment marker_synchronize_unregister() on data dependency 2008-11-28 16:47:41 +01:00
math64.h add an inlined version of iter_div_u64_rem 2008-06-12 10:47:58 +02:00
matroxfb.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
mbcache.h vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs 2008-04-15 19:35:41 -07:00
mbus.h introduce mbus DRAM target info abstraction 2008-03-27 14:51:39 -04:00
mc6821.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mc146818rtc.h rtc: fall back to requesting only the ports we actually use 2007-11-14 18:45:41 -08:00
mca-legacy.h remove mca_is_adapter_used() 2008-04-29 08:06:01 -07:00
mca.h mca: add integrated device bus matching 2007-05-09 12:30:49 -07:00
mdio-bitbang.h Generic bitbanged MDIO library 2007-10-10 16:54:03 -07:00
mdio-gpio.h phylib: make mdio-gpio work without OF (v4) 2008-11-16 18:59:45 -08:00
memcontrol.h memcg: fix shmem's swap accounting 2009-01-08 08:31:10 -08:00
memory.h mm: show node to memory section relationship with symlinks in sysfs 2009-01-06 15:59:00 -08:00
memory_hotplug.h mm: show node to memory section relationship with symlinks in sysfs 2009-01-06 15:59:00 -08:00
mempolicy.h mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA 2008-07-24 10:47:21 -07:00
mempool.h [PATCH] mempool: add mempool_create_slab_pool() 2006-03-26 08:57:00 -08:00
memstick.h memstick: annotate endianness of attribute structs 2009-01-09 16:54:41 -08:00
meye.h V4L/DVB (7204): remove V4L2_CID_SHARPNESS from meye.h and report private control as DISABLED 2008-04-24 14:07:43 -03:00
migrate.h mm: cleanup: remove #ifdef CONFIG_MIGRATION 2009-01-06 15:59:00 -08:00
mii.h net: Refactor full duplex flow control resolution 2008-12-16 02:00:48 -08:00
minix_fs.h headers_check fix: linux/minix_fs.h 2009-01-31 00:00:35 +05:30
miscdevice.h fuse: move FUSE_MINOR to miscdevice.h 2008-11-26 12:03:54 +01:00
mISDNdsp.h Add mISDN DSP 2008-07-27 01:56:38 +02:00
mISDNhw.h mISDN: Add E-Channel logging features 2009-01-09 22:44:25 +01:00
mISDNif.h BUGFIX: used NULL pointer at ioctl(sk,IMGETDEVINFO,&devinfo) when devinfo.id not registered 2009-01-11 17:55:16 +01:00
mm.h mm: clean up for early_pfn_to_nid() 2009-02-18 15:37:55 -08:00
mm_inline.h inactive_anon_is_low: move to vmscan 2009-01-08 08:31:07 -08:00
mm_types.h NOMMU: Make mmap allocation page trimming behaviour configurable. 2009-01-08 12:04:47 +00:00
mman.h mm: Allow architectures to define additional protection bits 2008-07-09 16:30:45 +10:00
mmdebug.h x86, MM: virtual address debug, cleanups 2008-06-19 13:33:11 +02:00
mmiotrace.h mmiotrace: remove left-over marker cruft 2008-10-14 10:37:17 +02:00
mmtimer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mmu_notifier.h mmu-notifiers: core 2008-07-28 16:30:21 -07:00
mmzone.h mm: fix memmap init for handling memory hole 2009-02-18 15:37:55 -08:00
mnt_namespace.h [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo 2008-04-23 00:05:03 -04:00
mod_devicetable.h Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't known" 2009-01-27 16:06:21 -08:00
module.h module: remove over-zealous check in __module_get() 2009-02-07 08:33:01 -08:00
moduleloader.h module: fix module loading failure of large kernel modules for parisc 2009-01-05 08:40:13 +10:30
moduleparam.h core_param() for genuinely core kernel parameters 2008-10-22 10:00:23 +11:00
mount.h include/linux/mount.h: remove CVS keyword 2008-10-16 11:21:30 -07:00
mpage.h vfs: add hooks for ext4's delayed allocation support 2008-07-11 19:27:31 -04:00
mqueue.h mqueue.h: don't include linux/types.h 2006-11-30 04:40:22 +01:00
mroute.h netns: ipmr: enable namespace support in ipv4 multicast routing code 2009-01-22 13:57:41 -08:00
mroute6.h netns: ip6mr: enable namespace support in ipv6 multicast forwarding code 2008-12-10 16:30:15 -08:00
msdos_fs.h headers_check fix: linux/msdos_fs.h 2009-01-31 00:01:11 +05:30
msg.h ipc: restore MSGPOOL original value 2008-06-06 11:29:12 -07:00
msi.h x86, MSI: pass irq_cfg and irq_desc 2008-12-08 14:31:59 +01:00
mtio.h [SCSI] st: add option to use SILI in variable block reads 2008-04-07 12:15:39 -05:00
mutex-debug.h include/linux: Remove all users of FASTCALL() macro 2008-02-13 16:21:18 -08:00
mutex.h mutex: improve header comment to be actually informative about the API 2008-10-30 19:55:00 +01:00
mv643xx.h [I2C] Split mv643xx I2C platform support 2008-01-26 15:03:59 +00:00
mv643xx_eth.h mv643xx_eth: remove force_phy_addr field 2008-09-05 06:33:59 +02:00
mv643xx_i2c.h [I2C] i2c-mv64xxx: Don't set i2c_adapter.retries 2008-01-26 15:04:01 +00:00
n_r3964.h [PATCH] n_r3964: Use struct pid to track user space clients 2006-12-13 09:05:53 -08:00
namei.h vfs: introduce helper function to safely NUL-terminate symlinks 2008-12-31 18:07:38 -05:00
nbd.h nbd: delete superfluous test for __GNUC__ 2008-04-29 08:06:24 -07:00
ncp.h [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1 2006-01-08 20:14:07 -08:00
ncp_fs.h trivial: fix an -> a typos in documentation and comments 2009-01-06 11:28:07 +01:00
ncp_fs_i.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
ncp_fs_sb.h ncpfs: make sure server connection survives a kill 2007-03-06 13:26:27 +01:00
ncp_mount.h [PATCH] ncpfs: Use struct pid to track the userspace watchdog process 2006-12-13 09:05:53 -08:00
ncp_no.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
neighbour.h headers_check fix: linux/neighbour.h 2009-01-31 00:01:42 +05:30
net.h reintroduce accept4 2008-11-19 18:49:57 -08:00
net_tstamp.h net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
netdevice.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
netfilter.h netfilter: netns: remove nf_*_net() wrappers 2008-10-08 11:35:01 +02:00
netfilter_arp.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
netfilter_bridge.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
netfilter_decnet.h [NETLINK]: Convert netlink users to use group numbers instead of bitmasks 2005-08-29 16:00:54 -07:00
netfilter_ipv4.h netfilter: ip_tables: add iptables security table for mandatory access control rules 2008-06-09 15:57:24 -07:00
netfilter_ipv6.h netfilter: cleanup netfilter_ipv6.h userspace header 2008-07-08 02:36:40 -07:00
netlink.h netlink: add NETLINK_BROADCAST_ERROR socket option 2009-02-20 01:01:08 -08:00
netpoll.h net: Add Generic Receive Offload infrastructure 2008-12-15 23:38:52 -08:00
netrom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs.h Don't include private headers from user-visible parts of include/linux/nfs*.h 2006-04-25 14:51:45 +01:00
nfs2.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nfs3.h nfs: remove unnecessary NFS_NEED_* defines 2008-04-23 16:13:37 -04:00
nfs4.h nfsd: last_byte_offset 2009-01-07 17:38:31 -05:00
nfs4_acl.h remove nfs4_acl_add_ace() 2007-05-09 12:30:54 -07:00
nfs4_mount.h NFS: Add the mount option "nosharecache" 2007-07-10 23:40:48 -04:00
nfs_fs.h optimize attribute timeouts for "noac" and "actimeo=0" 2008-12-23 15:21:56 -05:00
nfs_fs_i.h lockd: stop abusing file_lock_list 2006-03-20 13:44:40 -05:00
nfs_fs_sb.h NFSv4: Remove nfs_client->cl_sem 2008-12-23 15:21:45 -05:00
nfs_idmap.h headers_check fix: linux/nfs_idmap.h 2009-01-31 00:02:27 +05:30
nfs_iostat.h NFS: Move fs/nfs/iostat.h to include/linux 2008-07-09 12:09:17 -04:00
nfs_mount.h NFS: add "[no]resvport" mount option 2008-12-23 15:21:37 -05:00
nfs_page.h NFS: Allow redirtying of a completed unstable write. 2008-07-09 12:09:24 -04:00
nfs_xdr.h NFSv4: Convert the open and close ops to use fmode 2008-12-23 15:21:56 -05:00
nfsacl.h [PATCH] NFSD: Add server support for NFSv3 ACLs. 2005-06-22 16:07:23 -04:00
nfsd_idmap.h knfsd: allow cache_register to return error on failure 2008-02-01 16:42:05 -05:00
nl80211.h nl80211: Provide access to STA TX/RX packet counters 2009-02-27 14:52:39 -05:00
nls.h add consts where appropriate in fs/nls/* 2007-10-17 08:42:58 -07:00
nmi.h [PATCH] x86: fix laptop bootup hang in init_acpi() 2007-02-13 13:26:24 +01:00
node.h mm: show node to memory section relationship with symlinks in sysfs 2009-01-06 15:59:00 -08:00
nodemask.h mempolicy: add bitmap_onto() and bitmap_fold() operations 2008-04-28 08:58:19 -07:00
notifier.h kernel/cpu.c: create a CPU_STARTING cpu_chain notifier 2008-09-08 19:25:24 +02:00
nsc_gpio.h [PATCH] gpio: drop vtable members .gpio_set_high .gpio_set_low gpio_set is enough 2006-07-14 21:53:54 -07:00
nsproxy.h User namespaces: set of cleanups (v2) 2008-11-24 18:57:41 -05:00
nubus.h headers_check fix: linux/nubus.h 2009-01-31 00:15:24 +05:30
numa.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
nvram.h [PATCH] drivers/char/nvram.c: possible cleanups 2005-06-25 16:25:03 -07:00
nwpserial.h serial: Add driver for the Cell Network Processor serial port NWP device 2009-01-08 16:25:18 +11:00
of.h of: Add helpers for finding device nodes which have a given property 2008-11-19 16:05:00 +11:00
of_device.h [POWERPC] Move of_device_get_modalias to drivers/of 2008-05-16 23:22:28 +10:00
of_gpio.h of/gpio: Implement of_gpio_count() 2008-12-21 14:21:14 +11:00
of_i2c.h drivers/of: Add the of_find_i2c_device_by_node function. 2009-01-09 15:49:06 -07:00
of_platform.h of: Fix comment, sparc no longer uses of_device objects on special busses. 2008-12-04 09:16:45 -08:00
of_spi.h spi: Add OF binding support for SPI busses 2008-07-25 22:34:40 -04:00
oom.h mm: have zonelist contains structs with both a zone pointer and zone_idx 2008-04-28 08:58:18 -07:00
oprofile.h oprofile: make new cpu buffer functions part of the api 2009-01-07 22:48:15 +01:00
oxu210hp.h usb host: Oxford OXU210HP HCD driver. 2009-01-07 09:59:50 -08:00
page-flags.h badpage: simplify page_alloc flag check+clear 2009-01-06 15:59:07 -08:00
page-isolation.h memory unplug: page isolation 2007-10-16 09:43:02 -07:00
page_cgroup.h memcg: synchronized LRU 2009-01-08 08:31:05 -08:00
pageblock-flags.h x86 boot: simplify pageblock_bits enum declaration 2008-05-25 10:55:11 +02:00
pagemap.h fs: symlink write_begin allocation context fix 2009-01-04 13:33:20 -08:00
pagevec.h mm: get rid of pagevec_release_nonlru() 2009-01-06 15:59:00 -08:00
param.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
parport.h parport: remove CVS keywords 2008-10-16 11:21:49 -07:00
parport_pc.h parport->dev driver model support 2007-05-08 11:15:05 -07:00
parser.h vfs: Use const for kernel parser table 2008-10-13 10:10:37 -07:00
patchkey.h [PATCH] include/linux/soundcard.h: endianness fix 2005-05-05 16:36:31 -07:00
path.h Introduce path_get() 2008-02-14 21:13:33 -08:00
pci-acpi.h PCI hotplug: introduce functions for ACPI slot detection 2009-01-07 11:13:11 -08:00
pci-aspm.h PCI: disable ASPM per ACPI FADT setting 2008-07-28 14:56:09 -07:00
pci.h PCI: return error on failure to read PCI ROMs 2009-02-04 16:58:41 -08:00
pci_hotplug.h Merge branch 'linus' into release 2009-01-09 03:39:43 -05:00
pci_ids.h Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ 2009-02-24 03:50:29 -08:00
pci_regs.h PCI: pciehp: cleanup register and field definitions 2009-01-07 11:13:22 -08:00
pcieport_if.h PCI-Express AER implemetation: AER core and aerdriver 2006-09-26 17:43:53 -07:00
pda_power.h pda_power: add init and exit function callbacks 2008-05-03 03:39:55 +04:00
percpu.h Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe': 2008-09-05 09:24:30 +02:00
percpu_counter.h Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2009-01-06 17:10:04 -08:00
personality.h Remove the macro get_personality 2008-04-29 08:06:02 -07:00
pfkeyv2.h xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate) 2008-10-05 13:33:42 -07:00
pfn.h generic: make PFN_PHYS explicitly return phys_addr_t 2008-09-14 17:24:26 +02:00
pg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
phantom.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
phonedev.h [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
phonet.h headers_check fix: linux/phonet.h 2009-01-31 00:02:54 +05:30
phy.h phy: power management support 2008-11-28 16:24:56 -08:00
phy_fixed.h phy/fixed.c: rework to not duplicate PHY layer functionality 2008-01-23 19:33:58 -06:00
pid.h pid: implement ns_of_pid 2009-01-08 08:31:12 -08:00
pid_namespace.h pid: generalize task_active_pid_ns 2009-01-08 08:31:12 -08:00
pim.h net: replace __constant_{endian} uses in net headers 2009-02-14 22:58:35 -08:00
pipe_fs_i.h pipe: add documentation and comments 2007-07-10 08:04:16 +02:00
pkt_cls.h headers_check fix: linux/pkt_cls.h 2009-01-31 00:03:40 +05:30
pkt_sched.h pkt_sched: type should be __u32 in header 2009-02-10 17:18:17 -08:00
pktcdvd.h pktcdvd: Convert from class_device to device for block/pktcdvd 2008-01-24 20:40:06 -08:00
platform_device.h PM: Simplify the new suspend/hibernation framework for devices 2009-01-06 10:44:29 -08:00
plist.h kernel-doc: fix plist.h comments 2007-04-17 16:36:26 -07:00
pm.h PM: Split up sysdev_[suspend|resume] from device_power_[down|up] 2009-02-22 10:33:44 -08:00
pm_qos_params.h pm_qos: spelling fixes 2008-08-05 14:33:50 -07:00
pm_wakeup.h PCI: include linux/pm_wakeup.h for device_set_wakeup_capable 2008-07-14 14:30:21 -07:00
pmu.h [POWERPC] Fix drivers/macintosh/mediabay.c when !CONFIG_ADB_PMU 2008-03-13 10:09:27 +11:00
pnp.h Merge branch 'linus' into test 2008-10-23 00:11:07 -04:00
poison.h debugobjects: add timer specific object debugging code 2008-04-30 08:29:53 -07:00
poll.h poll: allow f_op->poll to sleep 2009-01-06 15:59:12 -08:00
posix-timers.h posix-timers: use "struct pid*" instead of "struct task_struct*" 2008-12-12 17:00:07 +01:00
posix_acl.h [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
posix_acl_xattr.h [PATCH] remove <linux/xattr_acl.h> 2005-06-23 09:45:33 -07:00
posix_types.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
power_supply.h power_supply: Add cold to the POWER_SUPPLY_HEALTH report values 2009-01-04 12:17:39 +01:00
ppdev.h fix file specification in comments 2006-10-03 23:01:26 +02:00
ppp-comp.h net: remove CVS keywords 2008-06-11 21:00:38 -07:00
ppp_channel.h net: ppp_generic - introduce net-namespace functionality v2 2009-01-21 15:55:35 -08:00
ppp_defs.h headers_check fix: linux/ppp_defs.h 2009-01-31 00:05:30 +05:30
prctl.h hrtimer: create a "timer_slack" field in the task struct 2008-09-05 21:35:30 -07:00
preempt.h ftrace: trace preempt off critical timings 2008-05-23 20:32:54 +02:00
prefetch.h x86 & generic: change to __builtin_prefetch() 2007-10-19 20:35:04 +02:00
prio_heap.h Fix cpusets update_cpumask 2007-10-19 11:53:41 -07:00
prio_tree.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
proc_fs.h proc: remove fs/proc/proc_misc.c 2008-10-23 18:54:05 +04:00
profile.h profiling: fix up CONFIG_PROC_FS=n build 2008-10-23 08:55:01 -07:00
proportions.h reorder struct prop_local_single to remove padding on 64 bit builds 2008-08-15 17:15:23 +02:00
ptrace.h x86, bts: add fork and exit handling 2008-12-20 09:15:46 +01:00
pwm.h [ARM] pxa: Add bare bones PWM API 2008-05-19 16:25:39 +01:00
pwm_backlight.h [ARM] 5044/1: pwm_bl: add init/notify/exit callbacks 2008-07-03 13:25:05 +01:00
qnx4_fs.h qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types 2009-01-07 21:44:20 +01:00
qnxtypes.h qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types 2009-01-07 21:44:20 +01:00
quicklist.h mm: show quicklist usage in /proc/meminfo 2008-09-02 19:21:38 -07:00
quota.h quota: Unexport dqblk_v1.h and dqblk_v2.h 2009-01-05 08:40:25 -08:00
quotaops.h quota: Improve locking 2009-01-16 18:02:10 +01:00
radeonfb.h include of <linux/types.h> is preferred over <asm/types.h> 2009-01-15 16:39:41 -08:00
radix-tree.h mm lockless pagecache barrier fix 2009-01-05 18:31:12 -08:00
raid_class.h SCSI: convert struct class_device to struct device 2008-04-19 19:10:33 -07:00
ramfs.h mm: tiny-shmem nommu fix 2008-10-02 15:53:13 -07:00
random.h headers_check fix: linux/random.h 2009-01-31 00:05:59 +05:30
ratelimit.h remove ratelimt() 2008-11-12 17:17:17 -08:00
raw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rbtree.h rbtree: add const qualifier to some functions 2009-01-10 06:04:33 -08:00
rcuclassic.h cpumask: convert RCU implementations 2009-01-01 10:12:26 +10:30
rculist.h udp: Use hlist_nulls in UDP RCU code 2008-11-16 19:39:21 -08:00
rculist_nulls.h rcu: Introduce hlist_nulls variant of hlist 2008-11-16 19:37:55 -08:00
rcupdate.h rcu: eliminate synchronize_rcu_xxx macro 2009-01-05 10:18:08 +01:00
rcupreempt.h rcu: just rename call_rcu_bh instead of making it a macro 2008-08-15 17:54:39 +02:00
rcupreempt_trace.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
rcutree.h "Tree RCU": scalable classic RCU implementation 2008-12-18 21:56:04 +01:00
rds.h RDS: Add userspace header 2009-02-26 23:42:11 -08:00
reboot.h kexec jump: remove duplication of kexec_restart_prepare() 2008-08-15 08:35:42 -07:00
reciprocal_div.h [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() 2006-12-13 09:05:49 -08:00
regset.h x86: user_regset user-copy helpers 2008-01-30 13:31:47 +01:00
reiserfs_acl.h [PATCH] reiserfs: ifdef ACL stuff from inode 2006-09-29 09:18:11 -07:00
reiserfs_fs.h include: replace __FUNCTION__ with __func__ 2008-10-16 11:21:30 -07:00
reiserfs_fs_i.h [PATCH] resierfs: avoid tail packing if an inode was ever mmapped 2007-01-23 07:52:06 -08:00
reiserfs_fs_sb.h [PATCH] remember mode of reiserfs journal 2008-10-21 07:49:04 -04:00
reiserfs_xattr.h [PATCH] sanitize ->permission() prototype 2008-07-26 20:53:14 -04:00
relay.h relay: add buffer-only channels; useful for early logging 2008-07-26 12:00:04 -07:00
res_counter.h cgroups: consolidate cgroup documents 2009-01-15 16:39:37 -08:00
resource.h mm: increase the default mlock limit from 32k to 64k 2008-10-30 11:38:45 -07:00
resume-trace.h x86: move tracedata to RODATA 2008-05-25 07:09:47 +02:00
rfkill.h rfkill: strip pointless notifier chain 2008-12-12 14:45:25 -05:00
ring_buffer.h Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2008-12-30 17:31:25 -08:00
rio.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc 2008-05-03 10:01:33 -07:00
rio_drv.h rapidio: remove excess kernel-doc notation 2009-01-06 15:59:28 -08:00
rio_ids.h [PATCH] RapidIO support: core includes 2005-11-07 07:53:46 -08:00
rio_regs.h [PATCH] rapidio: core updates 2005-11-07 07:53:46 -08:00
rmap.h badpage: remove vma from page_remove_rmap 2009-01-06 15:59:07 -08:00
romfs_fs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
root_dev.h [PATCH] Fix broken kernel headers preventing ARM build 2006-07-13 13:21:35 -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 [RSLIB] Support non-canonical GF representations 2007-05-02 11:56:33 +01:00
rtc-v3020.h [PATCH] Add v3020 RTC support 2006-06-25 10:01:14 -07:00
rtc.h rtc: add alarm/update irq interfaces 2009-01-04 13:33:20 -08:00
rtmutex.h include: replace __FUNCTION__ with __func__ 2008-10-16 11:21:30 -07:00
rtnetlink.h netlink: change nlmsg_notify() return value logic 2009-02-24 23:18:28 -08:00
rwsem-spinlock.h include/linux: Remove all users of FASTCALL() macro 2008-02-13 16:21:18 -08:00
rwsem.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
rxrpc.h [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both 2007-04-26 15:48:28 -07:00
sc26198.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scatterlist.h sg: reimplement sg mapping iterator 2008-07-23 14:42:09 +02:00
scc.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
sched.h timers: fix TIMER_ABSTIME for process wide cpu timers 2009-02-11 14:04:21 +01:00
screen_info.h x86_64 EFI boot support: EFI frame buffer driver 2007-11-29 09:24:54 -08:00
sctp.h sctp: Clean up sctp checksumming code 2009-02-16 00:03:10 -08:00
scx200.h [PATCH] scx200_hrt: fix precedence bug manifesting as 27x clock in 1 MHz mode 2006-10-04 07:55:14 -07:00
scx200_gpio.h long vs. unsigned long - low-hanging fruits in drivers 2007-10-14 12:41:51 -07:00
sdla.h [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1 2006-01-08 20:14:07 -08:00
seccomp.h make seccomp zerocost in schedule 2007-07-16 09:05:50 -07:00
securebits.h CRED: Wrap current->cred and a few other accessors 2008-11-14 10:39:18 +11:00
security.h Merge branch 'next' into for-linus 2009-01-07 09:58:22 +11:00
selection.h vt: Fix warnings in selection.h 2007-10-16 09:43:17 -07:00
selinux.h SELinux: use new audit hooks, remove redundant exports 2008-04-19 09:53:46 +10:00
selinux_netlink.h [NETLINK]: Convert netlink users to use group numbers instead of bitmasks 2005-08-29 16:00:54 -07:00
sem.h ipc/sem.c: rewrite undo list locking 2008-07-25 10:53:42 -07:00
semaphore.h Remove __DECLARE_SEMAPHORE_GENERIC 2008-07-24 08:31:21 -04:00
seq_file.h seq_file: properly cope with pread 2009-02-18 15:37:53 -08:00
seq_file_net.h proc: consolidate per-net single-release callers 2008-07-18 04:07:44 -07:00
seqlock.h seqlock: livelock fix 2008-04-25 00:25:08 +02:00
serial.h serial: RS485 ioctl structure uses __u32 include linux/types.h 2009-01-02 10:19:42 -08:00
serial167.h Char: serial167, remove bottomhalf 2008-02-07 08:42:34 -08:00
serial_8250.h Serial: Allow port type to be specified when calling serial8250_register_port. 2009-01-02 10:19:43 -08:00
serial_core.h 8250: fix boot hang with serial console when using with Serial Over Lan port 2009-02-20 17:57:50 -08:00
serial_pnx8xxx.h [PATCH] fix PNX8550 serial breakage 2007-02-14 08:09:52 -08:00
serial_reg.h Serial 8250: handle saving the clear-on-read bits from the LSR and MSR 2007-08-22 19:52:44 -07:00
serial_sci.h serial: Move asm-sh/sci.h to linux/serial_sci.h. 2008-02-26 14:52:45 +09:00
serialP.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
serio.h Input: add support for Wacom W8001 penabled serial touchscreen 2008-11-24 11:41:38 -05:00
sh_intc.h sh: Move the shared INTC code out to drivers/sh/ 2008-10-01 16:13:54 +09:00
shm.h Unexport asm/page.h 2008-02-07 08:42:30 -08:00
shmem_fs.h [PATCH] sanitize ->permission() prototype 2008-07-26 20:53:14 -04:00
signal.h kill_pid_info: don't take now unneeded tasklist_lock 2008-04-30 08:29:34 -07:00
signalfd.h headers_check fix: linux/signalfd.h 2009-01-31 00:06:33 +05:30
skbuff.h Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ 2009-02-24 03:50:29 -08:00
slab.h slab: introduce kzfree() 2009-02-20 17:57:48 -08:00
slab_def.h kmalloc: return NULL instead of link failure 2009-01-27 23:48:59 +02:00
slob_def.h slob: Kill off duplicate kzalloc() definition. 2007-07-17 17:26:43 -07:00
slub_def.h SLUB: dynamic per-cache MIN_PARTIAL 2008-08-05 09:28:47 +03:00
sm501-regs.h sm501: add support for the SM502 programmable PLL 2008-03-04 16:35:13 -08:00
sm501.h sm501: gpio I2C support 2008-07-25 10:53:30 -07:00
smb.h smb.h: do not include linux/time.h in userspace 2008-09-23 08:09:13 -07:00
smb_fs.h include: use get/put_unaligned_* helpers 2008-07-25 10:53:26 -07:00
smb_fs_i.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
smb_fs_sb.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -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
smc91x.h Export smc91x led definitions 2008-09-09 17:41:42 +02:00
smc911x.h smc911x: Add IRQ polarity configuration 2008-10-22 07:00:38 -04:00
smp.h smp_call_function_single(): be slightly less stupid 2009-01-11 03:41:58 +01:00
smp_lock.h Add cycle_kernel_lock() 2008-06-20 14:05:53 -06:00
smsc911x.h smsc911x: allow mac address to be saved before device reset 2009-02-01 00:37:22 -08:00
snmp.h tcp: add some mibs to track collapsing 2008-11-24 21:27:22 -08:00
socket.h RDS: Add AF and PF #defines for RDS sockets 2009-02-26 23:41:38 -08:00
sockios.h net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
som.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sonet.h atm: [suni] add support for setting loopback and framing modes 2008-06-17 16:19:24 -07:00
sony-laptop.h sony-laptop: add a meye-usable include file for camera ops 2007-04-28 22:06:01 -04:00
sonypi.h sony-laptop: add Type4 model 2008-01-24 00:47:27 -05:00
sort.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sound.h headers_check fix: linux/sound.h 2009-01-31 00:07:00 +05:30
soundcard.h sound: Remove OSSlib stuff from linux/soundcard.h 2009-02-10 00:02:54 +01:00
spinlock.h x86: spinlocks: define dummy __raw_spin_is_contended 2009-02-09 08:15:39 -08:00
spinlock_api_smp.h lockdep: spin_lock_nest_lock() 2008-08-11 09:30:24 +02:00
spinlock_api_up.h include/linux/: Spelling fixes 2008-02-03 17:45:46 +02:00
spinlock_types.h spinlock: lockbreak cleanup 2008-01-30 13:31:20 +01:00
spinlock_types_up.h fix raw_spinlock_t vs lockdep 2007-07-19 10:04:49 -07:00
spinlock_up.h spinlock: lockbreak cleanup 2008-01-30 13:31:20 +01:00
splice.h [SPLICE]: Don't assume regular pages in splice_to_pipe() 2008-01-28 14:53:30 -08:00
srcu.h [PATCH] SRCU: report out-of-memory errors 2006-10-04 07:55:30 -07:00
stacktrace.h tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT 2008-11-23 11:53:50 +01:00
stallion.h stallion: use tty_port 2008-07-20 17:12:37 -07:00
start_kernel.h [PATCH] i386: cpu_detect extraction 2006-12-07 02:14:08 +01:00
stat.h utimensat implementation 2007-05-08 11:15:18 -07:00
statfs.h [PATCH] 2TB files: change type of kstatfs entries 2006-03-26 08:57:00 -08:00
stddef.h [PATCH] Generic boolean 2006-10-01 00:39:18 -07:00
stop_machine.h stop_machine: introduce stop_machine_create/destroy. 2009-01-05 08:40:14 +10:30
string.h linux/string.h: fix comment typo 2008-11-02 10:15:07 -08:00
string_helpers.h [SCSI] lib: add generic helper to print sizes rounded to the correct SI range 2008-10-03 11:46:14 -05:00
stringify.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
superhyway.h [PATCH] superhyway: multiple block support and VCR rework 2005-11-07 07:53:28 -08:00
suspend.h Hibernation: Introduce system_entering_hibernation 2009-01-27 02:15:45 -05:00
suspend_ioctls.h Hibernation: Introduce exportable suspend ioctls header (rev. 2) 2008-02-01 18:30:53 -05:00
svga.h Remove "#ifdef __KERNEL__" checks from unexported headers 2008-04-30 08:29:54 -07:00
swab.h byteorder: make swab.h include asm/swab.h like a regular header 2009-01-14 19:56:50 -08:00
swap.h memcg: fix shmem's swap accounting 2009-01-08 08:31:10 -08:00
swapops.h Fix compile error on nommu for is_swap_pte 2008-02-09 11:08:33 -08:00
swiotlb.h swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus() 2008-12-28 09:54:52 +01:00
synclink.h headers_check fix: linux/synclink.h 2009-01-31 00:07:31 +05:30
sys.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
syscalls.h syscall define: fix uml compile bug 2009-02-11 14:25:36 -08:00
sysctl.h net: add ARP notify option for devices 2009-02-01 01:04:33 -08:00
sysdev.h sysdev: Add utility functions for simple int/ulong variable sysdev attributes 2008-07-21 21:55:02 -07:00
sysfs.h x86: sysfs: kill owner field from attribute 2008-10-20 08:52:42 -07:00
sysrq.h [PATCH] debug: add sysrq_always_enabled boot option 2006-12-13 09:05:50 -08:00
sysv_fs.h sysv fs: remove superfluous check for __GNUC__ compiler 2008-04-29 08:06:27 -07:00
task_io_accounting.h Remove Andrew Morton's old email accounts 2008-10-16 11:21:32 -07:00
task_io_accounting_ops.h task IO accounting: move all IO statistics in struct task_io_accounting 2008-07-27 16:12:28 -07:00
taskstats.h headers_check fix: linux/taskstats.h 2009-01-31 00:08:18 +05:30
taskstats_kern.h [PATCH] taskstats: cleanup ->signal->stats allocation 2006-12-07 08:39:34 -08:00
tc.h [TC] MIPS: TURBOchannel update to the driver model 2007-02-09 16:23:15 +00:00
tcp.h tcp: kill eff_sacks "cache", the sole user can calculate itself 2009-03-02 03:00:16 -08:00
telephony.h telephony: trivial: fix up email address 2008-11-11 09:30:23 -08:00
termios.h tty: Add termiox 2008-10-13 09:51:40 -07:00
textsearch.h textsearch: convert kmalloc + memset to kzalloc 2008-07-08 02:38:40 -07:00
textsearch_fsm.h [LIB]: Naive finite state machine based textsearch 2005-06-23 20:59:16 -07:00
tfrc.h [DCCP] ccid3: Finer-grained resolution of sending rates 2006-12-11 14:34:42 -08:00
thermal.h thermal: Create CONFIG_THERMAL_HWMON=n 2008-06-25 19:25:42 -04:00
thread_info.h select: add a poll specific struct to the restart_block union 2008-09-05 21:35:01 -07:00
threads.h cpumask: make CONFIG_NR_CPUS always valid. 2008-12-30 09:05:12 +10:30
tick.h cpumask: convert kernel time functions 2009-01-01 10:12:25 +10:30
tifm.h tifm: fix the MemoryStick host fifo handling code 2008-03-10 18:01:18 -07:00
time.h sched_clock: prevent scd->clock from moving backwards, take #2 2008-12-31 09:53:21 +01:00
timecompare.h timecompare: generic infrastructure to map between two time bases 2009-02-15 22:43:32 -08:00
timer.h Add round_jiffies_up and related routines 2008-11-06 08:42:48 +01:00
timerfd.h timerfd: add flags check 2009-02-18 15:37:53 -08:00
times.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
timex.h linux/timex.h: cleanup for userspace 2008-12-12 17:01:38 +01:00
tiocl.h [PATCH] vt: add TIOCL_GETKMSGREDIRECT 2006-03-31 12:18:56 -08:00
tipc.h [TIPC]: Added subscription cancellation capability 2006-10-18 19:55:22 -07:00
tipc_config.h tipc: Fix skb_under_panic when configuring TIPC without privileges 2008-05-21 14:52:30 -07:00
topology.h sched: add SD_BALANCE_NEWIDLE at MC and CPU level for sched_mc>0 2008-12-19 09:21:55 +01:00
toshiba.h [PATCH] proper prototype for tosh_smm() 2007-02-12 09:48:42 -08:00
tracehook.h tracehook: comment pasto fixes 2008-09-05 14:39:38 -07:00
tracepoint.h tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() 2008-11-16 09:01:36 +01:00
transport_class.h SCSI: convert struct class_device to struct device 2008-04-19 19:10:33 -07:00
trdevice.h [TR]: endiannness annotations 2006-09-28 17:53:59 -07:00
tsacct_kern.h [PATCH] csa: convert CONFIG tag for extended accounting routines 2006-10-01 00:39:29 -07:00
tty.h tty: Introduce some close helpers for ports 2009-01-02 10:19:40 -08:00
tty_driver.h pty: simplify resize 2009-01-02 10:19:36 -08:00
tty_flip.h [PATCH] remove active field from tty buffer structure 2006-06-28 14:59:05 -07:00
tty_ldisc.h tty: Ldisc revamp 2008-07-20 17:12:34 -07:00
typecheck.h split the typecheck macros out of include/linux/kernel.h 2008-07-25 10:53:26 -07:00
types.h linux/types.h: Don't depend on __GNUC__ for __le64/__be64 2009-01-07 11:27:12 -08:00
uaccess.h uaccess: fix parameters inversion for __copy_from_user_inatomic() 2008-09-16 07:44:46 +02:00
ucb1400.h [ARM] 5184/1: Split ucb1400_ts into core and touchscreen 2008-08-20 23:22:22 +01:00
udf_fs_i.h udf: move headers out include/linux/ 2008-04-17 14:22:23 +02:00
udp.h netns: introduce the net_hash_mix "salt" for hashes 2008-06-16 17:14:11 -07:00
uinput.h get rid of input BIT* duplicate defines 2007-10-19 11:53:42 -07:00
uio.h remove odd and misleading comments from uio.h 2007-07-16 09:05:45 -07:00
uio_driver.h uio: make uio_info's name and version const 2009-01-06 10:44:44 -08:00
ultrasound.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 [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references 2006-10-02 07:57:23 -07:00
usb.h USB: add kernel-doc for wusb_dev in struct usb_device 2009-01-27 16:15:36 -08:00
usb_usual.h USB: storage: add last-sector hacks 2009-01-07 10:00:11 -08:00
usbdevice_fs.h USB: remove CVS keywords 2008-07-21 15:15:55 -07:00
user.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
user_namespace.h Fix recursive lock in free_uid()/free_user_ns() 2009-02-27 16:26:21 -08:00
utime.h [PATCH] Create fs/utimes.c 2006-10-01 00:39:19 -07:00
uts.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
utsname.h namespaces: move the UTS namespace under UTS_NS option 2008-02-08 09:22:23 -08:00
uwb.h uwb: improved MAS allocator and reservation conflict handling 2008-12-12 13:00:06 +00:00
vermagic.h module: put modversions in vermagic 2008-05-09 07:45:18 -07:00
veth.h [VETH]: move veth.h to include/linux 2007-12-26 19:36:35 -08: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 headers_check fix: linux/video_decoder.h 2009-01-31 00:09:13 +05:30
video_encoder.h headers_check fix: linux/video_encoder.h 2009-01-31 00:10:11 +05:30
video_output.h Convert from class_device to device for drivers/video 2007-10-12 14:51:04 -07:00
videodev.h headers_check fix: linux/videodev.h 2009-01-31 00:10:59 +05:30
videodev2.h V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. 2009-01-02 17:11:52 -02:00
videotext.h V4L/DVB (8500a): videotext.h: whitespace cleanup 2008-07-26 13:25:25 -03:00
virtio.h virtio: explicit advertisement of driver features 2008-05-02 21:50:50 +10:00
virtio_9p.h virtio: clarify that ABI is usable by any implementations 2008-07-25 12:06:04 +10:00
virtio_balloon.h virtio: avoid implicit use of Linux page size in balloon interface 2008-12-30 09:26:04 +10:30
virtio_blk.h headers_check fix: linux/virtio_blk.h 2009-01-31 00:11:25 +05:30
virtio_config.h virtio: Rename set_features to finalize_features 2008-07-25 12:06:12 +10:00
virtio_console.h headers_check fix: linux/virtio_console.h 2009-01-31 00:12:44 +05:30
virtio_net.h virtio_net: Add support for VLAN filtering in the hypervisor 2009-02-04 16:35:13 -08:00
virtio_pci.h virtio: Don't use PAGE_SIZE for vring alignment in virtio_pci. 2008-12-30 09:25:58 +10:30
virtio_ring.h virtio: hand virtio ring alignment as argument to vring_new_virtqueue 2008-12-30 09:26:03 +10:30
virtio_rng.h virtio: clarify that ABI is usable by any implementations 2008-07-25 12:06:04 +10:00
vmalloc.h vmalloc: add __get_vm_area_caller() 2009-02-18 15:37:53 -08:00
vmstat.h proc: move /proc/zoneinfo boilerplate to mm/vmstat.c 2008-10-23 17:35:04 +04:00
vt.h Console events and accessibility 2007-10-19 11:53:34 -07:00
vt_buffer.h Don't include linux/config.h from anywhere else in include/ 2006-04-26 12:56:16 +01:00
vt_kern.h tty: Remove more special casing and out of place code 2008-10-13 09:51:42 -07:00
w1-gpio.h w1-gpio: add GPIO w1 bus master driver 2008-02-06 10:41:15 -08:00
wait.h wait: prevent exclusive waiter starvation 2009-02-05 12:56:48 -08:00
wanrouter.h wanrouter: Fix ioctl handler declaration. 2008-05-29 01:43:48 -07:00
watchdog.h [WATCHDOG] add WDIOC_GETTIMELEFT ioctl 2006-06-20 19:00:30 +02:00
wimax.h wimax: headers for kernel API and user space interaction 2009-01-07 10:00:16 -08:00
wireless.h mac80211: 802.11w - Configuration of MFP disabled/optional/required 2009-01-29 16:00:05 -05:00
wlp.h wlp: start/stop radio on network interface up/down 2008-11-19 14:47:04 +00:00
wm97xx.h Input: wm9713 - support five wire panels 2008-05-27 01:37:26 -04:00
wm97xx_batt.h [ARM] 5248/1: wm97xx generic battery driver 2008-10-02 22:48:34 +01:00
workqueue.h Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2009-01-26 09:47:56 -08:00
writeback.h fs: remove WB_SYNC_HOLD 2009-01-06 15:59:09 -08:00
x25.h [X25]: allow ITU-T DTE facilities for x25 2006-03-22 00:01:31 -08:00
xattr.h xattr: add missing consts to function arguments 2008-04-29 08:06:06 -07:00
xfrm.h xfrm: Notify changes in UDP encapsulation via netlink 2008-10-28 16:01:07 -07:00
xilinxfb.h [POWERPC] XilinxFB: Allow fixed framebuffer base address 2007-10-12 14:05:17 +10:00
yam.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zconf.h [PATCH] zlib_inflate: Upgrade library code to a recent version 2006-06-22 15:05:58 -07:00
zlib.h [ZLIB]: Move bnx2 driver gzip unpacker into zlib. 2007-10-10 16:53:57 -07:00
zorro.h [PATCH] m68k: Remove some unused definitions in zorro.h 2006-06-23 07:43:00 -07:00
zorro_ids.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zutil.h [PATCH] zlib_inflate: Upgrade library code to a recent version 2006-06-22 15:05:58 -07:00