summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-10-16perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Sandipan Das1-10/+15
2023-10-13perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Dan Carpenter1-1/+2
2023-10-12x86/cpu: Fix the AMD Fam 17h, Fam 19h, Zen2 and Zen4 MSR enumerationsBorislav Petkov1-9/+11
2023-10-11Merge branch 'x86/urgent' into perf/core, to resolve conflictIngo Molnar5-23/+74
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2-2/+15
2023-10-09perf/x86/amd/uncore: Add memory controller supportSandipan Das3-1/+168
2023-10-09perf/x86/amd/uncore: Add group exclusivitySandipan Das1-1/+20
2023-10-09perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableSandipan Das1-1/+13
2023-10-09perf/x86/amd/uncore: Move discovery and registrationSandipan Das1-189/+305
2023-10-09perf/x86/amd/uncore: Refactor uncore managementSandipan Das1-358/+379
2023-10-09perf/x86/cstate: Allow reading the package statistics from local CPUTero Kristo1-0/+3
2023-10-09perf/x86/intel/pt: Fix kernel-doc commentsLucy Mielke1-2/+6
2023-10-08perf/x86/rapl: Annotate 'struct rapl_pmus' with __counted_byKees Cook1-1/+1
2023-10-08x86/resctrl: Fix kernel-doc warningsRandy Dunlap1-5/+5
2023-10-03perf/x86/rapl: Fix "Using plain integer as NULL pointer" Sparse warningDavid Reaver1-4/+4
2023-10-03perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()Uros Bizjak1-6/+4
2023-10-03perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_e...Uros Bizjak1-3/+1
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar211-3774/+5457
2023-10-02x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky1-2/+1
2023-10-02x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky1-14/+55
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+8
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+26
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+17
2023-09-30mm: abstract moving to the next PFNMatthew Wilcox (Oracle)1-0/+8
2023-09-29x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang1-5/+25
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen1-1/+1
2023-09-25perf/x86/amd: Do not WARN() on every IRQBreno Leitao1-1/+9
2023-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-134/+145
2023-09-24x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET1-1/+0
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini11-60/+97
2023-09-23KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky1-1/+33
2023-09-23KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky3-12/+29
2023-09-23KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini1-4/+1
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson6-103/+68
2023-09-23KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini3-19/+14
2023-09-22Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+2
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-55/+56
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2-1/+3
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf1-8/+0
2023-09-22perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das1-6/+8
2023-09-21KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson3-7/+12
2023-09-19x86/shstk: Add warning for shadow stack double unmapRick Edgecombe1-0/+11
2023-09-19x86/shstk: Remove useless clone error handlingRick Edgecombe1-7/+0
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe2-4/+21
2023-09-19x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf1-1/+1
2023-09-19x86/srso: Don't probe microcode in a guestJosh Poimboeuf1-1/+1
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf3-33/+10
2023-09-19x86/srso: Fix srso_show_state() side effectJosh Poimboeuf1-1/+1
2023-09-19xen/efi: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross2-2/+14