summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-6/+0
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-03-27riscv: hwprobe: do not produce frtace relocationVladimir Isaev1-0/+1
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+75
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones1-8/+72
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones1-5/+5
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann1-6/+1
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-25/+21
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger4-8/+8
2023-11-06Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt1-17/+13
2023-11-06riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang1-9/+8
2023-11-06riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang1-8/+7
2023-11-06riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang1-2/+0
2023-11-03RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-1/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-10/+0
2023-10-28riscv: Implement Shadow Call StackSami Tolvanen1-1/+1
2023-06-20riscv: replace deprecated scall with ecallFangrui Song1-1/+1
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-0/+74
2023-04-19RISC-V: Add hwprobe vDSO function and dataEvan Green4-0/+74
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-3/+1
2023-02-01riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-0/+7
2022-11-30riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-11-11RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-11-11riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren1-1/+5
2021-10-05riscv/vdso: Add support for time namespacesTong Tiangen1-0/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen1-1/+2
2021-08-25riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool3-20/+16
2021-08-25riscv: 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-23riscv: 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-05riscv: disable stack-protector for vDSOTobias Klauser1-0/+2
2020-07-30riscv: Allow building with kcov coverageTobias Klauser1-0/+1
2020-06-26riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren1-0/+3
2020-06-26riscv: Add extern declarations for vDSO time-related functionsVincent Chen1-0/+6
2020-06-26riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen1-1/+1
2020-06-11riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen6-57/+36
2020-05-05riscv: add Linux note to vdsoAndreas Schwab2-1/+13
2020-04-22riscv: fix vdso build with lldIlie Halip1-3/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-19riscv: 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-30riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-1/+1