summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-04-10riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-03-27riscv: dts: sifive: add missing #interrupt-cells to pmicConor Dooley1-0/+1
2024-03-06riscv: add CALLER_ADDRx supportZong Li3-0/+55
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2024-01-26riscv: Fix wrong usage of lm_alias() when splitting a huge linear mappingAlexandre Ghiti1-2/+7
2024-01-26riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macroFrederik Haxel1-1/+1
2024-01-26riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXECAlexandre Ghiti1-1/+1
2024-01-26riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...Alexandre Ghiti1-40/+230
2024-01-26riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti1-1/+2
2024-01-26riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti4-1/+15
2024-01-01RISC-V: Fix do_notify_resume / do_work_pending prototypeHeiko Stuebner1-1/+1
2023-12-13riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVEJia Jie Ho1-0/+1
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger1-4/+2
2023-11-28RISC-V: drop error print from riscv_hartid_to_cpuid()Conor Dooley1-1/+0
2023-11-28riscv: kprobes: allow writing to x0Nam Cao1-1/+1
2023-11-28riscv: correct pt_level name via pgtable_l5/4_enabledSong Shuai1-0/+3
2023-11-28riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-11-20RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel1-5/+6
2023-10-20riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-20riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-10-06riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng1-2/+2
2023-09-23riscv: kexec: Align the kexeced kernel entrySong Shuai1-1/+7
2023-08-30riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing1-4/+4
2023-08-30riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing2-12/+24
2023-08-23riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti1-4/+7
2023-08-16riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe1-0/+1
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-08-16riscv/kexec: load initrd high in available memoryTorsten Duwe1-1/+1
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang1-1/+1
2023-07-23riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2-9/+16
2023-07-19riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang1-1/+3
2023-07-19riscv: uprobes: Restore thread.bad_causeTiezhu Yang1-0/+2
2023-07-01riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2-18/+14
2023-06-21riscv/purgatory: remove PGO flagsRicardo Ribalda1-0/+5
2023-06-14riscv: fix kprobe __user string arg print fault issueRuan Jinjie1-0/+1
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen2-3/+2
2023-06-09riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong1-0/+7
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti1-1/+1
2023-05-24rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+2
2023-05-17RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley1-1/+1
2023-05-17RISC-V: take text_mutex during alternative patchingConor Dooley3-3/+14
2023-05-17riscv: compat_syscall_table: Fixup compile warningGuo Ren1-0/+1
2023-05-17RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8
2023-05-11riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti1-12/+12
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones4-12/+11
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai1-4/+2
2023-05-11KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack1-9/+16