aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-32/+19
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-15/+0
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds2-130/+252
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-28/+81
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+5
2014-08-05hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytesStephen Boyd1-1/+1
2014-08-05random: limit the contribution of the hw rng to at most halfTheodore Ts'o1-39/+4
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o1-3/+37
2014-08-04Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+1
2014-08-04Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-43/+85
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie4-12/+66
2014-08-02agp: remove read/write stubsMathias Krause1-15/+0
2014-07-29tpm: simplify code by using %*phN specifierAndy Shevchenko1-3/+1
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2-21/+72
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger1-1/+3
2014-07-29tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-07-27Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2-15/+0
2014-07-27virtio: rng: delay hwrng_register() till driver is readyAmit Shah1-10/+15
2014-07-27virtio: rng: re-arrange struct elements for better packingAmit Shah1-2/+2
2014-07-27virtio: rng: remove unused struct elementAmit Shah1-1/+0
2014-07-27virtio: console: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick1-4/+2
2014-07-23hangcheck-timer: Use ktime_get_ns()Thomas Gleixner1-28/+5
2014-07-18Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-3/+14
2014-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+49
2014-07-19random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa1-3/+14
2014-07-17drivers/char/dsp56k.c: drop check for negativity of unsigned parameterAndrey Utkin1-1/+1
2014-07-15hw_random: fix sparse warning (NULL vs 0 for pointer)Torsten Duwe1-1/+1
2014-07-15random: use registers from interrupted code for CPU's w/o a cycle counterTheodore Ts'o1-25/+22
2014-07-15hwrng: add per-device entropy deratingTorsten Duwe1-1/+10
2014-07-15hwrng: create filler threadTorsten Duwe1-5/+64
2014-07-15random: add_hwgenerator_randomness() for feeding entropy from devicesTorsten Duwe1-0/+21
2014-07-15random: use an improved fast_mix() functionTheodore Ts'o1-24/+68
2014-07-15random: clean up interrupt entropy accounting for archs w/o cycle countersTheodore Ts'o1-19/+23
2014-07-15random: only update the last_pulled time if we actually transferred entropyTheodore Ts'o1-4/+7
2014-07-15random: remove unneeded hash of a portion of the entropy poolTheodore Ts'o1-31/+20
2014-07-15random: always update the entropy pool under the spinlockTheodore Ts'o1-21/+23
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah2-0/+16
2014-07-14hwrng: fetch randomness only after device initAmit Shah1-8/+33
2014-07-13Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman1-1/+3
2014-07-13Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2-9/+12
2014-07-10char: synclink: Remove WARN_ON for bad port countPeter Hurley1-2/+0
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-1/+1
2014-07-09char: xilinx_hwicap: missing error code if ioremap() failsDan Carpenter1-0/+1
2014-07-09bsr: avoid format string leaking into device nameKees Cook1-1/+1
2014-07-09i8k: Fix non-SMP operationGuenter Roeck1-1/+3
2014-07-09i8k: Add support for Dell Precision 490 and Latitude D520Guenter Roeck1-0/+27
2014-07-09i8k: Add support for configurable maximum fan speed valueGuenter Roeck1-7/+42
2014-07-09i8k: Drop all labelsGuenter Roeck1-34/+13
2014-06-17Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-8/+9