summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren2020-10-061-2/+3
* | | Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-201-0/+19
|\ \ \
| * | | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-111-0/+19
| | |/ | |/|
* / | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/ /
* | RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-205-68/+1
* | RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-204-23/+60
* | riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
|/
* Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0712-25/+159
|\
| * riscv: disable stack-protector for vDSOTobias Klauser2020-08-041-0/+2
| * RISC-V: Fix build warning for smpboot.cAtish Patra2020-08-041-1/+1
| * RISC-V: Setup exception vector earlyAtish Patra2020-07-303-10/+10
| * riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2020-07-302-8/+1
| * riscv: Add jump-label implementationEmil Renner Berthing2020-07-302-0/+55
| * riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing2020-07-301-0/+16
| * riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-301-0/+6
| * riscv: Allow building with kcov coverageTobias Klauser2020-07-301-0/+1
| * riscv: Enable context trackingGreentime Hu2020-07-301-1/+15
| * riscv: Support irq_work via self IPIsGreentime Hu2020-07-301-0/+15
| * riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren2020-07-301-1/+33
| * riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li2020-07-301-1/+0
| * riscv: Fixup static_obj() failGuo Ren2020-07-301-1/+1
| * RISC-V: Use a local variable instead of smp_processor_id()Greentime Hu2020-06-291-3/+4
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-22/+11
|\ \
| * | riscv: switch to ->regset_get()Al Viro2020-07-271-22/+11
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-2/+2
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
* | | | riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen2020-07-091-5/+5
| |_|/ |/| |
* | | riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren2020-06-251-0/+3
* | | riscv: Add extern declarations for vDSO time-related functionsVincent Chen2020-06-251-0/+6