summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / riscv: efi: enable generic EFI compressed bootArd Biesheuvel2022-09-201-1/+5
|/
* arch/riscv: add Zihintpause supportDao Lu2022-08-111-0/+4
* riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-101-0/+4
|\
| * riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-281-0/+4
* | riscv: compat: vdso: Fix vdso_install targetEmil Renner Berthing2022-07-221-1/+1
* | riscv: add as-options for modules with assembly compontentsBen Dooks2022-07-211-0/+1
|/
* riscv: move errata/ and kvm/ builds to arch/riscv/KbuildMasahiro Yamada2022-06-011-3/+0
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-1/+10
|\
| * RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt2022-05-191-0/+9
| |\
| | * riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren2022-04-261-0/+5
| | * riscv: Fixup difference with defconfigGuo Ren2022-04-261-0/+4
| * | riscv: integrate alternatives better into the main architectureHeiko Stuebner2022-05-111-1/+1
| |/
* / kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-4/+3
|/
* riscv: fix build with binutils 2.38Aurelien Jarno2022-02-101-0/+6
* riscv: fix building external modulesAndreas Schwab2021-11-181-0/+2
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-131-0/+10
|\
| * riscv: add rv32 and rv64 randconfig build targetsRandy Dunlap2021-10-041-0/+10
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-6/+1
|\ \