summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai-2/+2
2020-02-17tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu-0/+2
2020-02-17tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.Jarkko Sakkinen-3/+5
2020-02-16Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-5/+38
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada-3/+3
2020-02-03Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-263/+53
2020-01-30char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva-1/+1
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-6/+9
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+2
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-7/+7
2020-01-23char: hpet: Use flexible-array memberGustavo A. R. Silva-1/+1
2020-01-22tpm: Add tpm_version_major sysfs fileJerry Snitselaar-7/+27
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King-1/+1
2020-01-14ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan-6/+9
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-29/+18
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk-2/+2
2020-01-07random: remove some dead code of poolinfoYangtao Li-30/+0
2020-01-07random: fix typo in add_timer_randomness()Yangtao Li-1/+1
2020-01-07random: Add and use pr_fmt()Yangtao Li-12/+11
2020-01-07random: convert to ENTROPY_BITS for better code readabilityYangtao Li-3/+2
2020-01-07random: remove unnecessary unlikely()Yangtao Li-4/+2
2020-01-07random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski-17/+1
2020-01-07random: delete code to pull data into poolsAndy Lutomirski-40/+0
2020-01-07random: remove the blocking poolAndy Lutomirski-106/+0
2020-01-07random: make /dev/random be almost like /dev/urandomAndy Lutomirski-41/+14
2020-01-07random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski-3/+0
2020-01-07random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski-2/+9
2020-01-07random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski-6/+15
2020-01-07random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski-1/+0
2020-01-07char/random: silence a lockdep splat with printk()Sergey Senozhatsky-2/+3
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger-2/+0
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger-1/+0
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen-18/+17
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-7/+7
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye-3/+1
2020-01-03agp: remove unused variable mcapndxYunfeng Ye-5/+0
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard-3/+7
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-22/+46
2019-12-20Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2019-12-19tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin-4/+18
2019-12-17random: don't forget compat_ioctl on urandomJason A. Donenfeld-0/+1
2019-12-17tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk-0/+8
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley-1/+1
2019-12-17tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar-17/+18
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka-0/+29