aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou2021-02-181-1/+1
| * riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool2021-02-181-0/+4
| * riscv/stacktrace: Fix stack output without ra on the stack topChen Huang2021-01-141-3/+9
| * riscv: Improve __show_regsKefeng Wang2021-01-141-1/+6
| * riscv: Add dump stack in show_regsKefeng Wang2021-01-143-4/+18
| * riscv: Enable per-task stack canariesGuo Ren2021-01-142-1/+4
| * riscv: Add uprobes supportedGuo Ren2021-01-144-0/+200
| * riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2021-01-142-0/+54
| * riscv: Add kprobes supportedGuo Ren2021-01-149-0/+703
| * riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2021-01-142-235/+202
| * riscv: Fixup patch_text panic in ftraceGuo Ren2021-01-141-0/+1
| * riscv: Fixup wrong ftrace remove cflagGuo Ren2021-01-141-2/+2
| * riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren2021-01-141-2/+6
| * RISC-V: Implement ptrace regs and stack APIPatrick Stählin2021-01-141-0/+99
| * riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang2021-01-141-1/+8
| * riscv: Add numa support for riscv64 platformAtish Patra2021-01-142-3/+19
| * riscv: Separate memory init from paging initAtish Patra2021-01-141-0/+1
| * riscv: Fix builtin DTB handlingDamien Le Moal2021-01-071-27/+0
| * riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2021-01-072-5/+2
* | RISC-V: Fix .init section permission updateAtish Patra2021-02-021-1/+3
* | RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra2021-01-151-11/+13
* | riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang2021-01-141-3/+2
* | riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2021-01-121-1/+1
* | riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang2021-01-121-1/+10
* | riscv: Trace irq on only interrupt is enabledAtish Patra2021-01-121-3/+3
* | riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal2021-01-071-0/+9
* | riscv: Fix kernel time_init()Damien Le Moal2021-01-071-0/+3
* | riscv: return -ENOSYS for syscall -1Andreas Schwab2021-01-071-8/+1
|/
* Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-188-89/+232
|\
| * riscv: Fixed kernel test robot warningSouptick Joarder2020-12-101-0/+2