summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-241-0/+2
* RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-05-171-1/+1
* RISC-V: take text_mutex during alternative patchingConor Dooley2023-05-173-3/+14
* riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-171-0/+1
* RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng2023-05-171-0/+8
* riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti2023-05-111-12/+12
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-05-114-12/+11
* riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-05-111-4/+2
* KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack2023-05-111-9/+16
* riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti2023-05-011-19/+2
* riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti2023-05-011-4/+1
* riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2023-05-014-30/+48
* purgatory: fix disabling debug infoAlyssa Ross2023-04-261-3/+1
* riscv: add icache flush for nommu sigreturn trampolineMathis Salmen2023-04-201-1/+8
* riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal2023-04-061-4/+2
* riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu2023-04-061-1/+1
* riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2023-03-302-4/+28
* riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2023-03-303-2/+4
* riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-301-0/+8
* riscv: asid: Fixup stale TLB entry cause application crashGuo Ren2023-03-221-10/+20
* Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2023-03-224-41/+17
* RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-174-6/+39
* riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-171-1/+1
* riscv: Add header include guards to insn.hLiao Chang2023-03-171-0/+5
* RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-172-0/+11
* riscv: ftrace: Reduce the detour code size to halfGuo Ren2023-03-104-86/+75
* riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren2023-03-101-0/+4
* riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel2023-03-101-4/+6
* riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu2023-03-101-0/+2
* riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich2023-03-101-1/+1
* riscv: Avoid enabling interrupts in die()Mattias Nissler2023-03-101-2/+3
* RISC-V: add a spin_shadow_stack declarationConor Dooley2023-03-101-0/+1
* RISC-V: time: initialize hrtimer based broadcast clock event deviceConor Dooley2023-03-101-0/+3
* riscv: kprobe: Fixup misaligned load textGuo Ren2023-02-141-3/+5
* riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren2023-02-141-1/+3
* riscv: stacktrace: Fix missing the first frameLiu Shixin2023-02-141-1/+2
* riscv: disable generation of unwind tablesAndreas Schwab2023-02-091-0/+3
* riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren2023-02-091-0/+18
* riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan2023-02-011-1/+2
* riscv/kprobe: Fix instruction simulation of JALRLiao Chang2023-02-011-2/+2
* riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada2023-02-011-1/+1
* riscv: dts: sifive: fu740: fix size of pcie 32bit memoryBen Dooks2023-01-241-1/+1
* riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel2023-01-121-2/+2
* riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks2023-01-121-1/+1
* riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich2023-01-075-18/+42
* riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren2023-01-071-1/+1
* RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei2023-01-071-0/+4
* riscv: Fixup compile error with !MMUGuo Ren2023-01-071-1/+1
* RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei2023-01-072-0/+15
* RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-311-4/+7