summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2023-09-191-2/+0
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-0/+8
|\
| * x86/shstk: Add user-mode shadow stack supportRick Edgecombe2023-08-031-0/+2
| * x86: Introduce userspace API for shadow stackRick Edgecombe2023-08-031-0/+6
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-1/+0
|\ \
| * | x86/cpu: Make identify_boot_cpu() staticThomas Gleixner2023-08-091-1/+0
| |/
* | Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-291-0/+2
|\ \
| * | x86/cpu: Fix amd_check_microcode() declarationArnd Bergmann2023-07-311-0/+2
| |/
* | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-6/+0
* | x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-101-0/+2
* | x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2023-08-091-0/+2
* | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-0/+2
|/
* x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner2023-05-151-1/+0
* x86/smpboot: Remove initial_stack on 64-bitBrian Gerst2023-03-211-1/+5
* Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-211-1/+0
|\
| * x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst2023-01-251-1/+0
* | x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj2023-01-211-0/+1
* | x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj2023-01-201-1/+1
|/
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-151-9/+2
|\
| * x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner2022-10-171-4/+0
| * x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-3/+1
| * x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-1/+1
| * x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner2022-10-171-1/+0
* | x86/cpuid: Carve out all CPUID functionalityBorislav Petkov2022-11-291-132/+1
|/
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-3/+0
* x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra2022-05-271-2/+2
* Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar2022-03-151-0/+2
|\
| * x86/cpu: Read/save PPIN MSR during initializationTony Luck2022-02-011-0/+2
* | x86: Mark stop_this_cpu() __noreturnPeter Zijlstra2022-03-151-1/+1
|/
* x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck2021-11-151-0/+8
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-111-1/+4
|\
| * KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant2021-11-111-1/+4
* | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-0/+1
|\ \
| * | x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-211-0/+1
| |/
* | Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+2
|\ \
| * | x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives2021-10-211-1/+2
| |/
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-6/+3
|\ \
| * | x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner2021-10-211-6/+3
| * | x86/fpu: Provide struct fpstateThomas Gleixner2021-10-201-2/+2
| |/
* / sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
|/
* Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-311-0/+2
|\
| * x86/smp: Add a per-cpu view of SMT stateBalbir Singh2021-07-281-0/+2
* | x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-261-0/+2
|/
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-0/+9
|\
| * x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen2021-06-231-0/+9
* | x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov2021-05-181-0/+1
|/
* x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-0/+2
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-281-11/+4
|\
| * Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-9/+0
| |\
| * | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-11/+4