summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MTD] RBTX4939 map driverAtsushi Nemoto2009-03-203-0/+215
* [MTD] TXx9 SoC NAND Flash Memory Controller driverAtsushi Nemoto2009-03-203-0/+435
* [MTD] RBTX4939: add MTD supportAtsushi Nemoto2009-03-202-0/+166
* [MTD] [NAND] TXx9: add NDFMC supportAtsushi Nemoto2009-03-208-0/+98
* [JFFS2] jffs2_acl_count() tests < 0 on unsignedRoel Kluin2009-03-201-2/+2
* [MTD] partitioning utility predicatesDavid Brownell2009-03-204-34/+24
* [MTD] we don't need no misc devicesDavid Brownell2009-03-206-6/+0
* [MTD] [NAND] davinci: drop usage of cpu_is_* macroKevin Hilman2009-03-201-3/+0
* [MTD] [NAND] fix broken debug messagesDavid Brownell2009-03-201-4/+4
* [MTD] [NAND] davinci_nand driverDavid Brownell2009-03-204-0/+672
* [MTD] [NAND] fix "raw" reads with ECC syndrome layoutsDavid Brownell2009-03-201-4/+95
* [JFFS2] kmem_cache_alloc/memset -> kmem_cache_zallocWei Yongjun2009-03-201-4/+2
* [MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()Mike Frysinger2009-03-201-1/+1
* [MTD] [NAND] Blackfin NFC Driver: mark bf5xx_nand_add_partition() as __devinitMike Frysinger2009-03-201-1/+1
* [MTD] [NAND] Blackfin NFC Driver: do not clobber DMAC1_PERIMUXMike Frysinger2009-03-201-8/+6
* aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer2009-03-191-2/+3
* eventfd: remove fput() call from possible IRQ contextDavide Libenzi2009-03-191-10/+27
* Move cc-option to below arch-specific setupLinus Torvalds2009-03-191-1/+3
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-03-198-40/+48
|\
| * [S390] make page table upgrade work againMartin Schwidefsky2009-03-182-14/+35
| * [S390] make page table walking more robustMartin Schwidefsky2009-03-183-5/+6
| * [S390] Dont check for pfn_valid() in uaccess_pt.cGerald Schaefer2009-03-181-18/+0
| * [S390] ftrace/mcount: fix kernel stack backchainHeiko Carstens2009-03-181-2/+4
| * [S390] topology: define SD_MC_INIT to fix performance regressionHeiko Carstens2009-03-181-0/+2
| * [S390] __div64_31 broken for CONFIG_MARCH_G5Martin Schwidefsky2009-03-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-03-191-2/+2
|\ \
| * | HID: fix waitqueue usage in hiddevJohannes Weiner2009-03-101-1/+1
| * | HID: fix incorrect free in hiddevJohannes Weiner2009-03-101-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-03-193-3/+59
|\ \ \
| * | | Btrfs: Clear space_info full when adding new devicesChris Mason2009-03-101-0/+6
| * | | Btrfs: Fix locking around adding new space_infoChris Mason2009-03-103-3/+53
* | | | Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds2009-03-191-12/+11
* | | | Add '-fwrapv' to gcc CFLAGSLinus Torvalds2009-03-191-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-03-1839-12237/+0
|\ \ \ \
| * | | | Staging: benet: remove driver now that it is merged in drivers/net/Greg Kroah-Hartman2009-03-1839-12237/+0
* | | | | Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-03-182-2/+5
|\ \ \ \ \
| * | | | | nfsd: nfsd should drop CAP_MKNOD for non-rootJ. Bruce Fields2009-03-171-2/+4
| * | | | | NFSD: provide encode routine for OP_OPENATTRBenny Halevy2009-03-171-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-03-189-840/+1069
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc/ps3: ps3_defconfig updatesGeoff Levand2009-03-181-60/+190
| * | | | Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-03-18131-1835/+3138
| |\ \ \ \
| | * | | | powerpc/mm: Respect _PAGE_COHERENT on classic ppc32 SWKumar Gala2009-03-171-3/+3
| | * | | | powerpc/5200: Enable CPU_FTR_NEED_COHERENT for MPC52xxPiotr Ziecik2009-03-171-1/+3
| * | | | | ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven2009-03-136-776/+873
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-03-181-12/+14
|\ \ \ \ \ \
| * | | | | | module: fix refptr allocation and release orderMasami Hiramatsu2009-03-181-12/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-03-1814-28/+72
|\ \ \ \ \ \
| * | | | | | USB: storage: Unusual USB device Prolific 2507 variation addedThomas Bartosik2009-03-171-1/+3
| * | | | | | USB: Add device id for Option GTM380 to option driverAchilleas Kotsis2009-03-171-0/+2
| * | | | | | USB: Add Vendor/Product ID for new CDMA U727 to option driverDirk Hohndel2009-03-171-0/+2
OpenPOWER on IntegriCloud