summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2023-07-04riscv: vdso: include vdso/vsyscall.h for vdso_dataBen Dooks1-0/+1
2023-04-19RISC-V: Add hwprobe vDSO function and dataEvan Green1-6/+0
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+0
2023-02-01riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-5/+0
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-4/+2
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-22/+0
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+10
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang1-3/+10
2022-09-27riscv: use vma iterator for vdsoLiam R. Howlett1-1/+2
2022-05-26riscv: 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-05riscv/vdso: Add support for time namespacesTong Tiangen1-53/+197
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong 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-13riscv: 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/ker...Linus Torvalds1-4/+20
2020-06-11riscv: set the permission of vdso_data to read-onlyVincent Chen1-2/+14
2020-06-11riscv: 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-06riscv/vdso: don't clear PG_reservedDavid Hildenbrand1-1/+0
2018-01-31riscv: remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+125