summaryrefslogtreecommitdiff
path: root/lib/vdso
AgeCommit message (Expand)AuthorFilesLines
2022-12-08lib/vdso: use "grep -E" instead of "egrep"Greg Kroah-Hartman1-1/+1
2022-09-05lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin1-6/+8
2022-09-05lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy1-7/+8
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner1-4/+5
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino1-9/+0
2019-07-31lib/vdso/32: Provide legacy syscall fallbacksThomas Gleixner1-1/+11
2019-07-31lib/vdso: Move fallback invocation to the callersThomas Gleixner1-17/+36
2019-07-31lib/vdso/32: Remove inconsistent NULL pointer checksThomas Gleixner1-16/+2
2019-06-26lib/vdso: Make delta calculation work correctlyThomas Gleixner1-4/+15
2019-06-22lib/vdso: Add compat supportVincenzo Frascino1-0/+4
2019-06-22lib/vdso: Provide generic VDSO implementationVincenzo Frascino3-0/+282