aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso
AgeCommit message (Expand)AuthorFilesLines
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagGravatar Andrew Jones 1-8/+72
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterGravatar Andrew Jones 1-5/+5
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-25/+21
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesGravatar Clément Léger 4-8/+8
2023-11-05Merge patch series "riscv: vdso.lds.S: some improvement"Gravatar Palmer Dabbelt 1-17/+13
2023-11-05riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrGravatar Jisheng Zhang 1-9/+8
2023-11-05riscv: vdso.lds.S: merge .data section into .rodata sectionGravatar Jisheng Zhang 1-8/+7
2023-11-05riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsGravatar Jisheng Zhang 1-2/+0
2023-11-02RISC-V: hwprobe: Fix vDSO SIGSEGVGravatar Andrew Jones 1-1/+1
2023-10-28kbuild: unify vdso_install rulesGravatar Masahiro Yamada 1-10/+0
2023-10-27riscv: Implement Shadow Call StackGravatar Sami Tolvanen 1-1/+1
2023-06-20riscv: replace deprecated scall with ecallGravatar Fangrui Song 1-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-0/+74
2023-04-18RISC-V: Add hwprobe vDSO function and dataGravatar Evan Green 4-0/+74
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsGravatar Fangrui Song 1-3/+1
2023-01-31riscv: alternative: patch alternatives in the vDSOGravatar Jisheng Zhang 1-0/+7
2022-11-29riscv: vdso: fix section overlapping under some conditionsGravatar Jisheng Zhang 1-0/+1
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptGravatar Nathan Chancellor 2-0/+5
2022-11-10riscv: vdso: fix build with llvmGravatar Jisheng Zhang 1-1/+1
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGravatar Guo Ren 1-1/+5
2021-10-04riscv/vdso: Add support for time namespacesGravatar Tong Tiangen 1-0/+3
2021-10-02riscv/vdso: Move vdso data page up frontGravatar Tong Tiangen 1-1/+2
2021-08-24riscv: explicitly use symbol offsets for VDSOGravatar Saleem Abdulrasool 3-20/+16
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANGravatar Jisheng Zhang 1-0/+1
2021-04-26riscv: vdso: fix and clean-up MakefileGravatar Jisheng Zhang 1-2/+2
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSOGravatar Nathan Chancellor 1-8/+4
2021-02-22riscv: Disable KSAN_SANITIZE for vDSOGravatar Tobias Klauser 1-1/+2
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againGravatar Nathan Chancellor 1-1/+1
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Gravatar Palmer Dabbelt 3-9/+16
2020-10-09kbuild: explicitly specify the build id styleGravatar Bill Wendling 1-1/+1
2020-08-04riscv: disable stack-protector for vDSOGravatar Tobias Klauser 1-0/+2
2020-07-30riscv: Allow building with kcov coverageGravatar Tobias Klauser 1-0/+1
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGravatar Guo Ren 1-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsGravatar Vincent Chen 1-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oGravatar Vincent Chen 1-1/+1
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsGravatar Vincent Chen 6-57/+36
2020-05-04riscv: add Linux note to vdsoGravatar Andreas Schwab 2-1/+13
2020-04-21riscv: fix vdso build with lldGravatar Ilie Halip 1-3/+3
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-01-18riscv: delete temporary filesGravatar Ilie Halip 1-1/+2
2019-07-31riscv: Fix perf record without libelf supportGravatar Mao Han 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 8-72/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-29riscv: vdso: drop unnecessary cc-ldoptionGravatar Nick Desaulniers 1-1/+1
2019-02-25riscv: Use latest system call ABIGravatar Arnd Bergmann 1-0/+2
2018-08-13RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOGravatar Palmer Dabbelt 1-2/+2
2018-04-24RISC-V: build vdso-dummy.o with -no-pieGravatar Aurelien Jarno 1-1/+1
2018-01-07RISC-V: Make __NR_riscv_flush_icache visible to userspaceGravatar Palmer Dabbelt 1-1/+0
2017-11-30RISC-V: Allow userspace to flush the instruction cacheGravatar Andrew Waterman 3-0/+33