summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.12.28' into v3.12-rtSteven Rostedt (Red Hat)2014-10-281-0/+4
|\
| * KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit2014-09-031-0/+4
* | Merge tag 'v3.12.24' into v3.12-rtSteven Rostedt (Red Hat)2014-07-091-19/+43
|\ \ | |/
| * KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini2014-07-021-19/+43
* | Merge tag 'v3.12.21' into v3.12-rtSteven Rostedt (Red Hat)2014-06-171-1/+0
|\ \ | |/
| * KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti2014-05-291-1/+0
* | Merge tag 'v3.12.16' into v3.12-rtSteven Rostedt (Red Hat)2014-05-123-1/+21
|\ \ | |/
| * KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti2014-03-311-1/+1
| * KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2014-03-312-0/+17
| * KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti2014-03-311-0/+3
* | x86-kvm-require-const-tsc-for-rt.patchThomas Gleixner2014-04-241-0/+7
|/
* KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-03-241-3/+3
* kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-03-051-1/+1
* KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-02-064-3/+23
* kvm: x86: fix apic_base enable checkAndrew Jones2014-02-061-1/+1
* KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2014-01-091-4/+4
* KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka2014-01-091-2/+1
* KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov2013-12-201-1/+4
* KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2013-12-203-53/+18
* KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2013-12-201-1/+2
* KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini2013-11-291-1/+4
* 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: 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
* nEPT: Move common code to paging_tmpl.hNadav Har'El2013-08-072-67/+69