summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/vdso.c
AgeCommit message (Expand)AuthorLines
2022-05-25riscv: compat: Using seperated vdso_maps for compat_vdso_infoGuo Ren-2/+13
2022-04-26riscv: compat: vdso: Add setup additional pages implementationGuo Ren-35/+70
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen-53/+197
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen-18/+26
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen-1/+4
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang-2/+2
2021-01-12riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren-1/+1
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+20
2020-06-10riscv: set the permission of vdso_data to read-onlyVincent Chen-2/+14
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen-2/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2019-10-28riscv: add missing header file includesPaul Walmsley-0/+1
2019-10-28riscv: mark some code and data as file-staticPaul Walmsley-1/+1
2019-07-01riscv: Remove gate area stubsAndy Lutomirski-19/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand-1/+0
2018-01-30riscv: remove redundant unlikely()Tobias Klauser-1/+1
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt-0/+125