aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2024-02-01riscv, bpf: Enable inline bpf_kptr_xchg() for RV64Pu Lehui
2024-01-29riscv, bpf: Optimize bswap insns with Zbb supportPu Lehui
2024-01-29riscv, bpf: Optimize sign-extention mov insns with Zbb supportPu Lehui
2024-01-29riscv, bpf: Add necessary Zbb instructionsPu Lehui
2024-01-29riscv, bpf: Simplify sext and zext logics in branch instructionsPu Lehui
2024-01-29riscv, bpf: Unify 32-bit zero-extension to emit_zextwPu Lehui
2024-01-29riscv, bpf: Unify 32-bit sign-extension to emit_sextwPu Lehui
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-23riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-01-18riscv: lib: Check if output in asm goto supportedCharlie Jenkins
2024-01-18riscv: Fix build error on rv32 + XIPAlexandre Ghiti
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17riscv: optimize ELF relocation function in riscvMaxim Kochetkov
2024-01-17RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz
2024-01-17riscv: Optimize hweight API with Zbb extensionXiao Wang
2024-01-17riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada
2024-01-17Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt
2024-01-17samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai
2024-01-17riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai
2024-01-17riscv: ftrace: Make function graph use ftrace directlySong Shuai
2024-01-17riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSong Shuai
2024-01-17Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt
2024-01-17riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor
2024-01-17riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt
2024-01-17riscv: Add checksum libraryCharlie Jenkins
2024-01-17riscv: Add checksum headerCharlie Jenkins
2024-01-17riscv: Add static key for misaligned accessesCharlie Jenkins
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu
2024-01-16riscv: vector: use kmem_cache to manage vector contextAndy Chiu
2024-01-16riscv: vector: use a mask to write vstate_ctrlAndy Chiu
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu
2024-01-16riscv: fpu: drop SR_SD bit checkingAndy Chiu
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2024-01-16riscv: Add vector extension XOR implementationGreentime Hu
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-11Merge tag 'soc-dt-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-11Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt
2024-01-11riscv: mm: Fixup compat arch_get_mmap_endGuo Ren
2024-01-11riscv: mm: Fixup compat mode boot failureGuo Ren