summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-082-1/+13
|\
| * i8k: Add support for Dell Latitude E6540Steven Honeyman2014-09-241-0/+13
| * char: xilinx_hwicap: Remove .owner field for driverMichal Simek2014-09-241-1/+0Star
* | Merge tag 'staging-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-088-0/+2721
|\ \
| * | xillybus: Move out of stagingEli Billauer2014-09-248-0/+2721
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-10-089-17/+453
|\ \ \
| * | | hwrng: printk replacementSudip Mukherjee2014-10-026-17/+16Star
| * | | hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan2014-08-293-0/+437
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-10-081-1/+12
|\ \ \
| * | | char: tile-srom: Add real platform bus parentPawel Moll2014-10-021-1/+12
| | |/ | |/|
* | | ipmi: Clear drvdata when interface is removedTakao Indoh2014-10-071-0/+3
* | | ipmi: work around gcc-4.9 build warningArnd Bergmann2014-10-071-3/+3
* | | ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt2014-10-071-0/+3
* | | ipmi: Clean up the error handling for channel config errorsCorey Minyard2014-10-071-6/+9
|/ /
* | 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-113-32/+19Star
|\
| * Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-07-272-15/+0Star
| * 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/+0Star
| * virtio: console: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick2014-07-271-4/+2Star
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-081-15/+0Star
|\ \
| * | Merge tag 'v3.16' into drm-nextDave Airlie2014-08-054-12/+66
| |\|
| * | agp: remove read/write stubsMathias Krause2014-08-011-15/+0Star
* | | 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/+4Star
| * | | 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/+22Star
| * | | 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/+20Star
| * | | 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/+1Star
| * | | | 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-061-28/+5Star
|\ \ \ \
| * | | | hangcheck-timer: Use ktime_get_ns()Thomas Gleixner2014-07-241-28/+5Star
| |/ / /
* | | | Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-051-3/+1Star
|\ \ \ \
| * | | | Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-141-1/+3
| |\| | |