aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/core.c
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1/+1
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+16
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* hwrng: core - Fix double unlock in rng_dev_readHerbert Xu2009-12-231-2/+3
* Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-091-1/+0
|\
| * hw_random: Remove BKL from coreThomas Gleixner2009-10-141-1/+0
* | hwrng: core - Prevent too-small buffer sizesIan Molton2009-12-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2009-12-011-1/+1
|\ \ | |/
| * Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-1/+1
* | hwrng: core - Replace u32 in driver API with byte arrayIan Molton2009-12-011-43/+64
|/
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-151-0/+1
* hw-random: BKL pushdownArnd Bergmann2008-06-201-0/+2
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-191-5/+5
* [S390] hw_random: allow rng_dev_read() to return hardware errors.Ralph Wuerthner2008-04-171-0/+4
* HWRNG: add possibility to remove hwrng devices during suspend/resumeRafael J. Wysocki2008-02-051-5/+5
* [HWRNG]: move status polling loop to data_present callbacksPatrick McHardy2008-01-111-18/+6
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-011-19/+19
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* [PATCH] Add new generic HW RNG coreMichael Buesch2006-06-261-0/+354