summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* | | | | | | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Backmerge tag 'v5.10-rc2' into arm/driversArnd Bergmann2020-11-2715-60/+80
| |\| | | | | |
| * | | | | | | dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-163-0/+39
|\ \ \ \ \ \ \
| * | | | | | | x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-113-0/+39
* | | | | | | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Enable seccomp architecture trackingKees Cook2020-11-201-0/+20
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| | |_|/ / / / / | |/| | | | | |