summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-062-130/+252
|\
| * hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd2014-08-051-1/+1
| * random: limit the contribution of the hw rng to at most halfTheodore Ts'o2014-08-051-39/+4
| * random: introduce getrandom(2) system callTheodore Ts'o2014-08-051-3/+37
| * hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe2014-07-151-1/+1
| * random: use registers from interrupted code for CPU's w/o a cycle counterTheodore Ts'o2014-07-151-25/+22
| * hwrng: add per-device entropy deratingTorsten Duwe2014-07-151-1/+10
| * hwrng: create filler threadTorsten Duwe2014-07-151-5/+64
| * random: add_hwgenerator_randomness() for feeding entropy from devicesTorsten Duwe2014-07-151-0/+21
| * random: use an improved fast_mix() functionTheodore Ts'o2014-07-151-24/+68
| * random: clean up interrupt entropy accounting for archs w/o cycle countersTheodore Ts'o2014-07-151-19/+23
| * random: only update the last_pulled time if we actually transferred entropyTheodore Ts'o2014-07-151-4/+7
| * random: remove unneeded hash of a portion of the entropy poolTheodore Ts'o2014-07-151-31/+20
| * random: always update the entropy pool under the spinlockTheodore Ts'o2014-07-151-21/+23
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-064-28/+81
|\ \
| * | tpm: simplify code by using %*phN specifierAndy Shevchenko2014-07-291-3/+1
| * | tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-292-21/+72
| * | tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen2014-07-291-3/+4
| * | tpm: Properly clean sysfs entries in error pathStefan Berger2014-07-291-1/+3
| * | tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe2014-07-291-0/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-28/+5
|\ \
| * | hangcheck-timer: Use ktime_get_ns()Thomas Gleixner2014-07-231-28/+5
| |/
* | Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-041-3/+1
|\ \
| * \ Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-131-1/+3
| |\ \ | | |/
| * | char: synclink: Remove WARN_ON for bad port countPeter Hurley2014-07-101-2/+0
| * | tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-1/+1
* | | Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-044-43/+85
|\ \ \
| * | | drivers/char/dsp56k.c: drop check for negativity of unsigned parameterAndrey Utkin2014-07-171-1/+1
| * | | Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2014-07-132-9/+12
| |\ \ \ | | | |/ | | |/|
| * | | char: xilinx_hwicap: missing error code if ioremap() failsDan Carpenter2014-07-091-0/+1
| * | | bsr: avoid format string leaking into device nameKees Cook2014-07-091-1/+1
| * | | i8k: Add support for Dell Precision 490 and Latitude D520Guenter Roeck2014-07-091-0/+27
| * | | i8k: Add support for configurable maximum fan speed valueGuenter Roeck2014-07-091-7/+42
| * | | i8k: Drop all labelsGuenter Roeck2014-07-091-34/+13
* | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-181-3/+14
|\ \ \ \
| * | | | random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa2014-07-191-3/+14
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-182-8/+49
|\ \ \ \ | |/ / / |/| | |
| * | | hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-142-0/+16
| * | | hwrng: fetch randomness only after device initAmit Shah2014-07-141-8/+33
| |/ /
* | | i8k: Fix non-SMP operationGuenter Roeck2014-07-091-1/+3
| |/ |/|
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-171-8/+9
|\ \ | |/ |/|
| * random: fix nasty entropy accounting bugTheodore Ts'o2014-06-151-8/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\ \
| * \ Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-7/+8
| |\ \ | | |/
| * | blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
| * | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-111-38/+67
|\ \ \
| * | | virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
| * | | virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
| * | | virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63
OpenPOWER on IntegriCloud