summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso
AgeCommit message (Expand)AuthorLines
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 extern declarations for vDSO time-related functionsVincent Chen-0/+6
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-57/+36
2020-05-04riscv: add Linux note to vdsoAndreas Schwab-1/+13
2020-04-21riscv: fix vdso build with lldIlie Halip-3/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-01-18riscv: delete temporary filesIlie Halip-1/+2
2019-07-31riscv: Fix perf record without libelf supportMao Han-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner-72/+8
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
2018-01-07RISC-V: Make __NR_riscv_flush_icache visible to userspacePalmer Dabbelt-1/+0
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman-0/+33
2017-11-27RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman-1/+113
2017-11-27RISC-V: Remove __vdso_cmpxchg{32,64} symbol versionsPalmer Dabbelt-2/+0
2017-09-26RISC-V: User-facing APIPalmer Dabbelt-0/+193