summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
3 daysriscv: Replace function-like macro by static inline functionBjörn Töpel1-5/+10
3 daysriscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
9 daysRISC-V: KVM: Fix guest page fault within HLV* instructionsFangyu Yu1-0/+22
2025-11-24riscv: acpi: avoid errors caused by probing DT devices when ACPI is usedHan Gao1-2/+5
2025-11-24RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e...Danil Skrebenkov1-0/+1
2025-11-24riscv: stacktrace: fix backtracing through exceptionsClément Léger2-1/+4
2025-11-24riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer1-1/+1
2025-11-24riscv: stacktrace: Disable KASAN checks for non-current tasksChunyan Zhang1-2/+19
2025-11-24riscv: Improve exception and system call latencyAnton Blanchard2-9/+12
2025-11-24riscv: bpf: Fix uninitialized symbol 'retval_off'Chenghao Duan1-3/+2
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-10-29RISC-V: Don't print details of CPUs disabled in DTAnup Patel1-3/+1
2025-10-29RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel1-0/+2
2025-10-23riscv: kprobes: Fix probe address validationFabian Vogt1-4/+9
2025-10-12riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins1-20/+2
2025-10-12riscv: mm: Use hint address in mmap if availableCharlie Jenkins1-16/+11
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