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: 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
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-15
1
-0
/
+26
|
\
|
*
random: add get_random_{bytes,u32,u64,int,long,once}_wait family
Jason A. Donenfeld
2017-06-19
1
-0
/
+25
|
*
random: add wait_for_random_bytes() API
Jason A. Donenfeld
2017-06-19
1
-0
/
+1
*
|
random,stackprotect: introduce get_random_canary function
Rik van Riel
2017-07-12
1
-0
/
+21
|
/
*
random: convert get_random_int/long into get_random_u32/u64
Jason A. Donenfeld
2017-01-27
1
-2
/
+15
*
random: use chacha20 for get_random_int/long
Jason A. Donenfeld
2017-01-27
1
-1
/
+0
*
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-15
1
-2
/
+13
|
\
|
*
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
2016-10-10
1
-2
/
+2
|
*
gcc-plugins: Add latent_entropy plugin
Emese Revfy
2016-10-10
1
-0
/
+11
*
|
random: remove unused randomize_range()
Jason Cooper
2016-10-11
1
-1
/
+0
*
|
random: simplify API for random address requests
Jason Cooper
2016-10-11
1
-0
/
+1
|
/
*
x86, asm: use bool for bitops and other assembly outputs
H. Peter Anvin
2016-06-08
1
-6
/
+6
*
lib/uuid.c: move generate_random_uuid() to uuid.c
Andy Shevchenko
2016-05-20
1
-1
/
+0
*
drivers: char: random: add get_random_long()
Daniel Cashman
2016-02-27
1
-0
/
+1
*
random32: add prandom_init_once helper for own rngs
Daniel Borkmann
2015-10-08
1
-0
/
+6
*
random: Remove kernel blocking API
Herbert Xu
2015-06-10
1
-1
/
+0
*
random: Add callback API for random pool readiness
Herbert Xu
2015-06-10
1
-0
/
+9
*
random: Blocking API for accessing nonblocking_pool
Stephan Mueller
2015-05-27
1
-0
/
+1
*
random32: improvements to prandom_bytes
Daniel Borkmann
2014-08-24
1
-2
/
+2
*
random: Add arch_has_random[_seed]()
H. Peter Anvin
2014-03-19
1
-0
/
+8
*
x86, random: Enable the RDSEED instruction
H. Peter Anvin
2014-03-19
1
-0
/
+8
*
random32: add prandom_u32_max and convert open coded users
Daniel Borkmann
2014-01-21
1
-1
/
+17
*
random32: upgrade taus88 generator to taus113 from errata paper
Daniel Borkmann
2013-11-11
1
-5
/
+6
*
random32: move rnd_state to linux/random.h
Daniel Borkmann
2013-11-11
1
-0
/
+4
*
random32: add prandom_reseed_late() and call when nonblocking pool becomes in...
Hannes Frederic Sowa
2013-11-11
1
-0
/
+1
*
random32: fix off-by-one in seeding requirement
Daniel Borkmann
2013-11-11
1
-3
/
+3
*
random: run random_int_secret_init() run after all late_initcalls
Theodore Ts'o
2013-09-23
1
-0
/
+1
*
remove unused random32() and srandom32()
Akinobu Mita
2013-05-07
1
-7
/
+0
*
soreuseport: infrastructure
Tom Herbert
2013-01-23
1
-0
/
+6
*
prandom: introduce prandom_bytes() and prandom_bytes_state()
Akinobu Mita
2012-12-17
1
-0
/
+2
*
random32: rename random32 to prandom
Akinobu Mita
2012-12-17
1
-5
/
+12
*
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-13
1
-42
/
+1
*
random: remove rand_initialize_irq()
Theodore Ts'o
2012-07-19
1
-2
/
+0
*
random: add new get_random_bytes_arch() function
Theodore Ts'o
2012-07-14
1
-0
/
+1
*
random: create add_device_randomness() interface
Linus Torvalds
2012-07-14
1
-0
/
+1
*
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
2012-07-14
1
-1
/
+1
*
Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-10-28
1
-0
/
+13
|
\
|
*
random: Add support for architectural random hooks
H. Peter Anvin
2011-07-31
1
-0
/
+13
[next]