summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2024-10-04tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit
2024-10-04hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resumeGaosheng Cui
2024-10-04hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_initGaosheng Cui
2024-10-04hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang
2024-10-04tpm: Clean up TPM space after command failureJonathan McDowell
2024-09-04tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session supportStefan Berger
2024-08-29char: xillybus: Check USB endpoints when probing deviceEli Billauer
2024-08-29char: xillybus: Refine workqueue handlingEli Billauer
2024-08-29char: xillybus: Don't destroy workqueue from work item running on itEli Billauer
2024-08-03hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-08-03char: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori
2024-08-03tpm_tis_spi: add missing attpm20p SPI device ID entryVitor Soares
2024-08-03hwrng: core - Fix wrong quality calculation at hw rng registrationHarald Freudenberger
2024-08-03ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter
2024-07-24tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()Hao Ge
2024-07-12Merge tag 'char-misc-6.10-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen
2024-07-05tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen
2024-07-03hpet: Support 32-bit userspaceHe Zhe
2024-06-05tpm: Switch to new Intel CPU model definesTony Luck
2024-06-05tpm_tis: Do *not* flush uninitialized workJan Beulich
2024-05-29Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-28tpm: Enable TCG_TPM2_HMAC by default only for X86_64Jarkko Sakkinen
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen
2024-05-28tpm: Open code tpm_buf_parameters()Jarkko Sakkinen
2024-05-28tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs
2024-05-26hwrng: core - Remove add_early_randomnessHerbert Xu
2024-05-25Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-22virtio_console: drop owner assignmentKrzysztof Kozlowski
2024-05-22hwrng: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-09tpm: disable the TPM if NULL name changesJames Bottomley
2024-05-09tpm: add the null key name as a sysfs exportJames Bottomley
2024-05-09tpm: add session encryption protection to tpm2_get_random()James Bottomley
2024-05-09tpm: add hmac checks to tpm2_pcr_extend()James Bottomley
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley
2024-05-09tpm: Add NULL primary creationJames Bottomley
2024-05-09tpm: export the context save and load commandsJames Bottomley
2024-05-09tpm: add buffer function to point to returned parametersJames Bottomley
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen