summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-11-131-2/+2
|\
| * virtio_console: move early VQ enablementCornelia Huck2014-11-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-11-121-4/+7
|\ \ | |/ |/|
| * hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz2014-11-061-4/+7
* | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-4/+4
|\ \ | |/ |/|
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-171-4/+4
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-182-6/+13
|\ \
| * | virtio-rng: refactor probe error handlingMichael S. Tsirkin2014-10-151-6/+9
| * | virtio_console: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | virtio_console: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
| |/
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \
| * | drivers/char/random: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-43/+13
|\ \
| * | switch /dev/zero and /dev/full to ->read_iter()Al Viro2014-10-091-43/+13
* | | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-111-6/+7
|\ \ \
| * | | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-6/+7
| |/ /
* | | 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-231-0/+13
| * | | char: xilinx_hwicap: Remove .owner field for driverMichal Simek2014-09-231-1/+0
| | |/ | |/|
* | | 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-238-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/+16
| * | | 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-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
OpenPOWER on IntegriCloud