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