summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-157-32/+19
| |\ \ \
| | * | | KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson2023-09-253-27/+4
| | * | | KVM: x86: Mask LVTPC when handling a PMIJim Mattson2023-09-251-2/+6
| | * | | KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan2023-09-253-3/+9
| | | |/ | | |/|
| * | | KVM: SVM: Fix build error when using -Werror=unused-but-set-variableTom Lendacky2023-10-121-1/+1
| * | | x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Maxim Levitsky2023-10-121-0/+3
| * | | x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky2023-10-122-1/+5
| * | | x86: KVM: SVM: always update the x2avic msr interceptionMaxim Levitsky2023-10-121-2/+1
| * | | KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson2023-10-123-14/+17
| * | | x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson2023-10-125-18/+21
* | | | Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2023-10-153-60/+7
* | | | Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-152-3/+1
|\ \ \ \
| * | | | cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)2023-10-112-3/+1
* | | | | Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-144-7/+33
|\ \ \ \ \
| * | | | | x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov2023-10-121-0/+13
| * | | | | x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2023-10-112-2/+15
| * | | | | x86/resctrl: Fix kernel-doc warningsRandy Dunlap2023-10-081-5/+5
| |/ / / /
* | | | | Merge tag 'perf-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-141-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | perf/x86/lbr: Filter vsyscall addressesJP Kobryn2023-10-081-2/+3
| | |_|/ | |/| |
* | | | Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-10-103-8/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/hyperv: Add common print prefix "Hyper-V" in hv_initSaurabh Sengar2023-09-221-2/+4
| * | | x86/hyperv: Remove hv_vtl_early_init initcallSaurabh Sengar2023-09-223-2/+6
| * | | x86/hyperv: Restrict get_vtl to only VTL platformsSaurabh Sengar2023-09-221-4/+7
* | | | x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky2023-10-021-2/+1
* | | | x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky2023-10-021-14/+55
| |/ / |/| |
* | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-011-0/+8
|\ \ \
| * | | mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-291-0/+8
| |/ /
* | | Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-013-7/+26
|\ \ \
| * | | x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang2023-09-281-5/+25
| * | | x86/srso: Add SRSO mitigation for Hygon processorsPu Wen2023-09-281-1/+1
| * | | x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET2023-09-241-1/+0
* | | | Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-011-7/+17
|\ \ \ \
| * | | | perf/x86/amd: Do not WARN() on every IRQBreno Leitao2023-09-251-1/+9
| * | | | perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das2023-09-221-6/+8
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-249-134/+145
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-2311-60/+97
| |\|
| * | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
| * | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-233-12/+29
| * | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
| * | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-236-103/+68
| * | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
| * | KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
* | | Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-222-8/+2
|\ \ \
| * | | x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2023-09-222-1/+3
| * | | x86/alternatives: Remove faulty optimizationJosh Poimboeuf2023-09-221-8/+0
| | |/ | |/|
* | | Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-2211-55/+56
|\ \ \
| * | | x86/shstk: Add warning for shadow stack double unmapRick Edgecombe2023-09-191-0/+11
| * | | x86/shstk: Remove useless clone error handlingRick Edgecombe2023-09-191-7/+0
| * | | x86/shstk: Handle vfork clone failure correctlyRick Edgecombe2023-09-192-4/+21
| * | | x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf2023-09-191-1/+1