| Commit message (Expand) | Author | Age | Files | Lines |
* | SLUB: Support for performance statistics | Christoph Lameter | 2008-02-07 | 4 | -19/+293 |
* | SLUB: Alternate fast paths using cmpxchg_local | Christoph Lameter | 2008-02-07 | 2 | -5/+92 |
* | SLUB: Use unique end pointer for each slab page. | Christoph Lameter | 2008-02-07 | 2 | -24/+51 |
* | SLUB: Deal with annoying gcc warning on kfree() | Christoph Lameter | 2008-02-07 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-02-07 | 11 | -1002/+1079 |
|\ |
|
| * | [SPARC32]: Use regsets in arch_ptrace(). | David S. Miller | 2008-02-07 | 1 | -68/+47 |
| * | [SPARC64]: Use regsets in arch_ptrace(). | David S. Miller | 2008-02-07 | 1 | -132/+77 |
| * | [SPARC32]: Use regsets for ELF core dumping. | David S. Miller | 2008-02-07 | 1 | -30/+8 |
| * | [SPARC64]: Use regsets for ELF core dumping. | David S. Miller | 2008-02-07 | 2 | -52/+9 |
| * | [SPARC64]: Remove unintentional ptrace debugging messages. | David S. Miller | 2008-02-07 | 1 | -5/+0 |
| * | [SPARC]: Move over to arch_ptrace(). | David S. Miller | 2008-02-07 | 6 | -721/+172 |
| * | [SPARC]: Remove PTRACE_SUN* handling. | David S. Miller | 2008-02-07 | 4 | -32/+2 |
| * | [SPARC]: Kill DEBUG_PTRACE code. | David S. Miller | 2008-02-07 | 2 | -89/+0 |
| * | [SPARC32]: Add user regset support. | David S. Miller | 2008-02-07 | 1 | -1/+284 |
| * | [SPARC64]: Add user regsets. | David S. Miller | 2008-02-07 | 1 | -1/+581 |
| * | [SPARC64]: Fix booting on non-zero cpu. | David S. Miller | 2008-02-07 | 2 | -0/+28 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-02-07 | 66 | -2085/+4848 |
|\ \ |
|
| * | | [MTD] Fix mtdoops.c compilation | David Woodhouse | 2008-02-07 | 1 | -0/+1 |
| * | | [MTD] [NOR] fix startup lock when using multiple nor flash chips | Rizzo Davide | 2008-02-07 | 1 | -1/+1 |
| * | | [MTD] [DOC200x] eccbuf is statically defined and always evaluate to true | Samuel Tardieu | 2008-02-07 | 2 | -3/+3 |
| * | | [MTD] Fix maps/physmap.c compilation with CONFIG_PM | akpm@linux-foundation.org | 2008-02-07 | 1 | -6/+8 |
| * | | [MTD] onenand: Add panic_write function to the onenand driver | Richard Purdie | 2008-02-07 | 1 | -0/+108 |
| * | | [MTD] mtdoops: Use the panic_write function when present | Richard Purdie | 2008-02-07 | 1 | -5/+21 |
| * | | [MTD] Add mtd panic_write function pointer | Richard Purdie | 2008-02-07 | 2 | -0/+26 |
| * | | [MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support. | Scott Wood | 2008-02-07 | 3 | -0/+1254 |
| * | | [MTD] physmap.c: Add support for multiple resources | Stefan Roese | 2008-02-03 | 1 | -58/+104 |
| * | | [MTD] [NAND] Fix misparenthesization introduced by commit 78b65179... | Scott Wood | 2008-02-03 | 1 | -2/+2 |
| * | | Merge git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-02-03 | 13 | -188/+441 |
| |\ \ |
|
| | * | | UBI: do not flush queue on each vtbl change | Artem Bityutskiy | 2008-02-01 | 1 | -1/+1 |
| | * | | UBI: implement atomic LEB change ioctl | Artem Bityutskiy | 2008-01-25 | 3 | -28/+183 |
| | * | | UBI: introduce atomic LEB change ioctl | Artem Bityutskiy | 2008-01-25 | 2 | -21/+47 |
| | * | | UBI: handle zero-length case | Artem Bityutskiy | 2008-01-25 | 1 | -0/+11 |
| | * | | UBI: simplify internal interfaces | Artem Bityutskiy | 2008-01-25 | 3 | -36/+36 |
| | * | | UBI: do not change file pointer while updating | Artem Bityutskiy | 2008-01-25 | 2 | -4/+1 |
| | * | | UBI: add layout volume information | Artem Bityutskiy | 2008-01-25 | 4 | -8/+10 |
| | * | | UBI: fix warnings | Artem Bityutskiy | 2008-01-25 | 2 | -2/+2 |
| | * | | UBI: add sanity check | Artem Bityutskiy | 2008-01-25 | 1 | -1/+6 |
| | * | | UBI: remove bogus assertion | Artem Bityutskiy | 2008-01-25 | 1 | -1/+0 |
| | * | | UBI: bugfix: calculate data offset properly | Artem Bityutskiy | 2008-01-25 | 1 | -1/+1 |
| | * | | UBI: amend array size | Artem Bityutskiy | 2008-01-25 | 1 | -2/+2 |
| | * | | UBI: add auto-resize feature | Artem Bityutskiy | 2008-01-25 | 7 | -26/+121 |
| | * | | UBI: use bit-fields | Artem Bityutskiy | 2008-01-25 | 2 | -19/+9 |
| | * | | UBI: fix warnings | Artem Bityutskiy | 2008-01-25 | 2 | -11/+9 |
| | * | | UBI: get rid of ubi_ltree_slab | Artem Bityutskiy | 2008-01-25 | 3 | -33/+8 |
| * | | | [MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytes | Bryan Wu | 2008-02-03 | 1 | -6/+10 |
| * | | | [MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driver | Bryan Wu | 2008-02-03 | 1 | -3/+0 |
| * | | | [MTD] [NAND] Remove unused variable in plat_nand_remove | Li Zefan | 2008-02-03 | 1 | -0/+2 |
| * | | | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6 | David Woodhouse | 2008-02-03 | 2 | -31/+29 |
| |\ \ \ |
|
| | * | | | [MTD] [OneNAND] Use pre-alloced oob buffer instead of local buffer | Kyungmin Park | 2008-01-29 | 1 | -4/+5 |
| | * | | | [MTD] [OneNAND] Use the u_char instead of char in oobbuf | Sheng Yongjie (Sam | 2008-01-29 | 1 | -1/+1 |