summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* memcg: enable accounting for ldt_struct objectsVasily Averin2021-09-031-3/+3
* Merge tag 'perf_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-294-2/+12
|\
| * perf/x86/amd/power: Assign pmu.moduleKim Phillips2021-08-261-0/+1
| * perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips2021-08-261-0/+1
| * perf/x86/amd/ibs: Work around erratum #1197Kim Phillips2021-08-261-0/+8
| * perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King2021-08-261-1/+1
| * perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li2021-08-251-1/+1
* | Merge tag 'x86_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-293-9/+30
|\ \ | |/ |/|
| * x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-08-221-0/+6
| * x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2021-08-212-9/+24
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-08-163-7/+17
|\ \ | |/ |/|
| * KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky2021-08-161-0/+3
| * KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky2021-08-163-7/+14
* | Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-153-6/+13
|\ \
| * | x86/msi: Force affinity setup before startupThomas Gleixner2021-08-102-4/+9
| * | x86/ioapic: Force affinity setup before startupThomas Gleixner2021-08-101-2/+4
* | | Merge tag 'x86_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-152-14/+14
|\ \ \
| * | | x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-121-14/+13
| * | | x86/tools: Fix objdump version check againRandy Dunlap2021-08-121-0/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-08-157-53/+105
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'kvm-tdpmmu-fixes' into kvm-masterPaolo Bonzini2021-08-133-11/+59
| |\
| | * KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson2021-08-132-0/+35
| | * KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEsSean Christopherson2021-08-131-1/+8
| | * KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEsSean Christopherson2021-08-131-10/+16
| * | KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 wants a #PFSean Christopherson2021-08-131-1/+2
| * | kvm: vmx: Sync all matching EPTPs when injecting nested EPT faultJunaid Shahid2021-08-131-12/+41
| * | Merge branch 'kvm-vmx-secctl' into kvm-masterPaolo Bonzini2021-08-131-1/+1
| |\ \
| | * | KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulationSean Christopherson2021-08-101-1/+1
| | |/
| * | KVM: x86: remove dead initializationPaolo Bonzini2021-08-131-1/+1
| * | KVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32-bit kernelsSean Christopherson2021-08-131-27/+1
| |/
* | Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-083-14/+39
|\ \
| * | perf/x86/intel: Apply mid ACK for small coreKan Liang2021-08-062-8/+30
| * | perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestLike Xu2021-08-041-1/+2
| * | perf/x86: Fix out of bound MSR accessPeter Zijlstra2021-08-041-5/+7
* | | Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-071-4/+4
|\ \ \
| * | | x86/tools/relocs: Fix non-POSIX regexpH. Nikolaus Schaller2021-08-051-4/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-08-055-27/+66
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsSean Christopherson2021-08-051-1/+1
| * | KVM: SVM: improve the code readability for ASID managementMingwei Zhang2021-08-041-19/+24
| * | KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBSean Christopherson2021-08-041-1/+1
| * | KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hyperca...Vitaly Kuznetsov2021-08-031-2/+11
| * | KVM: x86: Introduce trace_kvm_hv_hypercall_done()Vitaly Kuznetsov2021-08-032-0/+16
| * | KVM: x86: hyper-v: Check access to hypercall before reading XMM registersVitaly Kuznetsov2021-08-031-3/+3
| * | KVM: x86: accept userspace interrupt only if no event is injectedPaolo Bonzini2021-07-301-2/+11
* | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-302-0/+13
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-292-0/+13
| |\ \ \
| | * | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-0/+13
* | | | | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-1/+0
|\ \ \ \ \
| * | | | | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-301-1/+0
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-298-26/+30
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |