summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner2018-08-152-6/+25
* x86/cpu/common: Provide detect_ht_early()Thomas Gleixner2018-08-152-10/+15
* x86/cpu/AMD: Remove the pointless detect_ht() callThomas Gleixner2018-08-151-4/+0
* x86/cpu: Remove the pointless CPU printoutThomas Gleixner2018-08-152-26/+5
* x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk2018-08-151-26/+29
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-08-152-0/+60
* x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina2018-08-151-31/+7
* x86/microcode: Make the late update update_lock a raw lock for RTScott Wood2018-08-031-3/+3
* x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-251-3/+0
* x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov2018-07-031-8/+10
* x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck2018-07-031-8/+18
* x86/mce: Improve error message when kernel cannot recoverTony Luck2018-07-031-0/+5
* x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck2018-06-261-0/+2
* x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Tony Luck2018-06-261-1/+1
* x86/cpu/intel: Add missing TLB cpuid valuesjacek.tomaka@poczta.fm2018-06-211-0/+3
* x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov2018-06-051-15/+14
* x86/mce/AMD: Carve out SMCA get_block_address() codeYazen Ghannam2018-06-051-26/+31
* x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui2018-05-301-0/+1
* x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2018-05-221-1/+1
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-221-1/+2
* x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-05-221-0/+30
* x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner2018-05-221-7/+19
* x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-05-221-11/+2
* x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-05-221-10/+1
* x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-05-221-45/+15
* x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-221-1/+1
* x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-221-1/+3
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-221-2/+18
* x86/cpufeatures: Add FEATURE_ZENThomas Gleixner2018-05-221-0/+1
* x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-224-11/+10
* x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-223-9/+19
* x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-221-4/+10
* x86/bugs: Fix the parameters alignment and missing voidKonrad Rzeszutek Wilk2018-05-221-2/+2
* x86/bugs: Make cpu_show_common() staticJiri Kosina2018-05-221-1/+1
* x86/bugs: Fix __ssb_select_mitigation() return typeJiri Kosina2018-05-221-1/+1
* x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-224-27/+27
* x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2018-05-221-9/+23
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-221-11/+18
* prctl: Add force disable speculationThomas Gleixner2018-05-221-10/+25
* x86/bugs: Make boot modes __ro_after_initKees Cook2018-05-221-2/+3
* nospec: Allow getting/setting on non-current taskKees Cook2018-05-221-11/+16
* x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2018-05-221-10/+73
* x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-221-5/+21
* x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-222-2/+2
* x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-223-1/+56
* x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk2018-05-221-2/+9
* x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-224-6/+37
* x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk2018-05-221-0/+103
* x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-222-0/+28
* x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-05-221-0/+18