summaryrefslogtreecommitdiff
path: root/arch/riscv/Makefile
AgeCommit message (Expand)Author
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt
2024-07-12riscv: Provide a definition for 'pause'Andrew Jones
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-22riscv: show help string for riscv-specific targetsEmil Renner Berthing
2024-05-22riscv: make image compression configurableEmil Renner Berthing
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-05-19riscv: add support for kernel-mode FPUSamuel Holland
2024-05-07Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2024-04-28RISC-V: enable building 64-bit kernels with rust supportMiguel Ojeda
2024-04-05riscv: Kconfig.socs: Split ARCH_CANAAN and SOC_CANAAN_K210Yangyu Chen
2024-03-27riscv: merge two if-blocks for KBUILD_IMAGEMasahiro Yamada
2024-03-26riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/Masahiro Yamada
2024-01-22RISC-V: build: Allow LTO to be selectedWende Tan
2024-01-17riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada
2024-01-17Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt
2024-01-17riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor
2024-01-09riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESSJisheng Zhang
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-27riscv: Implement Shadow Call StackSami Tolvanen
2023-10-12riscv: Remove duplicate objcopy flagSong Shuai
2023-08-23riscv: Require FRAME_POINTER for some configurationsBjörn Töpel
2023-06-08riscv: Enable Vector code to be builtGuo Ren
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-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt
2023-04-19riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti
2023-03-27riscv: configs: Add nommu PHONY defconfig for RV32Jesse Taube
2023-03-23riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor
2023-03-06RISC-V: Stop emitting attributesPalmer Dabbelt
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-20Merge tag 'soc-dt-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-02-15riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren
2023-02-14Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt
2023-02-14RISC-V: remove toolchain version checks for ZicbomConor Dooley
2023-02-01riscv: disable generation of unwind tablesAndreas Schwab
2022-12-27RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOOConor Dooley
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada
2022-10-27Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt
2022-10-27riscv: fix detection of toolchain Zihintpause supportConor Dooley
2022-10-27riscv: fix detection of toolchain Zicbom supportConor Dooley
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada