aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-10random: drop trickle modeTheodore Ts'o1-17/+2
2013-10-10random: adjust the generator polynomials in the mixing function slightlyTheodore Ts'o1-54/+49
2013-10-10random: speed up the fast_mix function by a factor of fourTheodore Ts'o1-22/+28
2013-10-10random: cap the rate which the /dev/urandom pool gets reseededTheodore Ts'o1-0/+24
2013-10-10random: optimize the entropy_store structureTheodore Ts'o1-8/+8
2013-10-10random: optimize spinlock use in add_device_randomness()Theodore Ts'o1-4/+10
2013-10-10random: fix the tracepoint for get_random_bytes(_arch)Theodore Ts'o1-1/+3
2013-10-10random: account for entropy loss due to overwritesH. Peter Anvin1-8/+52
2013-10-10random: allow fractional bits to be trackedH. Peter Anvin1-46/+92
2013-10-10random: statically compute poolbitshift, poolbytes, poolbitsH. Peter Anvin1-20/+19
2013-10-10random: mix in architectural randomness earlier in extract_buf()Theodore Ts'o1-12/+12
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-4/+4
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring1-0/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring2-0/+2
2013-10-07hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2013-10-07hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman1-3/+2
2013-10-03char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek1-1/+0
2013-09-29Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman1-36/+0
2013-09-26Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an errorElad Wexler1-4/+4
2013-09-26char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26hpet: remove useless check if fixmem32 is NULLTomas Winkler1-2/+0
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-36/+0
2013-09-24tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe1-29/+0
2013-09-24tpm: xen-tpmfront: Fix default durationsJason Gunthorpe1-7/+0
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-2/+1
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2-4/+4
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-4/+1
2013-09-13hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings1-1/+1
2013-09-11tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan1-36/+24
2013-09-09Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-11/+16
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk1-22/+48
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-79/+330
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu5-9/+12
2013-09-05Merge branch 'ipmi'Linus Torvalds3-1/+79
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer1-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com1-0/+2
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard1-1/+1
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter1-0/+1
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-0/+486
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+0
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-19/+27
2013-09-02hwrng: via - Add MODULE_DEVICE_TABLEBen Hutchings1-0/+7
2013-08-30drivers/xen-tpmfront: Fix compile issue with missing option.Konrad Rzeszutek Wilk1-0/+1
2013-08-21hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson1-54/+54
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman2-24/+52
2013-08-14Merge back earlier 'acpi-assorted' materialRafael J. Wysocki1-5/+0
2013-08-14hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall1-3/+1
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf3-0/+485
2013-08-09hwrng: pixocel - Staticize 'rng_dev'Jingoo Han1-1/+1