| Commit message (Expand) | Author | Age | Files | Lines |
* | hwrng: core - Changed from using strncat to strlcat | Rickard Strandqvist | 2014-10-24 | 1 | -8/+4 |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-10 | 1 | -6/+0 |
|\ |
|
| * | Revert "hwrng: virtio - ensure reads happen after successful probe" | Amit Shah | 2014-07-27 | 1 | -6/+0 |
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 | 1 | -2/+65 |
|\ \
| |/
|/| |
|
| * | hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes | Stephen Boyd | 2014-08-05 | 1 | -1/+1 |
| * | hw_random: fix sparse warning (NULL vs 0 for pointer) | Torsten Duwe | 2014-07-15 | 1 | -1/+1 |
| * | hwrng: add per-device entropy derating | Torsten Duwe | 2014-07-15 | 1 | -1/+10 |
| * | hwrng: create filler thread | Torsten Duwe | 2014-07-15 | 1 | -5/+64 |
* | | hwrng: virtio - ensure reads happen after successful probe | Amit Shah | 2014-07-14 | 1 | -0/+6 |
* | | hwrng: fetch randomness only after device init | Amit Shah | 2014-07-14 | 1 | -8/+33 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-04-03 | 1 | -7/+10 |
|\ |
|
| * | hwrng: add randomness to system from rng sources | Kees Cook | 2014-03-10 | 1 | -0/+7 |
| * | hwrng: cleanup in hwrng_register() | Dan Carpenter | 2014-02-09 | 1 | -7/+3 |
* | | drivers/char: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-07 | 1 | -1/+0 |
|/ |
|
* | hw_random: free rng_buffer at module exit | Satoru Takeuchi | 2013-03-20 | 1 | -0/+9 |
* | hw_random: make buffer usable in scatterlist. | Rusty Russell | 2013-03-05 | 1 | -3/+16 |
* | Update my e-mail address | Michael Büsch | 2011-07-07 | 1 | -1/+1 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | hwrng: core - Fix double unlock in rng_dev_read | Herbert Xu | 2009-12-23 | 1 | -2/+3 |
* | Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-09 | 1 | -1/+0 |
|\ |
|
| * | hw_random: Remove BKL from core | Thomas Gleixner | 2009-10-14 | 1 | -1/+0 |
* | | hwrng: core - Prevent too-small buffer sizes | Ian Molton | 2009-12-03 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu | 2009-12-01 | 1 | -1/+1 |
|\| |
|
| * | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -1/+1 |
* | | hwrng: core - Replace u32 in driver API with byte array | Ian Molton | 2009-12-01 | 1 | -43/+64 |
|/ |
|
* | Driver Core: misc: add nodename support for misc devices. | Kay Sievers | 2009-06-15 | 1 | -0/+1 |
* | hw-random: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 |
* | PM: Remove destroy_suspended_device() | Rafael J. Wysocki | 2008-04-19 | 1 | -5/+5 |
* | [S390] hw_random: allow rng_dev_read() to return hardware errors. | Ralph Wuerthner | 2008-04-17 | 1 | -0/+4 |
* | HWRNG: add possibility to remove hwrng devices during suspend/resume | Rafael J. Wysocki | 2008-02-05 | 1 | -5/+5 |
* | [HWRNG]: move status polling loop to data_present callbacks | Patrick McHardy | 2008-01-11 | 1 | -18/+6 |
* | [PATCH] severing fs.h, radix-tree.h -> sched.h | Al Viro | 2006-12-04 | 1 | -0/+1 |
* | Driver core: change misc class_devices to be real devices | Greg Kroah-Hartman | 2006-12-01 | 1 | -19/+19 |
* | [PATCH] make more file_operation structs static | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] Add new generic HW RNG core | Michael Buesch | 2006-06-26 | 1 | -0/+354 |