summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-24/+17
2018-06-09x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck-0/+2
2018-06-06x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk-8/+3
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk-5/+13
2018-06-06x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk-1/+2
2018-06-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-25/+270
2018-06-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+26
2018-06-04Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-18/+17
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-60/+164
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2018-06-04Merge branches 'x86/dma', 'x86/microcode', 'x86/mm' and 'x86/vdso' into x86/u...Ingo Molnar-24/+15
2018-05-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+4
2018-05-27x86/microcode: Make the late update update_lock a raw lock for RTScott Wood-3/+3
2018-05-23x86/speculation: Simplify the CPU bug detection logicDominik Brodowski-15/+7
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra-0/+4
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds-31/+470
2018-05-19x86/MCE/AMD: Read MCx_MISC block addresses on any CPUBorislav Petkov-8/+7
2018-05-19Merge branch 'ras/urgent' into ras/coreThomas Gleixner-16/+19
2018-05-19x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov-15/+14
2018-05-19x86/intel_rdt/mba_sc: Feedback loop to dynamically update mem bandwidthVikas Shivappa-3/+128
2018-05-19x86/intel_rdt/mba_sc: Prepare for feedback loopVikas Shivappa-6/+48
2018-05-19x86/intel_rdt/mba_sc: Add schemata supportVikas Shivappa-6/+20
2018-05-19x86/intel_rdt/mba_sc: Add initialization supportVikas Shivappa-10/+33
2018-05-19x86/intel_rdt/mba_sc: Enable/disable MBA software controllerVikas Shivappa-0/+41
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov-0/+15
2018-05-19Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar-7/+10
2018-05-18x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk-1/+1
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky-1/+2
2018-05-17x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner-0/+30
2018-05-17x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner-7/+19
2018-05-17x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner-11/+2
2018-05-17x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner-10/+1
2018-05-17x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov-45/+15
2018-05-17x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner-1/+1
2018-05-17x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky-1/+3
2018-05-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner-2/+18
2018-05-17x86/cpufeatures: Add FEATURE_ZENThomas Gleixner-0/+1
2018-05-17x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner-11/+10
2018-05-17x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner-9/+19
2018-05-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov-4/+10
2018-05-16x86/mtrr: Convert to use strncpy_from_user() helperAndy Shevchenko-10/+2
2018-05-16x86/mtrr: Convert to use match_string() helperAndy Shevchenko-11/+10
2018-05-13x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixesJoe Perches-18/+17
2018-05-13x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()Thomas Gleixner-8/+7
2018-05-13x86/Centaur: Report correct CPU/cache topologyDavid Wang-0/+5
2018-05-13x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()David Wang-13/+8
2018-05-13x86/CPU: Make intel_num_cpu_cores() genericDavid Wang-19/+16
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner-0/+11