summary refs log tree commit diff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2023-08-30riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing
2023-08-16riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe
2023-08-16riscv/kexec: load initrd high in available memoryTorsten Duwe
2023-07-19riscv: uprobes: Restore thread.bad_causeTiezhu Yang
2023-05-24rethook, fprobe: do not trace rethook related functionsZe Gao
2023-05-17RISC-V: take text_mutex during alternative patchingConor Dooley
2023-05-17riscv: compat_syscall_table: Fixup compile warningGuo Ren
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones
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-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
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-17RISC-V: Stop emitting attributesPalmer Dabbelt
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-03-10riscv: Avoid enabling interrupts in die()Mattias Nissler
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: stacktrace: Fix missing the first frameLiu Shixin
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
2023-02-01riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada
2023-01-12riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel
2023-01-07riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren
2023-01-07RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei
2023-01-07RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei
2022-12-31RISC-V: Align the shadow stackPalmer Dabbelt
2022-12-31RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt