aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta1-15/+27
2022-08-03x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon1-2/+10
2022-07-07x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta1-0/+1
2022-06-27x86/cpu/amd: Enumerate BTC_NOAndrew Cooper1-2/+4
2022-06-27x86/common: Stamp out the stepping madnessPeter Zijlstra1-21/+16
2022-06-27x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra1-12/+12
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+19
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+49
2022-05-31x86/microcode: Default-disable late loadingBorislav Petkov1-0/+2
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+53
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2022-05-21x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta1-7/+14
2022-05-21x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta1-2/+41
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta1-0/+2
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-0/+4
2022-04-04x86/cpu: Remove "noclflush"Borislav Petkov1-8/+0
2022-04-04x86/cpu: Remove "nosmep"Borislav Petkov1-7/+0
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov1-14/+1
2022-04-04x86/cpu: Remove "nosep"Borislav Petkov1-7/+0
2022-04-04x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov1-12/+52
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar1-0/+79
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra1-0/+28
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra1-0/+6
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra1-1/+24
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck1-0/+4
2022-02-01x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bitTony Luck1-0/+1
2022-02-01x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck1-0/+74
2022-01-10Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+13
2021-12-22x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov1-1/+1
2021-11-25x86/cpu: Don't write CSTAR MSR on Intel CPUsAndi Kleen1-2/+13
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+39
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane1-7/+37
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives1-0/+2
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner1-1/+1
2021-10-15sched: Add cluster scheduler level for x86Tim Chen1-0/+3
2021-10-06x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum1-0/+1
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips1-0/+6
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+17
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+9
2021-06-23x86/cpu: Write the default PKRU value when enabling PKEThomas Gleixner1-0/+2
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner1-13/+11
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner1-3/+2
2021-06-23x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner1-5/+0
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae1-0/+3
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov1-13/+15
2021-05-12x86/syscall: Maximize MSR_SYSCALL_MASKH. Peter Anvin (Intel)1-3/+9
2021-05-05x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson1-1/+1
2021-05-05x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson1-1/+1