aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-03-17Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-03-17Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds
2011-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2011-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds
2011-03-17arch/tile: support newer binutils assembler shift semanticsChris Metcalf
2011-03-17Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Chris Metcalf
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds
2011-03-17Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2011-03-17Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds
2011-03-17KVM: unbreak userspace that does not sets tss addressGleb Natapov
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong
2011-03-17KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong
2011-03-17KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong
2011-03-17KVM: fix kvmclock regression due to missing clock updateNikola Ciprich
2011-03-17KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov
2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa
2011-03-17KVM: MMU: remove unused macrosXiao Guangrong
2011-03-17KVM: MMU: cleanup page alloc and freeXiao Guangrong
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong
2011-03-17KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong
2011-03-17KVM: MMU: set spte accessed bit properlyXiao Guangrong
2011-03-17KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong
2011-03-17KVM: better readability of efer_reserved_bitsLai Jiangshan
2011-03-17KVM: Clear async page fault hash after switching to real modeLai Jiangshan
2011-03-17KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov
2011-03-17KVM: VMX: update live TR selector if it changes in real modeGleb Natapov
2011-03-17KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan
2011-03-17KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka
2011-03-17KVM: remove isr_ack logic from PICGleb Natapov
2011-03-17KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka
2011-03-17KVM: SVM: check for progress after IRET interceptionAvi Kivity
2011-03-17KVM: Fix race between nmi injection and enabling nmi windowAvi Kivity
2011-03-17KVM: Drop ad-hoc vendor specific instruction restrictionAvi Kivity
2011-03-17KVM: x86 emulator: vendor specific instructionsAvi Kivity
2011-03-17KVM: Drop bogus x86_decode_insn() error checkAvi Kivity
2011-03-17KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka
2011-03-17KVM: x86: release kvmclock page on resetGlauber Costa
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying