summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2023-09-23x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-08-16x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman
2023-08-08x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-08-08x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2022-10-07x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon
2022-10-07x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta
2022-10-07x86/cpu/amd: Enumerate BTC_NOAndrew Cooper
2022-10-07x86/common: Stamp out the stepping madnessPeter Zijlstra
2022-10-07x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra
2022-10-07x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-10-07Revert "x86/speculation: Add RSB VM Exit protections"Thadeu Lima de Souza Cascardo
2022-09-05x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon
2022-06-16x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta
2021-11-17x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane
2021-05-11x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson
2020-10-29x86/asm: Replace __force_order with a memory clobberArvind Sankar
2020-06-30x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook
2020-06-10x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-10x86/cpu: Add 'table' argument to cpu_matches()Mark Gross
2020-06-10x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc
2020-03-12x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson
2019-11-04x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-10-28x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta
2019-10-28x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-06x86/cpu: Update init data for new Airmont CPU modelRahul Tanwar
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra
2019-07-28Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner
2019-07-28x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner
2019-07-25x86/apic: Add static key to Control IPI shorthandsThomas Gleixner
2019-07-25x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner
2019-07-10x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-03x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner
2019-06-22x86/asm: Pin sensitive CR4 bitsKees Cook
2019-06-22x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen
2019-06-22x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski
2019-06-22x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski