index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
random.c
Age
Commit message (
Expand
)
Author
2025-05-27
Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-12
crypto: lib/chacha - add strongly-typed state zeroization
Eric Biggers
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
2025-05-08
random: Avoid open-coded use of ratelimit_state structure's ->missed field
Paul E. McKenney
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
2025-05-08
treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-02-21
vdso: Add generic random data storage
Thomas Weißschuh
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-09-13
random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page access
Christophe Leroy
2024-09-13
random: vDSO: don't use 64-bit atomics on 32-bit architectures
Christophe Leroy
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-19
random: introduce generic vDSO getrandom() implementation
Jason A. Donenfeld
2024-04-17
random: handle creditable entropy from atomic process context
Jason A. Donenfeld
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
2023-10-11
char-misc: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
2023-03-06
cpumask: fix incorrect cpumask scanning result checks
Linus Torvalds
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-04
random: align entropy_timer_state to cache line
Jason A. Donenfeld
2022-12-04
random: mix in cycle counter when jitter timer fires
Jason A. Donenfeld
2022-12-04
random: spread out jitter callback to different CPUs
Jason A. Donenfeld
2022-11-29
random: remove extraneous period and add a missing one in comments
Jason A. Donenfeld
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-22
random: add back async readiness notifier
Jason A. Donenfeld
2022-11-18
random: reseed in delayed work rather than on-demand
Jason A. Donenfeld
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
2022-11-18
random: modernize documentation comment on get_random_bytes()
Jason A. Donenfeld
2022-11-18
random: adjust comment to account for removed function
Jason A. Donenfeld
2022-11-18
random: remove early archrandom abstraction
Jason A. Donenfeld
2022-11-18
random: use random.trust_{bootloader,cpu} command line option only
Jason A. Donenfeld
2022-11-18
random: add helpers for random numbers with given floor or range
Jason A. Donenfeld
2022-11-17
random: use rejection sampling for uniform bounded random integers
Jason A. Donenfeld
2022-10-29
random: use arch_get_random*_early() in random_init()
Jean-Philippe Brucker
2022-10-11
prandom: remove unused functions
Jason A. Donenfeld
2022-10-06
random: clear new batches when bringing new CPUs online
Jason A. Donenfeld
2022-10-01
random: fix typos in get_random_bytes() comment
William Zijl
2022-10-01
random: schedule jitter credit for next jiffy, not in two jiffies
Jason A. Donenfeld
2022-09-29
random: add 8-bit and 16-bit batches
Jason A. Donenfeld
2022-09-29
random: use init_utsname() instead of utsname()
Jason A. Donenfeld
2022-09-29
random: split initialization into early step and later step
Jason A. Donenfeld
2022-09-28
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
2022-09-28
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
2022-09-23
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
2022-09-23
random: throttle hwrng writes if no entropy is credited
Jason A. Donenfeld
2022-09-23
random: use hwgenerator randomness more frequently at early boot
Dominik Brodowski
2022-09-23
random: restore O_NONBLOCK support
Jason A. Donenfeld
[next]