summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso/Makefile
AgeCommit message (Expand)AuthorLines
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta-9/+20
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu-1/+10
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-0/+13
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao-0/+13
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt-12/+0
2025-05-08riscv: vDSO: Remove --hash-style=bothXi Ruoyao-1/+1
2025-04-16RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao-0/+12
2025-02-21vdso: Rename included MakefileThomas Weißschuh-1/+1
2024-10-24riscv: Check that vdso does not contain any dynamic relocationsAlexandre Ghiti-4/+5
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti-0/+1
2024-09-14riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du-1/+1
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-6/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-03-26riscv: hwprobe: do not produce frtace relocationVladimir Isaev-0/+1
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada-10/+0
2023-10-27riscv: Implement Shadow Call StackSami Tolvanen-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+4
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green-0/+4
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song-3/+1
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang-0/+1
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor-0/+3
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang-1/+1
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool-14/+11
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang-0/+1
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang-2/+2
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor-8/+4
2021-02-22riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser-1/+2
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor-1/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt-9/+9
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-08-04riscv: disable stack-protector for vDSOTobias Klauser-0/+2
2020-07-30riscv: Allow building with kcov coverageTobias Klauser-0/+1
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren-0/+3
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen-1/+1
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen-3/+9
2020-05-04riscv: add Linux note to vdsoAndreas Schwab-1/+1
2020-04-21riscv: fix vdso build with lldIlie Halip-3/+3
2020-01-18riscv: delete temporary filesIlie Halip-1/+2
2019-07-31riscv: Fix perf record without libelf supportMao Han-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-29riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers-1/+1
2019-02-25riscv: Use latest system call ABIArnd Bergmann-0/+2
2018-08-13RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOPalmer Dabbelt-2/+2
2018-04-24RISC-V: build vdso-dummy.o with -no-pieAurelien Jarno-1/+1
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman-0/+1
2017-11-27RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman-1/+5
2017-09-26RISC-V: User-facing APIPalmer Dabbelt-0/+63