summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan3-4/+0
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov1-1/+1
2020-03-15tpm: ibmvtpm: Add support for TPM2Stefan Berger3-1/+10
2020-03-15tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2-0/+10
2020-03-13tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger1-1/+2
2020-03-13tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delaysSergiu Cuciurean1-1/+6
2020-03-13tpm_tis_spi: use new 'delay' structure for SPI transfer delaysAlexandru Ardelean1-1/+2
2020-03-13tpm: tpm2_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-03-13tpm: tpm1_bios_measurements_next should increase position indexVasily Averin1-1/+1
2020-03-13tpm: Don't make log failures fatalMatthew Garrett3-12/+6
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover1-4/+10
2020-03-12tty: source all tty Kconfig files in one placeRandy Dunlap1-5/+0
2020-03-12char: group dev configs togtherRandy Dunlap1-50/+50
2020-03-12hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser1-15/+28
2020-03-12hwrng: imx-rngc - check the rng typeMartin Kaiser1-1/+27
2020-03-12hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser1-2/+2
2020-03-12hwrng: imx-rngc - use automatic seedingMartin Kaiser1-2/+14
2020-03-12hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-03-12hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap1-7/+7
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai1-2/+2
2020-02-27random: fix data races at timer_rand_stateQian Cai1-6/+6
2020-02-27random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-16/+4
2020-02-27random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOMRichard Henderson1-1/+1
2020-02-27random: add arch_get_random_*long_early()Mark Rutland1-1/+19
2020-02-27random: split primary/secondary crng init pathsMark Rutland1-12/+22
2020-02-28hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu1-0/+1
2020-02-24Merge 5.6-rc3 into char-misc-nextGreg Kroah-Hartman5-8/+45
2020-02-23pcmcia: Distribute switch variables for initializationKees Cook1-1/+3
2020-02-23ppdev: Distribute switch variables for initializationKees Cook1-12/+8
2020-02-22hwrng: imx-rngc - improve dependenciesUwe Kleine-König1-1/+2
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-14char: virtio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
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/...Linus Torvalds1-1/+1
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/gi...Linus Torvalds1-1/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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...Linus 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