| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-05 | riscv: use lw when reading int cpu in asm_per_cpu | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | riscv: uaccess: fix __put_user_nocheck for unaligned accesses | Aurelien Jarno | 1 | -1/+1 |
| 2025-09-05 | riscv: use lw when reading int cpu in new_vmalloc_check | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | ACPI: RISC-V: Add support for RIMT | Sunil V L | 1 | -0/+1 |
| 2025-09-04 | riscv: Only allow LTO with CMODEL_MEDANY | Nathan Chancellor | 1 | -1/+1 |
| 2025-09-04 | riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader | E Shattow | 1 | -0/+12 |
| 2025-09-04 | riscv: dts: starfive: jh7110: add DMC memory controller | E Shattow | 1 | -0/+12 |
| 2025-09-04 | riscv: sophgo: dts: sg2044: Change msi irq type to IRQ_TYPE_EDGE_RISING | Chen Wang | 1 | -1/+1 |
| 2025-09-04 | riscv: sophgo: dts: sg2042: Change msi irq type to IRQ_TYPE_EDGE_RISING | Chen Wang | 1 | -1/+1 |
| 2025-09-04 | vdso: Drop Kconfig GENERIC_VDSO_TIME_NS | Thomas Weißschuh | 1 | -1/+0 |
| 2025-09-04 | vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE | Thomas Weißschuh | 1 | -1/+0 |
| 2025-09-04 | riscv: vdso: Untangle Kconfig logic | Thomas Weißschuh | 1 | -7/+7 |
| 2025-09-03 | binfmt_elf: preserve original ELF e_flags for core dumps | Svetlana Parfenova | 1 | -0/+1 |
| 2025-09-04 | riscv: dts: spacemit: uart: remove sec_uart1 device node | Yixun Lan | 1 | -10/+1 |
| 2025-09-03 | riscv: kexec: initialize kexec_buf struct | Breno Leitao | 3 | -4/+4 |
| 2025-09-03 | sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig | Peter Zijlstra | 1 | -8/+1 |
| 2025-09-02 | riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter | Guodong Xu | 2 | -0/+8 |
| 2025-09-02 | riscv: dts: spacemit: Add PDMA node for K1 SoC | Guodong Xu | 1 | -0/+11 |
| 2025-09-01 | arch: copy_thread: pass clone_flags as u64 | Simon Schuster | 1 | -1/+1 |
| 2025-08-28 | riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs | Nathan Chancellor | 1 | -5/+5 |
| 2025-08-28 | riscv: Unconditionally use linker relaxation | Nathan Chancellor | 2 | -14/+1 |
| 2025-08-28 | riscv: Remove version check for LTO_CLANG selects | Nathan Chancellor | 1 | -3/+2 |
| 2025-08-25 | RISC-V: KVM: fix stack overrun when loading vlenb | Radim Krčmář | 1 | -0/+2 |
| 2025-08-25 | RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment | Quan Zhou | 1 | -1/+1 |
| 2025-08-25 | RISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap() | Fangyu Yu | 1 | -1/+4 |
| 2025-08-24 | riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node | Michal Wilczynski | 1 | -0/+21 |
| 2025-08-24 | riscv: dts: spacemit: add UART resets for Soc K1 | Hendrik Hamerlinck | 1 | -0/+9 |
| 2025-08-19 | riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1 | E Shattow | 1 | -1/+0 |
| 2025-08-19 | riscv: dts: microchip: Minor whitespace cleanup | Krzysztof Kozlowski | 1 | -1/+1 |
| 2025-08-15 | riscv, bpf: Add support arena atomics for RV64 | Pu Lehui | 2 | -3/+59 |
| 2025-08-15 | riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling | Pu Lehui | 2 | -47/+39 |
| 2025-08-15 | riscv, bpf: Optimize cmpxchg insn with Zacas support | Pu Lehui | 2 | -16/+29 |
| 2025-08-15 | riscv, bpf: Add Zacas instructions | Pu Lehui | 1 | -0/+11 |
| 2025-08-15 | riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsion | Pu Lehui | 1 | -17/+11 |
| 2025-08-15 | riscv: Separate toolchain support dependency from RISCV_ISA_ZACAS | Pu Lehui | 3 | -3/+5 |
| 2025-08-15 | riscv, bpf: Extract emit_ldx() helper | Pu Lehui | 1 | -108/+35 |
| 2025-08-15 | riscv, bpf: Extract emit_st() helper | Pu Lehui | 1 | -109/+26 |
| 2025-08-15 | riscv, bpf: Extract emit_stx() helper | Pu Lehui | 1 | -131/+41 |
| 2025-08-15 | riscv: dts: spacemit: Add OrangePi RV2 board device tree | Hendrik Hamerlinck | 2 | -0/+41 |
| 2025-08-12 | riscv: dts: thead: Add APB clocks for TH1520 GMACs | Yao Zi | 1 | -4/+6 |
| 2025-08-05 | Merge commit 'linus' into core/bugs, to resolve conflicts | Ingo Molnar | 105 | -2854/+3627 |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 4 | -1/+8 |
| 2025-08-03 | Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -14/+21 |
| 2025-08-02 | kexec: enable CMA based contiguous allocation | Alexander Graf | 1 | -0/+1 |
| 2025-08-01 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 2 | -69/+0 |
| 2025-07-31 | cfi: Move BPF CFI types and helpers to generic code | Sami Tolvanen | 2 | -40/+0 |
| 2025-07-31 | cfi: add C CFI type macro | Mark Rutland | 1 | -32/+3 |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 | -53/+4 |