summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: VMX: redo fix for link error without CONFIG_HYPERVArnd Bergmann2018-06-141-4/+2
* KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti2018-06-141-1/+1
* KVM: x86: VMX: fix build without hyper-vLinus Torvalds2018-06-121-0/+3
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-124-8/+14
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+3
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-4/+6
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1211-240/+771
|\ \ | |/ |/|
| * kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-122-12/+22
| * KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-123-28/+38
| * KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32
| * kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm2018-06-121-2/+13
| * kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson2018-06-041-9/+60
| * kvm: nVMX: Restrict VMX capability MSR changesJim Mattson2018-06-041-0/+7
| * KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-042-1/+8
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-012-4/+4
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
| * KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...Vitaly Kuznetsov2018-05-262-12/+125
| * KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov2018-05-262-1/+81
| * KVM: x86: hyperv: do rep check for each hypercall separatelyVitaly Kuznetsov2018-05-261-9/+12
| * KVM: x86: hyperv: use defines when parsing hypercall parametersVitaly Kuznetsov2018-05-261-3/+3
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-05-261-1/+1
| |\
| * | KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu2018-05-241-1/+2
| * | KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...Liran Alon2018-05-241-3/+16
| * | KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon2018-05-241-6/+14
| * | KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon2018-05-241-1/+1
| * | KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter2018-05-241-1/+7
| * | KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson2018-05-241-1/+0
| * | KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson2018-05-231-0/+157
| * | KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson2018-05-231-7/+18
| * | KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRINGArnd Bergmann2018-05-231-3/+3
| * | kvm: nVMX: Use nested_run_pending rather than from_vmentryJim Mattson2018-05-231-17/+18
| * | kvm: mmu: Don't expose private memslots to L2Jim Mattson2018-05-141-0/+8
| * | kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson2018-05-141-1/+4
| * | kvm: nVMX: Eliminate APIC access page sharing between L1 and L2Jim Mattson2018-05-141-26/+6
| * | kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-143-27/+37
| * | kvm: vmx: Introduce lapic_mode enumerationJim Mattson2018-05-142-11/+29
| * | KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap supportVitaly Kuznetsov2018-05-141-0/+25
| * | kvm: x86: Refactor mmu_free_roots()Junaid Shahid2018-05-141-34/+30
| * | KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2018-05-142-2/+4
* | | x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-062-5/+13
* | | x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk2018-06-061-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+1
|\ \ \
| * | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-261-2/+2
|\ \ \ \
| * | | | KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk2018-05-231-2/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-264-19/+38
|\ \ \ \ \ | |/ / / / |/| | | |
OpenPOWER on IntegriCloud