aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeGravatar Linus Torvalds 1-1/+0
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+4
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-28/+0
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+4
2024-03-07x86/fred: Fix init_task thread stack pointer initializationGravatar Xin Li (Intel) 1-2/+4
2024-03-04x86/idle: Select idle routine only onceGravatar Thomas Gleixner 1-1/+1
2024-03-04x86/percpu: Cure per CPU madness on UPGravatar Thomas Gleixner 1-5/+0
2024-03-04x86/msr: Add missing __percpu annotationsGravatar Thomas Gleixner 1-1/+0
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Gravatar Thomas Gleixner 1-22/+0
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresGravatar Thomas Gleixner 1-2/+0
2024-02-15x86/cpu: Remove x86_coreid_bitsGravatar Thomas Gleixner 1-2/+0
2024-02-15x86/cpu: Use common topology code for AMDGravatar Thomas Gleixner 1-2/+0
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDGravatar Thomas Gleixner 1-0/+3
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Gravatar Ingo Molnar 1-26/+57
2023-12-11x86/percpu: Fix "const_pcpu_hot" version generation failureGravatar Uros Bizjak 1-1/+1
2023-11-13x86/barrier: Do not serialize MSR accesses on AMDGravatar Borislav Petkov (AMD) 1-0/+18
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-15/+38
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+0
2023-10-24x86/percpu: Return correct variable from current_top_of_stack()Gravatar Uros Bizjak 1-1/+1
2023-10-23x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...Gravatar Uros Bizjak 1-0/+3
2023-10-10x86/apic: Use u32 for APIC IDs in global dataGravatar Thomas Gleixner 1-2/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoGravatar Thomas Gleixner 1-1/+13
2023-10-10x86/cpu: Move logical package and die IDs into topology infoGravatar Thomas Gleixner 1-4/+4
2023-10-10x86/cpu: Move cu_id into topology infoGravatar Thomas Gleixner 1-1/+3
2023-10-10x86/cpu: Move cpu_core_id into topology infoGravatar Thomas Gleixner 1-1/+3
2023-10-10x86/cpu: Move cpu_die_id into topology infoGravatar Thomas Gleixner 1-1/+3
2023-10-10x86/cpu: Move phys_proc_id into topology infoGravatar Thomas Gleixner 1-2/+3
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Gravatar Thomas Gleixner 1-5/+9
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesGravatar Ingo Molnar 1-2/+0
2023-09-22x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions fr...Gravatar Ingo Molnar 1-8/+0
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusGravatar Josh Poimboeuf 1-2/+0
2023-09-14x86/entry: Rename ignore_sysret()Gravatar Nikolay Borisov 1-1/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+8
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-6/+0
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerGravatar Arnd Bergmann 1-0/+2
2023-08-09x86/cpu: Make identify_boot_cpu() staticGravatar Thomas Gleixner 1-1/+0
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Gravatar Borislav Petkov (AMD) 1-0/+2
2023-08-02x86/shstk: Add user-mode shadow stack supportGravatar Rick Edgecombe 1-0/+2
2023-08-02x86: Introduce userspace API for shadow stackGravatar Rick Edgecombe 1-0/+6
2023-07-31x86/cpu: Fix amd_check_microcode() declarationGravatar Arnd Bergmann 1-0/+2
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationGravatar Borislav Petkov (AMD) 1-0/+2
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Gravatar Thomas Gleixner 1-1/+0
2023-03-21x86/smpboot: Remove initial_stack on 64-bitGravatar Brian Gerst 1-1/+5
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeGravatar Brian Gerst 1-1/+0
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyGravatar Ashok Raj 1-0/+1
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesGravatar Ashok Raj 1-1/+1
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+2