index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vdso
Age
Commit message (
Expand
)
Author
2026-03-26
vdso/timens: Move functions to new file
Thomas Weißschuh
2026-03-11
vdso/datapage: Remove inclusion of gettimeofday.h
Thomas Weißschuh
2026-03-11
vdso/gettimeofday: Add explicit includes
Thomas Weißschuh
2026-03-11
random: vDSO: Add explicit includes
Thomas Weißschuh
2026-03-11
vdso/gettimeofday: Move the unlikely() into vdso_read_retry()
Thomas Weißschuh
2026-03-11
vdso/gettimeofday: Add a helper to test if a clock is namespaced
Thomas Weißschuh
2026-03-11
vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace...
Thomas Weißschuh
2026-03-11
vdso/gettimeofday: Drop a few usages of __maybe_unused
Thomas Weißschuh
2026-03-11
vdso/datastore: Allocate data pages dynamically
Thomas Weißschuh
2026-03-11
vdso/datastore: Drop inclusion of linux/mmap_lock.h
Thomas Weißschuh
2026-03-11
vdso/datastore: Reduce scope of some variables in vvar_fault()
Thomas Weißschuh
2026-01-26
vdso/gettimeofday: Force inlining of __cvdso_clock_getres_common()
Thomas Weißschuh
2025-09-04
vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
Thomas Weißschuh
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_TIME_NS
Thomas Weißschuh
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE
Thomas Weißschuh
2025-09-04
vdso: Drop kconfig GENERIC_COMPAT_VDSO
Thomas Weißschuh
2025-09-04
vdso: Drop kconfig GENERIC_VDSO_32
Thomas Weißschuh
2025-09-04
vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
Thomas Weißschuh
2025-09-04
vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
Thomas Weißschuh
2025-07-18
vdso/gettimeofday: Add support for auxiliary clocks
Thomas Weißschuh
2025-07-18
vdso/gettimeofday: Introduce vdso_get_timestamp()
Thomas Weißschuh
2025-07-18
vdso/gettimeofday: Introduce vdso_set_timespec()
Thomas Weißschuh
2025-07-18
vdso/gettimeofday: Introduce vdso_clockid_valid()
Thomas Weißschuh
2025-07-18
vdso/gettimeofday: Return bool from clock_gettime() helpers
Thomas Weißschuh
2025-07-09
vdso/gettimeofday: Return bool from clock_getres() helpers
Thomas Weißschuh
2025-04-01
mseal sysmap: generic vdso vvar mapping
Heiko Carstens
2025-03-08
vdso: Rework struct vdso_time_data and introduce struct vdso_clock
Anna-Maria Behnsen
2025-03-08
vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
Anna-Maria Behnsen
2025-03-08
vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...
Anna-Maria Behnsen
2025-03-08
vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...
Anna-Maria Behnsen
2025-03-08
vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clock
Anna-Maria Behnsen
2025-03-08
vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...
Anna-Maria Behnsen
2025-03-08
vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clock
Anna-Maria Behnsen
2025-03-08
vdso/gettimeofday: Prepare introduction of struct vdso_clock
Anna-Maria Behnsen
2025-02-21
vdso: Remove remnants of architecture-specific time storage
Thomas Weißschuh
2025-02-21
vdso: Add generic architecture-specific data storage
Thomas Weißschuh
2025-02-21
vdso: Add generic random data storage
Thomas Weißschuh
2025-02-21
vdso: Add generic time data storage
Thomas Weißschuh
2025-02-21
vdso: Rename included Makefile
Thomas Weißschuh
2024-09-13
random: vDSO: minimize and simplify header includes
Christophe Leroy
2024-09-13
random: vDSO: avoid call to out of line memset()
Christophe Leroy
2024-09-13
random: vDSO: add missing c-getrandom-y in Makefile
Christophe Leroy
2024-09-13
random: vDSO: don't use 64-bit atomics on 32-bit architectures
Christophe Leroy
2024-08-26
random: vDSO: reject unknown getrandom() flags
Yann Droneaud
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-19
random: introduce generic vDSO getrandom() implementation
Jason A. Donenfeld
2024-07-03
vdso/gettimeofday: Clarify comment about open coded function
Anna-Maria Behnsen
2024-04-09
vdso: Fix powerpc build U64_MAX undeclared error
Adrian Hunter
2024-04-08
vdso: Make delta calculation overflow safe
Adrian Hunter
2024-04-08
vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT
Adrian Hunter
[next]