summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-23/+14
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds9-73/+36
2021-04-14char: tpm: fix error return code in tpm_cr50_i2c_tis_recv()Zhihao Cheng1-0/+1
2021-04-14tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger1-0/+3
2021-04-14tpm: acpi: Check eventlog signature before using itStefan Berger1-1/+32
2021-04-14tpm: efi: Use local variable for calculating final log sizeStefan Berger1-8/+21
2021-04-06parisc: parisc-agp requires SBA IOMMU driverHelge Deller1-1/+1
2021-04-05Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman2-4/+0
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao1-7/+4
2021-04-02random: remove dead code left over from blocking poolEric Biggers1-14/+3
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers1-2/+2
2021-03-28applicom: fix some err codes returned by ac_ioctlXu Jia1-1/+1
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-1/+1
2021-03-26hwrng: intel - Fix included header from 'asmTian Tao1-1/+1
2021-03-24char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma1-2/+2
2021-03-24char/mwave: turn tp3780I_Cleanup() into void functionYang Li2-6/+2
2021-03-19hwrng: cctrng - delete redundant printing of return valueWang Qing1-3/+1
2021-03-19hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-19hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao1-11/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-4/+0
2021-03-15Merge v5.12-rc3 into char-misc-nextGreg Kroah-Hartman2-5/+2
2021-03-12hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas1-0/+10
2021-03-12hwrng: pic32 - Use device-managed registration APITian Tao1-2/+1
2021-03-12hwrng: cctrng - Use device-managed registration APITian Tao1-3/+1
2021-03-10virtio_console: remove pointless check for debugfs_create_dir()Greg Kroah-Hartman1-14/+9
2021-03-08Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-5/+2
2021-03-07hwrng: omap - Fix included header from 'asm'Tian Tao1-2/+1
2021-03-07hwrng: bcm2835 - remove redundant null checkTian Tao1-10/+7
2021-03-07hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-07hwrng: ba431 - Use device-managed registrationTian Tao1-11/+1
2021-03-04Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+25
2021-03-03tpm: Remove unintentional dump_stack() callJarkko Sakkinen1-2/+0
2021-03-02vio: make remove callback return voidUwe Kleine-König2-5/+2
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-24tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()Lukasz Majczak1-3/+13
2021-02-24tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()Jarkko Sakkinen1-2/+12
2021-02-23Merge tag 'for-linus-5.12-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-12/+12
2021-02-23Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds1-85/+1
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+1
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-28/+24
2021-02-22Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-53/+988
2021-02-22Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-7/+0
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-14/+1
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-4/+0
2021-02-16tpm/ppi: Constify static struct attribute_groupRikard Falkeborn2-1/+3
2021-02-16tpm: add sysfs exports for all banks of PCR registersJames Bottomley1-0/+179
2021-02-16tpm: Remove tpm_dev_wq_lockSebastian Andrzej Siewior1-1/+0
2021-02-16char: tpm: add i2c driver for cr50Duncan Laurie3-0/+802
2021-02-16tpm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-16tpm_tis: Clean up locality releaseJames Bottomley1-46/+1