summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/Makefile
AgeCommit message (Expand)Author
2024-02-22riscv: add CALLER_ADDRx supportZong Li
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-16Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
2024-01-03RISC-V: Move the hwprobe syscall to its own fileAndrew Jones
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones
2023-12-20riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He
2023-11-07Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt
2023-11-07riscv: Add tests for riscv module loadingCharlie Jenkins
2023-11-01riscv: add support for misaligned trap handling in S-modeClément Léger
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt
2023-09-01RISC-V: Probe for unaligned access speedEvan Green
2023-08-23riscv: Add CFI error handlingSami Tolvanen
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu
2023-06-01RISC-V: Add support to build the ACPI coreSunil V L
2023-05-31riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti
2023-05-01riscv: compat_syscall_table: Fixup compile warningGuo Ren
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel
2023-03-23riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang
2022-12-02RISC-V: Add arch_crash_save_vmcoreinfo supportXianting Tian
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-07-14RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu
2022-05-19riscv: kexec: add kexec_file_load() supportPalmer Dabbelt
2022-05-19RISC-V: Add kexec_file supportLiao Chang
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt
2022-05-17riscv: compat: signal: Add rt_frame implementationGuo Ren
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-21RISC-V: Remove the current perf implementationAtish Patra
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel
2022-02-24riscv: fix oops caused by irqsoff latency tracerChangbin Du
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26RISC-V: Add kexec supportNick Kossifidis
2021-03-09riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun