Age | Commit message (Expand) | Author |
2024-02-01 | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64 | Pu Lehui |
2024-01-29 | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui |
2024-01-29 | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui |
2024-01-29 | riscv, bpf: Add necessary Zbb instructions | Pu Lehui |
2024-01-29 | riscv, bpf: Simplify sext and zext logics in branch instructions | Pu Lehui |
2024-01-29 | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui |
2024-01-29 | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui |
2024-01-25 | Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2024-01-23 | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops | Pu Lehui |
2024-01-20 | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-18 | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-01-18 | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds |
2024-01-18 | riscv: lib: Check if output in asm goto supported | Charlie Jenkins |
2024-01-18 | riscv: Fix build error on rv32 + XIP | Alexandre Ghiti |
2024-01-18 | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-01-17 | riscv: optimize ELF relocation function in riscv | Maxim Kochetkov |
2024-01-17 | RISC-V: Implement archrandom when Zkr is available | Samuel Ortiz |
2024-01-17 | riscv: Optimize hweight API with Zbb extension | Xiao Wang |
2024-01-17 | riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi | Masahiro Yamada |
2024-01-17 | Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements" | Palmer Dabbelt |
2024-01-17 | samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI] | Song Shuai |
2024-01-17 | riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support | Song Shuai |
2024-01-17 | riscv: ftrace: Make function graph use ftrace directly | Song Shuai |
2024-01-17 | riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY | Song Shuai |
2024-01-17 | Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions" | Palmer Dabbelt |
2024-01-17 | riscv: Restrict DWARF5 when building with LLVM to known working versions | Nathan Chancellor |
2024-01-17 | riscv: Hoist linker relaxation disabling logic into Kconfig | Nathan Chancellor |
2024-01-17 | Merge patch series "riscv: Add fine-tuned checksum functions" | Palmer Dabbelt |
2024-01-17 | riscv: Add checksum library | Charlie Jenkins |
2024-01-17 | riscv: Add checksum header | Charlie Jenkins |
2024-01-17 | riscv: Add static key for misaligned accesses | Charlie Jenkins |
2024-01-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-01-17 | Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-01-16 | Merge patch series "riscv: support kernel-mode Vector" | Palmer Dabbelt |
2024-01-16 | riscv: vector: allow kernel-mode Vector with preemption | Andy Chiu |
2024-01-16 | riscv: vector: use kmem_cache to manage vector context | Andy Chiu |
2024-01-16 | riscv: vector: use a mask to write vstate_ctrl | Andy Chiu |
2024-01-16 | riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}() | Andy Chiu |
2024-01-16 | riscv: fpu: drop SR_SD bit checking | Andy Chiu |
2024-01-16 | riscv: lib: vectorize copy_to_user/copy_from_user | Andy Chiu |
2024-01-16 | riscv: sched: defer restoring Vector context for user | Andy Chiu |
2024-01-16 | riscv: Add vector extension XOR implementation | Greentime Hu |
2024-01-16 | riscv: vector: make Vector always available for softirq context | Andy Chiu |
2024-01-16 | riscv: Add support for kernel mode vector | Greentime Hu |
2024-01-11 | Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-01-11 | Merge tag 'soc-dt-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-01-11 | Merge patch series "riscv: mm: Fixup & Optimize COMPAT code" | Palmer Dabbelt |
2024-01-11 | riscv: mm: Fixup compat arch_get_mmap_end | Guo Ren |
2024-01-11 | riscv: mm: Fixup compat mode boot failure | Guo Ren |