summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski2014-10-181-2/+14
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-9/+9
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-263-9/+9
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-241-7/+4Star
| |\ \
| * | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
| | |/ | |/|
* | | kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini2014-10-021-0/+3
* | | kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2014-09-242-8/+23
* | | kvm: vmx: Implement set_apic_access_page_addrTang Chen2014-09-241-6/+41
* | | kvm: x86: Add request bit to reload APIC access page addressTang Chen2014-09-241-0/+14
* | | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+5
* | | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-15/+23
* | | kvm/x86/mmu: Pass gfn and level to rmapp callback.Andres Lagar-Cavilla2014-09-241-13/+24
* | | kvm: x86: use macros to compute bank MSRsChen Yucong2014-09-241-4/+4
* | | KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit2014-09-241-2/+1Star
* | | kvm: x86: fix two typos in commentTiejun Chen2014-09-242-2/+2
* | | KVM: vmx: Inject #GP on invalid PAT CRNadav Amit2014-09-243-2/+7
* | | KVM: x86: emulating descriptor load misses long-mode caseNadav Amit2014-09-241-0/+9
* | | KVM: x86: directly use kvm_make_request againLiang Chen2014-09-243-13/+7Star
* | | KVM: x86: count actual tlb flushesRadim Krčmář2014-09-242-2/+7
* | | KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2014-09-242-0/+8
* | | KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit2014-09-241-1/+1
* | | kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini2014-09-241-10/+3Star
* | | KVM: x86: Warn if guest virtual address space is not 48-bitsNadav Amit2014-09-242-8/+15
* | | kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen2014-09-171-10/+8Star
* | | kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-172-27/+22Star
* | | KVM: x86: Use kvm_make_request when applicableGuo Hui Liu2014-09-161-8/+7Star
* | | KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2014-09-112-9/+6Star
* | | kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2014-09-112-4/+5
* | | KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-053-8/+10
* | | KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2014-09-051-5/+10
* | | KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2014-09-032-4/+32
* | | KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMDPaolo Bonzini2014-09-032-2/+19
* | | KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen2014-09-033-6/+6
* | | kvm: x86: fix stale mmio cache bugDavid Matlack2014-09-032-6/+16
* | | kvm: fix potentially corrupt mmio cacheDavid Matlack2014-09-031-8/+12
* | | KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2014-09-031-6/+1Star
* | | KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini2014-08-291-3/+2Star
* | | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-293-10/+10
* | | KVM: x86: remove Aligned bit from movntps/movntpdPaolo Bonzini2014-08-291-3/+3
* | | KVM: x86 emulator: emulate MOVNTDQAlex Williamson2014-08-291-1/+6
* | | KVM: vmx: VMXOFF emulation in vm86 should cause #UDNadav Amit2014-08-291-6/+8
* | | KVM: x86: fix some sparse warningsPaolo Bonzini2014-08-292-7/+7
* | | KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li2014-08-291-3/+51
* | | KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li2014-08-291-12/+25
* | | kvm: x86: fix tracing for 32-bitPaolo Bonzini2014-08-251-2/+2
* | | KVM: trace kvm_ple_window grow/shrinkRadim Krčmář2014-08-213-0/+35
* | | KVM: VMX: dynamise PLE windowRadim Krčmář2014-08-211-2/+93
* | | KVM: VMX: make PLE window per-VCPURadim Krčmář2014-08-211-1/+11
* | | KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář2014-08-213-0/+13