summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'entropy'Linus Torvalds2019-09-291-1/+61
|\
| * random: try to actively add entropy rather than passively wait for itLinus Torvalds2019-09-291-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-191-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-231-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-07-311-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-1611-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
| * | | | | | char: remove the SGI tiocx/mbcs driverChristoph Hellwig2019-08-164-1399/+0
| * | | | | | char: remove the SGI snsc driverChristoph Hellwig2019-08-165-873/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-162-0/+23
|\ \ \ \ \ \
| * | | | | | fdt: add support for rng-seedHsin-Yi Wang2019-08-232-0/+23
| |/ / / / /
* | | | | | tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEESasha Levin2019-09-024-0/+396
* | | | | | tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen2019-09-022-12/+2
* | | | | | tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger2019-09-021-0/+1
* | | | | | tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger2019-09-021-0/+2
|/ / / / /
* | | | | tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-054-17/+47
* | | | | tpm: Fix null pointer dereference on chip register error pathMilan Broz2019-08-051-7/+16
| |_|/ / |/| | |