summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorLines
13 daysriscv: misaligned: Make enabling delegation depend on NONPORTABLEVivian Wang-1/+23
13 daysriscv: cfi: reduce shadow stack size limit from 4GB to 2GBZong Li-3/+4
2026-05-07riscv: cpufeature: Use pre-defined ISA ext macros to index isa2hwcapHui Wang-8/+8
2026-05-01riscv: mm: Fixup no5lvl failure when vaddr is invalidGuo Ren (Alibaba DAMO Academy)-0/+25
2026-05-01riscv: Fix register corruption from uninitialized cregs on errorMichael Neuling-2/+4
2026-04-30riscv: errata: Fix bitwise vs logical AND in MIPS errata patchingMichael Neuling-1/+1
2026-04-30riscv: cpufeature: Drop this_hwcap clear in T-Head vector workaroundHui Wang-3/+1
2026-04-29riscv: Define __riscv_copy_{,vec_}{words,bytes}_unaligned() using SYM_TYPED_F...Nathan Chancellor-4/+6
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-537/+446
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-3/+3
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-53/+23
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-484/+811
2026-04-16Merge tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-142/+2458
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-150/+0
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai-39/+22
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-37/+15
2026-04-15bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan-13/+0
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-7/+22
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+0
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-468/+0
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds-3/+0
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-484/+811
2026-04-11Merge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski-64/+1466
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij-78/+872
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-46/+113
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda-3/+0
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng-4/+0
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng-1/+0
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng-3/+23
2026-04-06RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu-1/+2
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+1
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang-2/+2
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang-2/+2
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang-2/+2
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang-6/+5
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)-1/+0
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau-1/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas-11/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-11/+0
2026-04-04riscv: Remove support for XIP kernelNam Cao-351/+37
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao-39/+16
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao-19/+40
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao-46/+8
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao-36/+33
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao-18/+10
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang-1/+45
2026-04-04riscv: lib: add strchr() implementationFeng Jiang-1/+43
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang-1/+172
2026-04-04riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei-0/+8