summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-09-111-0/+5
* virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-09-111-0/+2
* virtio: rng: add derating factor for use by hwrng coreAmit Shah2014-08-151-0/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-103-32/+19
|\
| * Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-272-15/+0
| * virtio: rng: delay hwrng_register() till driver is readyAmit Shah2014-07-271-10/+15
| * virtio: rng: re-arrange struct elements for better packingAmit Shah2014-07-271-2/+2
| * virtio: rng: remove unused struct elementAmit Shah2014-07-271-1/+0
| * virtio: console: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick2014-07-271-4/+2
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-071-15/+0
|\ \
| * | Merge tag 'v3.16' into drm-nextDave Airlie2014-08-054-12/+66
| |\|
| * | agp: remove read/write stubsMathias Krause2014-08-021-15/+0
* | | 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