summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso
AgeCommit message (Expand)AuthorFilesLines
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren1-1/+5
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen1-0/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen1-1/+2
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool3-20/+16
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang1-0/+1
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang1-2/+2
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-8/+4
2021-02-22riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser1-1/+2
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor1-1/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt3-9/+16
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-08-04riscv: disable stack-protector for vDSOTobias Klauser1-0/+2
2020-07-30riscv: Allow building with kcov coverageTobias Klauser1-0/+1
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren1-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsVincent Chen1-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen1-1/+1
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen6-57/+36
2020-05-04riscv: add Linux note to vdsoAndreas Schwab2-1/+13
2020-04-21riscv: fix vdso build with lldIlie Halip1-3/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-18riscv: delete temporary filesIlie Halip1-1/+2
2019-07-31riscv: Fix perf record without libelf supportMao Han1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner8-72/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-29riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-1/+1
2019-02-25riscv: Use latest system call ABIArnd Bergmann1-0/+2
2018-08-13RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOPalmer Dabbelt1-2/+2
2018-04-24RISC-V: build vdso-dummy.o with -no-pieAurelien Jarno1-1/+1
2018-01-07RISC-V: Make __NR_riscv_flush_icache visible to userspacePalmer Dabbelt1-1/+0
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman3-0/+33
2017-11-27RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpuAndrew Waterman6-1/+113
2017-11-27RISC-V: Remove __vdso_cmpxchg{32,64} symbol versionsPalmer Dabbelt1-2/+0
2017-09-26RISC-V: User-facing APIPalmer Dabbelt5-0/+193