summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/bugs: Add a separate config for TAABreno Leitao2024-07-301-1/+2
| * | | | x86/bugs: Add a separate config for MDSBreno Leitao2024-07-301-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'x86_cpu_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-161-8/+10
|\ \ \ \
| * | | | x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic I...Dave Hansen2024-09-031-8/+10
| | |_|/ | |/| |
* | | | Merge tag 'ras_core_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-164-23/+37
|\ \ \ \
| * | | | x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam2024-08-011-8/+8
| * | | | x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam2024-08-012-11/+25
| * | | | x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam2024-08-013-6/+6
| | |/ / | |/| |
* | | | Merge tag 'x86_microcode_for_v6.12_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-09-161-33/+159
|\ \ \ \
| * | | | x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positiveBorislav Petkov (AMD)2024-07-301-1/+1
| * | | | x86/microcode/AMD: Use the family,model,stepping encoded in the patch IDBorislav Petkov2024-07-291-32/+158
| |/ / /
* | | | Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-091-3/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)2024-09-051-2/+2
| * | | x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley2024-08-021-0/+1
| * | | clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui2024-06-241-1/+15
* | | | x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman2024-08-281-0/+8
| |_|/ |/| |
* | | x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen2024-08-081-1/+1
* | | x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan2024-07-301-1/+1
* | | x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron2024-07-291-2/+4
| |/ |/|
* | Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-07-161-0/+1
|\ \
| * \ Merge back cpufreq material for v6.11.Rafael J. Wysocki2024-06-271-0/+1
| |\ \
| | * | x86/cpufeatures: Add AMD FAST CPPC feature flagPerry Yuan2024-06-111-0/+1
* | | | Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-166-298/+764
|\ \ \ \
| * | | | x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck2024-07-021-0/+66
| * | | | x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck2024-07-023-0/+24
| * | | | x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck2024-07-021-9/+42
| * | | | x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck2024-07-023-10/+34
| * | | | x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck2024-07-021-6/+29
| * | | | x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck2024-07-021-16/+46
| * | | | x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck2024-07-021-7/+13
| * | | | x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck2024-07-021-17/+28
| * | | | x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck2024-07-023-5/+3
| * | | | x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck2024-07-021-0/+19
| * | | | x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck2024-07-023-3/+6
| * | | | x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck2024-07-021-3/+9
| * | | | x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck2024-07-021-6/+50
| * | | | x86/resctrl: Add node-scope to the options for feature scopeTony Luck2024-07-021-0/+2
| * | | | x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck2024-07-026-125/+146
| * | | | x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck2024-07-026-90/+221
| * | | | x86/resctrl: Prepare to split rdt_domain structureTony Luck2024-07-025-69/+69
| * | | | x86/resctrl: Prepare for new domain scopeTony Luck2024-07-024-17/+42
* | | | | Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-156-219/+70
|\ \ \ \ \
| * | | | | x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper2024-06-291-11/+7
| * | | | | x86/cpufeatures: Flip the /proc/cpuinfo appearance logicBorislav Petkov (AMD)2024-06-201-2/+1
| * | | | | x86/CPU/AMD: Always inline amd_clear_divider()Mateusz Guzik2024-06-131-11/+0
| * | | | | x86/mce/inject: Add missing MODULE_DESCRIPTION() lineJeff Johnson2024-06-021-0/+1
| * | | | | x86/cpu/intel: Switch to new Intel CPU model definesTony Luck2024-05-281-55/+53
| * | | | | x86/pconfig: Remove unused MKTME pconfig codeAlison Schofield2024-05-282-85/+1
| * | | | | x86/cpu: Remove useless work in detect_tme_early()Alison Schofield2024-05-281-60/+12
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-151-5/+11
|\ \ \ \ \