aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
* KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2012-09-10
* KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie2012-09-09
* KVM: PIC: fix use of uninitialised variable.Jamie Iles2012-09-04
* KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin2012-08-27
* KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity2012-08-22
* KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa2012-08-22
* KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-05
* KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity2012-08-01
* KVM: x86: apply kvmclock offset to guest wall clock timeBruce Rogers2012-08-01
* KVM: PIC: call ack notifiers for irqs that are dropped form irrGleb Natapov2012-07-26
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-24
|\
| * KVM: fix race with level interruptsMichael S. Tsirkin2012-07-20
| * KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-12
| * KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2012-07-11
| * KVM: MMU: trace fast page faultXiao Guangrong2012-07-11
| * KVM: MMU: fast path of handling guest page faultXiao Guangrong2012-07-11
| * KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong2012-07-11
| * KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong2012-07-11
| * KVM: VMX: export PFEC.P bit on eptXiao Guangrong2012-07-11
| * KVM: MMU: cleanup spte_write_protectXiao Guangrong2012-07-11
| * KVM: MMU: abstract spte write-protectXiao Guangrong2012-07-11
| * KVM: MMU: return bool in __rmap_write_protectXiao Guangrong2012-07-11
| * KVM: VMX: Emulate invalid guest state by defaultAvi Kivity2012-07-09
| * KVM: x86 emulator: implement LTRAvi Kivity2012-07-09
| * KVM: x86 emulator: make loading TR set the busy bitAvi Kivity2012-07-09
| * KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity2012-07-09
| * KVM: x86 emulator: emulate LLDTAvi Kivity2012-07-09
| * KVM: x86 emulator: emulate BSWAPAvi Kivity2012-07-09
| * KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity2012-07-09
| * KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity2012-07-09
| * KVM: x86 emulator: implement ENTERAvi Kivity2012-07-09
| * KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity2012-07-09
| * KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity2012-07-09
| * KVM: x86 emulator: emulate LAHFAvi Kivity2012-07-09
| * KVM: VMX: Continue emulating after batch exhaustedAvi Kivity2012-07-09
| * KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity2012-07-09
| * KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity2012-07-09
| * KVM: Fix SS default ESP/EBP based addressingAvi Kivity2012-07-09
| * KVM: x86 emulator: emulate LEAVEAvi Kivity2012-07-09
| * KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity2012-07-09
| * KVM: VMX: Relax check on unusable segmentAvi Kivity2012-07-09
| * KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity2012-07-09
| * KVM: x86 emulator: allow loading null SS in long modeAvi Kivity2012-07-09
| * KVM: x86 emulator: emulate cpuidAvi Kivity2012-07-09
| * KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-09
| * KVM: Split cpuid register access from computationAvi Kivity2012-07-09
| * KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity2012-07-09
| * KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity2012-07-09
| * KVM: VMX: code clean for vmx_init()Guo Chao2012-07-03
| * KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-25