summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-40/+14Star
|\
| * tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-16/+3Star
* | tpm: Fix reference count to main deviceStefan Berger2017-04-241-2/+3
* | tpm_tis: convert to using locality callbacksJerry Snitselaar2017-04-241-26/+8Star
* | tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec2017-04-241-4/+10
* | tpm_crb: remove a cruft constantJarkko Sakkinen2017-04-241-2/+1Star
* | tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2017-04-032-3/+66
* | tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-034-0/+61
* | tpm: make check_locality return boolJerry Snitselaar2017-04-033-21/+23
* | tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure2017-04-031-7/+4Star
* | tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-04-031-2/+3
* | tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-032-6/+40
* | vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo2017-04-031-2/+6
* | tpm_crb: check for bad response sizeJerry Snitselaar2017-04-031-2/+1Star
* | tpm2: add session handle context saving and restoring to the space codeJames Bottomley2017-04-034-13/+116
* | tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley2017-04-035-4/+139
* | tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley2017-04-034-130/+190
* | tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-038-53/+527
* | tpm: validate TPM 2.0 commandsJarkko Sakkinen2017-04-033-5/+132
* | tpm: export tpm2_flush_context_cmdJarkko Sakkinen2017-04-032-33/+31Star
* | tpm: move length validation to tpm_transmit()Jarkko Sakkinen2017-04-031-8/+12
* | tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen2017-04-031-14/+23
* | tpm_crb: map locality registersJarkko Sakkinen2017-04-031-32/+57
* | tpm_tis_spi: Add small delay after last transferPeter Huewe2017-04-031-0/+1
* | tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe2017-04-031-49/+58
* | tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe2017-04-031-18/+18
* | tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe2017-04-031-0/+5
* | tpm_tis_spi: Use single function to transfer dataPeter Huewe2017-04-031-63/+24Star
* | tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas2017-04-031-1/+24
* | tpm: select CONFIG_CRYPTOArnd Bergmann2017-04-031-0/+1
* | tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain2017-04-031-8/+15
* | tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe2017-04-031-2/+25
* | tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen2017-04-031-2/+4
|/
* tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-202-50/+45Star
* tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger2017-02-151-1/+1
* tpm xen: drop unneeded chip variableJulia Lawall2017-02-141-2/+0Star
* tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov2017-02-141-1/+1
* tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
* tpm: silence an array overflow warningDan Carpenter2017-02-031-2/+2
* tpm: fix the type of owned field in cap_tStefan Berger2017-02-031-1/+1
* tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain2017-02-036-22/+279
* tpm: enhance read_log_of() to support Physical TPM event logNayna Jain2017-02-031-4/+23
* tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-034-44/+71
* tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-032-0/+82
* tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-032-1/+6
* tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
* tpm: Begin the process to deprecate user_read_timerJason Gunthorpe2017-02-031-1/+4
* tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen2017-02-033-11/+18
* tpm: Check size of response before accessing dataStefan Berger2017-01-235-51/+123
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-234-26/+37