summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-25tpm: Fix reference count to main deviceStefan Berger
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar
2017-04-25tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen
2017-04-03tpm: make check_locality return boolJerry Snitselaar
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-04-03tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko
2017-04-03vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen
2017-04-03tpm: move length validation to tpm_transmit()Jarkko Sakkinen
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen
2017-04-03tpm_crb: map locality registersJarkko Sakkinen
2017-04-03tpm_tis_spi: Add small delay after last transferPeter Huewe
2017-04-03tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe
2017-04-03tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe
2017-04-03tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe
2017-04-03tpm_tis_spi: Use single function to transfer dataPeter Huewe
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas
2017-04-03tpm: select CONFIG_CRYPTOArnd Bergmann
2017-04-03tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain
2017-04-03tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe
2017-04-03tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen
2017-03-21tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-02-20tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen
2017-02-15tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger
2017-02-14tpm xen: drop unneeded chip variableJulia Lawall
2017-02-14tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov
2017-02-14tpm_tis: fix the error handling of init_tis()Wei Yongjun
2017-02-03tpm: silence an array overflow warningDan Carpenter
2017-02-03tpm: fix the type of owned field in cap_tStefan Berger
2017-02-03tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain
2017-02-03tpm: enhance read_log_of() to support Physical TPM event logNayna Jain
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain
2017-02-03tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain
2017-02-03tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen
2017-02-03tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero
2017-02-03tpm: Begin the process to deprecate user_read_timerJason Gunthorpe
2017-02-03tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen
2017-01-23tpm: Check size of response before accessing dataStefan Berger
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero