Age | Commit message (Expand) | Author | Files | Lines |
2023-02-25 | random: always mix cycle counter in add_latent_entropy() | Jason A. Donenfeld | 1 | -3/+3 |
2022-06-22 | random: mark bootloader randomness code as __init | Jason A. Donenfeld | 1 | -1/+1 |
2022-06-22 | random: move randomize_page() into mm where it belongs | Jason A. Donenfeld | 1 | -2/+0 |
2022-06-22 | random: make consistent use of buf and len | Jason A. Donenfeld | 1 | -5/+5 |
2022-06-22 | random: use proper return types on get_random_{int,long}_wait() | Jason A. Donenfeld | 1 | -7/+7 |
2022-06-22 | random: remove extern from functions in header | Jason A. Donenfeld | 1 | -43/+28 |
2022-06-22 | random: handle latent entropy and command line from random_init() | Jason A. Donenfeld | 1 | -9/+7 |
2022-06-22 | random: replace custom notifier chain with standard one | Jason A. Donenfeld | 1 | -7/+3 |
2022-06-22 | random: clear fast pool, crng, and batches in cpuhp bring up | Jason A. Donenfeld | 1 | -0/+5 |
2022-06-22 | random: pull add_hwgenerator_randomness() declaration into random.h | Jason A. Donenfeld | 1 | -0/+2 |
2022-06-22 | random: remove useless header comment | Jason A. Donenfeld | 1 | -5/+1 |
2022-06-22 | random: make more consistent use of integer types | Jason A. Donenfeld | 1 | -5/+5 |
2022-06-22 | random: remove unused irq_flags argument from add_interrupt_randomness() | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-06-22 | random: add arch_get_random_*long_early() | Mark Rutland | 1 | -0/+22 |
2022-06-22 | linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check | Richard Henderson | 1 | -4/+4 |
2022-06-22 | linux/random.h: Use false with bool | Richard Henderson | 1 | -4/+4 |
2022-06-22 | linux/random.h: Remove arch_has_random, arch_has_random_seed | Richard Henderson | 1 | -8/+0 |
2020-08-07 | random32: move the pseudo-random 32-bit definitions to prandom.h | Linus Torvalds | 1 | -62/+4 |
2020-08-07 | random32: remove net_rand_state from the latent entropy gcc plugin | Linus Torvalds | 1 | -1/+1 |
2020-08-07 | random: fix circular include dependency on arm64 after addition of percpu.h | Willy Tarreau | 1 | -1/+1 |
2020-08-07 | random32: update the net random state on interrupt and activity | Willy Tarreau | 1 | -0/+3 |
2019-08-23 | fdt: add support for rng-seed | Hsin-Yi Wang | 1 | -0/+1 |
2019-05-17 | Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -1/+1 |
2019-05-08 | latent_entropy: avoid build error when plugin cflags are not set | Vasily Gorbik | 1 | -1/+1 |
2019-04-20 | random: move rand_initialize() earlier | Kees Cook | 1 | -0/+1 |
2018-08-03 | random: Make crng state queryable | Jason A. Donenfeld | 1 | -0/+1 |
2018-07-18 | random: Return nbytes filled from hw RNG | Tobin C. Harding | 1 | -1/+1 |
2018-03-01 | random: always fill buffer in get_random_bytes_wait | Jason A. Donenfeld | 1 | -3/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+26 |
2017-07-13 | random,stackprotect: introduce get_random_canary function | Rik van Riel | 1 | -0/+21 |
2017-06-20 | random: add get_random_{bytes,u32,u64,int,long,once}_wait family | Jason A. Donenfeld | 1 | -0/+25 |
2017-06-20 | random: add wait_for_random_bytes() API | Jason A. Donenfeld | 1 | -0/+1 |
2017-01-27 | random: convert get_random_int/long into get_random_u32/u64 | Jason A. Donenfeld | 1 | -2/+15 |
2017-01-27 | random: use chacha20 for get_random_int/long | Jason A. Donenfeld | 1 | -1/+0 |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+13 |
2016-10-12 | random: remove unused randomize_range() | Jason Cooper | 1 | -1/+0 |
2016-10-12 | random: simplify API for random address requests | Jason Cooper | 1 | -0/+1 |
2016-10-11 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 1 | -2/+2 |
2016-10-11 | gcc-plugins: Add latent_entropy plugin | Emese Revfy | 1 | -0/+11 |
2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 1 | -6/+6 |
2016-05-21 | lib/uuid.c: move generate_random_uuid() to uuid.c | Andy Shevchenko | 1 | -1/+0 |
2016-02-27 | drivers: char: random: add get_random_long() | Daniel Cashman | 1 | -0/+1 |
2015-10-08 | random32: add prandom_init_once helper for own rngs | Daniel Borkmann | 1 | -0/+6 |
2015-06-10 | random: Remove kernel blocking API | Herbert Xu | 1 | -1/+0 |
2015-06-10 | random: Add callback API for random pool readiness | Herbert Xu | 1 | -0/+9 |
2015-05-27 | random: Blocking API for accessing nonblocking_pool | Stephan Mueller | 1 | -0/+1 |
2014-08-25 | random32: improvements to prandom_bytes | Daniel Borkmann | 1 | -2/+2 |
2014-03-20 | random: Add arch_has_random[_seed]() | H. Peter Anvin | 1 | -0/+8 |
2014-03-20 | x86, random: Enable the RDSEED instruction | H. Peter Anvin | 1 | -0/+8 |