summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* tpm: Switch to new Intel CPU model definesTony Luck2024-06-052-2/+2
* tpm_tis: Do *not* flush uninitialized workJan Beulich2024-06-051-1/+2
* Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-291-43/+4
|\
| * hwrng: core - Remove add_early_randomnessHerbert Xu2024-05-261-43/+4
* | tpm: Enable TCG_TPM2_HMAC by default only for X86_64Jarkko Sakkinen2024-05-281-1/+1
* | tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen2024-05-281-2/+19
* | tpm: Open code tpm_buf_parameters()Jarkko Sakkinen2024-05-282-27/+9
* | tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs2024-05-281-1/+2
* | Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-05-2510-45/+35
|\ \
| * | ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * | ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * | char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-173-8/+9
| * | ipmi: Convert from tasklet to BH workqueueAllen Pais2024-04-171-15/+14
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-232-3/+0
|\ \ \
| * | | virtio_console: drop owner assignmentKrzysztof Kozlowski2024-05-221-2/+0
| * | | hwrng: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-224-12/+20
|\ \ \ \
| * | | | ppdev: Add an error check in register_deviceHuai-Yuan Liu2024-05-041-4/+11
| * | | | Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman2024-04-231-5/+5
| |\| | |
| * | | | sonypi: Convert to platform remove callback returning voidUwe Kleine-König2024-04-111-4/+2
| * | | | powerpc/powernv: Convert to platform remove callback returning voidUwe Kleine-König2024-04-111-3/+2
| * | | | /dev/port: don't compile file operations without CONFIG_DEVPORTNiklas Schnelle2024-04-111-1/+5
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+1
|\ \ \ \
| * | | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-261-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-171-1/+0
|\ \ \ \
| * | | | ARM: 9377/1: hwrng: nomadik: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
| |/ / /
* | | | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-133-8/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | hwrng: stm32 - repair clock handlingMarek Vasut2024-04-261-0/+9
| * | | hwrng: stm32 - put IP into RPM suspend on failureMarek Vasut2024-04-261-2/+5
| * | | hwrng: stm32 - use logical OR in conditionalMarek Vasut2024-04-261-1/+1
| * | | hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König2024-04-021-4/+5
| * | | hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-04-021-1/+1
| |/ /
* | | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-1313-67/+1652
|\ \ \
| * | | tpm: disable the TPM if NULL name changesJames Bottomley2024-05-093-16/+67
| * | | tpm: add the null key name as a sysfs exportJames Bottomley2024-05-091-0/+18
| * | | tpm: add session encryption protection to tpm2_get_random()James Bottomley2024-05-091-4/+17
| * | | tpm: add hmac checks to tpm2_pcr_extend()James Bottomley2024-05-091-17/+10
| * | | tpm: Add the rest of the session HMAC APIJames Bottomley2024-05-091-0/+400
| * | | tpm: Add HMAC session name/handle appendJames Bottomley2024-05-091-0/+129
| * | | tpm: Add HMAC session start and end functionsJames Bottomley2024-05-094-0/+291
| * | | tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley2024-05-092-0/+106
| * | | tpm: Add NULL primary creationJames Bottomley2024-05-095-0/+349
| * | | tpm: export the context save and load commandsJames Bottomley2024-05-092-4/+8
| * | | tpm: add buffer function to point to returned parametersJames Bottomley2024-05-091-0/+28
| * | | tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen2024-05-091-1/+78
| * | | tpm: TPM2B formatted buffersJarkko Sakkinen2024-05-091-3/+35