summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-03-111-11/+18
* x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra2022-03-111-7/+0
* x86/speculation: Merge one test in spectre_v2_user_select_mitigation()Borislav Petkov2022-03-111-9/+4
* x86/mce: Mark mce_read_aux() noinstrBorislav Petkov2022-01-271-1/+1
* x86/mce: Mark mce_end() noinstrBorislav Petkov2022-01-271-3/+11
* x86/mce: Mark mce_panic() noinstrBorislav Petkov2022-01-271-3/+12
* x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun2022-01-271-1/+1
* x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane2021-11-174-7/+42
* x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-201-0/+2
* drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-261-5/+2
* x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-09-151-0/+6
* x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-181-14/+13
* x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes2021-05-141-4/+4
* x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-111-1/+1
* x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam2021-01-271-2/+2
* x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2021-01-271-1/+1
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-171-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-171-65/+43
* x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-121-3/+3
* x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam2020-12-303-15/+13
* x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-211-4/+2
* x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-12-212-4/+1
* x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-12-021-7/+25
* x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-12-021-33/+2
* x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-12-021-2/+2
* x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-12-021-2/+4
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-53/+10
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33
* x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov2020-10-292-12/+70
* x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov2020-10-291-2/+26
* x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-291-2/+2
* x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan2020-08-191-1/+1
* x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-07-093-1/+7
* x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-301-12/+12
* KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-301-6/+0
* x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-301-0/+1
* x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-171-2/+9
* x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser2020-06-171-2/+5
* x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser2020-06-171-37/+50
* x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips2020-06-171-2/+1
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-103-0/+138
* x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-06-101-11/+14
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-101-1/+6
* x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc2020-06-101-1/+8
* x86: hyperv: report value of misc_featuresOlaf Hering2020-05-021-2/+2
* x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-231-0/+10
* x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-211-1/+2
* x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-213-0/+16
* x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck2020-03-181-4/+5
* x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-03-121-1/+1