summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2019-10-26hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-26hwrng: ka-sa - fix __iomem on registersBen Dooks
2019-10-26hwrng: omap - Fix RNG wait loop timeoutSumit Garg
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann
2019-10-23compat_ioctl: remove /dev/random commandsArnd Bergmann
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-10-23hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost
2019-10-22ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard
2019-10-10hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier
2019-10-05hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring
2019-10-05hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring
2019-10-05hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren
2019-10-05hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren
2019-10-05hwrng: omap3-rom - Update to use standard driver dataTony Lindgren
2019-10-05hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren
2019-10-05hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren
2019-10-05hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren
2019-10-05hwrng: npcm - add NPCM RNG driverTomer Maimon
2019-10-02char/random: Add a newline at the end of the fileBorislav Petkov
2019-09-29Merge branch 'entropy'Linus Torvalds
2019-09-29random: try to actively add entropy rather than passively wait for itLinus Torvalds
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-20hwrng: core - don't wait on add_early_randomness()Laurent Vivier
2019-09-19Merge tag 'for-linus-5.4-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-12ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen
2019-09-09random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd
2019-09-05hwrng: timeriomem - relax check on memory resource sizeDaniel Mack
2019-09-04toshiba: Add correct printk log level while emitting error logRishi Gupta
2019-09-04/dev/mem: Bail out upon SIGKILL.Tetsuo Handa
2019-09-02tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEESasha Levin
2019-09-02tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen
2019-09-02tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger
2019-09-02tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-08-23fdt: add support for rng-seedHsin-Yi Wang
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso