index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
random.h
Age
Commit message (
Expand
)
Author
2025-11-02
random: remove unused get_random_var_wait functions
Eric Biggers
2024-10-03
random: Do not include <linux/prandom.h> in <linux/random.h>
Uros Bizjak
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
2022-12-04
random: include <linux/once.h> in the right header
Christophe JAILLET
2022-11-22
random: add back async readiness notifier
Jason A. Donenfeld
2022-11-18
random: always mix cycle counter in add_latent_entropy()
Jason A. Donenfeld
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
2022-11-18
random: remove early archrandom abstraction
Jason A. Donenfeld
2022-11-18
stackprotector: move get_random_canary() into stackprotector.h
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-11
prandom: remove unused functions
Jason A. Donenfeld
2022-10-06
random: clear new batches when bringing new CPUs online
Jason A. Donenfeld
2022-09-29
random: add 8-bit and 16-bit batches
Jason A. Donenfeld
2022-09-29
random: split initialization into early step and later step
Jason A. Donenfeld
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2022-06-10
random: remove rng_has_arch_random()
Jason A. Donenfeld
2022-06-10
random: mark bootloader randomness code as __init
Jason A. Donenfeld
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2022-05-19
random: remove mostly unused async readiness notifier
Jason A. Donenfeld
2022-05-19
random: remove get_random_bytes_arch() and add rng_has_arch_random()
Jason A. Donenfeld
2022-05-19
random: make consistent use of buf and len
Jason A. Donenfeld
2022-05-19
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
2022-05-19
random: remove extern from functions in header
Jason A. Donenfeld
2022-05-18
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-03-22
Revert "random: block in /dev/urandom"
Linus Torvalds
2022-03-12
random: provide notifier for VM fork
Jason A. Donenfeld
2022-03-12
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2022-03-12
random: do not export add_vmfork_randomness() unless needed
Jason A. Donenfeld
2022-03-12
random: add mechanism for VM forks to reinitialize crng
Jason A. Donenfeld
2022-03-12
random: block in /dev/urandom
Jason A. Donenfeld
2022-02-21
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-02-21
random: remove useless header comment
Jason A. Donenfeld
2022-02-21
random: make more consistent use of integer types
Jason A. Donenfeld
2022-01-07
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2020-08-03
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds
2020-07-30
random: fix circular include dependency on arm64 after addition of percpu.h
Willy Tarreau
2020-07-29
random32: remove net_rand_state from the latent entropy gcc plugin
Linus Torvalds
2020-07-29
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-02-27
random: add arch_get_random_*long_early()
Mark Rutland
2020-01-25
linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
Richard Henderson
2020-01-25
linux/random.h: Use false with bool
Richard Henderson
2020-01-25
linux/random.h: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2019-08-23
fdt: add support for rng-seed
Hsin-Yi Wang
2019-05-17
Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-05-08
latent_entropy: avoid build error when plugin cflags are not set
Vasily Gorbik
2019-04-19
random: move rand_initialize() earlier
Kees Cook
2018-08-02
random: Make crng state queryable
Jason A. Donenfeld
[next]