aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-12-31x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov1-6/+9
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo1-6/+2
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo1-5/+8
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck1-76/+92
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo3-23/+22
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo1-1/+1
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo3-20/+21
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)2-0/+5
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+58
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-3/+3
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen1-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen1-1/+1
2024-12-18x86/cpu: Use MWAIT leaf definitionDave Hansen1-1/+2
2024-12-18x86/cpu: Remove 'x86_cpu_desc' infrastructureDave Hansen1-31/+0
2024-12-18x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'Dave Hansen1-5/+4
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen1-39/+39
2024-12-17x86/cpu: Introduce new microcode matching helperDave Hansen1-0/+11
2024-12-14x86/sev: Require the RMPREAD instruction after Zen4Tom Lendacky1-2/+7
2024-12-13x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross1-15/+21
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck3-1/+44
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck3-0/+42
2024-12-10x86/cpu: Fix typo in x86_match_cpu()'s docRaag Jadav1-1/+1
2024-12-10Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar4-27/+28
2024-12-10x86/apic: Remove "disablelapic" cmdline optionBorislav Petkov (AMD)1-1/+1
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck2-2/+4
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck1-39/+33
2024-12-10x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group eventTony Luck1-7/+9
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck3-1/+19
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger4-18/+10
2024-12-09x86/resctrl: Use kthread_run_on_cpu()Frederic Weisbecker1-20/+8
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06x86/cacheinfo: Delete global num_cache_leavesRicardo Neri1-22/+21
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross1-1/+1
2024-12-06x86/cpufeatures: Free up unused feature bitsSohil Mehta1-5/+0
2024-12-05x86/cpu/topology: Remove limit of CPUs due to disabled IO/APICFernando Fernandez Mancera1-3/+3
2024-12-04x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementationLen Brown1-1/+3
2024-12-04x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()Kirill A. Shutemov2-4/+4
2024-12-02x86/topology: Introduce topology_logical_core_id()K Prateek Nayak2-0/+2
2024-12-01Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+22
2024-11-26x86/CPU/AMD: Terminate the erratum_1386_microcode arraySebastian Andrzej Siewior1-0/+1
2024-11-25x86: fix off-by-one in access_ok()David Laight1-2/+2
2024-11-25x86/microcode/AMD: Flush patch buffer mapping after applicationBorislav Petkov (AMD)1-5/+20
2024-11-25x86/cpu: Fix PPIN initializationTony Luck1-1/+1
2024-11-22Merge tag 'x86_misc_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+18
2024-11-22Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-19Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2024-11-19Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-407/+410
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-29/+67