aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [MTD] [NAND] Add NAND manufacturer AMD.Steven J. Hill2007-07-231-0/+1
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-231713-65163/+145651
| |\ \ \ \ \ \ \
| * | | | | | | | [MTD] Add sync/unblank function to mtdoopsRichard Purdie2007-07-111-23/+34
| * | | | | | | | [MTD] Remove Ocelot G support from DiskOnChip drivers.Yoichi Yuasa2007-07-112-4/+0
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-11402-76012/+18260
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [MTD] [ONENAND] Make onenand_sim compile on non-ARM platforms.David Woodhouse2007-07-101-9/+9
| * | | | | | | | | [MTD] [NOR] add FUJITSU MBM29F800BA and ST M29F800AB descriptionsPhilippe De Muyter2007-07-051-0/+36
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-0475-1919/+807
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [MTD] [CHIPS] fix tiny spelling error in comment in cfi_cmdset_0001.cJesper Juhl2007-07-041-1/+1
| * | | | | | | | | | [MTD] OneNAND Simulator supportKyungmin Park2007-06-303-0/+505
| * | | | | | | | | | [MTD] [OneNAND] 2X program supportKyungmin Park2007-06-302-27/+128
| * | | | | | | | | | [MTD] remove dead MTD_PMC551_APERTURE_SIZE optionAdrian Bunk2007-06-291-4/+0
| * | | | | | | | | | [MTD] Use proper binary multiple prefixes in pmc551 driverDavid Woodhouse2007-06-291-12/+11
| * | | | | | | | | | [MTD] [NAND] cafe_nand.c: the OLPC laptop is not available for $100Adrian Bunk2007-06-291-1/+1
| * | | | | | | | | | [MTD] [MAPS] Cleanup nettel map driverAdrian Bunk2007-06-281-59/+2
| * | | | | | | | | | [MTD] [NOR] Use NULL instead of 0 for pointer to shut sparse up.Randy Dunlap2007-06-281-4/+4
| * | | | | | | | | | [MTD] Use mutex instead of semaphore in dataflash driverMatthias Kaehlcke2007-06-281-8/+9
| * | | | | | | | | | [MTD] m25p80: Use correct units for binary multiplesDavid Woodhouse2007-06-281-9/+9
| * | | | | | | | | | [MTD] m25p80 handles more chips, uses JEDEC ids and small eraseblocksDavid Brownell2007-06-282-57/+194
| * | | | | | | | | | [MTD] m25p80 converted to mutexDavid Brownell2007-06-281-16/+17
| * | | | | | | | | | [MTD] [NAND] Change NDFC driver to support 405 platforms tooStefan Roese2007-06-282-2/+10
| * | | | | | | | | | [MTD] mtdcore.c: share syms with mtd_blkdev.cBen Dooks2007-06-283-3/+15
| * | | | | | | | | | [MTD] [NOR] cfi_cmdset_0001.c: sparse fixesBen Dooks2007-06-281-2/+2
| * | | | | | | | | | [MTD] [NOR] cfi_cmdset_0002.c: fix 'cfi_amdstd_erase_varsize' to be staticBen Dooks2007-06-281-1/+1
| * | | | | | | | | | [MTD] mtd_blkdevs.c: do not export 'mtd_blktrans_ops'Ben Dooks2007-06-281-1/+1
| * | | | | | | | | | [MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks2007-06-281-4/+4
| * | | | | | | | | | [MTD] oops and panic message logging to MTD deviceRichard Purdie2007-06-283-0/+374
| * | | | | | | | | | [MTD] [NAND] at91_nand rdy_pin fixIvan Kuten2007-06-281-1/+4
| * | | | | | | | | | [MTD] Remove references to ROOT_DEV from map drivers.David Woodhouse2007-06-282-5/+0
| * | | | | | | | | | [MTD] Only call mtd->sync() method in mtdchar close if opened for write.Joakim Tjernlund2007-06-281-1/+2
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-10-1317-1844/+4733
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | KVM: Skip pio instruction when it is emulated, not executedAvi Kivity2007-10-131-2/+5
| * | | | | | | | | | | KVM: x86 emulator: popfNitin A Kamble2007-10-131-1/+4
| * | | | | | | | | | | KVM: x86 emulator: fix src, dst value initializationNitin A Kamble2007-10-131-0/+2
| * | | | | | | | | | | KVM: x86 emulator: jmp absNitin A Kamble2007-10-131-0/+6
| * | | | | | | | | | | KVM: x86 emulator: leaNitin A Kamble2007-10-131-1/+4
| * | | | | | | | | | | KVM: X86 emulator: jump conditional shortNitin A Kamble2007-10-131-2/+13
| * | | | | | | | | | | KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble2007-10-131-1/+60
| * | | | | | | | | | | KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble2007-10-131-50/+49
| * | | | | | | | | | | KVM: Improve emulation failure reportingAvi Kivity2007-10-134-10/+11
| * | | | | | | | | | | KVM: x86 emulator: pushfNitin A Kamble2007-10-131-2/+9
| * | | | | | | | | | | KVM: x86 emulator: call nearNitin A Kamble2007-10-131-1/+21
| * | | | | | | | | | | KVM: x86 emulator: push imm8Nitin A Kamble2007-10-131-3/+14
| * | | | | | | | | | | KVM: VMX: Fix exit qualification width on i386He, Qing2007-10-131-6/+6
| * | | | | | | | | | | KVM: Move main vcpu loop into subarch independent codeAvi Kivity2007-10-134-217/+187
| * | | | | | | | | | | KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity2007-10-131-9/+10
| * | | | | | | | | | | KVM: MMU: Don't do GFP_NOWAIT allocationsAvi Kivity2007-10-131-24/+10
| * | | | | | | | | | | KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-137-96/+96
| * | | | | | | | | | | KVM: Simplify memory allocationLaurent Vivier2007-10-132-37/+3
| * | | | | | | | | | | KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell2007-10-133-9/+12