summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorLines
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-89/+232
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe-1/+1
2020-12-10riscv: Fixed kernel test robot warningSouptick Joarder-0/+2
2020-12-10riscv: kernel: Drop unused clean ruleKefeng Wang-2/+0
2020-12-10riscv: provide memmove implementationNylon Chen-0/+2
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2020-11-25RISC-V: Move dynamic relocation section under __initAtish Patra-4/+4
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra-22/+39
2020-11-25RISC-V: Align the .init.text sectionAtish Patra-1/+7
2020-11-25RISC-V: Initialize SBI earlyAtish Patra-4/+3
2020-11-25riscv: Enable ARCH_STACKWALKKefeng Wang-40/+10
2020-11-25RISC-V: Add missing jump label initializationAnup Patel-0/+1
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-11-20riscv: Make stack walk callback consistent with generic codeKefeng Wang-6/+6
2020-11-20riscv: Cleanup stacktraceKefeng Wang-15/+4
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+1
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis-0/+160
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra-2/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt-9/+16
2020-11-05riscv: Set text_offset correctly for M-ModeSean Anderson-0/+5
2020-11-04risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-4/+4
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-9/+1
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+393
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-3/+1
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-10-06riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren-2/+3
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig-1/+0
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra-2/+103
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra-2/+199
2020-10-02RISC-V: Add early ioremap supportAtish Patra-0/+2
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel-5/+7
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada-8/+0
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+19
2020-09-15RISC-V: Fix duplicate included thread_info.hTian Tao-1/+0
2020-09-15riscv: Add cache information in AUX vectorZong Li-1/+31
2020-09-15riscv: Set more data to cacheinfoZong Li-15/+51
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt-0/+19
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel-68/+1
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel-23/+60
2020-08-14riscv: Setup exception vector for nommu platformQiu Wenbo-8/+17
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-25/+159
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-22/+11