aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | KVM: SVM: Do not allow instruction emulation under SEV-ESTom Lendacky2020-12-151-0/+6
| * | | | KVM: SVM: Prevent debugging under SEV-ESTom Lendacky2020-12-153-14/+35
| * | | | KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky2020-12-153-13/+84
| * | | | KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-154-4/+7
| * | | | KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSRPaolo Bonzini2020-12-151-28/+16
| * | | | KVM: x86: remove bogus #GP injectionPaolo Bonzini2020-12-151-5/+1
| * | | | KVM: x86: Mark GPRs dirty when writtenTom Lendacky2020-12-141-25/+26
| * | | | KVM: SVM: Add support for the SEV-ES VMSATom Lendacky2020-12-144-2/+97
| * | | | KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky2020-12-142-6/+16
| * | | | KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky2020-12-144-32/+77
| * | | | KVM: SVM: Remove the call to sev_platform_status() during setupTom Lendacky2020-12-141-21/+1
| * | | | x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky2020-12-143-0/+3
| * | | | KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak2020-12-143-40/+20
| * | | | KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2020-12-113-14/+22
| * | | | KVM: x86: Expose AVX512_FP16 for supported CPUIDCathy Zhang2020-12-111-1/+1
| * | | | x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park2020-12-112-0/+2
| * | | | KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak2020-12-111-1/+1
| * | | | KVM: x86: ignore SIPIs that are received while not in wait-for-sipi stateMaxim Levitsky2020-12-091-7/+8
| * | | | KVM: x86: adjust SEV for commit 7e8e6eed75ePaolo Bonzini2020-12-031-1/+1
| * | | | KVM: nSVM: set fixed bits by handPaolo Bonzini2020-11-271-4/+5
| * | | | kvm: x86/mmu: Add TDP MMU SPTE changed trace pointBen Gardon2020-11-192-0/+31
| * | | | kvm: x86/mmu: Add existing trace points to TDP MMUBen Gardon2020-11-191-1/+11
| * | | | KVM: SVM: check CR4 changes against vcpu->archPaolo Bonzini2020-11-161-1/+1
| * | | | KVM: SVM: Move asid to vcpu_svmCathy Avery2020-11-162-3/+8
| * | | | x86/kvm: remove unused macro HV_CLOCK_SIZEAlex Shi2020-11-161-1/+0
| * | | | kvm: x86: Sink cpuid update into vendor-specific set_cr4 functionsJim Mattson2020-11-154-8/+8
| * | | | KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu2020-11-151-1/+1
| * | | | KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-157-2/+31
| * | | | KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-154-56/+81
| * | | | KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov2020-11-154-25/+33
| * | | | KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi2020-11-153-14/+44
| * | | | KVM: x86: fix apic_accept_events vs check_nested_eventsPaolo Bonzini2020-11-152-5/+27
| * | | | KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson2020-11-154-19/+15
| * | | | KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-157-21/+34
| * | | | KVM: SVM: Drop VMXE check from svm_set_cr4()Sean Christopherson2020-11-151-3/+0
| * | | | KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()Sean Christopherson2020-11-151-12/+7
| * | | | KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()Sean Christopherson2020-11-151-2/+3
* | | | | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-193-28/+24
|\ \ \ \ \
| * | | | | xen: Kconfig: remove X86_64 depends from XEN_512GBJason Andryuk2020-12-191-1/+1
| * | | | | xen: remove trailing semicolon in macro definitionTom Rix2020-12-161-1/+1
| * | | | | xen: Kconfig: nest Xen guest optionsJason Andryuk2020-12-161-13/+13
| * | | | | xen: Remove Xen PVH/PVHVM dependency on PCIJason Andryuk2020-12-161-6/+12
| * | | | | x86/xen: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-12-161-11/+1
* | | | | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-192-0/+2
* | | | | | mm, kvm: account kvm_vcpu_mmap to kmemcgShakeel Butt2020-12-191-1/+1
* | | | | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-175-7/+46
|\ \ \ \ \ \
| * | | | | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-133-2/+9
| * | | | | | ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-133-2/+25
| * | | | | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+2
| * | | | | | ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1