summaryrefslogtreecommitdiffstats
path: root/arch/sparc/vdso/vclock_gettime.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann1-12/+12
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner1-1/+1
2018-10-25sparc: Fix VDSO build with older binutils.David S. Miller1-20/+129
2018-10-22sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller1-4/+4
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller1-5/+0
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller1-8/+1
2018-10-22sparc: Inline VDSO gettime code aggressively.David S. Miller1-22/+17
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller1-17/+24
2018-10-17sparc: Fix syscall fallback bugs in VDSO.David S. Miller1-1/+11
2017-11-15vDSO for sparcNagarathnam Muthusamy1-0/+264