summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-52/+163
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-45/+37
2024-07-16Merge tag 'soc-defconfig-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+26
2024-07-16Merge tag 'soc-dt-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds16-6/+985
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+4
2024-07-10riscv: convert to generic syscall tableArnd Bergmann8-44/+37
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2-39/+89
2024-07-09Merge tag 'riscv-sophgo-dt-for-v6.11' of https://github.com/sophgo/linux into...Arnd Bergmann2-1/+66
2024-07-09riscv: dts: add clock generator for Sophgo SG2042 SoCChen Wang2-1/+66
2024-07-08Merge tag 'riscv-config-for-v6.11' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+26
2024-07-08Merge tag 'riscv-dt-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann10-5/+618
2024-07-08Merge tag 'sunxi-dt-for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann4-0/+301
2024-07-08riscv, bpf: Optimize stack usage of trampolinePuranjay Mohan1-1/+1
2024-07-05Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+4
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-32/+81
2024-07-03riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai1-9/+1
2024-07-03riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+2
2024-07-03Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt1-1/+1
2024-07-03perf: RISC-V: Check standard event availabilitySamuel Holland1-1/+1
2024-07-02riscv, bpf: Add 12-argument support for RV64 bpf trampolinePu Lehui1-19/+47
2024-07-01Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-15/+57
2024-07-01riscv, bpf: Use bpf_prog_pack for RV64 bpf trampolinePu Lehui1-14/+29
2024-07-01riscv, bpf: Fix out-of-bounds issue when preparing trampoline imagePu Lehui1-5/+13
2024-07-01riscv: dts: starfive: add PCIe dts configuration for JH7110Minda Chen5-0/+167
2024-06-30riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetreesSamuel Holland3-0/+290
2024-06-30riscv: dts: allwinner: d1s-t113: Add system LDOsChen-Yu Tsai1-0/+11
2024-06-29Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+22
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-27Merge tag 'riscv-dt-fixes-for-v6.10-rc5+' of https://git.kernel.org/pub/scm/l...Arnd Bergmann8-15/+57
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt1-1/+1
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu1-1/+1
2024-06-26riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti2-13/+20
2024-06-25RISC-V: fix vector insn load/store width maskJesse Taube1-1/+1
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann1-2/+2
2024-06-21bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-3/+2
2024-06-19riscv: dts: microchip: add an initial devicetree for the BeagleV FireConor Dooley3-0/+306
2024-06-19riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boardsShengyu Qu1-1/+1
2024-06-19riscv: dts: starfive: Update flash partition layoutMatthias Brugger1-5/+2
2024-06-19riscv: dts: thead: th1520: Add PMU event nodeInochi Amaoto1-0/+81
2024-06-19riscv: dts: starfive: add Star64 board devicetreeHenry Bell2-0/+62
2024-06-19riscv: dts: sophgo: disable write-protection for milkv duoHaylen Chu1-0/+1
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+13
2024-06-13riscv: defconfig: Enable StarFive JH7110 driversHal Feng1-0/+26
2024-06-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-8/+37
2024-06-08Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+13
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-19/+21
2024-06-03Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2-5/+6
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang3-8/+37
2024-06-03Revert "riscv: mm: accelerate pagefault when badaccess"Palmer Dabbelt1-2/+2