summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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-171-13/+15
|\
| * KVM: nVMX: fix shadow on EPTGleb Natapov2013-10-101-12/+12
| * KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov2013-09-251-1/+3
* | KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-151-2/+2
* | KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2013-10-101-2/+40
* | KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-035-56/+35
* | 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-032-13/+2
* | KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-031-18/+4
* | KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2013-10-032-6/+33
* | KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-032-3/+23
* | 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
* | KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka2013-09-241-1/+3
* | KVM: nVMX: Do not set identity page map for L2Jan Kiszka2013-09-241-2/+4
* | KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka2013-09-241-1/+1
|/
* KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
* KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
* KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini2013-09-171-1/+19
* KVM: x86 emulator: emulate RETF immBruce Rogers2013-09-171-1/+13
* shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-101-7/+18
* KVM: MMU: remove unused parameterXiao Guangrong2013-08-291-2/+2
* KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti2013-08-281-23/+24
* KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini2013-08-281-2/+5
* KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini2013-08-281-0/+1
* kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T2013-08-262-20/+10
* kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri2013-08-262-2/+45
* KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li2013-08-071-3/+5
* KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka2013-08-071-1/+5
* KVM: nEPT: Advertise WB type EPTPJan Kiszka2013-08-071-2/+2
* nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka2013-08-071-3/+6
* nEPT: Miscelleneous cleanupsNadav Har'El2013-08-071-4/+2
* nEPT: Some additional commentsNadav Har'El2013-08-071-0/+13
* Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El2013-08-071-2/+18
* nEPT: Nested INVEPTNadav Har'El2013-08-072-0/+74
* nEPT: MMU context for nested EPTNadav Har'El2013-08-073-1/+69
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-073-14/+91
* nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov2013-08-071-4/+4
* nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang2013-08-072-5/+11
* nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El2013-08-072-1/+41
* nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov2013-08-071-3/+13
* nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov2013-08-071-8/+22
OpenPOWER on IntegriCloud