summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2025-09-04riscv: dts: spacemit: uart: remove sec_uart1 device nodeYixun Lan
2025-09-03riscv: kexec: initialize kexec_buf structBreno Leitao
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra
2025-09-02riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv JupiterGuodong Xu
2025-09-02riscv: dts: spacemit: Add PDMA node for K1 SoCGuodong Xu
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-08-28riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configsNathan Chancellor
2025-08-28riscv: Unconditionally use linker relaxationNathan Chancellor
2025-08-28riscv: Remove version check for LTO_CLANG selectsNathan Chancellor
2025-08-25RISC-V: KVM: fix stack overrun when loading vlenbRadim Krčmář
2025-08-25RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() commentQuan Zhou
2025-08-25RISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap()Fangyu Yu
2025-08-24riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU nodeMichal Wilczynski
2025-08-24riscv: dts: spacemit: add UART resets for Soc K1Hendrik Hamerlinck
2025-08-19riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1E Shattow
2025-08-19riscv: dts: microchip: Minor whitespace cleanupKrzysztof Kozlowski
2025-08-15riscv, bpf: Add support arena atomics for RV64Pu Lehui
2025-08-15riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handlingPu Lehui
2025-08-15riscv, bpf: Optimize cmpxchg insn with Zacas supportPu Lehui
2025-08-15riscv, bpf: Add Zacas instructionsPu Lehui
2025-08-15riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsionPu Lehui
2025-08-15riscv: Separate toolchain support dependency from RISCV_ISA_ZACASPu Lehui
2025-08-15riscv, bpf: Extract emit_ldx() helperPu Lehui
2025-08-15riscv, bpf: Extract emit_st() helperPu Lehui
2025-08-15riscv, bpf: Extract emit_stx() helperPu Lehui
2025-08-15riscv: dts: spacemit: Add OrangePi RV2 board device treeHendrik Hamerlinck
2025-08-12riscv: dts: thead: Add APB clocks for TH1520 GMACsYao Zi
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen
2025-07-31cfi: add C CFI type macroMark Rutland
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-29Merge tag 'soc-defconfig-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-29Merge tag 'soc-newsoc-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-29Merge tag 'soc-dt-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2025-07-29Merge tag 'kvm-riscv-6.17-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2025-07-28Merge tag 'pwm/for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds
2025-07-28RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()Quan Zhou
2025-07-28RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAsQuan Zhou