summaryrefslogtreecommitdiff
path: root/lib/vdso/gettimeofday.c
AgeCommit message (Expand)Author
2026-06-04vdso/gettimeofday: Rename __arch_get_vdso_u_timens_data()Thomas Weißschuh
2026-05-14vdso/gettimeofday: Reload sequence counter after switch to time page in do_aux()Thomas Weißschuh
2026-03-11vdso/datapage: Remove inclusion of gettimeofday.hThomas Weißschuh
2026-03-11vdso/gettimeofday: Add explicit includesThomas Weißschuh
2026-03-11vdso/gettimeofday: Move the unlikely() into vdso_read_retry()Thomas Weißschuh
2026-03-11vdso/gettimeofday: Add a helper to test if a clock is namespacedThomas Weißschuh
2026-03-11vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace...Thomas Weißschuh
2026-03-11vdso/gettimeofday: Drop a few usages of __maybe_unusedThomas Weißschuh
2026-01-26vdso/gettimeofday: Force inlining of __cvdso_clock_getres_common()Thomas Weißschuh
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh
2025-09-04vdso/gettimeofday: Remove !CONFIG_TIME_NS stubsThomas Weißschuh
2025-07-18vdso/gettimeofday: Add support for auxiliary clocksThomas Weißschuh
2025-07-18vdso/gettimeofday: Introduce vdso_get_timestamp()Thomas Weißschuh
2025-07-18vdso/gettimeofday: Introduce vdso_set_timespec()Thomas Weißschuh
2025-07-18vdso/gettimeofday: Introduce vdso_clockid_valid()Thomas Weißschuh
2025-07-18vdso/gettimeofday: Return bool from clock_gettime() helpersThomas Weißschuh
2025-07-09vdso/gettimeofday: Return bool from clock_getres() helpersThomas Weißschuh
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...Anna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...Anna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...Anna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh
2025-02-21vdso: Add generic time data storageThomas Weißschuh
2024-07-03vdso/gettimeofday: Clarify comment about open coded functionAnna-Maria Behnsen
2024-04-09vdso: Fix powerpc build U64_MAX undeclared errorAdrian Hunter
2024-04-08vdso: Make delta calculation overflow safeAdrian Hunter
2024-04-08vdso: Consolidate nanoseconds calculationAdrian Hunter
2024-04-08vdso: Consolidate vdso_calc_delta()Adrian Hunter
2021-04-14lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()Christophe Leroy
2021-04-14lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()Christophe Leroy
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