summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner2019-08-061-15/+27
* x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-08-061-23/+15Star
* x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov2019-08-061-27/+33
* x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2019-05-141-8/+12
* x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen2019-05-141-8/+15
* x86/speculation: Consolidate CPU whitelistsThomas Gleixner2019-05-141-49/+56
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-14/+14
* x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-08-271-0/+1
* Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-151-1/+1
|\
| * xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2018-08-061-1/+1
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-21/+35
|\ \
| * | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-0/+3
| |\|
| * | x86/cpu/common: Provide detect_ht_early()Thomas Gleixner2018-06-211-10/+14
| * | x86/cpu: Remove the pointless CPU printoutThomas Gleixner2018-06-211-15/+5Star
| * | x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-201-0/+20
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-141-20/+20
|\ \ \
| * | | x86/CPU: Call detect_nopl() only on the BSPBorislav Petkov2018-07-201-6/+4Star
| * | | x86/jump_label: Initialize static branching earlyPavel Tatashin2018-07-201-18/+20
| | |/ | |/|
* | | x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2018-08-031-0/+3
* | | x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-201-2/+3
|/ /
* / x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov2018-06-231-0/+3
|/
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-061-0/+6
* x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk2018-06-061-1/+2
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-0/+35
|\
| * x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-191-0/+15
| * Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar2018-05-191-1/+5
| |\
| * | x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()Thomas Gleixner2018-05-131-5/+4Star
| * | x86/CPU: Make intel_num_cpu_cores() genericDavid Wang2018-05-131-0/+14
| * | x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-05-061-0/+7
* | | x86/speculation: Simplify the CPU bug detection logicDominik Brodowski2018-05-231-15/+7Star
* | | x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2018-05-181-1/+1
* | | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-1/+2
* | | x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-171-0/+3
* | | x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-171-2/+7
* | | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-171-4/+10
* | | x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-091-1/+1
* | | x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-031-0/+4
* | | x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-031-4/+6
* | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+23
* | | x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk2018-05-031-10/+11
| |/ |/|
* | x86/cpu: Restore CPUID_8000_0008_EBX reloadThomas Gleixner2018-05-021-1/+5
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-161-12/+20
|\
| * x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruptionKirill A. Shutemov2018-04-101-12/+20
* | x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-161-1/+2
|/
* x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov2018-02-171-0/+20
* x86/CPU: Add a microcode loader callbackBorislav Petkov2018-02-171-0/+10
* x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-151-1/+1
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-4/+4
* x86/pti: Mark constant arrays as __initconstArnd Bergmann2018-02-021-2/+2