aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-12[MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driverAdrian Hunter4-1/+791
2008-08-12[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter6-9/+11
2008-08-11[MTD] m25p80.c extended jedec supportChen Gong1-39/+47
2008-08-11[MTD] m25p80.c code cleanupChen Gong1-1/+1
2008-08-11[MTD] m25p80.c erase enhanceChen Gong1-8/+40
2008-08-11[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi1-1/+0
2008-08-07[MTD] [NOR] Rename and export new cfi_qry_*() functionsDavid Woodhouse3-27/+31
2008-08-07[MTD] make dataflash write-verify be optionalDavid Brownell2-5/+13
2008-08-07[MTD] Compile fix for dataflash OTP supportDavid Brownell1-1/+1
2008-08-06[MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström2-14/+42
2008-08-06[MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chipsAlexey Korolev3-50/+73
2008-08-06[MTD] [NOR] Add "Spansion" to MTD_CFI_AMDSTD kconfig menu descriptionGeorge G. Davis1-1/+1
2008-08-04[MTD] Remove references to TI 'toto' platform.David Woodhouse6-354/+0
2008-08-02[MTD] Use DIV_ROUND_UPJulia Lawall3-4/+3
2008-08-01[MTD] remove code associated with !CONFIG_PPC_MERGEKumar Gala5-466/+0
2008-08-01[MTD] [OneNAND] Add defines for HF and sync writeAdrian Hunter1-0/+2
2008-08-01[MTD] dataflash OTP supportDavid Brownell6-9/+219
2008-08-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds39-173/+321
2008-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds21-268/+203
2008-08-01Merge branch 'audit.b54' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds3-8/+19
2008-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds7-95/+40
2008-08-01Merge branch 'reg-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds19-0/+3956
2008-08-01Merge branch 'hotfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+5
2008-08-01Merge git://git.infradead.org/battery-2.6Linus Torvalds7-76/+697
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds420-2942/+3357
2008-08-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-14/+20
2008-08-01Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds32-262/+427
2008-08-01au1xmmc: raise segment size limit.Manuel Lauss1-1/+7
2008-08-01mmc_block: use proper sg iteratorsPierre Ossman1-6/+11
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3
2008-08-01mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman1-82/+3
2008-08-01sdhci: check correct return valuePierre Ossman1-1/+1
2008-08-01sdhci: disable DMA for req, not completelyPierre Ossman1-2/+2
2008-08-01sdhci: handle bug in JMB38x for sizes < 4 bytesPierre Ossman3-1/+13
2008-08-01[PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error output.zhangxiliang1-3/+8
2008-08-01[PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang1-1/+1
2008-08-01Re: [PATCH] the loginuid field should be output in all AUDIT_CONFIG_CHANGE audit messageszhangxiliang1-2/+8
2008-08-01kernel/audit.c control character detection is off-by-oneVesa-Matti J Kari1-1/+1
2008-08-01[PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditdEric Paris1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro5-12/+13
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro3-45/+18
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi1-8/+7
2008-08-01[PATCH] devpts: switch to IDAAlexey Dobriyan1-8/+8
2008-08-01[PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan1-5/+5
2008-08-01[PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan1-12/+9
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Al Viro1-1/+3
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro5-22/+35
2008-08-01[PATCH] clean dup2() up a bitAl Viro1-26/+27
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro4-130/+77
2008-08-01[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTLAl Viro1-0/+2