summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier2019-10-101-16/+44
* hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring2019-10-041-8/+1
* hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring2019-10-041-8/+1
* hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren2019-10-041-26/+16
* hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren2019-10-041-53/+73
* hwrng: omap3-rom - Update to use standard driver dataTony Lindgren2019-10-041-15/+30
* hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren2019-10-041-0/+1
* hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren2019-10-041-1/+2
* hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2019-10-041-2/+15
* hwrng: npcm - add NPCM RNG driverTomer Maimon2019-10-043-0/+200
* Merge branch 'entropy'Linus Torvalds2019-09-301-1/+61
|\
| * random: try to actively add entropy rather than passively wait for itLinus Torvalds2019-09-301-1/+61
* | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-2/+5
|\ \
| * | lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downMatthew Garrett2019-08-201-2/+5
* | | tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen2019-09-251-7/+2
* | | KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2019-09-251-5/+9
* | | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-1/+0
|\ \ \
| * | | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-231-1/+1
|\ \ \ \
| * | | | hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-09-201-1/+1
* | | | | Merge tag 'for-linus-5.4-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-09-1911-159/+260
|\ \ \ \ \
| * | | | | ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen2019-09-121-2/+1
| * | | | | ipmi: move message error checking to avoid deadlockTony Camuso2019-08-221-57/+57
| * | | | | ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel2019-08-221-1/+77
| * | | | | ipmi: Free receive messages when in an oopsCorey Minyard2019-08-161-2/+5
| * | | | | ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-08-051-5/+19
| * | | | | ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard2019-08-021-16/+16
| * | | | | ipmi_si: Convert device attr permissions to octalCorey Minyard2019-08-021-4/+4
| * | | | | ipmi_si: Rework some include filesCorey Minyard2019-08-0210-59/+68
| * | | | | ipmi_si: Convert timespec64 to timespecCorey Minyard2019-08-011-16/+16
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1814-46/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd2019-09-091-7/+5
| * | | | | hwrng: timeriomem - relax check on memory resource sizeDaniel Mack2019-09-051-2/+2
| * | | | | random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd2019-08-221-3/+7
| * | | | | hwrng: core - Freeze khwrng thread during suspendStephen Boyd2019-08-151-1/+4
| * | | | | hwrng: n2-drv - fix typoStephen Rothwell2019-08-081-1/+1
| * | | | | hwrng: drivers - Use device-managed registration APIChuhong Yuan2019-08-029-36/+9
| * | | | | hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
| * | | | | hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-183-5/+26
|\ \ \ \ \
| * | | | | toshiba: Add correct printk log level while emitting error logRishi Gupta2019-09-041-4/+4
| * | | | | /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-09-041-0/+21
| * | | | | Merge 5.3-rc4 into char-misc-nextGreg Kroah-Hartman2019-08-125-25/+64
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge 5.3-rc2 into char-misc-nextGreg Kroah-Hartman2019-07-291-2/+1
| |\ \ \ \ \
| * | | | | | char: ppdev: Fix a possible null-pointer dereference in pp_release()Jia-Ju Bai2019-07-251-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-1711-2764/+13
|\ \ \ \ \ \
| * | | | | | ia64: remove support for machvecsChristoph Hellwig2019-08-161-2/+2
| * | | | | | ia64: remove the zx1 swiotlb machvecChristoph Hellwig2019-08-161-1/+1
| * | | | | | char/mspec: remove SGI SN2 supportChristoph Hellwig2019-08-161-144/+11
| * | | | | | char/agp: remove the sgi-agp driverChristoph Hellwig2019-08-163-346/+0