summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | linux/blkpg.h needs <linux/compiler.h> for __userDavid Woodhouse2006-04-271-0/+1
| | * | | | | | | Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.hDavid Woodhouse2006-04-272-4/+4
| | * | | | | | | Add standard include guard to asm-generic/signal and use compiler.hDavid Woodhouse2006-04-271-0/+7
| | * | | | | | | Don't include implementation details from asm-s390/ptrace.h and page.hDavid Woodhouse2006-04-272-5/+6
| | * | | | | | | Sanitise linux/sched.h for userspace consumptionDavid Woodhouse2006-04-271-39/+37
| | * | | | | | | 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
| * | | | | | | | Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-202-6/+22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse2006-06-051-11/+11
| | * | | | | | | | [RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse2006-04-221-1/+1
| | * | | | | | | | [RBTREE] Add explicit alignment to sizeof(long) for struct rb_node.David Woodhouse2006-04-211-1/+2
| | * | | | | | | | [RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse2006-04-211-13/+19
| | * | | | | | | | [RBTREE] Add accessor macros for colour and parent fields of rb_nodeDavid Woodhouse2006-04-211-0/+9
| * | | | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-06-2015-418/+482
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [MTD] NAND: Fix breakage all over the placeThomas Gleixner2006-06-201-1/+11
| | * | | | | | | | | [MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse2006-06-141-1/+2
| | * | | | | | | | | [MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy2006-06-141-3/+6
| | * | | | | | | | | [MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel2006-05-301-2/+2
| | * | | | | | | | | [MTD] replace MTD_ROM with MTD_GENERIC_TYPEJoern Engel2006-05-301-1/+1
| | * | | | | | | | | [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-302-11/+27
| | * | | | | | | | | [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-292-10/+50
| | * | | | | | | | | [MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner2006-05-291-15/+1
OpenPOWER on IntegriCloud