summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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-2013-392/+417
|\ \
| * | [MTD] NAND: Fix breakage all over the placeThomas Gleixner2006-06-201-1/+11
| * | [MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy2006-06-141-3/+6
| * | [MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner2006-05-301-11/+0
| * | [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
| * | [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-296-12/+13
| * | [MTD] NAND Consolidate oobinfo handlingThomas Gleixner2006-05-291-3/+2
| * | [MTD] NAND Fix platform structure and NDFC driverThomas Gleixner2006-05-292-2/+5
| * | [MTD] NAND modularize write functionThomas Gleixner2006-05-261-26/+45
| * | [MTD] NAND Modularize read functionThomas Gleixner2006-05-251-8/+8
| * | [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrlThomas Gleixner2006-05-251-0/+13
| * | [MTD] Add ECC statistics to struct mtd_infoThomas Gleixner2006-05-251-0/+14
| * | [MTD] NAND Introduce NAND_NO_READRDY optionThomas Gleixner2006-05-251-0/+4
| * | [MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner2006-05-231-5/+0
| * | [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-231-16/+17
| * | [MTD] Remove read/write _ecc variantsThomas Gleixner2006-05-232-3/+3
| * | [MTD] Remove readv/readv_eccThomas Gleixner2006-05-231-5/+1
| * | [MTD] Remove nand writev supportThomas Gleixner2006-05-231-2/+0
| * | [MTD] NAND ECC hwctl function has no return valueThomas Gleixner2006-05-231-1/+1
| * | Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner2006-05-231-2/+5
| |\ \
| | * | [MTD] Introduce writesizeJoern Engel2006-05-221-2/+5
| * | | [MTD] NAND modularize ECCThomas Gleixner2006-05-231-30/+33
| * | | [MTD] NAND consolidate data typesThomas Gleixner2006-05-231-11/+11
| * | | [MTD] NAND whitespace and formatting cleanupThomas Gleixner2006-05-231-69/+34
| * | | [MTD] Add support for NDFC NAND controllerThomas Gleixner2006-05-231-0/+66
| * | | [MTD] Add platform support for NANDThomas Gleixner2006-05-231-0/+47
| * | | [MTD] Simplify NAND lockingThomas Gleixner2006-05-231-3/+4
| |/ /
| * | Merge git://git.infradead.org/jffs2-xattr-2.6David Woodhouse2006-05-201-0/+40
| |\ \
| | * \ Merge git://git.infradead.org/mtd-2.6KaiGai Kohei2006-05-1915-29/+93
| | |\ \
| | * | | [JFFS2][XATTR] XATTR support on JFFS2 (version. 5)KaiGai Kohei2006-05-131-0/+40
| * | | | [JFFS2] Support new device nodesDavid Woodhouse2006-05-191-0/+6
| | |/ / | |/| |
| * | | [JFFS2] Repack some on-medium structures. ARM is weirder than I thought.David Woodhouse2006-05-161-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-1612-16/+84
| |\ \ \
| * | | | [JFFS2] Don't pack on-medium structures, because GCC emits crappy codeDavid Woodhouse2006-05-151-7/+7
| * | | | [MTD] Clean up <linux/mtd/physmap.h> to fix modular buildDavid Woodhouse2006-05-141-6/+2
| * | | | [MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse2006-05-141-1/+1
| | |/ / | |/| |
| * | | OneNAND: One-Time Programmable (OTP) supportKyungmin Park2006-05-122-0/+10
| * | | OneNAND: handle byte access on BufferRAMKyungmin Park2006-05-121-0/+3
| * | | Finally remove the obnoxious inter_module_xxx()David Woodhouse2006-05-081-9/+0
| * | | [MTD] Convert physmap to platform driverLennert Buytenhek2006-05-071-13/+8
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-0324-101/+407
| |\ \ \
| * | | | Move jffs2_fs_i.h and jffs2_fs_sb.h from include/linux/ to fs/jffs2/David Woodhouse2006-05-032-172/+0
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-1921-29/+698
|\ \ \ \ \
OpenPOWER on IntegriCloud