summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-06-19riscv: dts: microchip: add an initial devicetree for the BeagleV FireConor Dooley
2024-06-19riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boardsShengyu Qu
2024-06-19riscv: dts: starfive: Update flash partition layoutMatthias Brugger
2024-06-19riscv: dts: thead: th1520: Add PMU event nodeInochi Amaoto
2024-06-19riscv: dts: starfive: add Star64 board devicetreeHenry Bell
2024-06-19riscv: dts: sophgo: disable write-protection for milkv duoHaylen Chu
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-12riscv: defconfig: Enable StarFive JH7110 driversHal Feng
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-07Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-03Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang
2024-06-03Revert "riscv: mm: accelerate pagefault when badaccess"Palmer Dabbelt
2024-06-03riscv: fix overlap of allocated page and PTR_ERRNam Cao
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-31RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou
2024-05-31RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang
2024-05-30riscv: vector: adjust minimum Vector requirement to ZVE32XAndy Chiu
2024-05-30riscv: hwprobe: add zve Vector subextensions into hwprobe interfaceAndy Chiu
2024-05-30riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detectionAndy Chiu
2024-05-30riscv: cpufeature: call match_isa_ext() for single-letter extensionsAndy Chiu
2024-05-30riscv: smp: fail booting up smp if inconsistent vlen is detectedAndy Chiu
2024-05-30riscv: vector: add a comment when calling riscv_setup_vsize()Andy Chiu
2024-05-30riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti
2024-05-30riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao
2024-05-30riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-28riscv: dts: canaan: Disable I/O devices unless usedGeert Uytterhoeven
2024-05-28riscv: dts: canaan: Clean up serial aliasesGeert Uytterhoeven
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-24riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JITXiao Wang
2024-05-24riscv, bpf: Use STACK_ALIGN macro for size rounding upXiao Wang
2024-05-24riscv, bpf: Optimize zextw insn with Zba extensionXiao Wang
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt
2024-05-22riscv: mm: accelerate pagefault when badaccessKefeng Wang
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang
2024-05-22riscv: typo in comment for get_f64_regXingyou Chen
2024-05-22Use bool value in set_cpu_online()Zhao Ke
2024-05-22Merge patch series "riscv: fix debug_pagealloc"Palmer Dabbelt
2024-05-22riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan
2024-05-22Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt