summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-231-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
| |/
* / x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum2021-10-061-0/+1
|/
* x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-261-0/+6
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-20/+17
|\
| * x86/cpu: Write the default PKRU value when enabling PKEThomas Gleixner2021-06-231-0/+2
| * x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2021-06-231-13/+11
| * x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner2021-06-231-3/+2
| * x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner2021-06-231-5/+0
| * x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae2021-05-191-0/+3
* | Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-281-3/+9
|\ \
| * | x86/syscall: Maximize MSR_SYSCALL_MASKH. Peter Anvin (Intel)2021-05-121-3/+9
| |/
* / x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov2021-05-181-13/+15
|/
* x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson2021-05-051-1/+1
* x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-051-1/+1
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-3/+2
|\
| * x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-3/+2
* | Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-261-1/+1
|\ \
| * | x86/traps: Handle #DB for bus lockFenghua Yu2021-03-281-1/+1
| |/
* | x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-0/+2
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-2/+2
|\