aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tytso/randomLinus 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/gregkh/ttyLinus Torvalds1-1/+2
2019-05-07Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-63/+136
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+2
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+0
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds6-7/+6
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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
2019-04-24ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard1-1/+2
2019-04-24ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-04-24ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard5-12/+22
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman7-15/+36
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman7-15/+36
2019-04-20random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior1-25/+27
2019-04-19random: document get_random_int() familyGeorge Spelvin1-7/+76
2019-04-19random: fix CRNG initialization when random.trust_cpu=1Jon DeVree1-1/+4
2019-04-19random: move rand_initialize() earlierKees Cook1-3/+2
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann1-1/+1
2019-04-17ipmi: Remove file from ipmi_file_privateCorey Minyard1-3/+0
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter1-2/+0
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing1-1/+1
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
2019-04-17random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o1-22/+22
2019-04-17drivers/char/random.c: make primary_crng staticRasmus Villemoes1-1/+1
2019-04-17drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes1-3/+3
2019-04-17drivers/char/random.c: constify poolinfo_tableRasmus Villemoes1-1/+1
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso1-0/+2
2019-04-16ipmi: Fix failure on SMBIOS specified devicesCorey Minyard1-1/+0
2019-04-15hwrng: stm32 - set default random qualityLionel Debieve1-0/+1
2019-04-15hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8