summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-162-4/+6
* KVM: Add reset/restore rtc_status supportYang Zhang2013-04-162-0/+11
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-162-11/+19
* KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-161-1/+1
* KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka2013-04-141-1/+5
* KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka2013-04-141-8/+12
* KVM: nVMX: Rework event injection and recoveryJan Kiszka2013-04-141-35/+64
* KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka2013-04-141-7/+2Star
* KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov2013-04-141-1/+1
* KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov2013-04-141-2/+3
* KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-143-5/+11
* KVM: emulator: fix unimplemented instruction detectionGleb Natapov2013-04-141-3/+4
* KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf2013-04-111-3/+12
* KVM: Move kvm_rebooting declaration out of x86Geoff Levand2013-04-081-1/+0Star
* KVM: Move kvm_spurious_fault to x86.cGeoff Levand2013-04-081-0/+7
* KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-081-3/+0Star
* KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka2013-04-081-1/+2
* KVM: x86: fix memory leak in vmx_initYang Zhang2013-04-081-1/+3
* KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka2013-04-071-1/+1
* KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-072-51/+0Star
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-072-4/+8
* pmu: prepare for migration supportPaolo Bonzini2013-04-023-6/+14
* KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-212-8/+7Star
* KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-212-7/+3Star
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-2110-45/+82
|\
| * Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-03-202-35/+33Star
| |\
| | * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-192-29/+22Star
| | * KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-191-0/+5
| | * KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-181-9/+9
| * | perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
| * | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-152-0/+10
| * | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
| * | x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
| * | x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-071-1/+15
| * | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-071-1/+3
| * | x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-071-3/+2Star
| * | x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-071-2/+8
| * | x86, smpboot: Remove unused variableBorislav Petkov2013-03-061-2/+1Star
| |/
* | KVM: x86: correctly initialize the CS base on resetPaolo Bonzini2013-03-202-7/+2Star
* | KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka2013-03-181-26/+4Star
* | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-143-1/+20
* | KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-142-0/+4
* | KVM: nVMX: Add preemption timer supportJan Kiszka2013-03-143-5/+20
* | KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2013-03-142-1/+14
* | KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2013-03-132-4/+8
* | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-136-45/+93
* | KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti2013-03-131-2/+5
* | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-124-19/+9Star
* | VMX: x86: handle host TSC calibration failureMarcelo Tosatti2013-03-121-11/+18
* | kvm: remove cast for kmalloc return valueIoan Orghici2013-03-111-2/+1Star