summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vdso.c
AgeCommit message (Expand)AuthorFilesLines
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