aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-10-02char/random: Add a newline at the end of the fileGravatar Borislav Petkov 1-1/+1
2019-09-29Merge branch 'entropy'Gravatar Linus Torvalds 1-1/+61
2019-09-29random: try to actively add entropy rather than passively wait for itGravatar Linus Torvalds 1-1/+61
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+5
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Gravatar Jarkko Sakkinen 1-7/+2
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueGravatar Roberto Sassu 1-5/+9
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2019-09-20hwrng: core - don't wait on add_early_randomness()Gravatar Laurent Vivier 1-1/+1
2019-09-19Merge tag 'for-linus-5.4-1' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 11-159/+260
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 14-46/+20
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-5/+26
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-2764/+13
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-0/+23
2019-09-12ipmi_si_intf: Fix race in timer shutdown handlingGravatar Jes Sorensen 1-2/+1
2019-09-09random: Use wait_event_freezable() in add_hwgenerator_randomness()Gravatar Stephen Boyd 1-7/+5
2019-09-05hwrng: timeriomem - relax check on memory resource sizeGravatar Daniel Mack 1-2/+2
2019-09-04toshiba: Add correct printk log level while emitting error logGravatar Rishi Gupta 1-4/+4
2019-09-04/dev/mem: Bail out upon SIGKILL.Gravatar Tetsuo Handa 1-0/+21
2019-09-02tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEEGravatar Sasha Levin 4-0/+396
2019-09-02tpm: Remove a deprecated comments about implicit sysfs lockingGravatar Jarkko Sakkinen 2-12/+2
2019-09-02tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsGravatar Stefan Berger 1-0/+1
2019-09-02tpm_tis_core: Turn on the TPM before probing IRQ'sGravatar Stefan Berger 1-0/+2
2019-08-28PCI: Move ASPM declarations to linux/pci.hGravatar Krzysztof Wilczynski 1-1/+0
2019-08-23fdt: add support for rng-seedGravatar Hsin-Yi Wang 2-0/+23
2019-08-22ipmi: move message error checking to avoid deadlockGravatar Tony Camuso 1-57/+57
2019-08-22ipmi_ssif: avoid registering duplicate ssif interfaceGravatar Kamlakant Patel 1-1/+77
2019-08-22random: Support freezable kthreads in add_hwgenerator_randomness()Gravatar Stephen Boyd 1-3/+7
2019-08-19lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked downGravatar Matthew Garrett 1-2/+5
2019-08-16ia64: remove support for machvecsGravatar Christoph Hellwig 1-2/+2
2019-08-16ipmi: Free receive messages when in an oopsGravatar Corey Minyard 1-2/+5
2019-08-16ia64: remove the zx1 swiotlb machvecGravatar Christoph Hellwig 1-1/+1
2019-08-16char/mspec: remove SGI SN2 supportGravatar Christoph Hellwig 1-144/+11
2019-08-16char/agp: remove the sgi-agp driverGravatar Christoph Hellwig 3-346/+0
2019-08-16char: remove the SGI tiocx/mbcs driverGravatar Christoph Hellwig 4-1399/+0
2019-08-16char: remove the SGI snsc driverGravatar Christoph Hellwig 5-873/+0
2019-08-15hwrng: core - Freeze khwrng thread during suspendGravatar Stephen Boyd 1-1/+4
2019-08-12Merge 5.3-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 5-25/+64
2019-08-08hwrng: n2-drv - fix typoGravatar Stephen Rothwell 1-1/+1
2019-08-05ipmi_si: Only schedule continuously in the thread in maintenance modeGravatar Corey Minyard 1-5/+19
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksGravatar Nayna Jain 4-17/+47
2019-08-05tpm: Fix null pointer dereference on chip register error pathGravatar Milan Broz 1-7/+16
2019-08-02ipmi_si: Remove ipmi_ from the device attr namesGravatar Corey Minyard 1-16/+16
2019-08-02ipmi_si: Convert device attr permissions to octalGravatar Corey Minyard 1-4/+4
2019-08-02ipmi_si: Rework some include filesGravatar Corey Minyard 10-59/+68
2019-08-02hwrng: drivers - Use device-managed registration APIGravatar Chuhong Yuan 9-36/+9
2019-07-31ipmi_si: Convert timespec64 to timespecGravatar Corey Minyard 1-16/+16
2019-07-31Merge tag 'for-linus-5.3-2' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 1-1/+1
2019-07-29Merge 5.3-rc2 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+1
2019-07-27hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeGravatar Anson Huang 1-3/+1