Age | Commit message (Expand) | Author |
2025-05-15 | x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header | Ahmed S. Darwish |
2025-05-13 | x86/CPU/AMD: Add X86_FEATURE_ZEN6 | Yazen Ghannam |
2025-05-13 | x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabled | Borislav Petkov (AMD) |
2025-05-13 | Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/platform' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-13 | Merge branch 'x86/msr' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/microcode' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-13 | Merge branch 'x86/fpu' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-13 | Merge branch 'x86/cpu' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/boot' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-13 | Merge branch 'x86/bugs' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-12 | x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges() | Jiaqing Zhao |
2025-05-11 | Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2025-05-11 | Merge tag 'ibti-hisory-for-linus-2025-05-06' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2025-05-09 | x86/its: Add support for RSB stuffing mitigation | Pawan Gupta |
2025-05-09 | x86/its: Add "vmexit" option to skip mitigation on some CPUs | Pawan Gupta |
2025-05-09 | x86/its: Enable Indirect Target Selection mitigation | Pawan Gupta |
2025-05-09 | x86/its: Enumerate Indirect Target Selection (ITS) bug | Pawan Gupta |
2025-05-06 | x86/bhi: Do not set BHI_DIS_S in 32-bit mode | Pawan Gupta |
2025-05-06 | x86/bpf: Add IBHF call at end of classic BPF | Daniel Sneddon |
2025-05-06 | x86/cpu: Sanitize CPUID(0x80000000) output | Ahmed S. Darwish |
2025-05-06 | Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts | Ingo Molnar |
2025-05-05 | x86/CPU/AMD: Print the reason for the last reset | Yazen Ghannam |
2025-05-05 | x86/microcode: Consolidate the loader enablement checking | Borislav Petkov (AMD) |
2025-05-04 | x86/boot: Add a bunch of PIC aliases | Ard Biesheuvel |
2025-05-04 | Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixes | Ingo Molnar |
2025-05-02 | x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low) | Xin Li (Intel) |
2025-05-02 | x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses | Xin Li (Intel) |
2025-05-02 | x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses | Xin Li (Intel) |
2025-05-02 | x86/msr: Convert the rdpmc() macro to an __always_inline function | Xin Li (Intel) |
2025-05-02 | x86/msr: Rename rdpmcl() to rdpmc() | Xin Li (Intel) |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) |
2025-05-02 | x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS | Ingo Molnar |
2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar |
2025-04-30 | x86/CPU/AMD: Replace strcpy() with strscpy() | Ruben Wauters |
2025-04-30 | x86/microcode/AMD: Do not return error when microcode update is not necessary | Annie Li |
2025-04-30 | x86/bugs: Restructure SRSO mitigation | David Kaplan |
2025-04-29 | x86/bugs: Restructure L1TF mitigation | David Kaplan |
2025-04-29 | x86/bugs: Restructure SSB mitigation | David Kaplan |
2025-04-29 | x86/bugs: Restructure spectre_v2 mitigation | David Kaplan |
2025-04-29 | x86/bugs: Restructure BHI mitigation | David Kaplan |
2025-04-29 | x86/bugs: Restructure spectre_v2_user mitigation | David Kaplan |
2025-04-29 | x86/bugs: Restructure retbleed mitigation | David Kaplan |
2025-04-28 | x86/sgx: Use SHA-256 library API instead of crypto_shash API | Eric Biggers |
2025-04-28 | x86/microcode/AMD: Use sha256() instead of init/update/final | Eric Biggers |
2025-04-28 | x86/bugs: Allow retbleed=stuff only on Intel | David Kaplan |
2025-04-28 | x86/bugs: Restructure spectre_v1 mitigation | David Kaplan |
2025-04-28 | x86/bugs: Restructure GDS mitigation | David Kaplan |
2025-04-28 | x86/bugs: Restructure SRBDS mitigation | David Kaplan |
2025-04-28 | x86/bugs: Remove md_clear_*_mitigation() | David Kaplan |