summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/core.c
AgeCommit message (Expand)Author
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier
2017-07-18hwrng: remember rng chosen by userHarald Freudenberger
2017-07-18hwrng: use rng source with best qualityHarald Freudenberger
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-02-08Revert "hwrng: core - zeroize buffers with random data"David Daney
2016-12-27hwrng: core - remove unused PFX macroCorentin LABBE
2016-12-27hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE
2016-12-27hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE
2016-12-27hwrng: core - Rewrite the headerCorentin LABBE
2016-12-27hwrng: core - rewrite better comparison to NULLCorentin LABBE
2016-12-27hwrng: core - do not use multiple blank linesCorentin LABBE
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-01hwrng: core - zeroize buffers with random dataStephan Mueller
2016-10-19hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan
2015-12-04hwrng: core - sleep interruptible in readJiri Slaby
2015-09-21hwrng: core - Simplify RNG switching from sysfsLee Jones
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-03-25hwrng: Avoid manual device_create_file() callsTakashi Iwai
2015-03-18hwrng: core - allow perfect entropy from hardware devicesKeith Packard
2015-03-16hwrng: add devm_* interfacesDmitry Torokhov
2014-12-26hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu
2014-12-26hwrng: core - Drop current rng in set_current_rngHerbert Xu
2014-12-26hwrng: core - Do not register device opportunisticallyHerbert Xu
2014-12-26hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu
2014-12-26hwrng: core - Use struct completion for cleanup_doneHerbert Xu
2014-12-22hwrng: don't init list element we're about to add to list.Rusty Russell
2014-12-22hwrng: don't double-check old_rng.Rusty Russell
2014-12-22hwrng: fix unregister race.Rusty Russell
2014-12-22hwrng: use reference counts on each struct hwrng.Rusty Russell
2014-12-22hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong
2014-12-22hwrng: place mutex around read functions and buffers.Rusty Russell
2014-10-24hwrng: core - Changed from using strncat to strlcatRickard Strandqvist
2014-08-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-05hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah
2014-07-15hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe
2014-07-15hwrng: add per-device entropy deratingTorsten Duwe
2014-07-15hwrng: create filler threadTorsten Duwe
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah
2014-07-14hwrng: fetch randomness only after device initAmit Shah
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-03-10hwrng: add randomness to system from rng sourcesKees Cook
2014-02-09hwrng: cleanup in hwrng_register()Dan Carpenter
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-03-20hw_random: free rng_buffer at module exitSatoru Takeuchi
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell