summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti2024-10-241-0/+1
* riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du2024-09-141-1/+1
* Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-6/+0
* kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
* riscv: hwprobe: do not produce frtace relocationVladimir Isaev2024-03-261-0/+1
* Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-1/+1
|\
| * riscv: Implement Shadow Call StackSami Tolvanen2023-10-271-1/+1
* | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-10/+0
|/
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-291-0/+4
|\
| * RISC-V: Add hwprobe vDSO function and dataEvan Green2023-04-191-0/+4
* | vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+1
|/
* riscv: vdso: fix section overlapping under some conditionsJisheng Zhang2022-11-301-0/+1
* RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2022-11-111-0/+3
* riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
* riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-251-14/+11
* riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang2021-08-251-0/+1
* riscv: vdso: fix and clean-up MakefileJisheng Zhang2021-04-261-2/+2
* riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor2021-04-261-8/+4
* riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser2021-02-231-1/+2
* riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor2020-11-251-1/+1
* RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt2020-11-061-9/+9
* kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* riscv: disable stack-protector for vDSOTobias Klauser2020-08-051-0/+2
* riscv: Allow building with kcov coverageTobias Klauser2020-07-301-0/+1
* riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren2020-06-261-0/+3
* riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen2020-06-251-1/+1
* riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-111-3/+9
* riscv: add Linux note to vdsoAndreas Schwab2020-05-041-1/+1
* riscv: fix vdso build with lldIlie Halip2020-04-221-3/+3
* riscv: delete temporary filesIlie Halip2020-01-181-1/+2
* riscv: Fix perf record without libelf supportMao Han2019-07-311-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-301-1/+1
* riscv: Use latest system call ABIArnd Bergmann2019-02-251-0/+2
* RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOPalmer Dabbelt2018-08-131-2/+2
* RISC-V: build vdso-dummy.o with -no-pieAurelien Jarno2018-04-241-1/+1
* RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman2017-11-301-0/+1
* RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman2017-11-271-1/+5
* RISC-V: User-facing APIPalmer Dabbelt2017-09-271-0/+63