aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * riscv: kernel: Drop unused clean ruleKefeng Wang2020-12-101-2/+0
| * riscv: provide memmove implementationNylon Chen2020-12-101-0/+2
| * RISC-V: Move dynamic relocation section under __initAtish Patra2020-11-251-4/+4
| * RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-252-22/+39
| * RISC-V: Align the .init.text sectionAtish Patra2020-11-251-1/+7
| * RISC-V: Initialize SBI earlyAtish Patra2020-11-251-4/+3
| * riscv: Enable ARCH_STACKWALKKefeng Wang2020-11-252-40/+10
| * riscv: Make stack walk callback consistent with generic codeKefeng Wang2020-11-202-6/+6
| * riscv: Cleanup stacktraceKefeng Wang2020-11-202-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-051-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
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-222-9/+1
|\ \ \
| * | | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
| * | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-8/+0
* | | | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-199-26/+393
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | RISC-V: Add EFI runtime servicesAtish Patra2020-10-023-2/+103
| * | RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-024-2/+199
| * | RISC-V: Add early ioremap supportAtish Patra2020-10-021-0/+2
| * | RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-023-5/+7
| * | RISC-V: Fix duplicate included thread_info.hTian Tao2020-09-151-1/+0
| * | riscv: Add cache information in AUX vectorZong Li2020-09-151-1/+31
| * | riscv: Set more data to cacheinfoZong Li2020-09-151-15/+51
| |/
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1