summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2025-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-03Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
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-03KVM: arm64: Don't translate FAR if invalid/unsafeOliver Upton
2025-04-03arm64: Convert HPFAR_EL2 to sysreg tableOliver Upton
2025-04-03KVM: arm64: Only read HPFAR_EL2 when value is architecturally validOliver Upton
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...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 'powerpc-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
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 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...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-02Merge branch 'topic/cxl' into nextMichael Ellerman
2025-04-01mseal sysmap: enable s390Heiko Carstens
2025-04-01mseal sysmap: enable arm64Jeff Xu
2025-04-01mseal sysmap: enable x86-64Jeff Xu
2025-04-01x86: pgtable: convert to use tlb_remove_ptdesc()Qi Zheng
2025-04-01riscv: pgtable: unconditionally use tlb_remove_ptdesc()Qi Zheng
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng
2025-04-01microblaze/mm: put mm_cmdline_setup() in .init.text sectionWei Yang
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
2025-04-01x86/mm: Remove the arch-specific pgd_leaf() definitionBaoquan He
2025-04-01x86/fred: Fix system hang during S4 resume with FRED enabledXin Li (Intel)
2025-04-01x86/nmi: Improve NMI duration console printoutsSohil Mehta
2025-04-01x86/nmi: Clean up NMI selftestSohil Mehta
2025-04-01x86/nmi: Add missing description x86_platform_ops::get_nmi_reason to <asm/x86...Sohil Mehta
2025-04-01x86/nmi: Improve <asm/nmi.h> documentationSohil Mehta
2025-04-01x86/nmi: Improve and relocate NMI handler commentsSohil Mehta
2025-04-01x86/nmi: Fix comment in unknown_nmi_error()Sohil Mehta
2025-04-01x86/nmi: Remove export of local_touch_nmi()Sohil Mehta
2025-04-01x86/nmi: Use a macro to initialize NMI descriptorsSohil Mehta
2025-04-01x86/nmi: Consolidate NMI panic variablesSohil Mehta
2025-04-01x86/nmi: Simplify unknown NMI panic handlingSohil Mehta