summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter2008-02-072-5/+92
* SLUB: Use unique end pointer for each slab page.Christoph Lameter2008-02-072-24/+51
* SLUB: Deal with annoying gcc warning on kfree()Christoph Lameter2008-02-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-0711-1002/+1079
|\
| * [SPARC32]: Use regsets in arch_ptrace().David S. Miller2008-02-071-68/+47
| * [SPARC64]: Use regsets in arch_ptrace().David S. Miller2008-02-071-132/+77
| * [SPARC32]: Use regsets for ELF core dumping.David S. Miller2008-02-071-30/+8
| * [SPARC64]: Use regsets for ELF core dumping.David S. Miller2008-02-072-52/+9
| * [SPARC64]: Remove unintentional ptrace debugging messages.David S. Miller2008-02-071-5/+0
| * [SPARC]: Move over to arch_ptrace().David S. Miller2008-02-076-721/+172
| * [SPARC]: Remove PTRACE_SUN* handling.David S. Miller2008-02-074-32/+2
| * [SPARC]: Kill DEBUG_PTRACE code.David S. Miller2008-02-072-89/+0
| * [SPARC32]: Add user regset support.David S. Miller2008-02-071-1/+284
| * [SPARC64]: Add user regsets.David S. Miller2008-02-071-1/+581
| * [SPARC64]: Fix booting on non-zero cpu.David S. Miller2008-02-072-0/+28
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-0766-2085/+4848
|\ \
| * | [MTD] Fix mtdoops.c compilationDavid Woodhouse2008-02-071-0/+1
| * | [MTD] [NOR] fix startup lock when using multiple nor flash chipsRizzo Davide2008-02-071-1/+1
| * | [MTD] [DOC200x] eccbuf is statically defined and always evaluate to trueSamuel Tardieu2008-02-072-3/+3
| * | [MTD] Fix maps/physmap.c compilation with CONFIG_PMakpm@linux-foundation.org2008-02-071-6/+8
| * | [MTD] onenand: Add panic_write function to the onenand driverRichard Purdie2008-02-071-0/+108
| * | [MTD] mtdoops: Use the panic_write function when presentRichard Purdie2008-02-071-5/+21
| * | [MTD] Add mtd panic_write function pointerRichard Purdie2008-02-072-0/+26
| * | [MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood2008-02-073-0/+1254
| * | [MTD] physmap.c: Add support for multiple resourcesStefan Roese2008-02-031-58/+104
| * | [MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...Scott Wood2008-02-031-2/+2
| * | Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-02-0313-188/+441
| |\ \
| | * | UBI: do not flush queue on each vtbl changeArtem Bityutskiy2008-02-011-1/+1
| | * | UBI: implement atomic LEB change ioctlArtem Bityutskiy2008-01-253-28/+183
| | * | UBI: introduce atomic LEB change ioctlArtem Bityutskiy2008-01-252-21/+47
| | * | UBI: handle zero-length caseArtem Bityutskiy2008-01-251-0/+11
| | * | UBI: simplify internal interfacesArtem Bityutskiy2008-01-253-36/+36
| | * | UBI: do not change file pointer while updatingArtem Bityutskiy2008-01-252-4/+1
| | * | UBI: add layout volume informationArtem Bityutskiy2008-01-254-8/+10
| | * | UBI: fix warningsArtem Bityutskiy2008-01-252-2/+2
| | * | UBI: add sanity checkArtem Bityutskiy2008-01-251-1/+6
| | * | UBI: remove bogus assertionArtem Bityutskiy2008-01-251-1/+0
| | * | UBI: bugfix: calculate data offset properlyArtem Bityutskiy2008-01-251-1/+1
| | * | UBI: amend array sizeArtem Bityutskiy2008-01-251-2/+2
| | * | UBI: add auto-resize featureArtem Bityutskiy2008-01-257-26/+121
| | * | UBI: use bit-fieldsArtem Bityutskiy2008-01-252-19/+9
| | * | UBI: fix warningsArtem Bityutskiy2008-01-252-11/+9
| | * | UBI: get rid of ubi_ltree_slabArtem Bityutskiy2008-01-253-33/+8
| * | | [MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu2008-02-031-6/+10
| * | | [MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu2008-02-031-3/+0
| * | | [MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan2008-02-031-0/+2
| * | | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2008-02-032-31/+29
| |\ \ \
| | * | | [MTD] [OneNAND] Use pre-alloced oob buffer instead of local bufferKyungmin Park2008-01-291-4/+5
| | * | | [MTD] [OneNAND] Use the u_char instead of char in oobbufSheng Yongjie (Sam2008-01-291-1/+1
| | * | | [MTD] [OneNAND] Check the initial bad block using ONENAND_CTRL_ERRORKyungmin Park2008-01-291-4/+2