summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones2024-01-031-8/+72
* RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones2024-01-031-5/+5
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-105-25/+21
|\
| * riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger2023-11-064-8/+8
| * Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt2023-11-051-17/+13
| |\
| | * riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang2023-11-051-9/+8
| | * riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang2023-11-051-8/+7
| | * riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang2023-11-051-2/+0
* | | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-082-2/+2
|\| |
| * | RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones2023-11-021-1/+1
| * | riscv: Implement Shadow Call StackSami Tolvanen2023-10-271-1/+1
| |/
* / kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-10/+0
|/
* riscv: replace deprecated scall with ecallFangrui Song2023-06-201-1/+1
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-284-0/+74
|\
| * RISC-V: Add hwprobe vDSO function and dataEvan Green2023-04-184-0/+74
* | vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+1
|/
* riscv: alternative: patch alternatives in the vDSOJisheng Zhang2023-01-311-0/+7
* riscv: vdso: fix section overlapping under some conditionsJisheng Zhang2022-11-291-0/+1
* RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2022-11-102-0/+5
* riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
* riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren2022-04-261-1/+5
* riscv/vdso: Add support for time namespacesTong Tiangen2021-10-041-0/+3
* riscv/vdso: Move vdso data page up frontTong Tiangen2021-10-021-1/+2
* riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-243-20/+16
* riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang2021-08-241-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-221-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-063-9/+16
* 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