summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\
| * x86: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-151-0/+12
|\ \
| * | drm/i915/bdw: support GMS and GGMS changesBen Widawsky2013-11-081-0/+12
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1518-214/+489
|\ \ \
| * | | kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois2013-11-131-0/+3
| * | | kvm, cpuid: Fix sparse warningBorislav Petkov2013-11-071-3/+5
| * | | kvm: Delete prototype for non-existent function kvm_check_ioplJosh Triplett2013-11-061-2/+0
| * | | kvm: Delete prototype for non-existent function complete_pioJosh Triplett2013-11-061-1/+0
| * | | hung_task: add method to reset detectorMarcelo Tosatti2013-11-061-0/+1
| * | | pvclock: detect watchdog reset at pvclock readMarcelo Tosatti2013-11-063-0/+15
| * | | kvm: optimize out smp_mb after srcu_read_unlockMichael S. Tsirkin2013-11-061-3/+4
| * | | KVM: x86: trace cpuid emulation when called from emulatorGleb Natapov2013-11-051-1/+1
| * | | KVM: emulator: cleanup decode_register_operand() a bitGleb Natapov2013-11-051-7/+3
| * | | KVM: emulator: check rex prefix inside decode_register()Gleb Natapov2013-11-051-11/+7
| * | | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-2/+3
| |\ \ \
| | * | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
| * | | | KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini2013-11-031-1/+4
| * | | | KVM: x86: emulate SAHF instructionPaolo Bonzini2013-10-311-1/+14
| * | | | kvm/vmx: error message typo fixMichael S. Tsirkin2013-10-311-1/+1
| * | | | KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini2013-10-311-2/+2
| * | | | KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini2013-10-311-1/+10
| * | | | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-303-4/+23
| * | | | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-303-3/+3
| * | | | kvm: Add VFIO deviceAlex Williamson2013-10-302-1/+2
| * | | | kvm: Emulate MOVBEBorislav Petkov2013-10-302-5/+66
| * | | | kvm, emulator: Add initial three-byte insns supportBorislav Petkov2013-10-301-0/+30
| * | | | kvm, emulator: Rename VendorSpecific flagBorislav Petkov2013-10-303-10/+9
| * | | | kvm, emulator: Use opcode lengthBorislav Petkov2013-10-303-6/+11
| * | | | kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-304-14/+63
| * | | | nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka2013-10-281-1/+2
| * | | | nVMX: Fix pick-up of uninjected NMIsJan Kiszka2013-10-281-1/+1
| * | | | KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka2013-10-281-1/+2
| * | | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-1718-70/+150
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-151-2/+2
| * | | | KVM: Move gfn_to_index to x86 specific codeChristoffer Dall2013-10-141-0/+7
| * | | | KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2013-10-102-2/+41
| * | | | KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-036-58/+37
| * | | | KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-031-10/+4
| * | | | KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-033-14/+3
| * | | | KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-032-19/+4
| * | | | KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2013-10-033-6/+34
| * | | | KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-033-3/+24
| * | | | KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2013-10-032-1/+4
| * | | | KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-302-7/+6
| * | | | KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov2013-09-301-0/+20
| * | | | KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov2013-09-301-8/+4
| * | | | KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov2013-09-301-4/+4
| * | | | KVM: nVMX: Amend nested_run_pending logicGleb Natapov2013-09-301-14/+12
| * | | | KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka2013-09-241-4/+14
OpenPOWER on IntegriCloud