summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-09-19RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt1-1/+0
2025-09-09riscv: use lw when reading int cpu in asm_per_cpuRadim Krčmář1-1/+1
2025-08-28sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-0/+1
2025-06-27RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel1-2/+2
2025-06-27RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel1-2/+2
2025-06-19RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář1-2/+2
2025-06-04riscv: Allow NOMMU kernels to access all of RAMSamuel Holland2-9/+5
2025-05-09riscv: Pass patch_text() the length in bytesSamuel Holland4-21/+20
2025-05-02riscv: Provide all alternative macros all the timeAndrew Jones1-12/+7
2025-04-25riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-25riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli2-8/+9
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-10riscv: Fix hugetlb retrieval of number of ptes in case of !present pteAlexandre Ghiti1-31/+45
2025-04-10RISC-V: errata: Use medany for relocatable buildsPalmer Dabbelt1-1/+5
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-04-10RISC-V: KVM: Disable the kernel perf counter during configureAtish Patra1-0/+1
2025-03-28riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitionsE Shattow1-1/+1
2025-03-13riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2-1/+3
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-2/+3
2025-03-13riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-03-13RISC-V: Enable cbo.zero in usermodeAndrew Jones6-0/+32
2025-03-13riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring1-6/+6
2025-03-13riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà1-2/+5
2025-03-13riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui1-0/+22
2025-03-13riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui1-7/+6
2025-03-07riscv: signal: fix signal frame sizeYong-Xuan Wang1-6/+0
2025-03-07riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab1-1/+1
2025-03-07riscv: KVM: Fix SBI TIME error generationAndrew Jones1-1/+1
2025-03-07riscv: KVM: Fix SBI IPI error generationAndrew Jones1-2/+11
2025-03-07riscv: KVM: Fix hart suspend status checkAndrew Jones1-4/+4
2025-03-07RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang4-29/+73
2025-02-08RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2025-01-17riscv: Fix text patching when IPI are usedAlexandre Ghiti3-8/+53
2025-01-17riscv: kprobes: Fix incorrect address calculationNam Cao1-1/+1
2025-01-17riscv: Fix sleeping in invalid context in die()Nam Cao1-3/+3
2025-01-17riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu3-2/+18
2025-01-17riscv: Fix early ftrace nop patchingAlexandre Ghiti2-0/+9
2024-12-19riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
2024-12-19riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
2024-12-09RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang1-1/+2
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-11-17RISCV: KVM: use raw_spinlock for critical section in imsicCyan Yang1-4/+4
2024-11-14riscv/purgatory: align riscv_kernel_entryDaniel Maslowski1-0/+3
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-11-08RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2