aboutsummaryrefslogtreecommitdiff
path: root/lib/vdso/gettimeofday.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Gravatar Christophe Leroy 1-3/+1
2020-01-14lib/vdso: Prepare for time namespace supportGravatar Thomas Gleixner 1-4/+138
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineGravatar Andrei Vagin 1-6/+8
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Gravatar Christophe Leroy 1-6/+1
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteGravatar Christophe Leroy 1-7/+8
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOGravatar Vincenzo Frascino 1-5/+5
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKGravatar Vincenzo Frascino 1-10/+0
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextGravatar Vincenzo Frascino 1-0/+4
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticGravatar Vincenzo Frascino 1-0/+1
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tGravatar Arnd Bergmann 1-2/+2
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againGravatar Thomas Gleixner 1-4/+5
2019-07-31lib/vdso/32: Provide legacy syscall fallbacksGravatar Thomas Gleixner 1-1/+11
2019-07-31lib/vdso: Move fallback invocation to the callersGravatar Thomas Gleixner 1-17/+36
2019-07-31lib/vdso/32: Remove inconsistent NULL pointer checksGravatar Thomas Gleixner 1-16/+2
2019-06-26lib/vdso: Make delta calculation work correctlyGravatar Thomas Gleixner 1-4/+15
2019-06-22lib/vdso: Add compat supportGravatar Vincenzo Frascino 1-0/+4
2019-06-22lib/vdso: Provide generic VDSO implementationGravatar Vincenzo Frascino 1-0/+224