summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso
Commit message (Expand)AuthorAgeFilesLines
* kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* riscv: disable stack-protector for vDSOTobias Klauser2020-08-041-0/+2
* riscv: Allow building with kcov coverageTobias Klauser2020-07-301-0/+1
* riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren2020-06-251-0/+3
* riscv: Add extern declarations for vDSO time-related functionsVincent Chen2020-06-251-0/+6
* 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-106-57/+36
* riscv: add Linux note to vdsoAndreas Schwab2020-05-042-1/+13
* riscv: fix vdso build with lldIlie Halip2020-04-211-3/+3
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* riscv: delete temporary filesIlie Halip2020-01-181-1/+2
* riscv: Fix perf record without libelf supportMao Han2019-07-311-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-058-72/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-291-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: Make __NR_riscv_flush_icache visible to userspacePalmer Dabbelt2018-01-071-1/+0
* RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman2017-11-303-0/+33
* RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman2017-11-276-1/+113
* RISC-V: Remove __vdso_cmpxchg{32,64} symbol versionsPalmer Dabbelt2017-11-271-2/+0
* RISC-V: User-facing APIPalmer Dabbelt2017-09-265-0/+193