Age | Commit message (Expand) | Author | Files | Lines |
2023-10-30 | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -15/+38 |
2023-10-30 | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+0 |
2023-10-10 | x86/apic: Use u32 for APIC IDs in global data | Thomas Gleixner | 1 | -2/+2 |
2023-10-10 | x86/cpu: Move cpu_l[l2]c_id into topology info | Thomas Gleixner | 1 | -1/+13 |
2023-10-10 | x86/cpu: Move logical package and die IDs into topology info | Thomas Gleixner | 1 | -4/+4 |
2023-10-10 | x86/cpu: Move cu_id into topology info | Thomas Gleixner | 1 | -1/+3 |
2023-10-10 | x86/cpu: Move cpu_core_id into topology info | Thomas Gleixner | 1 | -1/+3 |
2023-10-10 | x86/cpu: Move cpu_die_id into topology info | Thomas Gleixner | 1 | -1/+3 |
2023-10-10 | x86/cpu: Move phys_proc_id into topology info | Thomas Gleixner | 1 | -2/+3 |
2023-10-10 | x86/cpu: Encapsulate topology information in cpuinfo_x86 | Thomas Gleixner | 1 | -5/+9 |
2023-10-05 | Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes | Ingo Molnar | 1 | -2/+0 |
2023-09-22 | x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions fr... | Ingo Molnar | 1 | -8/+0 |
2023-09-19 | x86/srso: Set CPUID feature bits independently of bug or mitigation status | Josh Poimboeuf | 1 | -2/+0 |
2023-09-14 | x86/entry: Rename ignore_sysret() | Nikolay Borisov | 1 | -1/+1 |
2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+8 |
2023-08-30 | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2023-08-28 | Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2023-08-12 | locking: remove spin_lock_prefetch | Mateusz Guzik | 1 | -6/+0 |
2023-08-10 | x86: Move gds_ucode_mitigated() declaration to header | Arnd Bergmann | 1 | -0/+2 |
2023-08-09 | x86/cpu: Make identify_boot_cpu() static | Thomas Gleixner | 1 | -1/+0 |
2023-08-09 | x86/CPU/AMD: Do not leak quotient data after a division by 0 | Borislav Petkov (AMD) | 1 | -0/+2 |
2023-08-02 | x86/shstk: Add user-mode shadow stack support | Rick Edgecombe | 1 | -0/+2 |
2023-08-02 | x86: Introduce userspace API for shadow stack | Rick Edgecombe | 1 | -0/+6 |
2023-07-31 | x86/cpu: Fix amd_check_microcode() declaration | Arnd Bergmann | 1 | -0/+2 |
2023-07-27 | x86/srso: Add a Speculative RAS Overflow mitigation | Borislav Petkov (AMD) | 1 | -0/+2 |
2023-05-15 | x86/smpboot: Get rid of cpu_init_secondary() | Thomas Gleixner | 1 | -1/+0 |
2023-03-21 | x86/smpboot: Remove initial_stack on 64-bit | Brian Gerst | 1 | -1/+5 |
2023-02-21 | Merge tag 'x86_vdso_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+0 |
2023-01-25 | x86/vdso: Move VDSO image init to vdso2c generated code | Brian Gerst | 1 | -1/+0 |
2023-01-21 | x86/microcode: Check CPU capabilities after late microcode update correctly | Ashok Raj | 1 | -0/+1 |
2023-01-20 | x86/microcode: Add a parameter to microcode_check() to store CPU capabilities | Ashok Raj | 1 | -1/+1 |
2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+2 |
2022-11-29 | x86/cpuid: Carve out all CPUID functionality | Borislav Petkov | 1 | -132/+1 |
2022-10-17 | x86/percpu: Move irq_stack variables next to current_task | Thomas Gleixner | 1 | -4/+0 |
2022-10-17 | x86/percpu: Move current_top_of_stack next to current_task | Thomas Gleixner | 1 | -3/+1 |
2022-10-17 | x86/cpu: Get rid of redundant switch_to_new_gdt() invocations | Thomas Gleixner | 1 | -1/+1 |
2022-10-17 | x86/cpu: Remove segment load from switch_to_new_gdt() | Thomas Gleixner | 1 | -1/+0 |
2022-09-11 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -3/+0 |
2022-05-27 | x86: Always inline on_thread_stack() and current_top_of_stack() | Peter Zijlstra | 1 | -2/+2 |
2022-03-15 | Merge branch 'x86/cpu' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -0/+2 |
2022-03-15 | x86: Mark stop_this_cpu() __noreturn | Peter Zijlstra | 1 | -1/+1 |
2022-02-01 | x86/cpu: Read/save PPIN MSR during initialization | Tony Luck | 1 | -0/+2 |
2021-11-15 | x86/sgx: Hook arch_memory_failure() into mainline code | Tony Luck | 1 | -0/+8 |
2021-11-11 | Merge branch 'kvm-5.16-fixes' into kvm-master | Paolo Bonzini | 1 | -1/+4 |
2021-11-11 | KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES | Paul Durrant | 1 | -1/+4 |
2021-11-02 | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2021-11-01 | Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+2 |
2021-11-01 | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+3 |
2021-10-21 | x86/CPU: Add support for Vortex CPUs | Marcos Del Sol Vives | 1 | -1/+2 |
2021-10-21 | x86/process: Move arch_thread_struct_whitelist() out of line | Thomas Gleixner | 1 | -6/+3 |