summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-06-05Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti
2025-06-05riscv: xchg: Prefetch the destination word for sc.wGuo Ren
2025-06-05riscv: Add ARCH_HAS_PREFETCH[W] support with ZicbopGuo Ren
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti
2025-06-05riscv: Introduce Zicbop instructionsAlexandre Ghiti
2025-06-05riscv/kexec_file: Fix comment in purgatory relocatorYao Zi
2025-06-05riscv: kexec_file: Support loading Image binary fileSong Shuai
2025-06-05riscv: kexec_file: Split the loading of kernel and othersSong Shuai
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu
2025-06-05riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSPuranjay Mohan
2025-06-05riscv: ftrace: support PREEMPTAndy Chiu
2025-06-05riscv: add a data fence for CMODX in the kernel modeAndy Chiu
2025-06-05riscv: vector: Support calling schedule() for preemptible VectorAndy Chiu
2025-06-05riscv: ftrace: do not use stop_machine to update codeAndy Chiu
2025-06-05riscv: ftrace: prepare ftrace for atomic code patchingAndy Chiu
2025-06-05riscv: ftrace: align patchable functions to 4 Byte boundaryAndy Chiu
2025-06-05riscv: ftrace factor out code defined by !WITH_ARGAndy Chiu
2025-06-05riscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu
2025-06-05Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-05KVM: arm64: Make __vcpu_sys_reg() a pure rvalue operandMarc Zyngier
2025-06-05KVM: arm64: Don't use __vcpu_sys_reg() to get the address of a sysregMarc Zyngier
2025-06-05KVM: arm64: Add RMW specific sysreg accessorMarc Zyngier
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier
2025-06-05s390/mm: Fix in_atomic() handling in do_secure_storage_access()Heiko Carstens
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg
2025-06-05um: fix unused variable warningBenjamin Berg
2025-06-04riscv: misaligned: add a function to check misalign trap delegabilityClément Léger
2025-06-04riscv: misaligned: move emulated access uniformity check in a functionClément Léger
2025-06-04riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger
2025-06-04riscv: misaligned: use on_each_cpu() for scalar misaligned access probingClément Léger
2025-06-04riscv: misaligned: request misaligned exception from SBIClément Léger
2025-06-04riscv: sbi: add SBI FWFT extension callsClément Léger
2025-06-04riscv: sbi: add FWFT extension interfaceClément Léger
2025-06-04riscv: sbi: add new SBI error mappingsClément Léger
2025-06-04riscv: sbi: remove useless parenthesisClément Léger
2025-06-04riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitionsClément Léger
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-04Merge branch 'pci/misc'Bjorn Helgaas
2025-06-04um: fix SECCOMP 32bit xstate register restoreBenjamin Berg
2025-06-03Merge tag 'mfd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2025-06-03Merge tag 'xtensa-20250603' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-06-03Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds
2025-06-03x86/iopl: Cure TIF_IO_BITMAP inconsistenciesThomas Gleixner
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-06-02Merge tag 'm68knommu-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt