aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2024-06-05tpm: Switch to new Intel CPU model definesGravatar Tony Luck 2-2/+2
2024-06-05tpm_tis: Do *not* flush uninitialized workGravatar Jan Beulich 1-1/+2
2024-05-29Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-43/+4
2024-05-28tpm: Enable TCG_TPM2_HMAC by default only for X86_64Gravatar Jarkko Sakkinen 1-1/+1
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localGravatar Jarkko Sakkinen 1-2/+19
2024-05-28tpm: Open code tpm_buf_parameters()Gravatar Jarkko Sakkinen 2-27/+9
2024-05-28tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferGravatar Matthew R. Ochs 1-1/+2
2024-05-26hwrng: core - Remove add_early_randomnessGravatar Herbert Xu 1-43/+4
2024-05-25Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 10-45/+35
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-3/+0
2024-05-22Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-12/+20
2024-05-22virtio_console: drop owner assignmentGravatar Krzysztof Kozlowski 1-2/+0
2024-05-22hwrng: virtio: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxGravatar Linus Torvalds 1-1/+0
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-8/+21
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-67/+1652
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2024-05-09tpm: disable the TPM if NULL name changesGravatar James Bottomley 3-16/+67
2024-05-09tpm: add the null key name as a sysfs exportGravatar James Bottomley 1-0/+18
2024-05-09tpm: add session encryption protection to tpm2_get_random()Gravatar James Bottomley 1-4/+17
2024-05-09tpm: add hmac checks to tpm2_pcr_extend()Gravatar James Bottomley 1-17/+10
2024-05-09tpm: Add the rest of the session HMAC APIGravatar James Bottomley 1-0/+400
2024-05-09tpm: Add HMAC session name/handle appendGravatar James Bottomley 1-0/+129
2024-05-09tpm: Add HMAC session start and end functionsGravatar James Bottomley 4-0/+291
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)Gravatar James Bottomley 2-0/+106
2024-05-09tpm: Add NULL primary creationGravatar James Bottomley 5-0/+349
2024-05-09tpm: export the context save and load commandsGravatar James Bottomley 2-4/+8
2024-05-09tpm: add buffer function to point to returned parametersGravatar James Bottomley 1-0/+28
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Gravatar Jarkko Sakkinen 1-1/+78
2024-05-09tpm: TPM2B formatted buffersGravatar Jarkko Sakkinen 1-3/+35
2024-05-09tpm: Store the length of the tpm_buf data separately.Gravatar Jarkko Sakkinen 2-11/+39
2024-05-09tpm: Move buffer handling from static inlines to real functionsGravatar James Bottomley 2-0/+88
2024-05-09tpm: Remove tpm_send()Gravatar Jarkko Sakkinen 1-25/+0
2024-05-09char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nGravatar Niklas Schnelle 2-3/+1
2024-05-09tpm/eventlog: remove redundant assignment to variabel retGravatar Colin Ian King 1-1/+0
2024-05-09char: tpm: handle HAS_IOPORT dependenciesGravatar Niklas Schnelle 3-15/+21
2024-05-04ppdev: Add an error check in register_deviceGravatar Huai-Yuan Liu 1-4/+11
2024-05-03alpha: don't make functions public without a reasonGravatar Al Viro 1-1/+1
2024-04-26hwrng: stm32 - repair clock handlingGravatar Marek Vasut 1-0/+9
2024-04-26hwrng: stm32 - put IP into RPM suspend on failureGravatar Marek Vasut 1-2/+5
2024-04-26hwrng: stm32 - use logical OR in conditionalGravatar Marek Vasut 1-1/+1
2024-04-25mm: switch mm->get_unmapped_area() to a flagGravatar Rick Edgecombe 1-1/+1
2024-04-23Merge 6.9-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-5/+5
2024-04-18ARM: 9377/1: hwrng: nomadik: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-04-17ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-04-17ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-04-17ipmi: ipmi_ssif: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2024-04-17ipmi: ipmi_si_platform: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-04-17ipmi: ipmi_powernv: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2