summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2010-03-02dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski
2010-03-02sh: audio support for the sh7722 Migo-R boardGuennadi Liakhovetski
2010-03-02sh: add DMA slave definitions and SIU platform data to sh7722 setupGuennadi Liakhovetski
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren
2010-03-01Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds
2010-03-01DaVinci DM365: Adding support for SPI EEPROMSandeep Paulraj
2010-03-01DaVinci DM365: Adding DM365 SPI supportSandeep Paulraj
2010-03-01DaVinci DM355: Modifications to DM355 SPI supportSandeep Paulraj
2010-03-01DaVinci: SPI: Adding header file for SPI support.Sandeep Paulraj
2010-03-01davinci: dm646x: CDCE clocks: davinci_clk converted to clk_lookupKevin Hilman
2010-03-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2010-03-01Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-03-01KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka
2010-03-01KVM: VMX: Update instruction length on intercepted BPJan Kiszka
2010-03-01KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov
2010-03-01KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa
2010-03-01KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner
2010-03-01KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov
2010-03-01KVM: x86 emulator: code style cleanupWei Yongjun
2010-03-01KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov
2010-03-01KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov
2010-03-01KVM: x86 emulator: Fix popf emulationGleb Natapov
2010-03-01KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov
2010-03-01KVM: x86 emulator: Add group9 instruction decodingGleb Natapov
2010-03-01KVM: x86 emulator: Add group8 instruction decodingGleb Natapov
2010-03-01KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu
2010-03-01KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun
2010-03-01KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun
2010-03-01KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BITSheng Yang
2010-03-01KVM: MMU: Add tracepoint for guest page agingAvi Kivity
2010-03-01KVM: Remove redundant reading of rax on OUT instructionsTakuya Yoshikawa
2010-03-01KVM: VMX: emulate accessed bit for EPTRik van Riel
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel
2010-03-01KVM: VMX: Remove redundant test in vmx_set_efer()Julia Lawall
2010-03-01KVM: ia64: Fix string literal continuation linesJoe Perches
2010-03-01KVM: VMX: Wire up .fpu_activate() callbackAvi Kivity
2010-03-01KVM: fix kvm_fix_hypercall() to return X86EMUL_*Takuya Yoshikawa
2010-03-01KVM: fix load_guest_segment_descriptor() to return X86EMUL_*Takuya Yoshikawa
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin