aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24hwrng: core - Changed from using strncat to strlcatRickard Strandqvist1-8/+4
2014-08-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-6/+0
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+65
2014-08-05hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd1-1/+1
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah1-6/+0
2014-07-15hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe1-1/+1
2014-07-15hwrng: add per-device entropy deratingTorsten Duwe1-1/+10
2014-07-15hwrng: create filler threadTorsten Duwe1-5/+64
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah1-0/+6
2014-07-14hwrng: fetch randomness only after device initAmit Shah1-8/+33
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+10
2014-03-10hwrng: add randomness to system from rng sourcesKees Cook1-0/+7
2014-02-09hwrng: cleanup in hwrng_register()Dan Carpenter1-7/+3
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-03-20hw_random: free rng_buffer at module exitSatoru Takeuchi1-0/+9
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2009-12-23hwrng: core - Fix double unlock in rng_dev_readHerbert Xu1-2/+3
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2009-12-03hwrng: core - Prevent too-small buffer sizesIan Molton1-1/+2
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu1-1/+1
2009-12-01hwrng: core - Replace u32 in driver API with byte arrayIan Molton1-43/+64
2009-10-14hw_random: Remove BKL from coreThomas Gleixner1-1/+0
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2008-06-20hw-random: BKL pushdownArnd Bergmann1-0/+2
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki1-5/+5
2008-04-17[S390] hw_random: allow rng_dev_read() to return hardware errors.Ralph Wuerthner1-0/+4
2008-02-05HWRNG: add possibility to remove hwrng devices during suspend/resumeRafael J. Wysocki1-5/+5
2008-01-11[HWRNG]: move status polling loop to data_present callbacksPatrick McHardy1-18/+6
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-19/+19
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-26[PATCH] Add new generic HW RNG coreMichael Buesch1-0/+354