summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | [PATCH] Revert nmi_known_cpu() check during boot option parsingVenkatesh Pallipadi2007-01-232-9/+1
* | | [PATCH] fix "kvm: add vm exit profiling"Andrew Morton2007-01-231-1/+2
| |/ |/|
* | [PATCH] x86: fix PDA variables to work during bootJames Bottomley2007-01-224-7/+22
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-01-2287-868/+4404
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-01-185553-121727/+242134
| |\ \
| * | | [JFFS2] debug.h: include <linux/sched.h> for current->pidDavid Woodhouse2007-01-131-0/+1
| * | | Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2007-01-113-74/+124
| |\ \ \
| | * | | [MTD] OneNAND: Handle DDP chip boundary during read-while-loadAdrian Hunter2007-01-101-1/+14
| | * | | [MTD] OneNAND: return ecc error code only when 2-bit ecc occursKyungmin Park2007-01-101-3/+3
| | * | | [MTD] OneNAND: Implement read-while-loadAdrian Hunter2007-01-102-32/+43
| | * | | [MTD] OneNAND: fix onenand_wait bug in read ecc errorKyungmin Park2007-01-101-2/+3
| | * | | [MTD] OneNAND: release CPU in cyclesArtem Bityutskiy2007-01-101-7/+9
| | * | | [MTD] OneNAND: add subpage write supportKyungmin Park2007-01-102-14/+44
| | * | | [MTD] OneNAND: fix onenand_wait bugKyungmin Park2007-01-102-24/+17
| * | | | [JFFS2] use the ref_offset macroKyungmin Park2007-01-101-2/+2
| * | | | [JFFS2] Reschedule in loopsArtem Bityutskiy2007-01-102-0/+4
| |/ / /
| * | | [JFFS2] Fix error-path leak in summary scanAmit Choudhary2007-01-021-0/+1
| * | | [JFFS2] add cond_resched() when garbage collecting deletion direntArtem Bityutskiy2006-12-191-0/+2
| * | | [MTD] Nuke IVR leftoversRalf Baechle2006-12-113-209/+0
| * | | [MTD] OneNAND: fix oob handling in recent oob patchKyungmin Park2006-12-111-4/+4
| * | | [MTD] Fix ssfdc blksize typoDavid Woodhouse2006-12-111-1/+1
| * | | [JFFS2] replace kmalloc+memset with kzallocYan Burman2006-12-104-9/+4
| * | | [MTD] Fix SSFDC build for variable blocksize.David Woodhouse2006-12-101-1/+1
| * | | [MTD] ESB2ROM uses PCIRandy Dunlap2006-12-101-1/+1
| * | | [MTD] of_device-based physmap driverVitaly Wool2006-12-083-0/+265
| * | | [MTD] Support combined RedBoot FIS directory and configuration areaRod Whitby2006-12-081-3/+20
| * | | [MTD] NAND: Support for 16-bit bus-width on AT91.Andrew Victor2006-12-081-0/+3
| * | | [MTD] nandsim: bugfix in page addressingArtem Bityutskiy2006-12-081-2/+2
| * | | [MTD] NAND: use SmartMedia ECC byte order for ndfcTimo Lindhorst2006-12-051-0/+1
| * | | [MTD] redboot partition combined fis / config problemYoshinori Sato2006-12-011-0/+3
| * | | [MTD] [NAND] Compile fix in rfc_from4.cMariusz Kozlowski2006-12-011-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-12-011188-10015/+14713
| |\ \ \
| * | | | [MTD] bugfix: DataFlash is not bit writableHaavard Skinnemoen2006-12-011-1/+1
| * | | | [MTD] Remove trailing whitespaceDavid Woodhouse2006-11-309-540/+539
| * | | | [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols.David Woodhouse2006-11-291-9/+9
| * | | | [MTD] return error code from get_mtd_device()Artem Bityutskiy2006-11-295-18/+24
| * | | | [MTD] add get and put methodsArtem Bityutskiy2006-11-292-7/+37
| * | | | [MTD] add get_mtd_device_nm() functionArtem Bityutskiy2006-11-292-0/+39
| * | | | [MTD] NAND: add subpage write supportThomas Gleixner2006-11-295-9/+57
| * | | | [MTD] add MTD_BLKDEVS Kconfig optionJosh Boyer2006-11-292-7/+20
| * | | | [MTD] fix map probe name for cstm_mips_ixxYoichi Yuasa2006-11-291-1/+1
| * | | | [MTD] increase MAX_MTD_DEVICESArtem Bityutskiy2006-11-291-1/+1
| * | | | [MTD] Tidy bitrev usage in rtc_from4.cAndrew Morton2006-11-291-1/+1
| * | | | [MTD] [NAND] fix ifdef option in nand_ecc.cTimo Lindhorst2006-11-291-2/+2
| * | | | [MTD] [NAND] Update CAFÉ driver interrupt handler prototypeDavid Woodhouse2006-11-291-1/+1
| * | | | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2006-11-295-22/+174
| |\ \ \ \
| | * | | | [MTD] OneNAND: Single bit error detectionKyungmin Park2006-11-163-5/+15
| | * | | | [MTD] OneNAND: lock supportKyungmin Park2006-11-162-16/+48
| | * | | | MTD: OneNAND: interrupt based wait supportKyungmin Park2006-11-163-2/+112
| * | | | | [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-2841-125/+53
OpenPOWER on IntegriCloud