aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-3/+10
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang1-3/+10
2022-09-26riscv: use vma iterator for vdsoLiam R. Howlett1-1/+2
2022-05-25riscv: compat: Using seperated vdso_maps for compat_vdso_infoGuo Ren1-2/+13
2022-04-26riscv: compat: vdso: Add setup additional pages implementationGuo Ren1-35/+70
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen1-53/+197
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write killableTong Tiangen1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen1-18/+26
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen1-1/+4
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang1-2/+2
2021-01-12riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-4/+20
2020-06-10riscv: set the permission of vdso_data to read-onlyVincent Chen1-2/+14
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen1-2/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2019-10-28riscv: add missing header file includesPaul Walmsley1-0/+1
2019-10-28riscv: mark some code and data as file-staticPaul Walmsley1-1/+1
2019-07-01riscv: Remove gate area stubsAndy Lutomirski1-19/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand1-1/+0
2018-01-30riscv: remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt1-0/+125