summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso
AgeCommit message (Expand)Author
2024-03-26riscv: hwprobe: do not produce frtace relocationVladimir Isaev
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger
2023-11-05Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt
2023-11-05riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang
2023-11-05riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang
2023-11-05riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang
2023-11-02RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-27riscv: Implement Shadow Call StackSami Tolvanen
2023-06-20riscv: replace deprecated scall with ecallFangrui Song
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song
2023-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2021-02-22riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor
2020-11-06RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-08-04riscv: disable stack-protector for vDSOTobias Klauser
2020-07-30riscv: Allow building with kcov coverageTobias Klauser
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren
2020-06-25riscv: Add extern declarations for vDSO time-related functionsVincent Chen
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen
2020-05-04riscv: add Linux note to vdsoAndreas Schwab
2020-04-21riscv: fix vdso build with lldIlie Halip
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-01-18riscv: delete temporary filesIlie Halip
2019-07-31riscv: Fix perf record without libelf supportMao Han
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-29riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers
2019-02-25riscv: Use latest system call ABIArnd Bergmann
2018-08-13RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOPalmer Dabbelt