summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Sanitise linux/audit.h for userspace consumption, split elf-em.h from elf.hDavid Woodhouse2006-04-273-60/+47
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26836-839/+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
* Move comment in mtd-abi.h to stop confusing unifdefDavid Woodhouse2006-04-251-2/+3
* 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
* Remove user-visible references to PAGE_SIZE in include/asm-powerpc/elf.hDavid Woodhouse2006-04-251-4/+3
* [NETFILTER]: Fix compat_xt_counters alignment for non-x86Patrick McHardy2006-04-241-0/+4
* [SPARC]: __NR_sys removalOGAWA Hirofumi2006-04-242-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-04-234-36/+77
|\
| * [PARISC] Make ioremap default to _nocacheKyle McMartin2006-04-211-12/+5
| * [PARISC] Add new entries to the syscall tableKyle McMartin2006-04-211-1/+7
| * [PARISC] Further work for multiple page sizesHelge Deller2006-04-212-23/+65
* | powerpc: Fix define_machine so machine_is() works from modulesPaul Mackerras2006-04-231-1/+5
* | [PATCH] powerpc: IOMMU support for honoring dma_maskOlof Johansson2006-04-211-3/+4
|/
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-201-1/+2
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-201-1/+2
| |\
| | * [PATCH] softmac: fix event sendingJohannes Berg2006-04-191-1/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-202-0/+8
|\ \ \ | |/ / |/| |
| * | [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-202-0/+8
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-04-202-2/+2
|\ \ \
| * | | [SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller2006-04-192-2/+2
| |/ /
* | | [PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2Eric Dumazet2006-04-201-2/+2
* | | [PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2006-04-204-5/+47
* | | [PATCH] memory_hotplug.h cleanupAdrian Bunk2006-04-201-3/+0
* | | [PATCH] xtensa: Fix TIOCGICOUNT macroChris Zankel2006-04-201-1/+1
|/ /
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-04-192-0/+13
|\ \ | |/ |/|
OpenPOWER on IntegriCloud