summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/Makefile
AgeCommit message (Expand)AuthorLines
2022-07-14RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu-1/+1
2022-05-19riscv: kexec: add kexec_file_load() supportPalmer Dabbelt-0/+1
2022-05-19RISC-V: Add kexec_file supportLiao Chang-0/+1
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt-0/+3
2022-05-17riscv: compat: signal: Add rt_frame implementationGuo Ren-0/+1
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner-0/+14
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner-0/+1
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren-0/+1
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren-0/+1
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt-0/+2
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2022-03-21RISC-V: Remove the current perf implementationAtish Patra-1/+0
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel-0/+2
2022-02-24riscv: fix oops caused by irqsoff latency tracerChangbin Du-0/+2
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra-1/+2
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du-1/+1
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+6
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis-0/+1
2021-04-26RISC-V: Add kdump supportNick Kossifidis-1/+1
2021-04-26RISC-V: Add kexec supportNick Kossifidis-0/+5
2021-03-09riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun-0/+1
2021-01-14riscv: Add kprobes supportedGuo Ren-0/+1
2021-01-14riscv: Fixup patch_text panic in ftraceGuo Ren-0/+1
2021-01-14riscv: Fixup wrong ftrace remove cflagGuo Ren-2/+2
2020-12-10riscv: kernel: Drop unused clean ruleKefeng Wang-2/+0
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra-0/+2
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel-1/+1
2020-07-30riscv: Add jump-label implementationEmil Renner Berthing-0/+2
2020-05-18riscv: Add KGDB supportVincent Chen-0/+1
2020-05-12riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang-1/+1
2020-04-03riscv: Add SOC early init supportDamien Le Moal-0/+1
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal-1/+1
2020-03-31RISC-V: Support cpu hotplugAtish Patra-0/+1
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra-0/+3
2020-03-31RISC-V: Add cpu_ops and modify default booting methodAtish Patra-0/+2
2020-03-26riscv: introduce interfaces to patch kernel codeZong Li-1/+3
2019-11-17riscv: add nommu supportChristoph Hellwig-2/+1
2019-11-17riscv: provide native clint access for M-modeChristoph Hellwig-0/+1
2019-11-13riscv: cleanup the default power off implementationChristoph Hellwig-0/+1
2019-09-05riscv: Add support for perf registers samplingMao Han-0/+1
2019-09-04riscv: Add perf callchain supportMao Han-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel-3/+0
2018-10-22Allow to disable FPU supportAlan Kao-1/+1
2018-10-22Extract FPU context operations from entry.SAlan Kao-0/+1
2018-06-04perf: riscv: preliminary RISC-V supportAlan Kao-0/+2
2018-04-02RISC-V: Fixes to module loadingPalmer Dabbelt-0/+1
2018-04-02RISC-V: Add sections of PLT and GOT for kernel moduleZong Li-0/+1
2018-04-02riscv/ftrace: Add dynamic function tracer supportAlan Kao-2/+3
2018-01-30riscv/ftrace: Add basic supportAlan Kao-0/+7