index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vdso
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
random: vDSO: Drop custom PAGE_SIZE definitions
Thomas Weißschuh
1
-5
/
+1
2026-07-15
vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTORE
Thomas Weißschuh
2
-4
/
+4
2026-07-15
vdso: Automatically select HAVE_GENERIC_VDSO if necessary
Thomas Weißschuh
1
-4
/
+2
2026-07-07
vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions
Thomas Weißschuh
1
-0
/
+10
2026-07-07
vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
Thomas Weißschuh
1
-0
/
+10
2026-07-07
vdso/datastore: Simplify the mapping logic for VDSO_TIME_PAGE_OFFSET
Thomas Weißschuh
1
-14
/
+12
2026-07-07
vdso/datastore: Allow prefaulting by mlockall()
Thomas Weißschuh
1
-1
/
+1
2026-07-07
vdso/datastore: Explicitly prevent remote access to timens vvar page
Thomas Weißschuh
1
-0
/
+3
2026-07-07
vdso/datastore: Map zeroed pages for unavailable data
Thomas Weißschuh
1
-7
/
+2
2026-07-07
vdso/datastore: Map pages in terms of the faults pgoff
Thomas Weißschuh
1
-5
/
+4
2026-07-07
vdso/datastore: Rename data pages variable
Thomas Weißschuh
1
-8
/
+8
2026-06-15
Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+7
2026-06-04
vdso/gettimeofday: Rename __arch_get_vdso_u_timens_data()
Thomas Weißschuh
1
-7
/
+7
2026-06-02
vdso/datastore: Mark vdso_k_*_data pointers as __ro_after_init
Thomas Weißschuh
1
-3
/
+3
2026-05-14
vdso/gettimeofday: Reload sequence counter after switch to time page in do_aux()
Thomas Weißschuh
1
-3
/
+2
2026-03-26
vdso/timens: Move functions to new file
Thomas Weißschuh
1
-25
/
+0
2026-03-11
vdso/datapage: Remove inclusion of gettimeofday.h
Thomas Weißschuh
1
-0
/
+11
2026-03-11
vdso/gettimeofday: Add explicit includes
Thomas Weißschuh
1
-0
/
+6
2026-03-11
random: vDSO: Add explicit includes
Thomas Weißschuh
1
-0
/
+3
2026-03-11
vdso/gettimeofday: Move the unlikely() into vdso_read_retry()
Thomas Weißschuh
1
-5
/
+5
2026-03-11
vdso/gettimeofday: Add a helper to test if a clock is namespaced
Thomas Weißschuh
1
-6
/
+3
2026-03-11
vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace aware clock
Thomas Weißschuh
1
-42
/
+9
2026-03-11
vdso/gettimeofday: Drop a few usages of __maybe_unused
Thomas Weißschuh
1
-6
/
+6
2026-03-11
vdso/datastore: Allocate data pages dynamically
Thomas Weißschuh
1
-32
/
+60
2026-03-11
vdso/datastore: Drop inclusion of linux/mmap_lock.h
Thomas Weißschuh
1
-1
/
+0
2026-03-11
vdso/datastore: Reduce scope of some variables in vvar_fault()
Thomas Weißschuh
1
-2
/
+4
2026-01-26
vdso/gettimeofday: Force inlining of __cvdso_clock_getres_common()
Thomas Weißschuh
1
-1
/
+1
2025-09-04
vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
Thomas Weißschuh
1
-2
/
+2
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_TIME_NS
Thomas Weißschuh
1
-6
/
+0
2025-09-04
vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE
Thomas Weißschuh
3
-8
/
+1
2025-09-04
vdso: Drop kconfig GENERIC_COMPAT_VDSO
Thomas Weißschuh
1
-5
/
+0
2025-09-04
vdso: Drop kconfig GENERIC_VDSO_32
Thomas Weißschuh
1
-7
/
+0
2025-09-04
vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
Thomas Weißschuh
1
-25
/
+0
2025-09-04
vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
Thomas Weißschuh
1
-3
/
+3
2025-07-18
vdso/gettimeofday: Add support for auxiliary clocks
Thomas Weißschuh
1
-1
/
+48
2025-07-18
vdso/gettimeofday: Introduce vdso_get_timestamp()
Thomas Weißschuh
1
-19
/
+24
2025-07-18
vdso/gettimeofday: Introduce vdso_set_timespec()
Thomas Weißschuh
1
-18
/
+14
2025-07-18
vdso/gettimeofday: Introduce vdso_clockid_valid()
Thomas Weißschuh
1
-4
/
+8
2025-07-18
vdso/gettimeofday: Return bool from clock_gettime() helpers
Thomas Weißschuh
1
-34
/
+36
2025-07-09
vdso/gettimeofday: Return bool from clock_getres() helpers
Thomas Weißschuh
1
-11
/
+13
2025-04-01
mseal sysmap: generic vdso vvar mapping
Heiko Carstens
1
-1
/
+2
2025-03-08
vdso: Rework struct vdso_time_data and introduce struct vdso_clock
Anna-Maria Behnsen
2
-10
/
+10
2025-03-08
vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
Anna-Maria Behnsen
1
-1
/
+1
2025-03-08
vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_clock
Anna-Maria Behnsen
1
-10
/
+10
2025-03-08
vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso_clock
Anna-Maria Behnsen
1
-9
/
+14
2025-03-08
vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clock
Anna-Maria Behnsen
1
-8
/
+9
2025-03-08
vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_clock
Anna-Maria Behnsen
1
-17
/
+18
2025-03-08
vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clock
Anna-Maria Behnsen
1
-16
/
+17
2025-03-08
vdso/gettimeofday: Prepare introduction of struct vdso_clock
Anna-Maria Behnsen
1
-9
/
+15
2025-02-21
vdso: Remove remnants of architecture-specific time storage
Thomas Weißschuh
2
-32
/
+29
[next]