summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2012-05-253-12/+41
|\
| * x86/mce: Add instruction recovery signatures to mce-severity tableTony Luck2012-05-231-0/+10
| * x86/mce: Fix check for processor context when machine check was taken.Tony Luck2012-05-231-6/+10
| * MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-05-231-0/+8
| * x86/mce Add validation check before GHES error is recordedChen Gong2012-04-201-1/+2
| * x86/mce: Avoid reading every machine check bank register twice.Tony Luck2012-04-191-5/+11
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-256-9/+38
|\ \
| * | X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-216-9/+38
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-2418-422/+697
|\ \ \
| * | | KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-161-4/+6
| * | | KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-162-48/+29
| * | | KVM: VMX: Optimize %ds, %es reloadAvi Kivity2012-05-161-5/+31
| * | | KVM: VMX: Fix %ds/%es clobberAvi Kivity2012-05-161-1/+5
| * | | KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel2012-05-141-24/+2
| * | | KVM: VMX: unlike vmcs on fail pathXiao Guangrong2012-05-141-1/+1
| * | | KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa2012-05-061-5/+3
| * | | KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa2012-05-061-55/+56
| * | | KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov2012-05-061-8/+10
| * | | KVM: fix cpuid eax for KVM leafMichael S. Tsirkin2012-05-061-1/+1
| * | | KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-272-14/+24
| * | | KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity2012-04-241-1/+1
| * | | KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-242-5/+11
| * | | KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-241-0/+1
| * | | KVM: Fix page-crossing MMIOAvi Kivity2012-04-191-33/+81
| * | | Merge branch 'linus' into queueMarcelo Tosatti2012-04-1914-312/+237
| |\ \ \
| * | | | KVM: MMU: use page table level macroDavidlohr Bueso2012-04-182-2/+2
| * | | | KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-161-6/+13
| * | | | KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)Avi Kivity2012-04-161-1/+1
| * | | | KVM: x86 emulator: MMX supportAvi Kivity2012-04-162-5/+102
| * | | | KVM: x86 emulator: implement movntpsAvi Kivity2012-04-161-1/+6
| * | | | KVM: x86: emulate movdqaStefan Hajnoczi2012-04-161-8/+2
| * | | | KVM: x86 emulator: add support for vector alignmentAvi Kivity2012-04-161-1/+29
| * | | | KVM: SVM: Auto-load on CPUs with SVMJosh Triplett2012-04-161-0/+7
| * | | | KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa2012-04-082-82/+124
| * | | | KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa2012-04-081-2/+3
| * | | | KVM: x86: add paging gcc optimizationDavidlohr Bueso2012-04-081-1/+1
| * | | | KVM: VMX: Auto-load on CPUs with VMXJosh Triplett2012-04-081-0/+7
| * | | | KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa2012-04-081-73/+43
| * | | | KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-083-17/+36
| * | | | KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa2012-04-081-26/+27
| * | | | kvmclock: remove unneeded EXPORT macroEric B Munson2012-04-081-1/+0
| * | | | KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2012-04-081-0/+22
| * | | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-082-0/+29
| * | | | x86: pvclock: Add flag to indicate that a vm was stopped by the hostEric B Munson2012-04-081-0/+1
| * | | | KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-14/+2
| * | | | KVM: SVM: count all irq windows exitJason Wang2012-04-081-1/+1
| * | | | KVM: x86: expose Intel cpu new features (HLE, RTM) to guestLiu, Jinsong2012-04-081-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-2413-212/+350
|\ \ \ \
| * | | | xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini2012-05-211-0/+4
| * | | | xen/smp: unbind irqworkX when unplugging vCPUs.Konrad Rzeszutek Wilk2012-05-211-0/+1
OpenPOWER on IntegriCloud