summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse-11/+0
2024-08-01x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam-8/+8
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam-11/+25
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam-6/+6
2024-07-30x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan-1/+1
2024-07-30x86/bugs: Add a separate config for GDSBreno Leitao-1/+2
2024-07-30x86/bugs: Remove GDS Force Kconfig optionBreno Leitao-4/+0
2024-07-30x86/bugs: Add a separate config for SSBBreno Leitao-4/+6
2024-07-30x86/bugs: Add a separate config for Spectre V2Breno Leitao-4/+5
2024-07-30x86/bugs: Add a separate config for SRBDSBreno Leitao-1/+2
2024-07-30x86/bugs: Add a separate config for Spectre v1Breno Leitao-1/+2
2024-07-30x86/bugs: Add a separate config for RETBLEEDBreno Leitao-1/+1
2024-07-30x86/bugs: Add a separate config for L1TFBreno Leitao-1/+2
2024-07-30x86/bugs: Add a separate config for MMIO Stable DataBreno Leitao-1/+2
2024-07-30x86/bugs: Add a separate config for TAABreno Leitao-1/+2
2024-07-30x86/bugs: Add a separate config for MDSBreno Leitao-1/+2
2024-07-30x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positiveBorislav Petkov (AMD)-1/+1
2024-07-29x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron-2/+4
2024-07-29x86/microcode/AMD: Use the family,model,stepping encoded in the patch IDBorislav Petkov-32/+158
2024-07-16Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-0/+1
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-298/+764
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-219/+70
2024-07-15Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+11
2024-07-15Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-82/+143
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-20/+11
2024-07-15Merge tag 'ras_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+7
2024-07-02x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck-0/+66
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck-0/+24
2024-07-02x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck-9/+42
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck-10/+34
2024-07-02x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck-6/+29
2024-07-02x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck-16/+46
2024-07-02x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck-7/+13
2024-07-02x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck-17/+28
2024-07-02x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck-5/+3
2024-07-02x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck-0/+19
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck-3/+6
2024-07-02x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck-3/+9
2024-07-02x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck-6/+50
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck-0/+2
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck-125/+146
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck-90/+221
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck-69/+69
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck-17/+42
2024-06-29x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper-11/+7
2024-06-28x86/bugs: Add 'spectre_bhi=vmexit' cmdline optionJosh Poimboeuf-5/+11
2024-06-27Merge back cpufreq material for v6.11.Rafael J. Wysocki-0/+1
2024-06-25x86/vmware: Add TDX hypercall supportAlexey Makhalov-0/+52
2024-06-25x86/vmware: Correct macro namesAlexey Makhalov-4/+4
2024-06-25x86/vmware: Use VMware hypercall APIAlexey Makhalov-70/+25