summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
12 daysMerge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-16Merge tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-15bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-04-11Merge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng
2026-04-06RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
2026-04-04riscv: Remove support for XIP kernelNam Cao
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang
2026-04-04riscv: lib: add strchr() implementationFeng Jiang
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang
2026-04-04riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei
2026-04-04riscv: vdso_cfi: Add clean rule for copied sourcesChen Pei
2026-04-04riscv: enable HAVE_IOREMAP_PROTYufeng Wang
2026-04-04riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()Vivian Wang
2026-04-04riscv: acpi: update FADT revision check to 6.6Yufeng Wang
2026-04-04riscv: add hardware error trap handler supportRui Qi
2026-04-04riscv: increase COMMAND_LINE_SIZE value to 2048Austin Kim
2026-04-04riscv: Fix typo in purgatory end labelZishun Yi
2026-04-04riscv: remove redundant #ifdef check in cpu-hotplugHui Wang