summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* random: remove dead code left over from blocking poolEric Biggers2021-04-021-14/+3
* random: initialize ChaCha20 constants with correct endiannessEric Biggers2021-04-021-2/+2
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-1/+1
|\
| * random: fix the RNDRESEEDCRNG ioctlEric Biggers2021-02-041-1/+1
* | random: avoid arch_get_random_seed_long() when collecting IRQ randomnessArd Biesheuvel2021-01-211-14/+1
|/
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-1/+0
* random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-0/+1
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\
| * random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig2020-06-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers2020-05-081-1/+1
* | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-3/+3
|/
* random: avoid warnings for !CONFIG_NUMA buildsMark Rutland2020-03-181-1/+1
* random: fix data races at timer_rand_stateQian Cai2020-02-271-6/+6
* random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-02-271-16/+4
* random: add arch_get_random_*long_early()Mark Rutland2020-02-271-1/+19
* random: split primary/secondary crng init pathsMark Rutland2020-02-271-12/+22
* random: remove some dead code of poolinfoYangtao Li2020-01-071-30/+0
* random: fix typo in add_timer_randomness()Yangtao Li2020-01-071-1/+1
* random: Add and use pr_fmt()Yangtao Li2020-01-071-12/+11
* random: convert to ENTROPY_BITS for better code readabilityYangtao Li2020-01-071-3/+2
* random: remove unnecessary unlikely()Yangtao Li2020-01-071-4/+2
* random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski2020-01-071-17/+1
* random: delete code to pull data into poolsAndy Lutomirski2020-01-071-40/+0
* random: remove the blocking poolAndy Lutomirski2020-01-071-106/+0
* random: make /dev/random be almost like /dev/urandomAndy Lutomirski2020-01-071-41/+14
* random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2020-01-071-3/+0
* random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2020-01-071-2/+9
* random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski2020-01-071-6/+15
* random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski2020-01-071-1/+0
* char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-01-071-2/+3
* random: don't forget compat_ioctl on urandomJason A. Donenfeld2019-12-171-0/+1
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\
| * compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-11-161-3/+1
|\ \ | |/ |/|
| * Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu2019-11-171-3/+1
* | char/random: Add a newline at the end of the fileBorislav Petkov2019-10-021-1/+1
* | Merge branch 'entropy'Linus Torvalds2019-09-291-1/+61
|\ \
| * | random: try to actively add entropy rather than passively wait for itLinus Torvalds2019-09-291-1/+61
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-181-1/+3
|\ \ \ | | |/ | |/|
| * | random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd2019-09-091-7/+5
| * | random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd2019-08-221-3/+7
| |/
* / fdt: add support for rng-seedHsin-Yi Wang2019-08-231-0/+14
|/
* random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o2019-05-261-3/+13
* random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-04-201-25/+27
* random: document get_random_int() familyGeorge Spelvin2019-04-191-7/+76
* random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-04-191-1/+4
* random: move rand_initialize() earlierKees Cook2019-04-191-3/+2