summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86/CPU: Rename intel_cacheinfo.c to cacheinfo.cBorislav Petkov2018-05-062-1/+1
| * | | | | | | x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-05-062-9/+8
| * | | | | | | x86/Centaur: Initialize supported CPU features properlyDavid Wang2018-04-201-0/+48
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-301-0/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-221-0/+4
| | |/ / / /
* | | | | | x86/speculation: Simplify the CPU bug detection logicDominik Brodowski2018-05-231-15/+7
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-215-31/+470
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-05-171-0/+30
| * | | | x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner2018-05-171-7/+19
| * | | | x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-05-171-11/+2
| * | | | x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-05-171-10/+1
| * | | | x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-05-171-45/+15
| * | | | x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-171-1/+1
| * | | | x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-171-1/+3
| * | | | x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-171-2/+18
| * | | | x86/cpufeatures: Add FEATURE_ZENThomas Gleixner2018-05-171-0/+1
| * | | | x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-174-11/+10
| * | | | x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-173-9/+19
| * | | | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-171-4/+10
| * | | | x86/bugs: Fix the parameters alignment and missing voidKonrad Rzeszutek Wilk2018-05-121-2/+2
| * | | | x86/bugs: Make cpu_show_common() staticJiri Kosina2018-05-101-1/+1
| * | | | x86/bugs: Fix __ssb_select_mitigation() return typeJiri Kosina2018-05-101-1/+1
| * | | | x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-094-27/+27
| * | | | x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2018-05-051-9/+23
| * | | | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-11/+18
| * | | | prctl: Add force disable speculationThomas Gleixner2018-05-051-10/+25
| * | | | x86/bugs: Make boot modes __ro_after_initKees Cook2018-05-051-2/+3
| * | | | nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-11/+16
| * | | | x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2018-05-031-10/+73
| * | | | x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-031-5/+21
| * | | | x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-032-2/+2
| * | | | x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-033-1/+56
| * | | | x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk2018-05-031-2/+9
| * | | | x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-034-6/+37
| * | | | x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk2018-05-031-0/+103
| * | | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-032-0/+28
| * | | | x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-05-031-0/+18
| * | | | x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2018-05-031-0/+28
| * | | | x86/bugs: Concentrate bug reporting into a separate functionKonrad Rzeszutek Wilk2018-05-031-14/+32
| * | | | x86/bugs: Concentrate bug detection into a separate functionKonrad Rzeszutek Wilk2018-05-031-10/+11
| |/ / /
* | | | x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov2018-05-191-15/+14
|/ / /
* | | x86/cpu: Restore CPUID_8000_0008_EBX reloadThomas Gleixner2018-05-021-1/+5
| |/ |/|
* | x86/cpu/intel: Add missing TLB cpuid valuesjacek.tomaka@poczta.fm2018-04-261-0/+3
* | x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2
* | x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-152-13/+21
|\
| * Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-1211-121/+529
| |\
OpenPOWER on IntegriCloud