summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
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: 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-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt3-9/+16
2020-11-06riscv: Set text_offset correctly for M-ModeSean Anderson1-0/+5
2020-11-05risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta1-1/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-4/+4
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-9/+1
2020-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-26/+393
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-10-07riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren1-2/+3
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig1-1/+0
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra3-2/+103
2020-10-03RISC-V: Add PE/COFF header for EFI stubAtish Patra4-2/+199
2020-10-03RISC-V: Add early ioremap supportAtish Patra1-0/+2
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel3-5/+7
2020-09-24kbuild: preprocess module linker scriptMasahiro Yamada1-8/+0
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+19
2020-09-16RISC-V: Fix duplicate included thread_info.hTian Tao1-1/+0
2020-09-16riscv: Add cache information in AUX vectorZong Li1-1/+31
2020-09-16riscv: Set more data to cacheinfoZong Li1-15/+51
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt1-0/+19
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel5-68/+1
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel4-23/+60
2020-08-15riscv: Setup exception vector for nommu platformQiu Wenbo1-8/+17
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-25/+159
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-22/+11
2020-08-05riscv: disable stack-protector for vDSOTobias Klauser1-0/+2
2020-08-05RISC-V: Fix build warning for smpboot.cAtish Patra1-1/+1
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-2/+2
2020-07-30RISC-V: Setup exception vector earlyAtish Patra3-10/+10
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2-8/+1
2020-07-30riscv: Add jump-label implementationEmil Renner Berthing2-0/+55
2020-07-30riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing1-0/+16
2020-07-30riscv: Add STACKPROTECTOR supportedGuo Ren1-0/+6
2020-07-30riscv: Allow building with kcov coverageTobias Klauser1-0/+1
2020-07-30riscv: Enable context trackingGreentime Hu1-1/+15
2020-07-30riscv: Support irq_work via self IPIsGreentime Hu1-0/+15
2020-07-30riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren1-1/+33
2020-07-30riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li1-1/+0
2020-07-30riscv: Fixup static_obj() failGuo Ren1-1/+1