summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-07-09x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger3-1/+7
2020-06-30x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook1-12/+12
2020-06-30KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson1-6/+0
2020-06-30x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter1-0/+1
2020-06-17x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck1-2/+9
2020-06-17x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser1-2/+5
2020-06-17x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser1-37/+50
2020-06-17x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips1-2/+1
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross3-0/+138
2020-06-10x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-11/+14
2020-06-10x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-1/+6
2020-06-10x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc1-1/+8
2020-05-02x86: hyperv: report value of misc_featuresOlaf Hering1-2/+2
2020-04-23x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-21x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-21x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-03-18x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck1-4/+5
2020-03-12x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson1-1/+1
2020-03-05x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2-2/+3
2020-02-28x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips1-0/+14
2020-02-28x86/mce/amd: Fix kobject lifetimeThomas Gleixner1-6/+11
2020-02-28x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov1-17/+16
2020-02-11x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta1-6/+7
2020-02-06x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen1-2/+2
2020-02-06x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen1-2/+10
2020-02-06x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen1-8/+8
2020-01-23x86/resctrl: Fix potential memory leakShakeel Butt1-3/+3
2020-01-23x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky1-2/+2
2020-01-23x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai1-1/+1
2019-12-31x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr1-1/+1
2019-12-31x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam1-1/+1
2019-12-31x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov1-1/+1
2019-12-31x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg1-1/+1
2019-11-29x86/speculation: Fix redundant MDS mitigation messageWaiman Long1-0/+13
2019-11-29x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long1-2/+15
2019-11-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2019-11-13x86/resctrl: Fix potential lockdep warningXiaochen Shen1-4/+0
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-39/+384
2019-11-07x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-1/+12
2019-11-04x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta1-0/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-30/+48
2019-11-03x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen1-0/+4
2019-10-28x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko1-6/+16
2019-10-28x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta1-1/+6
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+23
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2-0/+123
2019-10-28x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta5-1/+149
2019-10-28x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2-4/+13
2019-10-18x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri1-0/+4