summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/ivy.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rdrand_rng.ko and padlock_rng.ko dependencies, making moduleskib2016-04-161-1/+1
* Huge cleanup of random(4) code.markm2015-06-301-10/+7
* Update comment.kib2014-11-111-1/+1
* Fix random.ko module.kib2014-11-071-1/+1
* Simplify assembler in ivy.c. Move the copying of the random bits intokib2014-11-071-12/+11
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-22/+21
* Make sure correct object code is generated at -O0.np2014-10-131-1/+1
* Use Intel's official name (Secure Key) per IntelĀ® Digital Random Numberdelphij2014-06-271-1/+1
* Utilize the stronger guarantees on the call arguments from thekib2013-10-171-32/+25
* staticize struct random_hardware_sourcedes2013-10-091-1/+1
* Fix some just-noticed problems:markm2013-10-081-15/+0
* MFC - tracking commit.markm2013-10-081-2/+2
* Snapshot.markm2013-10-061-0/+15
* Don't use the "real" assembler mnemonics; older compilers may notmarkm2013-10-061-2/+2
* SNAPSHOT.markm2013-10-061-1/+4
* Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-45/+41
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.obrien2013-08-091-5/+33
* Back out r253779 & r253786.obrien2013-07-311-36/+5
* Decouple yarrow from random(4) device.obrien2013-07-291-5/+36
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-131-1/+1
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-051-0/+117
OpenPOWER on IntegriCloud