aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2014-10-08Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-10-08Merge tag 'staging-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-10-07ipmi: Clear drvdata when interface is removedTakao Indoh
2014-10-07ipmi: work around gcc-4.9 build warningArnd Bergmann
2014-10-07ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt
2014-10-07ipmi: Clean up the error handling for channel config errorsCorey Minyard
2014-10-02char: tile-srom: Add real platform bus parentPawel Moll
2014-10-02hwrng: printk replacementSudip Mukherjee
2014-09-23xillybus: Move out of stagingEli Billauer
2014-09-23i8k: Add support for Dell Latitude E6540Steven Honeyman
2014-09-23char: xilinx_hwicap: Remove .owner field for driverMichal Simek
2014-09-11virtio-rng: skip reading when we start to remove the deviceAmos Kong
2014-09-11virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong
2014-08-29hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan
2014-08-15virtio: rng: add derating factor for use by hwrng coreAmit Shah
2014-08-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-05hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd
2014-08-05random: limit the contribution of the hw rng to at most halfTheodore Ts'o
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o
2014-08-04Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie
2014-08-02agp: remove read/write stubsMathias Krause
2014-07-29tpm: simplify code by using %*phN specifierAndy Shevchenko
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger
2014-07-29tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah
2014-07-27virtio: rng: delay hwrng_register() till driver is readyAmit Shah
2014-07-27virtio: rng: re-arrange struct elements for better packingAmit Shah
2014-07-27virtio: rng: remove unused struct elementAmit Shah
2014-07-27virtio: console: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick
2014-07-23hangcheck-timer: Use ktime_get_ns()Thomas Gleixner
2014-07-18Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-07-19random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa
2014-07-17drivers/char/dsp56k.c: drop check for negativity of unsigned parameterAndrey Utkin
2014-07-15hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe
2014-07-15random: use registers from interrupted code for CPU's w/o a cycle counterTheodore Ts'o
2014-07-15hwrng: add per-device entropy deratingTorsten Duwe
2014-07-15hwrng: create filler threadTorsten Duwe
2014-07-15random: add_hwgenerator_randomness() for feeding entropy from devicesTorsten Duwe
2014-07-15random: use an improved fast_mix() functionTheodore Ts'o