Age | Commit message (Expand) | Author |
2025-07-07 | Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2025-06-24 | x86/traps: Initialize DR7 by writing its architectural reset value | Xin Li (Intel) |
2025-06-24 | x86/traps: Initialize DR6 by writing its architectural reset value | Xin Li (Intel) |
2025-06-17 | x86/bugs: Add a Transient Scheduler Attacks mitigation | Borislav Petkov (AMD) |
2025-05-15 | x86/cpuid: Rename have_cpuid_p() to cpuid_feature() | Ahmed S. Darwish |
2025-05-15 | x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header | Ahmed S. Darwish |
2025-05-13 | Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts | 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/cpu' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-11 | Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2025-05-09 | x86/its: Add "vmexit" option to skip mitigation on some CPUs | Pawan Gupta |
2025-05-09 | x86/its: Enumerate Indirect Target Selection (ITS) bug | 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-04 | x86/boot: Add a bunch of PIC aliases | Ard Biesheuvel |
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-04-22 | x86/cpu: Help users notice when running old Intel microcode | Dave Hansen |
2025-04-14 | x86/bugs: Remove X86_BUG_MMIO_UNKNOWN | Borislav Petkov (AMD) |
2025-04-10 | x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()' | Ingo Molnar |
2025-04-10 | x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()' | Ingo Molnar |
2025-04-10 | x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()' | Ingo Molnar |
2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar |
2025-04-10 | x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' | Ingo Molnar |
2025-03-25 | Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2025-03-19 | x86/cpufeatures: Warn about unmet CPU feature dependencies | Sohil Mehta |
2025-03-19 | x86/rfds: Exclude P-only parts from the RFDS affected list | Pawan Gupta |
2025-03-04 | x86/stackprotector: Move __stack_chk_guard to percpu hot section | Brian Gerst |
2025-03-04 | x86/percpu: Move current_task to percpu hot section | Brian Gerst |
2025-03-04 | x86/percpu: Move top_of_stack to percpu hot section | Brian Gerst |
2025-03-04 | x86/retbleed: Move call depth to percpu hot section | Brian Gerst |
2025-03-04 | x86/preempt: Move preempt count to percpu hot section | Brian Gerst |
2025-03-04 | x86/percpu: Move pcpu_hot to percpu hot section | Brian Gerst |
2025-03-04 | Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits | Ingo Molnar |
2025-03-04 | x86/cpu: Get rid of the smp_store_cpu_info() indirection | Thomas Gleixner |
2025-03-04 | x86/cpu: Simplify TLB entry count storage | Ahmed S. Darwish |
2025-03-04 | x86/cpu: Log CPU flag cmdline hacks more verbosely | Brendan Jackman |
2025-03-04 | x86/cpu: Warn louder about the {set,clear}cpuid boot parameters | Brendan Jackman |
2025-03-04 | x86/cpu: Remove unnecessary macro indirection related to CPU feature names | Brendan Jackman |
2025-02-28 | x86/bugs: Add X86_BUG_SPECTRE_V2_USER | David Kaplan |
2025-02-28 | x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid=' | Brendan Jackman |
2025-02-28 | x86/cpu: Add the 'setcpuid=' boot parameter | Brendan Jackman |
2025-02-28 | x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameter | Brendan Jackman |
2025-02-18 | x86/percpu/64: Remove fixed_percpu_data | Brian Gerst |
2025-02-18 | x86/stackprotector/64: Convert to normal per-CPU variable | Brian Gerst |
2025-02-04 | x86/cpu: Fix #define name for Intel CPU model 0x5A | Tony Luck |
2025-01-21 | Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-12-30 | x86/bugs: Add SRSO_USER_KERNEL_NO support | Borislav Petkov (AMD) |
2024-12-18 | x86/cpu: Make all all CPUID leaf names consistent | Dave Hansen |