summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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
2026-04-04riscv: remove redundant check for CONFIG_SMPHui Wang
2026-04-04riscv: Simplify assignment for UTS_MACHINEUwe Kleine-König
2026-04-04riscv: export kaslr offset and satp in VMCOREINFO ELF notesAustin Kim
2026-04-04riscv: move kaslr_offset() to page.h as a static inline functionAustin Kim
2026-04-04riscv: smp: Clarify comment "cache" -> "instruction cache"Vivian Wang
2026-04-04riscv: smp: Remove outdated comment about disabling preemptionVivian Wang
2026-04-04riscv: fix various typos in comments and codeSean Chang
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley
2026-04-04riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi
2026-04-04riscv: make runtime const not usable by modulesJisheng Zhang
2026-04-04riscv: patch: Avoid early phys_to_page()Vivian Wang
2026-04-04riscv: kgdb: fix several debug register assignment bugsPaul Walmsley
2026-04-04RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODEFangyu Yu
2026-04-04RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstageFangyu Yu
2026-04-04RISC-V: KVM: Support runtime configuration for per-VM's HGATP modeFangyu Yu
2026-04-03RISC-V: KVM: Don't check hstateen0 when updating sstateen0 CSRAnup Patel
2026-04-03RISC-V: KVM: Factor-out VCPU config into separate sourcesAnup Patel
2026-04-03RISC-V: KVM: Add hideleg to struct kvm_vcpu_configAnup Patel
2026-04-03RISC-V: KVM: Move timer state defines closer to struct in UAPI headerAnup Patel
2026-04-03RISC-V: KVM: Factor-out ISA checks into separate sourcesAnup Patel
2026-04-03RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()Anup Patel
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig