summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
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-22riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser1-1/+2
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-16/+16
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2-2/+2
2021-02-18arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou1-1/+1
2021-02-18riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool1-0/+4
2021-02-02RISC-V: Fix .init section permission updateAtish Patra1-1/+3
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-14riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang1-3/+2
2021-01-14riscv/stacktrace: Fix stack output without ra on the stack topChen Huang1-3/+9
2021-01-14riscv: Improve __show_regsKefeng Wang1-1/+6
2021-01-14riscv: Add dump stack in show_regsKefeng Wang3-4/+18
2021-01-14riscv: Enable per-task stack canariesGuo Ren2-1/+4
2021-01-14riscv: Add uprobes supportedGuo Ren4-0/+200
2021-01-14riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2-0/+54
2021-01-14riscv: Add kprobes supportedGuo Ren9-0/+703
2021-01-14riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2-235/+202
2021-01-14riscv: Fixup patch_text panic in ftraceGuo Ren1-0/+1
2021-01-14riscv: Fixup wrong ftrace remove cflagGuo Ren1-2/+2
2021-01-14riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren1-2/+6
2021-01-14RISC-V: Implement ptrace regs and stack APIPatrick Stählin1-0/+99
2021-01-14riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra2-3/+19
2021-01-14riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-12riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2021-01-12riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang1-1/+10
2021-01-12riscv: Trace irq on only interrupt is enabledAtish Patra1-3/+3
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal1-27/+0
2021-01-07riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal1-0/+9
2021-01-07riscv: Fix kernel time_init()Damien Le Moal1-0/+3
2021-01-07riscv: return -ENOSYS for syscall -1Andreas Schwab1-8/+1
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2-5/+2
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-89/+232
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-12-10riscv: Fixed kernel test robot warningSouptick Joarder1-0/+2
2020-12-10riscv: kernel: Drop unused clean ruleKefeng Wang1-2/+0
2020-12-10riscv: provide memmove implementationNylon Chen1-0/+2
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-25RISC-V: Move dynamic relocation section under __initAtish Patra1-4/+4
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra2-22/+39
2020-11-25RISC-V: Align the .init.text sectionAtish Patra1-1/+7
2020-11-25RISC-V: Initialize SBI earlyAtish Patra1-4/+3
2020-11-25riscv: Enable ARCH_STACKWALKKefeng Wang2-40/+10
2020-11-25RISC-V: Add missing jump label initializationAnup Patel1-0/+1
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-20riscv: Make stack walk callback consistent with generic codeKefeng Wang2-6/+6