aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-17tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu1-0/+2
2020-02-17tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.Jarkko Sakkinen2-3/+5
2020-02-16Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2-5/+38
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2-3/+3
2020-02-03Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-263/+53
2020-01-30char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva1-1/+1
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+9
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+2
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds5-7/+7
2020-01-23char: hpet: Use flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-22tpm: Add tpm_version_major sysfs fileJerry Snitselaar1-7/+27
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King1-1/+1
2020-01-14ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan1-6/+9
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-29/+18
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2-2/+2
2020-01-07random: remove some dead code of poolinfoYangtao Li1-30/+0
2020-01-07random: fix typo in add_timer_randomness()Yangtao Li1-1/+1
2020-01-07random: Add and use pr_fmt()Yangtao Li1-12/+11
2020-01-07random: convert to ENTROPY_BITS for better code readabilityYangtao Li1-3/+2
2020-01-07random: remove unnecessary unlikely()Yangtao Li1-4/+2
2020-01-07random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski1-17/+1
2020-01-07random: delete code to pull data into poolsAndy Lutomirski1-40/+0
2020-01-07random: remove the blocking poolAndy Lutomirski1-106/+0
2020-01-07random: make /dev/random be almost like /dev/urandomAndy Lutomirski1-41/+14
2020-01-07random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski1-3/+0
2020-01-07random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski1-2/+9
2020-01-07random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski1-6/+15
2020-01-07random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski1-1/+0
2020-01-07char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger1-2/+0
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger1-1/+0
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen1-18/+17
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig5-7/+7
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye1-3/+1
2020-01-03agp: remove unused variable mcapndxYunfeng Ye1-5/+0
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-22/+46
2019-12-20Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2019-12-19tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin1-4/+18
2019-12-17random: don't forget compat_ioctl on urandomJason A. Donenfeld1-0/+1
2019-12-17tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk1-0/+8
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley2-1/+1
2019-12-17tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar1-17/+18
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka1-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka1-0/+29
2019-12-11hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2-1/+2