summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld
2022-11-10x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-10-17x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner
2022-10-17x86/percpu: Move preempt_count next to current_taskThomas Gleixner
2022-10-17x86: Put hot per CPU variables into a structThomas Gleixner
2022-10-17x86/cpu: Re-enable stackprotectorThomas Gleixner
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner
2022-10-17x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner
2022-08-18x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta
2022-08-03x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon
2022-07-07x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta
2022-06-27x86/cpu/amd: Enumerate BTC_NOAndrew Cooper
2022-06-27x86/common: Stamp out the stepping madnessPeter Zijlstra
2022-06-27x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-31x86/microcode: Default-disable late loadingBorislav Petkov
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-21x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta
2022-05-21x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh
2022-04-04x86/cpu: Remove "noclflush"Borislav Petkov
2022-04-04x86/cpu: Remove "nosmep"Borislav Petkov
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov
2022-04-04x86/cpu: Remove "nosep"Borislav Petkov
2022-04-04x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck
2022-02-01x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bitTony Luck
2022-02-01x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck
2022-01-10Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-12-22x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov
2021-11-25x86/cpu: Don't write CSTAR MSR on Intel CPUsAndi Kleen
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-10-15sched: Add cluster scheduler level for x86Tim Chen