summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: Disable TPM on tpm2_create_primary() failureJarkko Sakkinen13 days1-2/+5
* tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen13 days3-31/+70
* tpm: Lock TPM chip in tpm_pm_suspend() firstJarkko Sakkinen2024-11-042-14/+22
* tpm: Lazily flush the auth sessionJarkko Sakkinen2024-10-294-20/+44
* tpm: Rollback tpm2_load_null()Jarkko Sakkinen2024-10-281-20/+24
* tpm: Return tpm2_sessions_init() when null key creation failsJarkko Sakkinen2024-10-281-2/+9
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* [tree-wide] finally take no_llseek outAl Viro2024-09-273-3/+0
* tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit2024-09-171-0/+1
* tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-09-173-3/+3
* tpm: Clean up TPM space after command failureJonathan McDowell2024-09-172-0/+5
* tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session supportStefan Berger2024-08-271-0/+4
* tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()Hao Ge2024-07-161-2/+3
* Merge tag 'tpmdd-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-152-0/+3
|\
| * tpm_tis_spi: add missing attpm20p SPI device ID entryVitor Soares2024-07-011-0/+1
| * char: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori2024-07-011-0/+2
* | tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen2024-07-051-76/+110
* | tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen2024-07-052-102/+119
* | tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen2024-07-051-2/+12
|/
* 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
* 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
* 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
* tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen2024-05-092-11/+39
* tpm: Move buffer handling from static inlines to real functionsJames Bottomley2024-05-092-0/+88
* tpm: Remove tpm_send()Jarkko Sakkinen2024-05-091-25/+0
* char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nNiklas Schnelle2024-05-092-3/+1
* tpm/eventlog: remove redundant assignment to variabel retColin Ian King2024-05-091-1/+0
* char: tpm: handle HAS_IOPORT dependenciesNiklas Schnelle2024-05-093-15/+21
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-1410-10/+10
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-0610-10/+10
* | Merge tag 'tpmdd-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2024-03-135-5/+8
|\ \
| * | tpm: tis_i2c: Add compatible string nuvoton,npct75xLukas Wunner2024-03-121-0/+2
| * | tpm_tis: Add compatible string atmel,at97sc3204Lukas Wunner2024-03-121-0/+1
| * | tpm_tis_spi: Add compatible string atmel,attpm20pLukas Wunner2024-03-121-0/+1