aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov
2013-09-17KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov
2013-09-17KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2013-09-17KVM: x86 emulator: emulate RETF immBruce Rogers
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner
2013-08-29KVM: MMU: remove unused parameterXiao Guangrong
2013-08-28KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti
2013-08-28KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini
2013-08-28KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T
2013-08-26kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka
2013-08-07nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka
2013-08-07nEPT: Miscelleneous cleanupsNadav Har'El
2013-08-07nEPT: Some additional commentsNadav Har'El
2013-08-07Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El
2013-08-07nEPT: Nested INVEPTNadav Har'El
2013-08-07nEPT: MMU context for nested EPTNadav Har'El
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang
2013-08-07nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov
2013-08-07nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang
2013-08-07nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El
2013-08-07nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov
2013-08-07nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov
2013-08-07nEPT: Move common code to paging_tmpl.hNadav Har'El
2013-08-07nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El
2013-08-07nEPT: Fix cr3 handling in nested exit and entryNadav Har'El
2013-08-07nEPT: Support LOAD_IA32_EFER entry/exit controls for L1Nadav Har'El
2013-08-07KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong
2013-08-07KVM: nVMX: correctly set tr base on nested vmexit emulationGleb Natapov
2013-07-29nVMX: reset rflags register cache during nested vmentry.Gleb Natapov
2013-07-29KVM: x86: handle singlestep during emulationPaolo Bonzini
2013-07-29KVM: x86: handle hardware breakpoints during emulationPaolo Bonzini
2013-07-29KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini
2013-07-25KVM: x86: Drop some unused functions from lapicJan Kiszka
2013-07-25KVM: x86: Simplify __apic_accept_irqJan Kiszka
2013-07-19perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5Andi Kleen
2013-07-18KVM: nVMX: Set segment infomation of L1 when L2 exitsArthur Chunqi Li
2013-07-18KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El
2013-07-18KVM: x86: Drop useless castMathias Krause
2013-07-18KVM: VMX: Use proper types to access const arraysMathias Krause
2013-07-18KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virtArthur Chunqi Li
2013-07-18KVM: nVMX: Change location of 3 functions in vmx.cArthur Chunqi Li
2013-07-18KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong