aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o2017-05-071-6/+7
* random: print a warning for the first ten uninitialized random usersTheodore Ts'o2017-05-071-4/+8
* random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o2017-04-111-5/+11
* random: Remove kernel blocking APIHerbert Xu2017-04-111-12/+0
* random: Add callback API for random pool readinessHerbert Xu2017-04-111-0/+78
* random: Blocking API for accessing nonblocking_poolStephan Mueller2017-04-111-0/+12
* random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2017-04-111-1/+1
* random: Add get_random_long fucntionJoe Maples2017-04-111-0/+22
* random: Backport driver from 4.1.31Joe Maples2017-04-111-317/+646
* random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2016-09-101-4/+4
* random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2016-09-101-1/+4
* random: remove warningimoseyon2016-09-101-2/+0
* random: prevent add_input from doing anythingimoseyon2016-09-101-10/+1
* random: entropy tweaks are all the rage nowadaysimoseyon2016-09-101-52/+1
* first commitMeizu OpenSource2016-08-151-0/+1514