| Age | Commit message (Expand) | Author |
| 2025-05-05 | Revert "crypto: run initcalls for generic implementations earlier" | Herbert Xu |
| 2025-05-05 | crypto: x86/sha256 - implement library instead of shash | Eric Biggers |
| 2025-05-05 | x86/microcode: Consolidate the loader enablement checking | Borislav Petkov (AMD) |
| 2025-05-05 | um/asm: Replace "REP; NOP" with PAUSE mnemonic | Uros Bizjak |
| 2025-05-05 | um/asm: Rename rep_nop() to native_pause() | Uros Bizjak |
| 2025-05-05 | um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h | Sami Tolvanen |
| 2025-05-05 | um: fix _nofault accesses | Johannes Berg |
| 2025-05-05 | crypto: lib/poly1305 - Use block-only interface | Herbert Xu |
| 2025-05-05 | crypto: x86/poly1305 - Add block-only interface | Herbert Xu |
| 2025-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5 | Herbert Xu |
| 2025-05-05 | x86/sev: Disentangle #VC handling code from startup code | Ard Biesheuvel |
| 2025-05-04 | Merge tag 'x86-urgent-2025-05-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
| 2025-05-04 | Merge tag 'perf-urgent-2025-05-04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
| 2025-05-04 | x86/boot: Provide __pti_set_user_pgtbl() to startup code | Ard Biesheuvel |
| 2025-05-04 | x86/boot: Add a bunch of PIC aliases | Ard Biesheuvel |
| 2025-05-04 | x86/linkage: Add SYM_PIC_ALIAS() macro helper to emit symbol aliases | Ard Biesheuvel |
| 2025-05-04 | x86/sev: Move instruction decoder into separate source file | Ard Biesheuvel |
| 2025-05-04 | x86/sev: Make sev_snp_enabled() a static function | Ard Biesheuvel |
| 2025-05-04 | x86/boot: Disregard __supported_pte_mask in __startup_64() | Ard Biesheuvel |
| 2025-05-04 | x86/boot: Move early_setup_gdt() back into head64.c | Ard Biesheuvel |
| 2025-05-04 | Merge branch 'x86/urgent' into x86/boot, to pick up fixes | Ingo Molnar |
| 2025-05-04 | x86/fpu: Shift fpregs_assert_state_consistent() from arch_exit_work() to its ... | Oleg Nesterov |
| 2025-05-04 | x86/fpu: Check TIF_NEED_FPU_LOAD instead of PF_KTHREAD|PF_USER_WORKER in fpu_... | Oleg Nesterov |
| 2025-05-04 | x86/fpu: Always use memcpy_and_pad() in arch_dup_task_struct() | Oleg Nesterov |
| 2025-05-04 | x86/fpu: Remove DEFINE_EVENT(x86_fpu, x86_fpu_copy_src) | Oleg Nesterov |
| 2025-05-04 | x86/fpu: Remove x86_init_fpu | Oleg Nesterov |
| 2025-05-04 | x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logic | Oleg Nesterov |
| 2025-05-04 | Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixes | Ingo Molnar |
| 2025-05-04 | x86/boot/sev: Support memory acceptance in the EFI stub under SVSM | Ard Biesheuvel |
| 2025-05-02 | KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing | Sean Christopherson |
| 2025-05-02 | KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields | Tom Lendacky |
| 2025-05-02 | KVM: VMX: Clean up and macrofy x86_ops | Vishal Verma |
| 2025-05-02 | KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp() | Vishal Verma |
| 2025-05-02 | KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr.c and tweak name | Vishal Verma |
| 2025-05-02 | KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hook | Sean Christopherson |
| 2025-05-02 | KVM: selftests: Add library support for interacting with SNP | Pratik R. Sampat |
| 2025-05-02 | x86/msr: Change the function type of native_read_msr_safe() | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low) | Xin Li (Intel) |
| 2025-05-02 | x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}() | Xin Li (Intel) |
| 2025-05-02 | x86/xen/msr: Remove the error pointer argument from set_seg() | Xin Li (Intel) |
| 2025-05-02 | x86/xen/msr: Remove pmu_msr_{read,write}() | Xin Li (Intel) |
| 2025-05-02 | x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{rea... | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Add the native_rdmsrq() helper | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses | Xin Li (Intel) |
| 2025-05-02 | x86/xen/msr: Return u64 consistently in Xen PMC xen_*_read functions | 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: Remove the unused rdpmc() method | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h> | Xin Li (Intel) |