aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * | | | | | Don't include <asm/atomic.h> from user-visible part of linux/sem.hDavid Woodhouse2006-04-25
| * | | | | | Partially sanitise linux/sched.h for userspace consumptionDavid Woodhouse2006-04-25
| * | | | | | Don't include <linux/list.h> from user-visible part of reiserfs_xattr.hDavid Woodhouse2006-04-25
| * | | | | | Don't include private headers from user-visible parts of linux/quota.hDavid Woodhouse2006-04-25
| * | | | | | Don't include private headers from user-visible parts of include/linux/nfs*.hDavid Woodhouse2006-04-25
| * | | | | | Don't include <linux/stringify> from user-visible part of linux/net.hDavid Woodhouse2006-04-25
| * | | | | | Don't include <linux/list.h> from user-visible part of linux/msg.hDavid Woodhouse2006-04-25
| * | | | | | Don't include private files from user-visible part of linux/ncp_fs.hDavid Woodhouse2006-04-25
| * | | | | | Sanitise linux/mman.h for userspace consumptionDavid Woodhouse2006-04-25
| * | | | | | Remove gratuitous inclusion of <linux/pci.h> from linux/isdn/tpam.hDavid Woodhouse2006-04-25
| * | | | | | Don't include <linux/device.h> from user-visible part of linux/ipmi.hDavid Woodhouse2006-04-25
| * | | | | | Sanitise linux/i2c.h for userspace consumptionDavid Woodhouse2006-04-25
| * | | | | | Sanitise linux/i2c-algo-ite.h for userspace consumptionDavid Woodhouse2006-04-25
| * | | | | | Include various private files only from within __KERNEL__ in genhd.hDavid Woodhouse2006-04-25
| * | | | | | Export only the appropriate GS_xxx flags to userspace from generic_serial.hDavid Woodhouse2006-04-25
| * | | | | | Use __KERNEL__ to hide kernel-private bits of linux/gameport.hDavid Woodhouse2006-04-25
| * | | | | | Don't include agp_backend.h in user-visible part of agpgart.hDavid Woodhouse2006-04-25
| * | | | | | Include <linux/jiffies.h> from linux/acct.h only in kernel-private part.David Woodhouse2006-04-25
| * | | | | | Remove user-visible references to PAGE_SIZE in include/asm-powerpc/elf.hDavid Woodhouse2006-04-25
* | | | | | | Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-20
|\ \ \ \ \ \ \
| * | | | | | | [RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse2006-06-05
| * | | | | | | [RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse2006-04-21
| * | | | | | | [RBTREE] Add explicit alignment to sizeof(long) for struct rb_node.David Woodhouse2006-04-21
| * | | | | | | [RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse2006-04-21
| * | | | | | | [RBTREE] Add accessor macros for colour and parent fields of rb_nodeDavid Woodhouse2006-04-21
* | | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-06-20
|\ \ \ \ \ \ \ \
| * | | | | | | | [MTD] NAND: Fix breakage all over the placeThomas Gleixner2006-06-20
| * | | | | | | | [MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse2006-06-14
| * | | | | | | | [MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy2006-06-14
| * | | | | | | | [MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel2006-05-30
| * | | | | | | | [MTD] replace MTD_ROM with MTD_GENERIC_TYPEJoern Engel2006-05-30
| * | | | | | | | [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-29
| * | | | | | | | [MTD] Rework the out of band handling completelyThomas Gleixner2006-05-29
| * | | | | | | | [MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner2006-05-29
| * | | | | | | | [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-29
| * | | | | | | | [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-29
| * | | | | | | | [MTD] NAND Fix platform structure and NDFC driverThomas Gleixner2006-05-29
| * | | | | | | | [MTD] NAND modularize write functionThomas Gleixner2006-05-26
| * | | | | | | | [MTD] NAND Modularize read functionThomas Gleixner2006-05-25
| * | | | | | | | [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrlThomas Gleixner2006-05-25
| * | | | | | | | [MTD] Add ECC statistics to struct mtd_infoThomas Gleixner2006-05-25
| * | | | | | | | [MTD] NAND Introduce NAND_NO_READRDY optionThomas Gleixner2006-05-25
| * | | | | | | | [MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner2006-05-23
| * | | | | | | | [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-23
| * | | | | | | | [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-23
| * | | | | | | | [MTD] Remove readv/readv_eccThomas Gleixner2006-05-23
| * | | | | | | | [MTD] Remove nand writev supportThomas Gleixner2006-05-23
| * | | | | | | | [MTD] NAND ECC hwctl function has no return valueThomas Gleixner2006-05-23
| * | | | | | | | Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner2006-05-23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [MTD] Introduce MTD_BIT_WRITEABLEJoern Engel2006-05-22