summary refs log tree commit diff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang
2023-07-23riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel
2023-07-19riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang
2023-07-19riscv: uprobes: Restore thread.bad_causeTiezhu Yang
2023-07-01riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-21riscv/purgatory: remove PGO flagsRicardo Ribalda
2023-06-14riscv: fix kprobe __user string arg print fault issueRuan Jinjie
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen
2023-06-09riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti
2023-05-24rethook, fprobe: do not trace rethook related functionsZe Gao
2023-05-17RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley
2023-05-17RISC-V: take text_mutex during alternative patchingConor Dooley
2023-05-17riscv: compat_syscall_table: Fixup compile warningGuo Ren
2023-05-17RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng
2023-05-11riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai
2023-05-11KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-05-01riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-04-26purgatory: fix disabling debug infoAlyssa Ross
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-06riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal
2023-04-06riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu
2023-03-30riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong
2023-03-30riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-03-22riscv: asid: Fixup stale TLB entry cause application crashGuo Ren
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-17riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti
2023-03-17riscv: Add header include guards to insn.hLiao Chang
2023-03-17RISC-V: Stop emitting attributesPalmer Dabbelt
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-03-10riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren
2023-03-10riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich
2023-03-10riscv: Avoid enabling interrupts in die()Mattias Nissler
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley
2023-03-10RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley
2023-02-14riscv: kprobe: Fixup misaligned load textGuo Ren
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2023-02-14riscv: stacktrace: Fix missing the first frameLiu Shixin
2023-02-09riscv: disable generation of unwind tablesAndreas Schwab
2023-02-09riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren
2023-02-01riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan
2023-02-01riscv/kprobe: Fix instruction simulation of JALRLiao Chang