aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/core.c
Commit message (Expand)AuthorAge
* hwrng: core - document the quality fieldMichael S. Tsirkin2018-10-04
* hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch2018-06-15
* hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook2017-12-22
* hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan2017-11-03
* hwrng: core - pr_err() strings should end with newlinesArvind Yadav2017-10-12
* hwrng: remember rng chosen by userHarald Freudenberger2017-07-18
* hwrng: use rng source with best qualityHarald Freudenberger2017-07-18
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-23
|\
| * hwrng: core - remove unused PFX macroCorentin LABBE2016-12-27
| * hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE2016-12-27
| * hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE2016-12-27
| * hwrng: core - Rewrite the headerCorentin LABBE2016-12-27
| * hwrng: core - rewrite better comparison to NULLCorentin LABBE2016-12-27
| * hwrng: core - do not use multiple blank linesCorentin LABBE2016-12-27
* | Revert "hwrng: core - zeroize buffers with random data"David Daney2017-02-08
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* hwrng: core - zeroize buffers with random dataStephan Mueller2016-10-31
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-18
* hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-13
* hwrng: core - sleep interruptible in readJiri Slaby2015-12-04
* hwrng: core - Simplify RNG switching from sysfsLee Jones2015-09-21
* hwrng: core - correct error check of kthread_run callMartin Schwidefsky2015-07-28
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-21
|\
| * hwrng: Avoid manual device_create_file() callsTakashi Iwai2015-03-25
* | hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-18
* | hwrng: add devm_* interfacesDmitry Torokhov2015-03-16
|/
* hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu2014-12-25
* hwrng: core - Drop current rng in set_current_rngHerbert Xu2014-12-25
* hwrng: core - Do not register device opportunisticallyHerbert Xu2014-12-25
* hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu2014-12-25
* hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-25
* hwrng: don't init list element we're about to add to list.Rusty Russell2014-12-22
* hwrng: don't double-check old_rng.Rusty Russell2014-12-22
* hwrng: fix unregister race.Rusty Russell2014-12-22
* hwrng: use reference counts on each struct hwrng.Rusty Russell2014-12-22
* hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong2014-12-22
* hwrng: place mutex around read functions and buffers.Rusty Russell2014-12-22
* hwrng: core - Changed from using strncat to strlcatRickard Strandqvist2014-10-24
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-11
|\
| * Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-27
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-06
|\ \ | |/ |/|
| * hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd2014-08-05
| * hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe2014-07-15
| * hwrng: add per-device entropy deratingTorsten Duwe2014-07-15
| * hwrng: create filler threadTorsten Duwe2014-07-15
* | hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-14
* | hwrng: fetch randomness only after device initAmit Shah2014-07-14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-03
|\
| * hwrng: add randomness to system from rng sourcesKees Cook2014-03-10