summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* riscv: xip: support runtime trap patchingVitaly Wool2021-06-102-5/+23
* RISC-V: Fix memblock_free() usages in init_resources()Wende Tan2021-06-011-2/+2
* riscv: kexec: Fix W=1 build warningsJisheng Zhang2021-05-221-5/+6
* riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-221-0/+2
* riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang2021-05-221-7/+7
* riscv: remove unused handle_exception symbolRouven Czerwinski2021-05-061-2/+0
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-061-2/+0
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-0622-92/+884
|\
| * RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel2021-05-011-1/+1
| * RISC-V: enable XIPVitaly Wool2021-04-265-4/+195
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-263-0/+59
| * RISC-V: Add kdump supportNick Kossifidis2021-04-265-21/+159
| * RISC-V: Improve init_resources()Nick Kossifidis2021-04-261-44/+46
| * RISC-V: Add kexec supportNick Kossifidis2021-04-263-0/+348
| * riscv: vdso: fix and clean-up MakefileJisheng Zhang2021-04-261-2/+2
| * riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang2021-04-261-1/+3
| * riscv: module: Create module allocations without exec permissionsJisheng Zhang2021-04-261-1/+1
| * riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang2021-04-261-0/+8
| * riscv: Constify sbi_ipi_opsJisheng Zhang2021-04-262-3/+3
| * riscv: Constify sys_call_tableJisheng Zhang2021-04-261-1/+1
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-264-9/+9
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-261-1/+1
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-264-7/+12
| * riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-04-261-5/+5
| * riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor2021-04-261-8/+4
| * riscv: sifive: Apply errata "cip-453" patchVincent Chen2021-04-261-2/+4
| * riscv: Introduce alternative mechanism to apply errata solutionVincent Chen2021-04-262-0/+11
| * riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen2021-04-261-0/+15
| * RISC-V: Don't print SBI version for all detected extensionsAnup Patel2021-03-291-3/+3
| * riscv: Enable generic clockevent broadcastGuo Ren2021-03-161-0/+16
* | riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang2021-04-151-0/+3
* | riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang2021-04-151-1/+10
* | riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang2021-04-151-0/+1
* | riscv,entry: fix misaligned base for excp_vect_tableZihao Yu2021-04-011-0/+1
* | riscv: Drop const annotation for spKefeng Wang2021-04-011-1/+1
* | RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven2021-03-161-1/+2
* | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-161-1/+1
* | riscv: fix bugon.cocci warningskernel test robot2021-03-161-2/+1
* | riscv: ftrace: Use ftrace_get_regs helperNanyong Sun2021-03-091-7/+9
* | riscv: process: Fix no prototype for show_regsNanyong Sun2021-03-091-0/+1
* | riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun2021-03-091-0/+1
* | riscv: time: Fix no prototype for time_initNanyong Sun2021-03-091-0/+1
* | riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun2021-03-091-1/+1
* | riscv: traps: Fix no prototype warningsNanyong Sun2021-03-091-0/+1
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-2626-302/+1357
|\ \ | |/ |/|
| * riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser2021-02-221-1/+2
| * RISC-V: Add a non-void return for sbi v02 functionsAtish Patra2021-02-221-16/+16
| * RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-182-2/+2