summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2021-09-03riscv: Fixup patch_text panic in ftraceGuo Ren
2021-09-03riscv: Fixup wrong ftrace remove cflagGuo Ren
2021-09-03riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-06-10riscv: vdso: fix and clean-up MakefileJisheng Zhang
2021-05-22riscv: Workaround mcount name prior to clang-13Nathan Chancellor
2021-05-22riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2021-05-19RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel
2021-04-16riscv,entry: fix misaligned base for excp_vect_tableZihao Yu
2021-03-04riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser
2021-01-27riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang
2021-01-27riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal
2021-01-27riscv: Fix kernel time_init()Damien Le Moal
2021-01-19riscv: Trace irq on only interrupt is enabledAtish Patra
2021-01-19riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren
2021-01-19riscv: return -ENOSYS for syscall -1Andreas Schwab
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-25RISC-V: Add missing jump label initializationAnup Patel
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt
2020-11-05riscv: Set text_offset correctly for M-ModeSean Anderson
2020-11-04risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-10-06riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-15RISC-V: Fix duplicate included thread_info.hTian Tao
2020-09-15riscv: Add cache information in AUX vectorZong Li
2020-09-15riscv: Set more data to cacheinfoZong Li
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel
2020-08-14riscv: Setup exception vector for nommu platformQiu Wenbo