summaryrefslogtreecommitdiff
path: root/lib/vdso
AgeCommit message (Expand)AuthorFilesLines
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh1-25/+0
2026-03-11vdso/datapage: Remove inclusion of gettimeofday.hThomas Weißschuh1-0/+11
2026-03-11vdso/gettimeofday: Add explicit includesThomas Weißschuh1-0/+6
2026-03-11random: vDSO: Add explicit includesThomas Weißschuh1-0/+3
2026-03-11vdso/gettimeofday: Move the unlikely() into vdso_read_retry()Thomas Weißschuh1-5/+5
2026-03-11vdso/gettimeofday: Add a helper to test if a clock is namespacedThomas Weißschuh1-6/+3
2026-03-11vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace...Thomas Weißschuh1-42/+9
2026-03-11vdso/gettimeofday: Drop a few usages of __maybe_unusedThomas Weißschuh1-6/+6
2026-03-11vdso/datastore: Allocate data pages dynamicallyThomas Weißschuh1-32/+60
2026-03-11vdso/datastore: Drop inclusion of linux/mmap_lock.hThomas Weißschuh1-1/+0
2026-03-11vdso/datastore: Reduce scope of some variables in vvar_fault()Thomas Weißschuh1-2/+4
2026-01-27vdso/gettimeofday: Force inlining of __cvdso_clock_getres_common()Thomas Weißschuh1-1/+1
2025-09-04vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSOThomas Weißschuh1-2/+2
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh1-6/+0
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh3-8/+1
2025-09-04vdso: Drop kconfig GENERIC_COMPAT_VDSOThomas Weißschuh1-5/+0
2025-09-04vdso: Drop kconfig GENERIC_VDSO_32Thomas Weißschuh1-7/+0
2025-09-04vdso/gettimeofday: Remove !CONFIG_TIME_NS stubsThomas Weißschuh1-25/+0
2025-09-04vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAYThomas Weißschuh1-3/+3
2025-07-18vdso/gettimeofday: Add support for auxiliary clocksThomas Weißschuh1-1/+48
2025-07-18vdso/gettimeofday: Introduce vdso_get_timestamp()Thomas Weißschuh1-19/+24
2025-07-18vdso/gettimeofday: Introduce vdso_set_timespec()Thomas Weißschuh1-18/+14
2025-07-18vdso/gettimeofday: Introduce vdso_clockid_valid()Thomas Weißschuh1-4/+8
2025-07-18vdso/gettimeofday: Return bool from clock_gettime() helpersThomas Weißschuh1-34/+36
2025-07-09vdso/gettimeofday: Return bool from clock_getres() helpersThomas Weißschuh1-11/+13
2025-04-02mseal sysmap: generic vdso vvar mappingHeiko Carstens1-1/+2
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen2-10/+10
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen1-1/+1
2025-03-08vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...Anna-Maria Behnsen1-10/+10
2025-03-08vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...Anna-Maria Behnsen1-9/+14
2025-03-08vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clockAnna-Maria Behnsen1-8/+9
2025-03-08vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...Anna-Maria Behnsen1-17/+18
2025-03-08vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clockAnna-Maria Behnsen1-16/+17
2025-03-08vdso/gettimeofday: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-9/+15
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh2-32/+29
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh1-0/+14
2025-02-21vdso: Add generic random data storageThomas Weißschuh2-2/+20
2025-02-21vdso: Add generic time data storageThomas Weißschuh4-6/+130
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-0/+0
2024-09-13random: vDSO: minimize and simplify header includesChristophe Leroy1-5/+8
2024-09-13random: vDSO: avoid call to out of line memset()Christophe Leroy1-5/+7
2024-09-13random: vDSO: add missing c-getrandom-y in MakefileChristophe Leroy1-0/+1
2024-09-13random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy1-1/+1
2024-08-26random: vDSO: reject unknown getrandom() flagsYann Droneaud1-0/+4
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+256
2024-07-19random: introduce generic vDSO getrandom() implementationJason A. Donenfeld2-0/+256
2024-07-03vdso/gettimeofday: Clarify comment about open coded functionAnna-Maria Behnsen1-10/+10
2024-04-09vdso: Fix powerpc build U64_MAX undeclared errorAdrian Hunter1-1/+1
2024-04-08vdso: Make delta calculation overflow safeAdrian Hunter1-1/+16
2024-04-08vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECTAdrian Hunter1-0/+7