aboutsummaryrefslogtreecommitdiff
path: root/lib/vdso
AgeCommit message (Expand)Author
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-09lib/vdso: Provide sanity check for cycles (again)Thomas Gleixner
2020-06-03lib/vdso: Force inlining of __cvdso_clock_gettime_common()Christophe Leroy
2020-03-21lib/vdso: Enable common headersVincenzo Frascino
2020-02-17lib/vdso: Allow architectures to provide the vdso data pointerChristophe Leroy
2020-02-17lib/vdso: Allow architectures to override the ns shift operationChristophe Leroy
2020-02-17lib/vdso: Allow fixed clock modeChristophe Leroy
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner
2020-02-17lib/vdso: Allow the high resolution parts to be compiled outThomas Gleixner
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticVincenzo Frascino
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino
2019-07-31lib/vdso/32: Provide legacy syscall fallbacksThomas Gleixner
2019-07-31lib/vdso: Move fallback invocation to the callersThomas Gleixner
2019-07-31lib/vdso/32: Remove inconsistent NULL pointer checksThomas Gleixner
2019-06-26lib/vdso: Make delta calculation work correctlyThomas Gleixner
2019-06-22lib/vdso: Add compat supportVincenzo Frascino
2019-06-22lib/vdso: Provide generic VDSO implementationVincenzo Frascino