index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
random.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
2022-12-20
1
-2
/
+0
*
random: include <linux/once.h> in the right header
Christophe JAILLET
2022-12-04
1
-1
/
+0
*
random: add back async readiness notifier
Jason A. Donenfeld
2022-11-22
1
-0
/
+1
*
random: always mix cycle counter in add_latent_entropy()
Jason A. Donenfeld
2022-11-18
1
-3
/
+3
*
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
random: remove early archrandom abstraction
Jason A. Donenfeld
2022-11-18
1
-20
/
+0
*
stackprotector: move get_random_canary() into stackprotector.h
Jason A. Donenfeld
2022-11-18
1
-19
/
+0
*
random: add helpers for random numbers with given floor or range
Jason A. Donenfeld
2022-11-18
1
-0
/
+25
*
random: use rejection sampling for uniform bounded random integers
Jason A. Donenfeld
2022-11-17
1
-0
/
+40
*
prandom: remove unused functions
Jason A. Donenfeld
2022-10-11
1
-5
/
+0
*
random: clear new batches when bringing new CPUs online
Jason A. Donenfeld
2022-10-06
1
-0
/
+2
*
random: add 8-bit and 16-bit batches
Jason A. Donenfeld
2022-09-29
1
-0
/
+2
*
random: split initialization into early step and later step
Jason A. Donenfeld
2022-09-29
1
-1
/
+2
*
random: handle archrandom with multiple longs
Jason A. Donenfeld
2022-07-25
1
-6
/
+6
*
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2022-07-18
1
-8
/
+1
*
random: remove rng_has_arch_random()
Jason A. Donenfeld
2022-06-10
1
-1
/
+0
*
random: mark bootloader randomness code as __init
Jason A. Donenfeld
2022-06-10
1
-1
/
+1
*
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2022-05-19
1
-2
/
+0
*
random: remove mostly unused async readiness notifier
Jason A. Donenfeld
2022-05-19
1
-2
/
+0
*
random: remove get_random_bytes_arch() and add rng_has_arch_random()
Jason A. Donenfeld
2022-05-19
1
-1
/
+1
*
random: make consistent use of buf and len
Jason A. Donenfeld
2022-05-19
1
-6
/
+6
*
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
2022-05-19
1
-7
/
+7
*
random: remove extern from functions in header
Jason A. Donenfeld
2022-05-19
1
-46
/
+31
*
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-05-18
1
-8
/
+7
*
Revert "random: block in /dev/urandom"
Linus Torvalds
2022-03-22
1
-1
/
+1
*
random: provide notifier for VM fork
Jason A. Donenfeld
2022-03-12
1
-0
/
+5
*
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2022-03-12
1
-7
/
+3
*
random: do not export add_vmfork_randomness() unless needed
Jason A. Donenfeld
2022-03-12
1
-0
/
+2
*
random: add mechanism for VM forks to reinitialize crng
Jason A. Donenfeld
2022-03-12
1
-0
/
+1
*
random: block in /dev/urandom
Jason A. Donenfeld
2022-03-12
1
-1
/
+1
*
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2022-02-21
1
-0
/
+5
*
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-02-21
1
-0
/
+2
*
random: remove useless header comment
Jason A. Donenfeld
2022-02-21
1
-5
/
+1
*
random: make more consistent use of integer types
Jason A. Donenfeld
2022-02-21
1
-5
/
+5
*
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2022-01-07
1
-1
/
+1
*
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds
2020-08-03
1
-62
/
+4
*
random: fix circular include dependency on arm64 after addition of percpu.h
Willy Tarreau
2020-07-30
1
-1
/
+1
*
random32: remove net_rand_state from the latent entropy gcc plugin
Linus Torvalds
2020-07-29
1
-1
/
+1
*
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-07-29
1
-0
/
+3
*
random: add arch_get_random_*long_early()
Mark Rutland
2020-02-27
1
-0
/
+22
*
linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
Richard Henderson
2020-01-25
1
-4
/
+4
*
linux/random.h: Use false with bool
Richard Henderson
2020-01-25
1
-4
/
+4
*
linux/random.h: Remove arch_has_random, arch_has_random_seed
Richard Henderson
2020-01-25
1
-8
/
+0
*
fdt: add support for rng-seed
Hsin-Yi Wang
2019-08-23
1
-0
/
+1
*
Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-05-17
1
-1
/
+1
|
\
|
*
latent_entropy: avoid build error when plugin cflags are not set
Vasily Gorbik
2019-05-08
1
-1
/
+1
*
|
random: move rand_initialize() earlier
Kees Cook
2019-04-19
1
-0
/
+1
|
/
*
random: Make crng state queryable
Jason A. Donenfeld
2018-08-02
1
-0
/
+1
*
random: Return nbytes filled from hw RNG
Tobin C. Harding
2018-07-17
1
-1
/
+1
*
random: always fill buffer in get_random_bytes_wait
Jason A. Donenfeld
2018-02-28
1
-3
/
+1
[next]