summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-13pdc202xx_new: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz1-3/+3
2007-10-13cs5535: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz1-2/+6
2007-10-13amd74xx/via82cxxx: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz2-14/+6
2007-10-13au1xxx: fix au1xxx_set_pio_mode()Bartlomiej Zolnierkiewicz1-4/+3
2007-10-13icside: use ide_tune_dma()Bartlomiej Zolnierkiewicz3-44/+17
2007-10-13ide-pmac: fix PIO setup and enable autotuneBenjamin Herrenschmidt1-8/+12
2007-10-13ide-pmac: use ide_tune_dma() (take 2)Bartlomiej Zolnierkiewicz1-18/+7
2007-10-13ide-pmac: remove pmac_ide_do_setfeature() (take 2)Bartlomiej Zolnierkiewicz4-80/+18
2007-10-13ide-pmac: remove nIEN clearing from pmac_ide_do_setfeature()Bartlomiej Zolnierkiewicz1-1/+0
2007-10-13ide-pmac: use __ide_wait_stat()Bartlomiej Zolnierkiewicz3-35/+7
2007-10-13ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()Bartlomiej Zolnierkiewicz1-11/+1
2007-10-13ide: add __ide_wait_stat() helperBartlomiej Zolnierkiewicz2-62/+45
2007-10-13ide-pmac: remove pmac_ide_{m,u}dma_enable() (take 2)Bartlomiej Zolnierkiewicz1-98/+4
2007-10-13ide-pmac: remove control register messing from pmac_ide_dma_check()Bartlomiej Zolnierkiewicz1-1/+1
2007-10-13ide-pmac: fix set_timings_mdma()Bartlomiej Zolnierkiewicz1-28/+12
2007-10-13ide-pmac: pmac_ide_tune_chipset() fixesBartlomiej Zolnierkiewicz1-11/+16
2007-10-13ide-pmac: don't check kauai_lookup_timing() return valueBartlomiej Zolnierkiewicz1-12/+1
2007-10-13ide: unexport ide_acpi_set_stateAdrian Bunk1-1/+0
2007-10-13ide_platform: set hwif->chipsetBartlomiej Zolnierkiewicz1-1/+1
2007-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse4422-98387/+314955
2007-10-13Merge Linux 2.6.23David Woodhouse1054-21076/+60736
2007-10-13[MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu5-0/+856
2007-10-13[MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bugKevin Hao2-3/+7
2007-10-13[MTD] [NAND] Fix compiler warning in Alauda driverakpm@linux-foundation.org1-1/+1
2007-10-13[JFFS2] Remove stray debugging printkDavid Woodhouse1-3/+1
2007-10-13[JFFS2] Handle dirents on the flash with embedded zero bytes in names.David Woodhouse3-9/+35
2007-10-13[JFFS2] Check for creation of dirents with embedded zero bytes in name.David Woodhouse1-1/+12
2007-10-13[JFFS2] Don't count all 'very dirty' blocks except in debug modeDavid Woodhouse1-1/+3
2007-10-13[JFFS2] Check whether garbage-collection actually obsoleted its victim.David Woodhouse1-2/+12
2007-10-13[JFFS2] Relax threshold for triggering GC due to dirty blocks.David Woodhouse1-1/+1
2007-10-13[MTD] [OneNAND] Fix typo related with recent commitKyungmin Park1-1/+1
2007-10-13KVM: Replace enum by #defineAvi Kivity1-19/+15
2007-10-13KVM: Skip pio instruction when it is emulated, not executedAvi Kivity1-2/+5
2007-10-13KVM: x86 emulator: popfNitin A Kamble1-1/+4
2007-10-13KVM: x86 emulator: fix src, dst value initializationNitin A Kamble1-0/+2
2007-10-13KVM: x86 emulator: jmp absNitin A Kamble1-0/+6
2007-10-13KVM: x86 emulator: leaNitin A Kamble1-1/+4
2007-10-13KVM: X86 emulator: jump conditional shortNitin A Kamble1-2/+13
2007-10-13KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble1-1/+60
2007-10-13KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble1-50/+49
2007-10-13KVM: Improve emulation failure reportingAvi Kivity4-10/+11
2007-10-13KVM: x86 emulator: pushfNitin A Kamble1-2/+9
2007-10-13KVM: x86 emulator: call nearNitin A Kamble1-1/+21
2007-10-13KVM: x86 emulator: push imm8Nitin A Kamble1-3/+14
2007-10-13KVM: VMX: Fix exit qualification width on i386He, Qing1-6/+6
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity4-217/+187
2007-10-13KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity1-9/+10
2007-10-13KVM: MMU: Don't do GFP_NOWAIT allocationsAvi Kivity1-24/+10
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt7-96/+96
2007-10-13KVM: Simplify memory allocationLaurent Vivier2-37/+3