summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-6/+1
| |/
* / RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-041-0/+1
|/
* riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2021-09-101-2/+5
* Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-051-0/+6
|\
| * RISC-V: Fix VDSO build for !MMUPalmer Dabbelt2021-08-251-0/+2
| * riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-241-0/+4
* | kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada2021-08-101-1/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
* | riscv32: Use medany C model for modulesKhem Raj2021-06-121-1/+1
* | riscv: Use -mno-relax when using lld linkerKhem Raj2021-05-291-0/+9
|/
* RISC-V: enable XIPVitaly Wool2021-04-261-1/+7
* riscv: Introduce alternative mechanism to apply errata solutionVincent Chen2021-04-261-0/+1