summaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2019-04-171-22/+22
* drivers/char/random.c: make primary_crng staticRasmus Villemoes2019-04-171-1/+1
* drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes2019-04-171-3/+3
* drivers/char/random.c: constify poolinfo_tableRasmus Villemoes2019-04-171-1/+1
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-26/+25
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-12/+12
|\
| * crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-12/+12
* | random: make CPU trust a boot parameterKees Cook2018-09-011-3/+8
|/
* random: Make crng state queryableJason A. Donenfeld2018-08-021-0/+15
* random: remove preempt disabled regionIngo Molnar2018-07-241-4/+0
* random: add a config option to trust the CPU's hwrngTheodore Ts'o2018-07-241-1/+10
* random: Return nbytes filled from hw RNGTobin C. Harding2018-07-171-7/+9
* random: Fix whitespace pre random-bytes workTobin C. Harding2018-07-171-2/+1
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-171-1/+9
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-16/+13
* random: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+16
* random: rate limit unseeded randomness warningsTheodore Ts'o2018-04-251-5/+34
* random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-04-241-1/+8
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-141-1/+12
OpenPOWER on IntegriCloud