aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.216 into android-4.14-stableGreg Kroah-Hartman2021-01-171-62/+48
|\
| * 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-63/+42
* | Merge 4.14.215 into android-4.14-stableGreg Kroah-Hartman2021-01-121-3/+3
|\|
| * x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-121-3/+3
* | Merge 4.14.210 into android-4.14=stableGreg Kroah-Hartman2020-12-022-41/+28
|\|
| * 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
* | Merge 4.14.209 into android-4.14-stableGreg Kroah-Hartman2020-11-241-53/+10
|\|
| * x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-53/+10
* | Merge 4.14.207 into android-4.14-stableGreg Kroah-Hartman2020-11-191-19/+33
|\|
| * x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33
* | Merge 4.14.194 into android-4.14-stableGreg Kroah-Hartman2020-08-211-1/+1
|\|
| * x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan2020-08-211-1/+1
* | Merge 4.14.189 into android-4.14-stableGreg Kroah-Hartman2020-07-241-1/+1
|\|
| * x86/cpu: Move x86_cache_bits settingsSuraj Jitindar Singh2020-07-221-1/+1
* | Merge 4.14.185 into android-4.14-stableGreg Kroah-Hartman2020-06-221-31/+63
|\|
| * x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser2020-06-201-2/+5
| * x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser2020-06-201-37/+50
| * x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2020-06-201-6/+22
| * x86/speculation: Change misspelled STIPB to STIBPWaiman Long2020-06-201-3/+3
* | Merge 4.14.184 into android-4.14-stableGreg Kroah-Hartman2020-06-114-11/+157
|\|
| * x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-113-0/+138
| * x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-06-111-10/+13
| * x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-111-1/+6
* | Merge 4.14.178 into android-4.14-stableGreg Kroah-Hartman2020-05-031-2/+2
|\|
| * x86: hyperv: report value of misc_featuresOlaf Hering2020-05-021-2/+2
* | ANDROID: x86/cpu/vmware: use the full form of inl in VMWARE_PORTSami Tolvanen2020-04-301-1/+1
|/
* x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-241-1/+2
* x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-243-0/+16
* x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFGFenghua Yu2020-04-242-26/+94
* x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)Fenghua Yu2020-04-242-10/+58
* x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu2020-04-241-0/+1
* x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck2020-03-201-4/+5
* x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-03-111-1/+1
* x86/mce: Handle varying MCA bank countsYazen Ghannam2020-03-112-22/+14
* x86/mce/amd: Fix kobject lifetimeThomas Gleixner2020-02-281-6/+11
* x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov2020-02-281-17/+16
* x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta2020-02-141-6/+7
* x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-02-051-8/+8
* x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-02-051-5/+5
* x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-02-051-2/+10
* x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai2020-01-231-1/+1
* x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr2020-01-041-1/+1
* x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam2019-12-311-1/+1
* x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov2019-12-311-1/+1
* x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg2019-12-311-1/+1
* x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S2019-12-172-29/+36
* x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S2019-12-171-3/+2