summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* riscv: Enable per-task stack canariesGuo Ren2021-01-141-0/+10
* riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2021-01-141-0/+2
* riscv: Use vendor name for K210 SoC supportDamien Le Moal2021-01-141-1/+1
* riscv: Clean up boot dirKefeng Wang2020-11-091-0/+3
* riscv: Fix compressed Image formats buildKefeng Wang2020-11-091-0/+3
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-3/+0
|\
| * kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-3/+0
* | RISC-V: Add EFI stub support.Atish Patra2020-10-021-0/+1
|/
* Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-091-3/+3
|\
| * riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig2020-04-031-3/+3
* | riscv: Change code model of module to medany to improve data accessingVincent Chen2020-03-031-2/+4
|/
* riscv: provide a flat image loaderChristoph Hellwig2019-11-171-4/+9
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+1
|\
| * kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
* | riscv: Add perf callchain supportMao Han2019-09-041-0/+3
* | riscv: add arch/riscv/KbuildMasahiro Yamada2019-08-301-1/+1
|/
* riscv: drop unneeded -Wall additionMasahiro Yamada2019-07-171-2/+0
* kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0
* riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig2019-04-251-3/+2
* bpf, riscv: add BPF JIT for RV64GBjörn Töpel2019-02-051-1/+1