summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26116-116/+0
* Don't include <linux/config.h> and <linux/linkage.h> from linux/socket.hDavid Woodhouse2006-04-251-2/+0
* Don't include private headers from user-visible part of linux/ext3_fs.hDavid Woodhouse2006-04-251-5/+2
* Don't include private headers from user-visible part of linux/ext2_fs.hDavid Woodhouse2006-04-251-1/+1
* Don't include private headers from user-visible part of linux/smb_fs.hDavid Woodhouse2006-04-251-2/+2
* Sanitise linux/sunrpc/debug.h for userspace consumptionDavid Woodhouse2006-04-251-13/+12
* Don't export CONFIG_COMPAT stuff in linux/usbdevice_fs.h to userspaceDavid Woodhouse2006-04-251-0/+2
* Don't include <linux/spinlock.h> from user-visible part of linux/wanrouter.hDavid Woodhouse2006-04-251-2/+2
* Don't include private headers from user-visible part of linux/signal.hDavid Woodhouse2006-04-251-2/+2
* Don't include <asm/atomic.h> from user-visible part of linux/sem.hDavid Woodhouse2006-04-251-1/+1
* Partially sanitise linux/sched.h for userspace consumptionDavid Woodhouse2006-04-251-8/+10
* Don't include <linux/list.h> from user-visible part of reiserfs_xattr.hDavid Woodhouse2006-04-251-1/+1
* Don't include private headers from user-visible parts of linux/quota.hDavid Woodhouse2006-04-251-2/+2
* Don't include private headers from user-visible parts of include/linux/nfs*.hDavid Woodhouse2006-04-253-27/+26
* Don't include <linux/stringify> from user-visible part of linux/net.hDavid Woodhouse2006-04-251-1/+1
* Don't include <linux/list.h> from user-visible part of linux/msg.hDavid Woodhouse2006-04-251-1/+1
* Don't include private files from user-visible part of linux/ncp_fs.hDavid Woodhouse2006-04-251-3/+2
* Sanitise linux/mman.h for userspace consumptionDavid Woodhouse2006-04-251-5/+8
* Remove gratuitous inclusion of <linux/pci.h> from linux/isdn/tpam.hDavid Woodhouse2006-04-251-1/+0
* Don't include <linux/device.h> from user-visible part of linux/ipmi.hDavid Woodhouse2006-04-251-1/+1
* Sanitise linux/i2c.h for userspace consumptionDavid Woodhouse2006-04-251-3/+6
* Sanitise linux/i2c-algo-ite.h for userspace consumptionDavid Woodhouse2006-04-251-2/+5
* Include various private files only from within __KERNEL__ in genhd.hDavid Woodhouse2006-04-251-6/+6
* Export only the appropriate GS_xxx flags to userspace from generic_serial.hDavid Woodhouse2006-04-251-2/+4
* Use __KERNEL__ to hide kernel-private bits of linux/gameport.hDavid Woodhouse2006-04-251-0/+6
* Don't include agp_backend.h in user-visible part of agpgart.hDavid Woodhouse2006-04-251-2/+1
* Include <linux/jiffies.h> from linux/acct.h only in kernel-private part.David Woodhouse2006-04-251-1/+1
* [NETFILTER]: Fix compat_xt_counters alignment for non-x86Patrick McHardy2006-04-241-0/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-201-0/+7
|\
| * [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-201-0/+7
* | [PATCH] memory_hotplug.h cleanupAdrian Bunk2006-04-201-3/+0
|/
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-04-192-0/+13
|\
| * NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2006-04-191-0/+1
| * NFS: fix PROC_FS=n compile errorAdrian Bunk2006-04-191-0/+12
* | [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDCAdrian Bunk2006-04-191-1/+0
* | [PATCH] ide: ATI SB600 IDE supportAnatoli Antonovitch2006-04-191-0/+4
* | [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-2/+1
|/
* [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle2006-04-191-1/+1
* [PATCH] kill unushed __put_task_struct_cbEric W. Biederman2006-04-141-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-04-141-0/+4
|\
| * [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2006-04-131-0/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-04-143-9/+34
|\ \
| * | [PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk2006-04-141-7/+0
| * | [PATCH] PCI: fix sparse warning about pci_bus_flagsRoland Dreier2006-04-141-1/+1
| * | [PATCH] pci_ids.h: correct naming of 1022:7450 (AMD 8131 Bridge)John W. Linville2006-04-141-1/+2
| * | [PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li2006-04-141-0/+31
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-04-144-0/+17
|\ \ \
| * | | [PATCH] pm: print name of failed suspend functionAndrew Morton2006-04-141-0/+8
| * | | [PATCH] BLOCK: delay all uevents until partition table is scannedKay Sievers2006-04-141-0/+1
| * | | [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-142-0/+8
| |/ /