aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso
AgeCommit message (Expand)AuthorFilesLines
2026-08-07riscv: vdso: Add symbols for the alternative section boundariesThomas Weißschuh1-0/+2
2026-08-07Revert "riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot"Nam Cao1-1/+1
2026-08-07riscv: vdso: Simplify cflags remove logicThomas Weißschuh1-5/+2
2026-07-14arch/riscv: vdso: remove CFI landing pad from rt_sigreturnAurelien Jarno1-1/+9
2026-07-13riscv: vdso: Do not use LTO for the vDSOThomas Weißschuh1-3/+3
2026-06-25riscv: Add build salt to the vDSOBastian Blank1-0/+3
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta2-10/+23
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu7-2/+33
2025-10-17riscv: hwprobe: Fix stale vDSO data for late-initialized keys at bootJingwei Wang1-1/+1
2025-06-10riscv: vdso: Exclude .rodata from the PT_DYNAMIC segmentFangrui Song1-1/+1
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt4-0/+275
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao4-0/+275
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt4-267/+0
2025-05-08riscv: vDSO: Remove --hash-style=bothXi Ruoyao1-1/+1
2025-04-16RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao4-0/+267
2025-02-21riscv: vdso: Switch to generic storage implementationThomas Weißschuh2-8/+5
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-1/+1
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-4/+5
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao1-2/+2
2024-10-24riscv: Check that vdso does not contain any dynamic relocationsAlexandre Ghiti1-4/+5
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-09-14riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du1-1/+1
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-6/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-03-26riscv: 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/kernel/git/riscv/linuxLinus 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/kernel/git/riscv/linuxLinus Torvalds5-25/+21
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-2/+2
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger4-8/+8
2023-11-05Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt1-17/+13
2023-11-05riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang1-9/+8
2023-11-05riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang1-8/+7
2023-11-05riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang1-2/+0
2023-11-02RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-1/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada1-10/+0
2023-10-27riscv: Implement Shadow Call StackSami Tolvanen1-1/+1
2023-06-20riscv: replace deprecated scall with ecallFangrui Song1-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds4-0/+74
2023-04-18RISC-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-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-0/+7
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