summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-04-07crypto: x86/chacha - remove the skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: x86/aes-xts - optimize _compute_first_set_of_tweaks for AVX-512Eric Biggers
2025-04-07crypto: x86 - Remove CONFIG_AS_AVX512 handlingUros Bizjak
2025-04-07crypto: x86 - Remove CONFIG_AS_SHA256_NIUros Bizjak
2025-04-07crypto: x86 - Remove CONFIG_AS_SHA1_NIUros Bizjak
2025-04-07crypto: x86/chacha - Remove SIMD fallback pathHerbert Xu
2025-04-07crypto: x86/twofish - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/sm4 - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/serpent - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/cast - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/camellia - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aria - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aes - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aegis - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR codeEric Biggers
2025-04-06x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...Ard Biesheuvel
2025-04-06x86/boot: Move the 5-level paging trampoline into /startupArd Biesheuvel
2025-04-06x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h>Ard Biesheuvel
2025-04-06x86/boot: Use __ALIGN_KERNEL_MASK() instead of open coded analogueAndy Shevchenko
2025-04-06x86/cpuid: Add AMX and SPEC_CTRL dependenciesAndi Kleen
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)
2025-04-04Merge tag 'x86-urgent-2025-04-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-04Merge branch 'kvm-pi-fix-lockdep' into HEADPaolo Bonzini
2025-04-04KVM: VMX: Use separate subclasses for PI wakeup lock to squash false positiveYan Zhao
2025-04-04KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup listSean Christopherson
2025-04-04KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson
2025-04-04KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMUSean Christopherson
2025-04-04KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-03x86/idle: Use MONITOR and MWAIT mnemonics in <asm/mwait.h>Uros Bizjak
2025-04-03x86/idle: Change arguments of mwait_idle_with_hints() to u32Uros Bizjak
2025-04-03x86/tlb: Simplify choose_new_asid() and generate better codeBorislav Petkov (AMD)
2025-04-03x86/idle: Remove CONFIG_AS_TPAUSEUros Bizjak
2025-04-03x86/idle: Remove .s output beautifying delimiters from simpler asm() templatesUros Bizjak
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-02x86/idle: Standardize argument types for MONITOR{,X} and MWAIT{,X} instructio...Uros Bizjak
2025-04-02x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints...Andrew Cooper
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-02Merge tag 'x86_tdx_for_6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-01mseal sysmap: enable x86-64Jeff Xu
2025-04-01x86: pgtable: convert to use tlb_remove_ptdesc()Qi Zheng
2025-04-01x86/mm: Stop prefetching current->mm->mmap_lock on page faultsMateusz Guzik
2025-04-01x86/mm: Simplify the pgd_leaf() and p4d_leaf() checks a bitBaoquan He
2025-04-01x86/mm: Remove the arch-specific p4d_leaf() definitionBaoquan He