summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen1-2/+4
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen2-0/+11
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen1-0/+15
2021-04-16riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang1-0/+3
2021-04-16riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang1-1/+10
2021-04-16riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang1-0/+1
2021-04-02riscv,entry: fix misaligned base for excp_vect_tableZihao Yu1-0/+1
2021-04-02riscv: Drop const annotation for spKefeng Wang1-1/+1
2021-03-30RISC-V: Don't print SBI version for all detected extensionsAnup Patel1-3/+3
2021-03-17RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven1-1/+2
2021-03-17ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King1-1/+1
2021-03-17riscv: Enable generic clockevent broadcastGuo Ren1-0/+16
2021-03-17riscv: fix bugon.cocci warningskernel test robot1-2/+1
2021-03-10riscv: ftrace: Use ftrace_get_regs helperNanyong Sun1-7/+9
2021-03-10riscv: process: Fix no prototype for show_regsNanyong Sun1-0/+1
2021-03-10riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun1-0/+1
2021-03-10riscv: time: Fix no prototype for time_initNanyong Sun1-0/+1
2021-03-10riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun1-1/+1
2021-03-10riscv: traps: Fix no prototype warningsNanyong Sun1-0/+1
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-302/+1357
2021-02-23riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser1-1/+2
2021-02-23RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-16/+16
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-19RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2-2/+2
2021-02-19arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou1-1/+1
2021-02-19riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool1-0/+4
2021-02-03RISC-V: Fix .init section permission updateAtish Patra1-1/+3
2021-01-16RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-15riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang1-3/+2
2021-01-15riscv/stacktrace: Fix stack output without ra on the stack topChen Huang1-3/+9
2021-01-15riscv: Improve __show_regsKefeng Wang1-1/+6
2021-01-15riscv: Add dump stack in show_regsKefeng Wang3-4/+18
2021-01-15riscv: Enable per-task stack canariesGuo Ren2-1/+4
2021-01-15riscv: Add uprobes supportedGuo Ren4-0/+200
2021-01-15riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2-0/+54
2021-01-15riscv: Add kprobes supportedGuo Ren9-0/+703
2021-01-15riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2-235/+202
2021-01-15riscv: Fixup patch_text panic in ftraceGuo Ren1-0/+1
2021-01-15riscv: Fixup wrong ftrace remove cflagGuo Ren1-2/+2
2021-01-15riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren1-2/+6
2021-01-15RISC-V: Implement ptrace regs and stack APIPatrick Stählin1-0/+99
2021-01-15riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2021-01-15riscv: Add numa support for riscv64 platformAtish Patra2-3/+19
2021-01-15riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-13riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2021-01-13riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang1-1/+10
2021-01-13riscv: Trace irq on only interrupt is enabledAtish Patra1-3/+3
2021-01-08riscv: Fix builtin DTB handlingDamien Le Moal1-27/+0
2021-01-08riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal1-0/+9