aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-7/+17
2021-08-16KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Gravatar Maxim Levitsky 1-0/+3
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Gravatar Maxim Levitsky 3-7/+14
2021-08-15Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-6/+13
2021-08-15Merge tag 'x86_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+14
2021-08-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-53/+105
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into kvm-masterGravatar Paolo Bonzini 3-11/+59
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockGravatar Sean Christopherson 2-0/+35
2021-08-13KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEsGravatar Sean Christopherson 1-1/+8
2021-08-13KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEsGravatar Sean Christopherson 1-10/+16
2021-08-13KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 wants a #PFGravatar Sean Christopherson 1-1/+2
2021-08-13kvm: vmx: Sync all matching EPTPs when injecting nested EPT faultGravatar Junaid Shahid 1-12/+41
2021-08-13Merge branch 'kvm-vmx-secctl' into kvm-masterGravatar Paolo Bonzini 1-1/+1
2021-08-13KVM: x86: remove dead initializationGravatar Paolo Bonzini 1-1/+1
2021-08-13KVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32-bit kernelsGravatar Sean Christopherson 1-27/+1
2021-08-12x86/resctrl: Fix default monitoring groups reportingGravatar Babu Moger 1-14/+13
2021-08-12x86/tools: Fix objdump version check againGravatar Randy Dunlap 1-0/+1
2021-08-10KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulationGravatar Sean Christopherson 1-1/+1
2021-08-10x86/msi: Force affinity setup before startupGravatar Thomas Gleixner 2-4/+9
2021-08-10x86/ioapic: Force affinity setup before startupGravatar Thomas Gleixner 1-2/+4
2021-08-08Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-14/+39
2021-08-07Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2021-08-06perf/x86/intel: Apply mid ACK for small coreGravatar Kan Liang 2-8/+30
2021-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-27/+66
2021-08-05x86/tools/relocs: Fix non-POSIX regexpGravatar H. Nikolaus Schaller 1-4/+4
2021-08-05KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsGravatar Sean Christopherson 1-1/+1
2021-08-04KVM: SVM: improve the code readability for ASID managementGravatar Mingwei Zhang 1-19/+24
2021-08-04perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestGravatar Like Xu 1-1/+2
2021-08-04perf/x86: Fix out of bound MSR accessGravatar Peter Zijlstra 1-5/+7
2021-08-04KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBGravatar Sean Christopherson 1-1/+1
2021-08-03KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hyperca...Gravatar Vitaly Kuznetsov 1-2/+11
2021-08-03KVM: x86: Introduce trace_kvm_hv_hypercall_done()Gravatar Vitaly Kuznetsov 2-0/+16
2021-08-03KVM: x86: hyper-v: Check access to hypercall before reading XMM registersGravatar Vitaly Kuznetsov 1-3/+3
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-0/+13
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDEGravatar Lukas Bulwahn 1-1/+0
2021-07-30KVM: x86: accept userspace interrupt only if no event is injectedGravatar Paolo Bonzini 1-2/+11
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-26/+30
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-0/+13
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Gravatar Daniel Borkmann 2-0/+13
2021-07-27KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrlGravatar Maxim Levitsky 1-1/+1
2021-07-27KVM: SVM: tweak warning about enabled AVIC on nested entryGravatar Maxim Levitsky 1-1/+1
2021-07-27KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deact...Gravatar Maxim Levitsky 1-2/+5
2021-07-27KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initializedGravatar Paolo Bonzini 2-3/+3
2021-07-27x86/kvm: fix vcpu-id indexed array sizesGravatar Juergen Gross 2-3/+3
2021-07-26KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK accessGravatar Vitaly Kuznetsov 1-2/+2
2021-07-26KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Gravatar Vitaly Kuznetsov 3-13/+13
2021-07-26KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Gravatar Vitaly Kuznetsov 3-5/+6
2021-07-25Merge tag 'locking-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-19/+15