summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser2021-02-231-1/+2
* RISC-V: Add a non-void return for sbi v02 functionsAtish Patra2021-02-231-16/+16
* RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-192-2/+2
* arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou2021-02-191-1/+1
* riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool2021-02-191-0/+4
* riscv/stacktrace: Fix stack output without ra on the stack topChen Huang2021-01-151-3/+9
* riscv: Improve __show_regsKefeng Wang2021-01-151-1/+6
* riscv: Add dump stack in show_regsKefeng Wang2021-01-153-4/+18
* riscv: Enable per-task stack canariesGuo Ren2021-01-152-1/+4
* riscv: Add uprobes supportedGuo Ren2021-01-154-0/+200
* riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2021-01-152-0/+54
* riscv: Add kprobes supportedGuo Ren2021-01-159-0/+703
* riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2021-01-152-235/+202
* riscv: Fixup patch_text panic in ftraceGuo Ren2021-01-151-0/+1
* riscv: Fixup wrong ftrace remove cflagGuo Ren2021-01-151-2/+2
* riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren2021-01-151-2/+6
* RISC-V: Implement ptrace regs and stack APIPatrick Stählin2021-01-151-0/+99
* riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang2021-01-151-1/+8
* riscv: Add numa support for riscv64 platformAtish Patra2021-01-152-3/+19
* riscv: Separate memory init from paging initAtish Patra2021-01-151-0/+1
* riscv: Fix builtin DTB handlingDamien Le Moal2021-01-081-27/+0
* riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2021-01-082-5/+2
* 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-111-0/+2
| * riscv: kernel: Drop unused clean ruleKefeng Wang2020-12-111-2/+0
| * riscv: provide memmove implementationNylon Chen2020-12-111-0/+2
| * RISC-V: Move dynamic relocation section under __initAtish Patra2020-11-261-4/+4
| * RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-262-22/+39
| * RISC-V: Align the .init.text sectionAtish Patra2020-11-261-1/+7
| * RISC-V: Initialize SBI earlyAtish Patra2020-11-261-4/+3
| * riscv: Enable ARCH_STACKWALKKefeng Wang2020-11-262-40/+10
| * riscv: Make stack walk callback consistent with generic codeKefeng Wang2020-11-212-6/+6
| * riscv: Cleanup stacktraceKefeng Wang2020-11-212-15/+4
| * RISC-V: Add kernel image sections to the resource treeNick Kossifidis2020-11-091-0/+160
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | riscv: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-1/+1
* | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\ \ \
| * | | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
| |/ /
* | | RISC-V: Add missing jump label initializationAnup Patel2020-11-251-0/+1
* | | riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor2020-11-251-1/+1
* | | Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-151-2/+1
|\ \ \ | |/ / |/| |
| * | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
| |/
* | RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt2020-11-063-9/+16
* | riscv: Set text_offset correctly for M-ModeSean Anderson2020-11-061-0/+5
* | risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta2020-11-041-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-4/+4
* Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-241-1/+0
|\
| * riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-041-1/+0
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\ \
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1