summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2023-08-29Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-6/+0
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann1-0/+2
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner1-1/+0
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)1-0/+2
2023-08-03x86/shstk: Add user-mode shadow stack supportRick Edgecombe1-0/+2
2023-08-03x86: Introduce userspace API for shadow stackRick Edgecombe1-0/+6
2023-07-31x86/cpu: Fix amd_check_microcode() declarationArnd Bergmann1-0/+2
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+2
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner1-1/+0
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst1-1/+5
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst1-1/+0
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj1-0/+1
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj1-1/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+2
2022-11-29x86/cpuid: Carve out all CPUID functionalityBorislav Petkov1-132/+1
2022-10-17x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner1-4/+0
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner1-3/+1
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner1-1/+1
2022-10-17x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner1-1/+0
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-05-27x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra1-2/+2
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar1-0/+2
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-1/+1
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck1-0/+2
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck1-0/+8
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini1-1/+4
2021-11-11KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant1-1/+4
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2021-11-02Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2021-11-02Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+3
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives1-1/+2
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner1-6/+3
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner1-2/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra1-0/+1
2021-08-31Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips1-0/+2
2021-07-28x86/smp: Add a per-cpu view of SMT stateBalbir Singh1-0/+2
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2021-06-23x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen1-0/+9
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov1-0/+1
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui1-0/+2
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+4
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar1-9/+0
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan1-10/+0
2021-03-22Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar1-9/+0