summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2026-02-06riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao
2026-01-17riscv: Replace function-like macro by static inline functionBjörn Töpel
2026-01-17riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel
2026-01-11RISC-V: KVM: Fix guest page fault within HLV* instructionsFangyu Yu
2025-11-24riscv: acpi: avoid errors caused by probing DT devices when ACPI is usedHan Gao
2025-11-24RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e...Danil Skrebenkov
2025-11-24riscv: stacktrace: fix backtracing through exceptionsClément Léger
2025-11-24riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer
2025-11-24riscv: stacktrace: Disable KASAN checks for non-current tasksChunyan Zhang
2025-11-24riscv: Improve exception and system call latencyAnton Blanchard
2025-11-24riscv: bpf: Fix uninitialized symbol 'retval_off'Chenghao Duan
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-10-29RISC-V: Don't print details of CPUs disabled in DTAnup Patel
2025-10-29RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel
2025-10-23riscv: kprobes: Fix probe address validationFabian Vogt
2025-10-12riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins
2025-10-12riscv: mm: Use hint address in mmap if availableCharlie Jenkins
2025-09-19RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt
2025-09-09riscv: use lw when reading int cpu in asm_per_cpuRadim Krčmář
2025-08-28sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot
2025-06-27RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel
2025-06-27RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel
2025-06-19RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář
2025-06-04riscv: Allow NOMMU kernels to access all of RAMSamuel Holland
2025-05-09riscv: Pass patch_text() the length in bytesSamuel Holland
2025-05-02riscv: Provide all alternative macros all the timeAndrew Jones
2025-04-25riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor
2025-04-25riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel
2025-04-10riscv: Fix hugetlb retrieval of number of ptes in case of !present pteAlexandre Ghiti
2025-04-10RISC-V: errata: Use medany for relocatable buildsPalmer Dabbelt
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin
2025-04-10RISC-V: KVM: Disable the kernel perf counter during configureAtish Patra
2025-03-28riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitionsE Shattow
2025-03-13riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-03-13riscv: signal: fix signal_minsigstkszYong-Xuan Wang
2025-03-13RISC-V: Enable cbo.zero in usermodeAndrew Jones
2025-03-13riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring
2025-03-13riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà
2025-03-13riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui
2025-03-13riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui
2025-03-07riscv: signal: fix signal frame sizeYong-Xuan Wang
2025-03-07riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab
2025-03-07riscv: KVM: Fix SBI TIME error generationAndrew Jones
2025-03-07riscv: KVM: Fix SBI IPI error generationAndrew Jones
2025-03-07riscv: KVM: Fix hart suspend status checkAndrew Jones
2025-03-07RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang
2025-02-08RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt