summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2025-05-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-1/+0
2025-05-02riscv: Provide all alternative macros all the timeAndrew Jones1-12/+7
2025-05-02riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
2025-05-02riscv: Replace function-like macro by static inline functionBjörn Töpel1-5/+10
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: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland1-6/+7
2025-04-25riscv: module: Fix out-of-bounds relocation accessSamuel Holland1-1/+1
2025-04-25riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-25riscv: Use kvmalloc_array on relocation_hashtableWill Pierce1-4/+5
2025-04-10riscv/purgatory: 4B align purgatory_startBjörn Töpel1-0/+1
2025-04-10riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi1-0/+3
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-29riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitionsE Shattow1-1/+1
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts2-2/+3
2025-03-07riscv: cpufeature: use bitmap_equal() instead of memcmp()Clément Léger1-1/+1
2025-03-07riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-03-07riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring1-6/+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_type useAndrew Jones1-1/+2
2025-03-07riscv: KVM: Fix hart suspend status checkAndrew Jones1-4/+4
2025-02-08RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
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-17drivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-0/+1
2025-01-17riscv: use local label names instead of global ones in assemblyClément Léger1-10/+10
2025-01-17riscv: stacktrace: fix backtracing through exceptionsClément Léger2-1/+4
2025-01-17riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu3-2/+18
2025-01-17riscv: module: remove relocation_head rel_entry member allocationClément Léger1-14/+4
2024-12-27RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling1-1/+1
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-19riscv: mm: Do not call pmd dtor on vmemmap page table teardownBjörn Töpel1-3/+4
2024-12-14timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner1-1/+0
2024-12-05RISC-V: Check scalar unaligned access on all CPUsJesse Taube2-7/+9
2024-12-05RISC-V: Scalar unaligned access emulated on hotplug CPUsJesse Taube1-0/+1
2024-12-05riscv: kvm: Fix out-of-bounds array accessBjörn Töpel1-4/+7
2024-12-05RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang1-1/+2
2024-12-05of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-11-17Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
2024-11-15crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-0/+3
2024-11-05Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+4
2024-11-01Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-12/+27