aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAge
* KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang2013-04-16
* KVM: Set TMR when programming ioapic entryYang Zhang2013-04-16
* KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-16
* KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang2013-04-16
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-15
* KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-14
* KVM: Move kvm_spurious_fault to x86.cGeoff Levand2013-04-08
* pmu: prepare for migration supportPaolo Bonzini2013-04-02
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-21
|\
| * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-19
| * KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-19
| * KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-18
* | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-14
* | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-13
* | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-12
* | VMX: x86: handle host TSC calibration failureMarcelo Tosatti2013-03-12
* | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-04
* | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-04
* | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-04
* | Merge branch 'master' into queueMarcelo Tosatti2013-03-04
|\|
| * Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-24
| |\
| * | x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov2013-02-19
| * | KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti2013-01-08
* | | arch/x86/kvm: beautify source code for __u32 irq which is never < 0Chen Gang2013-02-27
| |/ |/|
* | KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa2013-02-11
* | KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov2013-02-04
* | x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-29
* | KVM: x86: fix use of uninitialized memory as segment descriptor in emulator.Gleb Natapov2013-01-23
* | KVM: x86: improve reexecute_instructionXiao Guangrong2013-01-21
* | KVM: x86: let reexecute_instruction work for tdpXiao Guangrong2013-01-21
* | KVM: x86: clean up reexecute_instructionXiao Guangrong2013-01-21
* | KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa2013-01-14
* | KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa2013-01-14
* | KVM: Write protect the updated slot only when dirty logging is enabledTakuya Yoshikawa2013-01-14
* | KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-13
* | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-13
|/
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-05
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-02
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-30
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-30
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-27
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-27
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-27
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-27
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-27
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-27
| * KVM: remove unnecessary return value checkGuo Chao2012-11-13
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-13