aboutsummaryrefslogtreecommitdiff
path: root/lib/vdso
AgeCommit message (Expand)AuthorFilesLines
2024-04-09vdso: Fix powerpc build U64_MAX undeclared errorGravatar Adrian Hunter 1-1/+1
2024-04-08vdso: Make delta calculation overflow safeGravatar Adrian Hunter 1-1/+16
2024-04-08vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECTGravatar Adrian Hunter 1-0/+7
2024-04-08vdso: Consolidate nanoseconds calculationGravatar Adrian Hunter 1-24/+19
2024-04-08vdso: Consolidate vdso_calc_delta()Gravatar Adrian Hunter 1-1/+8
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsGravatar Fangrui Song 1-9/+4
2022-11-23lib/vdso: use "grep -E" instead of "egrep"Gravatar Greg Kroah-Hartman 1-1/+1
2021-04-14lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()Gravatar Christophe Leroy 1-6/+9
2021-04-14lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()Gravatar Christophe Leroy 1-8/+8
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Gravatar Thomas Gleixner 1-2/+2
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+11
2020-06-09lib/vdso: Provide sanity check for cycles (again)Gravatar Thomas Gleixner 1-0/+11
2020-06-03lib/vdso: Force inlining of __cvdso_clock_gettime_common()Gravatar Christophe Leroy 1-1/+1
2020-03-21lib/vdso: Enable common headersGravatar Vincenzo Frascino 1-22/+0
2020-02-17lib/vdso: Allow architectures to provide the vdso data pointerGravatar Christophe Leroy 1-16/+56
2020-02-17lib/vdso: Allow architectures to override the ns shift operationGravatar Christophe Leroy 1-2/+9
2020-02-17lib/vdso: Allow fixed clock modeGravatar Christophe Leroy 1-2/+9
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesGravatar Thomas Gleixner 1-8/+10
2020-02-17lib/vdso: Cleanup clock mode storage leftoversGravatar Thomas Gleixner 2-15/+5
2020-02-17clocksource: Add common vdso clock mode storageGravatar Thomas Gleixner 2-2/+14
2020-02-17lib/vdso: Allow the high resolution parts to be compiled outGravatar Thomas Gleixner 1-0/+11
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 2-4/+144
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-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOGravatar Vincenzo Frascino 1-9/+0
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 3-0/+282