summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt2024-07-121-3/+0
|\
| * riscv: Provide a definition for 'pause'Andrew Jones2024-07-121-3/+0
* | Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-241-7/+37
|\ \
| * | riscv: show help string for riscv-specific targetsEmil Renner Berthing2024-05-221-0/+17
| * | riscv: make image compression configurableEmil Renner Berthing2024-05-221-7/+20
* | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-221-0/+3
|\ \ \ | |/ / |/| |
| * | riscv: add support for kernel-mode FPUSamuel Holland2024-05-191-0/+3
* | | Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-221-11/+15
|\ \ \ | |/ / |/| |
| * | RISC-V: enable building 64-bit kernels with rust supportMiguel Ojeda2024-04-281-0/+7
| * | riscv: merge two if-blocks for KBUILD_IMAGEMasahiro Yamada2024-03-271-11/+8
| |/
* | Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2024-05-071-1/+1
|\ \
| * | riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210Yangyu Chen2024-04-051-1/+1
| |/
* / riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/Masahiro Yamada2024-03-261-1/+1
|/
* RISC-V: build: Allow LTO to be selectedWende Tan2024-01-221-0/+5
* riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada2024-01-171-0/+2
* Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt2024-01-171-3/+1
|\
| * riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor2024-01-171-3/+1
* | riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESSJisheng Zhang2024-01-091-0/+2
|/
* Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-0/+4
|\
| * riscv: Implement Shadow Call StackSami Tolvanen2023-10-271-0/+4
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-6/+3
|\ \
| * | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-6/+3
| |/
* / riscv: Remove duplicate objcopy flagSong Shuai2023-10-121-1/+0
|/
* riscv: Require FRAME_POINTER for some configurationsBjörn Töpel2023-08-231-3/+0
* riscv: Enable Vector code to be builtGuo Ren2023-06-081-1/+5
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-2/+10
|\
| * riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti2023-04-261-1/+2
| * Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2023-04-191-2/+5
| |\
| | * riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti2023-04-191-1/+1
| | * riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti2023-04-191-2/+5
| * | riscv: configs: Add nommu PHONY defconfig for RV32Jesse Taube2023-03-271-0/+4
| |/
* | riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2023-03-231-4/+6
* | RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-061-0/+7
|/
* Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-251-4/+5
|\
| * Merge patch series "riscv: Optimize function trace"Palmer Dabbelt2023-02-151-1/+5
| |\
| | * riscv: ftrace: Reduce the detour code size to halfGuo Ren2023-02-151-2/+2
| | * riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren2023-02-151-0/+4
| * | Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt2023-02-141-3/+0
| |\ \
| | * | RISC-V: remove toolchain version checks for ZicbomConor Dooley2023-02-141-3/+0
| | |/
* | | Merge tag 'soc-dt-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-02-201-1/+1
|\| |
| * | RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOOConor Dooley2022-12-271-1/+1
| |/
* / riscv: disable generation of unwind tablesAndreas Schwab2023-02-011-0/+3
|/
* kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2022-12-131-1/+1
* Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt2022-10-271-4/+2
|\
| * riscv: fix detection of toolchain Zihintpause supportConor Dooley2022-10-271-2/+1
| * riscv: fix detection of toolchain Zicbom supportConor Dooley2022-10-271-2/+1
* | Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-141-0/+2
|\ \
| * | riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song2022-10-131-0/+2
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+0
|\ \ \ | |/ / |/| |
| * | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
| |/