summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2026-06-07RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_rangeWu Fei1-8/+8
2026-06-06riscv: mm: Unconditionally sfence.vma for spurious faultVivian Wang1-2/+5
2026-06-06riscv: mm: Use the bitmap API for new_valid_map_cpusVivian Wang2-6/+4
2026-06-06riscv: mm: Rename new_vmalloc into new_valid_map_cpusVivian Wang3-23/+23
2026-06-06riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang2-4/+9
2026-06-06riscv: mm: Extract helper mark_new_valid_map()Vivian Wang1-11/+14
2026-06-06riscv: stacktrace: Remove bogus -0x4 offset in non-FP walk_stackframeRui Qi1-1/+1
2026-06-06riscv: cacheinfo: Fix node reference leak in populate_cache_leavesZishun Yi1-1/+1
2026-06-06riscv: kexec_file: Constrain segment placement to direct mapHan Gao1-1/+2
2026-06-06riscv: mm: Define DIRECT_MAP_PHYSMEM_ENDVivian Wang1-0/+10
2026-06-06riscv: defconfig: Enable Eswin SoCsAnirudh Srinivasan1-0/+1
2026-06-06riscv: cpu_ops_sbi: No need to be bothered to check ret.errorHui Wang1-8/+3
2026-06-06riscv: cpu_ops: Change return value type of cpu_is_stopped() to boolHui Wang3-7/+10
2026-06-06riscv: kexec_elf: Remove unused pr_fmt definitionHui Wang1-2/+0
2026-06-06riscv: ftrace: select HAVE_BUILDTIME_MCOUNT_SORTChen Pei1-0/+1
2026-06-06riscv: dead code cleanup in kconfig for RISCV_PROBE_VECTOR_UNALIGNED_ACCESSJulian Braha1-1/+0
2026-06-06riscv: replace select with dependency for visible RELOCATABLEJulian Braha1-1/+1
2026-06-07KVM: riscv: Check hugetlb block mappings against memslot boundsJinyu Tang1-10/+46
2026-06-06riscv: Implement _THIS_IP_ using inline asmMarco Elver1-0/+2
2026-06-06riscv: module: Use generic cmp_int() instead of custom cmp_3way()Florian Schmaus1-4/+2
2026-06-06riscv: Fix ftrace_graph_ret_addr() to use the correct task pointerRui Qi1-1/+1
2026-06-06riscv: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh1-0/+15
2026-06-06riscv: propagate insert_resource result from add_resourceThorsten Blum1-7/+4
2026-06-06riscv: use sysfs_emit in cpu_show_ghostwriteThorsten Blum1-6/+6
2026-06-06riscv: pi: replace strlcat with strscpy in get_early_cmdlineThorsten Blum1-8/+8
2026-06-06riscv: ptdump: Replace unbounded sprintf() in dump_prot()Thorsten Blum1-6/+7
2026-06-06riscv/purgatory: add asm/purgatory.hThorsten Blum2-4/+12
2026-06-06riscv/purgatory: return bool from verify_sha256_digestThorsten Blum1-6/+5
2026-06-06riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel2-0/+4
2026-06-06riscv: Fix fast_unaligned_access_speed_key not getting initializedNam Cao1-11/+4
2026-06-06riscv/ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFIAndreas Schwab1-1/+1
2026-06-05bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()Varun R Mallya1-0/+9
2026-06-05KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension cha...Yong-Xuan Wang1-0/+10
2026-06-05KVM: RISC-V: SBI FWFT: Add optional init() callback for hardware probingYong-Xuan Wang1-4/+29
2026-06-05KVM: RISC-V: SBI FWFT: Mark vCPU CSRs dirty after setting feature valueYong-Xuan Wang1-0/+1
2026-06-05RISC-V: KVM: Enhance the logging check for mmu mappingInochi Amaoto1-5/+4
2026-06-04RISC-V: KVM: Fix timer state restoreQiang Ma1-1/+1
2026-06-04RISC-V: KVM: Fix NULL pointer dereference in AIA IMSIC functionsJiakai Xu1-0/+9
2026-06-04RISC-V: KVM: Document a TOCTOU race in SBI system suspend handlerJiakai Xu1-0/+14
2026-06-03KVM: riscv: Fast-path dirty logging write faultsJinyu Tang1-0/+75
2026-06-03KVM: riscv: Update G-stage PTE permissions atomicallyJinyu Tang1-7/+12
2026-06-03KVM: riscv: Add a G-stage PTE cmpxchg helperJinyu Tang2-0/+18
2026-06-03KVM: riscv: Use an rwlock for mmu_lockJinyu Tang3-13/+15
2026-06-03KVM: riscv: Rely on common MMU notifier lockingJinyu Tang1-7/+2
2026-06-03riscv: dts: sophgo: reduce SG2042 MSI count to 16Icenowy Zheng1-1/+1
2026-06-03riscv: dts: sophgo: sg2042: use hex for CPU unit addressInochi Amaoto1-118/+118
2026-06-03riscv: dts: sophgo: sg2044: use hex for CPU unit addressInochi Amaoto1-118/+118
2026-06-03riscv: dts: sophgo: Add dma-coherent to SG2042 PCIe controllersHan Gao1-0/+4
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-06-02riscv: vdso: Drop CONFIG_GENERIC_TIME_VSYSCALL guard around syscall fallbacksThomas Weißschuh1-8/+0