summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-042-3/+3
* Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-02-031-1/+1
|\
| * char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva2020-01-301-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-263/+53
|\ \ | |/ |/|
| * random: remove some dead code of poolinfoYangtao Li2020-01-071-30/+0
| * random: fix typo in add_timer_randomness()Yangtao Li2020-01-071-1/+1
| * random: Add and use pr_fmt()Yangtao Li2020-01-071-12/+11
| * random: convert to ENTROPY_BITS for better code readabilityYangtao Li2020-01-071-3/+2
| * random: remove unnecessary unlikely()Yangtao Li2020-01-071-4/+2
| * random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski2020-01-071-17/+1
| * random: delete code to pull data into poolsAndy Lutomirski2020-01-071-40/+0
| * random: remove the blocking poolAndy Lutomirski2020-01-071-106/+0
| * random: make /dev/random be almost like /dev/urandomAndy Lutomirski2020-01-071-41/+14
| * random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2020-01-071-3/+0
| * random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2020-01-071-2/+9
| * random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski2020-01-071-6/+15
| * random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski2020-01-071-1/+0
| * char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-01-071-2/+3
* | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-291-1/+1
|\ \
| * | char: hpet: Use flexible-array memberGustavo A. R. Silva2020-01-231-1/+1
* | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-6/+9
|\ \ \
| * | | ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan2020-01-141-6/+9
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-094-29/+18
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-226-22/+46
| |\ \ \ | | | |/ | | |/|
| * | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-282-1/+2
|\ \ \ \
| * | | | hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2019-12-112-1/+2
| |/ / /
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-275-7/+7
|\ \ \ \
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-065-7/+7
* | | | | tpm: Add tpm_version_major sysfs fileJerry Snitselaar2020-01-221-7/+27
| |_|_|/ |/| | |
* | | | tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2020-01-082-2/+2
* | | | tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger2020-01-061-2/+0
* | | | tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger2020-01-061-1/+0
* | | | tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen2020-01-061-18/+17
|/ / /
* | | agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye2020-01-031-3/+1
* | | agp: remove unused variable mcapndxYunfeng Ye2020-01-031-5/+0
| |/ |/|
* | Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-201-0/+1
|\ \
| * | random: don't forget compat_ioctl on urandomJason A. Donenfeld2019-12-171-0/+1
| |/
* | tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin2019-12-191-4/+18
* | tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk2019-12-171-0/+8
* | security: keys: trusted: fix lost handle flushJames Bottomley2019-12-172-1/+1
* | tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar2019-12-171-17/+18
|/
* Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-062-9/+6
|\
| * agp: Add bridge parameter documentationCorentin Labbe2019-12-041-0/+3
| * agp: remove unused variable num_segmentsCorentin Labbe2019-12-041-2/+1
| * agp: remove unused variable size in agp_generic_create_gatt_tableCorentin Labbe2019-12-041-7/+2
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-014-22/+4
|\ \
| * | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
| * | compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-0/+1