summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-151-53/+44
|\
| * x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+1
| * x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner2022-10-171-3/+0
| * x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-11/+1
| * x86/percpu: Move preempt_count next to current_taskThomas Gleixner2022-10-171-7/+1
| * x86: Put hot per CPU variables into a structThomas Gleixner2022-10-171-9/+5
| * x86/cpu: Re-enable stackprotectorThomas Gleixner2022-10-171-0/+3
| * x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-11/+6
| * x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner2022-10-171-16/+31
* | Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-1/+1
|\ \
| * | x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross2022-11-101-1/+0
| * | x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross2022-11-101-1/+2
| |/
* / stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
|/
* x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta2022-08-181-15/+27
* x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-031-2/+10
* x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta2022-07-071-0/+1
* x86/cpu/amd: Enumerate BTC_NOAndrew Cooper2022-06-271-2/+4
* x86/common: Stamp out the stepping madnessPeter Zijlstra2022-06-271-21/+16
* x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra2022-06-271-12/+12
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-06-271-0/+19
* Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-141-3/+49
|\
| * x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta2022-05-211-7/+14
| * x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2022-05-211-2/+41
* | x86/microcode: Default-disable late loadingBorislav Petkov2022-05-311-0/+2
* | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-48/+53
|\ \
| * | x86/cpu: Remove "noclflush"Borislav Petkov2022-04-041-8/+0
| * | x86/cpu: Remove "nosmep"Borislav Petkov2022-04-041-7/+0
| * | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-041-14/+1
| * | x86/cpu: Remove "nosep"Borislav Petkov2022-04-041-7/+0
| * | x86/cpu: Allow feature bit names from /proc/cpuinfo in clearcpuid=Borislav Petkov2022-04-041-12/+52
* | | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-0/+4
|\ \ \ | |_|/ |/| |
| * | x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh2022-04-061-0/+4
| |/
* / x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-111-0/+2
|/
* Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar2022-03-151-0/+79
|\
| * x86/cpu: Read/save PPIN MSR during initializationTony Luck2022-02-011-0/+4
| * x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bitTony Luck2022-02-011-0/+1
| * x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck2022-02-011-0/+74
* | x86/ibt: Disable IBT around firmwarePeter Zijlstra2022-03-151-0/+28
* | x86/ibt,kexec: Disable CET on kexecPeter Zijlstra2022-03-151-0/+6
* | x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra2022-03-151-1/+24
|/
* Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-101-2/+13
|\
| * x86/cpu: Don't write CSTAR MSR on Intel CPUsAndi Kleen2021-11-251-2/+13
* | x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov2021-12-221-1/+1
|/
* Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-7/+39
|\
| * x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane2021-10-211-7/+37
| * x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives2021-10-211-0/+2
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-1/+1
|\ \
| * | x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+1
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+3
|\ \ \ | |/ / |/| |
| * | sched: Add cluster scheduler level for x86Tim Chen2021-10-151-0/+3
| |/