summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [MTD] [NAND] nandsim: missing header for do_divRandy Dunlap2008-06-051-0/+1
| * | | | [MTD] [NAND] S3C2410: Remove changelog and tidy headerBen Dooks2008-06-041-17/+3
| * | | | [MTD] [NAND] S3C2410: Change printk() into dev_dbg()Ben Dooks2008-06-041-1/+2
| * | | | [MTD] [MAPS] Blackfin Async Flash MapsMike Frysinger2008-06-043-0/+231
| * | | | [MTD] Use list_for_each_entry[_safe] where appropriate.Chris Malley2008-06-043-42/+19
| * | | | MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-04138-279/+3
| * | | | [MTD] [NAND] nandsim: allow for 64-bit sizeAdrian Hunter2008-06-041-14/+21
| * | | | [MTD] [NAND] nandsim: fix overridesizeAdrian Hunter2008-06-041-0/+1
| * | | | [MTD] [NAND] nandsim: fix size bugAdrian Hunter2008-06-041-1/+1
| * | | | [MTD] [OneNAND] Check the ECC status first instead of controllerKyungmin Park2008-06-041-29/+25
| * | | | [MTD] DataFlash: use proper typesDavid Woodhouse2008-06-041-16/+16
| * | | | [MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied...Michael Hennerich2008-06-041-5/+112
| * | | | [MTD] use list_for_each_entry() in del_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
| * | | | [MTD] use list_for_each_entry() in add_mtd_device()matthias@kaehlcke.net2008-06-041-3/+2
| * | | | [MTD] [NAND] excite_nandflash: simplify code using ARRAY_SIZE() macro.Robert P. J. Day2008-06-041-1/+1
| * | | | [MTD] [NAND] fix 2 "unused variable" warnings in cafe_nand.cToralf Förster2008-06-041-2/+4
| * | | | [MTD] [NOR] Add support for Eon EN29SL800B[BT] NOR flash chipsMike Rapoport2008-06-041-0/+35
| * | | | [MTD] [NOR] Add support for flash chips with ID in bank other than 0Mike Rapoport2008-06-041-3/+16
| * | | | [MTD] [NOR] Add support for AMD AM29SL800D[BT] NOR flash chipsMike Rapoport2008-06-041-0/+32
| * | | | [MTD] [NOR] Support for M50FLW080A and M50FLW080BNate Case2008-05-142-0/+36
| * | | | [MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typoAlexander Belyakov2008-05-061-1/+1
* | | | | Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds2008-07-261-11/+12
|\ \ \ \ \
| * | | | | tracehook: comment fixesRoland McGrath2008-07-261-11/+12
* | | | | | m68k: gs: use tty_port fixesGeert Uytterhoeven2008-07-262-55/+56
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-2611-36/+461
|\ \ \ \ \ \
| * | | | | | atmel-mci: debugfs supportHaavard Skinnemoen2008-07-272-0/+191
| * | | | | | mmc: Add per-card debugfs supportHaavard Skinnemoen2008-07-274-0/+74
| * | | | | | mmc: Export internal host state through debugfsHaavard Skinnemoen2008-07-275-0/+179
| * | | | | | imxmmc: fix crash when no platform data is providedPaulius Zaleckas2008-07-271-2/+9
| * | | | | | imxmmc: fix platform resourcesPaulius Zaleckas2008-07-271-27/+6
| * | | | | | imxmmc: remove DEBUG definitionPaulius Zaleckas2008-07-271-6/+0
| * | | | | | mmc_spi: put signals to low power off fixJan Nikitenko2008-07-241-1/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-26126-1535/+1088
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] fix RLIM_NOFILE handlingAl Viro2008-07-263-21/+15
| * | | | | | | [PATCH] get rid of corner case in dup3() entirelyAl Viro2008-07-261-9/+11
| * | | | | | | [PATCH] remove remaining namei_{32,64}.h crapAl Viro2008-07-262-26/+0
| * | | | | | | [PATCH] get rid of indirect users of namei.hAl Viro2008-07-265-2/+4
| * | | | | | | [PATCH] get rid of __user_path_lookup_openAl Viro2008-07-263-18/+10
| * | | | | | | [PATCH] f_count may wrap aroundAl Viro2008-07-2611-39/+27
| * | | | | | | [PATCH] dup3 fixUlrich Drepper2008-07-261-1/+6
| * | | | | | | [PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro2008-07-261-2/+2
| * | | | | | | [PATCH] don't pass nameidata to gfs2_lookupi()Al Viro2008-07-265-8/+8
| * | | | | | | [PATCH] new (local) helper: user_path_parent()Al Viro2008-07-261-80/+57
| * | | | | | | [PATCH] sanitize __user_walk_fd() et.al.Al Viro2008-07-2613-238/+235
| * | | | | | | [PATCH] preparation to __user_walk_fd cleanupAl Viro2008-07-262-9/+11
| * | | | | | | [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-268-21/+17
| * | | | | | | [PATCH] take noexec checks to very few callers that careAl Viro2008-07-263-9/+17
| * | | | | | | Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig2008-07-261-28/+30
| * | | | | | | [patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi2008-07-263-26/+7
| * | | | | | | [patch 3/4] fat: dont call notify_changeMiklos Szeredi2008-07-262-1/+15
OpenPOWER on IntegriCloud