summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2014-10-18x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-2/+14
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+9
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-02kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini1-0/+3
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo1-7/+4
2014-09-24kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2-8/+23
2014-09-24kvm: vmx: Implement set_apic_access_page_addrTang Chen1-6/+41
2014-09-24kvm: x86: Add request bit to reload APIC access page addressTang Chen1-0/+14
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+5
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-15/+23
2014-09-24kvm/x86/mmu: Pass gfn and level to rmapp callback.Andres Lagar-Cavilla1-13/+24
2014-09-24kvm: x86: use macros to compute bank MSRsChen Yucong1-4/+4
2014-09-24KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit1-2/+1
2014-09-24kvm: x86: fix two typos in commentTiejun Chen2-2/+2
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit3-2/+7
2014-09-24KVM: x86: emulating descriptor load misses long-mode caseNadav Amit1-0/+9
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen3-13/+7
2014-09-24KVM: x86: count actual tlb flushesRadim Krčmář2-2/+7
2014-09-24KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2-0/+8
2014-09-24KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-09-24kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini1-10/+3
2014-09-24KVM: x86: Warn if guest virtual address space is not 48-bitsNadav Amit2-8/+15
2014-09-17kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen1-10/+8
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2-27/+22
2014-09-16KVM: x86: Use kvm_make_request when applicableGuo Hui Liu1-8/+7
2014-09-11KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2-9/+6
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2-4/+5
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini3-8/+10
2014-09-05KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini1-5/+10
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2-4/+32
2014-09-03KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMDPaolo Bonzini2-2/+19
2014-09-03KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen3-6/+6
2014-09-03kvm: x86: fix stale mmio cache bugDavid Matlack2-6/+16
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack1-8/+12
2014-09-03KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini1-6/+1
2014-08-29KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini1-3/+2
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář3-10/+10
2014-08-29KVM: x86: remove Aligned bit from movntps/movntpdPaolo Bonzini1-3/+3
2014-08-29KVM: x86 emulator: emulate MOVNTDQAlex Williamson1-1/+6
2014-08-29KVM: vmx: VMXOFF emulation in vm86 should cause #UDNadav Amit1-6/+8
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini2-7/+7
2014-08-29KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li1-3/+51
2014-08-29KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li1-12/+25
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter3-9/+9
2014-08-25kvm: x86: fix tracing for 32-bitPaolo Bonzini1-2/+2
2014-08-21KVM: trace kvm_ple_window grow/shrinkRadim Krčmář3-0/+35
2014-08-21KVM: VMX: dynamise PLE windowRadim Krčmář1-2/+93
2014-08-21KVM: VMX: make PLE window per-VCPURadim Krčmář1-1/+11
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář3-0/+13