aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/random.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lineage-19.1' of https://github.com/TARKZiM/android_kernel_htc_...Julian Veit2022-08-251-372/+724
|\
| * BACKPORT random: replace non-blocking pool with a Chacha20-based CRNGnyyu2022-08-251-388/+691
| * random: fix locking dependency with the tasklist_lockTheodore Ts'o2022-08-251-4/+8
| * random: make it possible to enable debugging without rebuildJiri Kosina2022-08-251-4/+0
| * random: prime last_data value per fips requirementsJarod Wilson2022-08-251-0/+17
| * random: fix debug format stringsJiri Kosina2022-08-251-9/+10
| * locking: Various static lock initializer fixesThomas Gleixner2022-08-251-3/+3
| * random: add_hwgenerator_randomness() for feeding entropy from devicesTorsten Duwe2022-08-251-0/+31
* | random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2020-06-071-1/+9
* | random: properly align get_random_int_hashEric Biggers2020-06-071-1/+3
* | random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-06-071-6/+0
|/
* Merge tag 'v3.4.113' into HEADBruno Martins2017-11-121-5/+5
|\
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2015-02-021-5/+5
* | Merge tag 'v3.4.100' into HEADBruno Martins2017-11-091-8/+16
|\|
| * random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina2014-06-071-8/+16
* | BACKPORT: random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2017-11-081-1/+1
* | BACKPORT: random: introduce getrandom(2) system callTheodore Ts'o2017-11-081-9/+44
* | BACKPORT: random32: add prandom_reseed_late() and call when nonblocking pool ...Hannes Frederic Sowa2017-11-081-1/+4
* | FROMLIST: drivers: char: random: add get_random_long()dcashman2017-08-031-0/+22
|/
* random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-10-221-2/+1
* random: mix in architectural randomness in extract_buf()H. Peter Anvin2012-08-151-24/+32
* random: Add comment to random_initialize()Tony Luck2012-08-151-0/+10
* random: remove rand_initialize_irq()Theodore Ts'o2012-08-151-55/+0
* random: add tracepoints for easier debugging and verificationTheodore Ts'o2012-08-151-4/+22
* random: add new get_random_bytes_arch() functionTheodore Ts'o2012-08-151-5/+24
* random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o2012-08-151-9/+16
* random: create add_device_randomness() interfaceLinus Torvalds2012-08-151-0/+28
* random: use lockless techniques in the interrupt pathTheodore Ts'o2012-08-151-39/+39
* random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-08-151-17/+86
* drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers2012-04-121-3/+8
* Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2012-01-161-0/+6
|\
| * random: Adjust the number of loops when initializingH. Peter Anvin2012-01-161-1/+1
| * random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o2012-01-161-0/+6
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
|/
* random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds2011-12-291-2/+6
* fix typo/thinko in get_random_bytes()Luck, Tony2011-11-171-1/+1
* Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-281-2/+21
|\
| * random: Add support for architectural random hooksH. Peter Anvin2011-07-311-3/+22
* | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-061-341/+8
* | ipv6: make fragment identifications less predictableEric Dumazet2011-07-211-0/+15
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* random: update interface comments to reflect realityJarod Wilson2011-02-211-3/+10
* random: Use this_cpu_inc_returnChristoph Lameter2010-12-171-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
* random: Reorder struct entropy_store to remove padding on 64bits Richard Kennedy2010-07-311-1/+1
* random: simplify fips modeMatt Mackall2010-05-201-7/+3
* Fix misspellings of "truly" in comments.Adam Buchbinder2010-02-041-1/+1
* random: Remove unused inode variableHerbert Xu2010-02-021-1/+0
* random: drop weird m_time/a_time manipulationMatt Mackall2010-02-021-8/+0
* random.c: use %pU to print UUIDsJoe Perches2009-12-151-7/+3