summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier1-1/+1
2019-10-05ipmi: move message error checking to avoid deadlockTony Camuso1-57/+57
2019-10-05/dev/mem: Bail out upon SIGKILL.Tetsuo Handa1-0/+21
2019-10-05KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu1-5/+9
2019-10-05tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen1-7/+2
2019-10-05tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger1-0/+1
2019-10-05tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger1-0/+2
2019-08-25tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain4-17/+47
2019-08-06tpm: Fix null pointer dereference on chip register error pathMilan Broz1-7/+16
2019-07-31hpet: Fix division by zero in hpet_time_div()Kefeng Wang1-2/+1
2019-07-31ipmi_ssif: fix unexpected driver unregister warningKefeng Wang1-1/+4
2019-07-31ipmi_si: fix unexpected driver unregister warningKefeng Wang1-1/+5
2019-07-14tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov1-3/+3
2019-07-14tpm: Actually fail on TPM errors during "get random"Kees Cook2-4/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner7-29/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Thomas Gleixner1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner22-124/+22
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner1-14/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402Thomas Gleixner5-20/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner2-13/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner3-42/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner10-55/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 129Thomas Gleixner1-11/+1
2019-05-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+13
2019-05-26random: fix soft lockup when trying to read from an uninitialized blocking poolTheodore Ts'o1-3/+13
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 110Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner6-79/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner10-0/+10
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner18-0/+18
2019-05-08Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds10-26/+34
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2019-05-08Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-63/+136
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-1/+0
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds6-7/+6
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-0/+10
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov6-6/+6
2019-05-06dtlk: remove double call to nonseekable_openKirill Smelkov1-1/+0
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard2-5/+3