summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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-251-2/+2
|\
| * x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2021-02-101-1/+1
| * x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-101-1/+1
* | x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2021-01-281-0/+3
|/
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+25
|\
| * x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel2020-09-091-0/+23
| * x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel2020-09-091-0/+2
* | Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-2/+2
|\ \
| * | x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-011-2/+2
| |/
* | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-131-8/+0
|\ \
| * | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-8/+0
| |/
* / x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey2020-09-221-0/+55
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-111-0/+1
|\