summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang
2021-05-22riscv: kprobes: Fix build error when MMU=nJisheng Zhang
2021-05-22riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang
2021-05-06riscv: remove unused handle_exception symbolRouven Czerwinski
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-01RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis
2021-04-26RISC-V: Add kexec supportNick Kossifidis
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang
2021-04-26riscv: module: Create module allocations without exec permissionsJisheng Zhang
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang
2021-04-26riscv: Constify sys_call_tableJisheng Zhang
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen
2021-04-15riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang
2021-04-15riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang
2021-04-15riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableZihao Yu
2021-04-01riscv: Drop const annotation for spKefeng Wang
2021-03-29RISC-V: Don't print SBI version for all detected extensionsAnup Patel
2021-03-16RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-03-16riscv: Enable generic clockevent broadcastGuo Ren
2021-03-16riscv: fix bugon.cocci warningskernel test robot
2021-03-09riscv: ftrace: Use ftrace_get_regs helperNanyong Sun
2021-03-09riscv: process: Fix no prototype for show_regsNanyong Sun
2021-03-09riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun
2021-03-09riscv: time: Fix no prototype for time_initNanyong Sun
2021-03-09riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun
2021-03-09riscv: traps: Fix no prototype warningsNanyong Sun
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt