aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-1/+4
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-115/+101
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds44-249/+1338
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+18
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2024-07-16Merge 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-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+1
2024-07-16treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-1/+2
2024-07-15riscv: lib: relax assembly constraints in hweightQingfang Deng1-4/+4
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2-2/+2
2024-07-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt15-31/+131
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones5-0/+20
2024-07-12riscv: hwprobe: export Zawrs ISA extensionAndrew Jones2-0/+2
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini18-55/+99
2024-07-12Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini9-113/+100
2024-07-12riscv: Add Zawrs support for spinlocksChristoph Müllner6-15/+105
2024-07-12riscv: Provide a definition for 'pause'Andrew Jones4-16/+4
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+4
2024-07-11riscv: hwprobe: export highest virtual userspace addressClément Léger4-1/+12
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti2-9/+11
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland2-0/+61
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang3-0/+318
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-32/+81
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-2/+0
2024-07-03mm: add update_mmu_tlb_range()Bang Li1-0/+2
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