aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)Author
2023-11-13x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar
2023-09-22x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions fr...Ingo Molnar
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf
2023-09-14x86/entry: Rename ignore_sysret()Nikolay Borisov
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-02x86/shstk: Add user-mode shadow stack supportRick Edgecombe
2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe
2023-07-31x86/cpu: Fix amd_check_microcode() declarationArnd Bergmann
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2023-02-21Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-29x86/cpuid: Carve out all CPUID functionalityBorislav Petkov
2022-10-17x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner
2022-10-17x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-05-27x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck
2021-11-15x86/sgx: Hook arch_memory_failure() into mainline codeTony Luck
2021-11-11Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini
2021-11-11KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURESPaul Durrant
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-21x86/CPU: Add support for Vortex CPUsMarcos Del Sol Vives