summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Do not use fortify in early codeAlexandre Ghiti2024-10-251-0/+5
* riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti2024-09-031-1/+5
* Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt2024-07-231-0/+2
|\
| * riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins2024-07-231-0/+2
* | ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu2024-07-221-0/+1
|/
* riscv: add support for kernel-mode FPUSamuel Holland2024-05-191-0/+1
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-1/+3
|\
| * riscv: Set unaligned access speed at compile timeCharlie Jenkins2024-03-131-1/+3
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-1/+1
|\ \
| * | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-241-1/+1
| |/
* / riscv: add CALLER_ADDRx supportZong Li2024-02-221-0/+2
|/
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-201-0/+1
|\
| * Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt2024-01-161-0/+1
| |\
| | * riscv: Add support for kernel mode vectorGreentime Hu2024-01-161-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-0/+1
|\ \ \
| * | | RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones2023-12-301-0/+1
| | |/ | |/|
* | | Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-171-0/+1
|\ \ \ | | |/ | |/|
| * | RISC-V: Move the hwprobe syscall to its own fileAndrew Jones2024-01-031-0/+1
| |/
* / riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He2023-12-211-1/+1
|/
* Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt2023-11-071-0/+1
|\
| * riscv: Add tests for riscv module loadingCharlie Jenkins2023-11-071-0/+1
* | riscv: add support for misaligned trap handling in S-modeClément Léger2023-11-011-1/+1
|/
* Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2023-09-081-0/+1
|\
| * RISC-V: Probe for unaligned access speedEvan Green2023-09-011-0/+1
* | riscv: Add CFI error handlingSami Tolvanen2023-08-231-0/+2
|/
* Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-0/+2
|\
| * Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt2023-06-081-0/+1
| |\
| | * riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu2023-06-081-0/+1
| * | RISC-V: Add support to build the ACPI coreSunil V L2023-06-011-0/+1
| |/
* / riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti2023-05-311-0/+4
|/
* riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-021-0/+1
* Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-291-0/+1
|\
| * RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-291-0/+1
* | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-291-2/+2
|\ \
| * | riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti2023-04-261-0/+2
| * | riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang2023-03-231-2/+0
| |/
* / RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2023-04-081-0/+1
|/
* RISC-V: Add arch_crash_save_vmcoreinfo supportXianting Tian2022-12-031-0/+1
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-1/+1
* RISC-V: kexec: Fix build error without CONFIG_KEXECLi Zhengyu2022-07-141-1/+1
* riscv: kexec: add kexec_file_load() supportPalmer Dabbelt2022-05-201-0/+1
|\
| * RISC-V: Add kexec_file supportLiao Chang2022-05-191-0/+1
* | RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt2022-05-191-0/+3
|\ \
| * | riscv: compat: signal: Add rt_frame implementationGuo Ren2022-05-181-0/+1
| * | riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren2022-04-261-0/+1
| * | riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-261-0/+1
| |/
* | riscv: add memory-type errata for T-HeadHeiko Stuebner2022-05-121-0/+14
* | riscv: integrate alternatives better into the main architectureHeiko Stuebner2022-05-121-0/+1
|/
* RISC-V CPU Idle SupportPalmer Dabbelt2022-03-311-0/+2
|\
| * RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2022-03-101-0/+2