aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds52-537/+446
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-53/+23
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-484/+811
2026-04-16Merge tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds23-142/+2458
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-150/+0
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-39/+22
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-37/+15
2026-04-15bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan2-13/+0
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-7/+22
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-12/+0
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds6-468/+0
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-3/+0
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini22-484/+811
2026-04-11Merge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/dtKrzysztof Kozlowski14-64/+1466
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux into soc/dtLinus Walleij6-78/+872
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda11-46/+113
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda1-3/+0
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng1-4/+0
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng1-1/+0
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng3-3/+23
2026-04-06RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu1-1/+2
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-1/+1
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang2-6/+5
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-1/+0
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-11/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-11/+0
2026-04-04riscv: Remove support for XIP kernelNam Cao17-351/+37
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao1-39/+16
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao1-19/+40
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao1-46/+8
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao1-36/+33
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao1-18/+10
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang4-1/+45
2026-04-04riscv: lib: add strchr() implementationFeng Jiang4-1/+43
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang4-1/+172
2026-04-04riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei1-0/+8
2026-04-04riscv: vdso_cfi: Add clean rule for copied sourcesChen Pei1-0/+3
2026-04-04riscv: enable HAVE_IOREMAP_PROTYufeng Wang1-0/+1
2026-04-04riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()Vivian Wang1-0/+2
2026-04-04riscv: acpi: update FADT revision check to 6.6Yufeng Wang1-5/+5
2026-04-04riscv: add hardware error trap handler supportRui Qi3-0/+4
2026-04-04riscv: increase COMMAND_LINE_SIZE value to 2048Austin Kim1-1/+1
2026-04-04riscv: Fix typo in purgatory end labelZishun Yi1-2/+2
2026-04-04riscv: remove redundant #ifdef check in cpu-hotplugHui Wang1-2/+0