aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-40/+14
2017-04-25tpm: Fix reference count to main deviceStefan Berger1-2/+3
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar1-26/+8
2017-04-25tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec1-4/+10
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen1-2/+1
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2-3/+66
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen4-0/+61
2017-04-03tpm: make check_locality return boolJerry Snitselaar3-21/+23
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure1-7/+4
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain1-2/+3
2017-04-03tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2-6/+40
2017-04-03vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo1-2/+6
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar1-2/+1
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley4-13/+116
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley5-4/+139
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley4-130/+190
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen8-53/+527
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen3-5/+132
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen2-33/+31
2017-04-03tpm: move length validation to tpm_transmit()Jarkko Sakkinen1-8/+12
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen1-14/+23
2017-04-03tpm_crb: map locality registersJarkko Sakkinen1-32/+57
2017-04-03tpm_tis_spi: Add small delay after last transferPeter Huewe1-0/+1
2017-04-03tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe1-49/+58
2017-04-03tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe1-18/+18
2017-04-03tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe1-0/+5
2017-04-03tpm_tis_spi: Use single function to transfer dataPeter Huewe1-63/+24
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas1-1/+24
2017-04-03tpm: select CONFIG_CRYPTOArnd Bergmann1-0/+1
2017-04-03tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain1-8/+15
2017-04-03tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe1-2/+25
2017-04-03tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen1-2/+4
2017-03-21tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe1-16/+3
2017-02-20tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2-50/+45
2017-02-15tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger1-1/+1
2017-02-14tpm xen: drop unneeded chip variableJulia Lawall1-2/+0
2017-02-14tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov1-1/+1
2017-02-14tpm_tis: fix the error handling of init_tis()Wei Yongjun1-1/+1
2017-02-03tpm: silence an array overflow warningDan Carpenter1-2/+2
2017-02-03tpm: fix the type of owned field in cap_tStefan Berger1-1/+1
2017-02-03tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain6-22/+279
2017-02-03tpm: enhance read_log_of() to support Physical TPM event logNayna Jain1-4/+23
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain4-44/+71
2017-02-03tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2-0/+82
2017-02-03tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2-1/+6
2017-02-03tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero1-12/+13
2017-02-03tpm: Begin the process to deprecate user_read_timerJason Gunthorpe1-1/+4
2017-02-03tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen3-11/+18
2017-01-23tpm: Check size of response before accessing dataStefan Berger5-51/+123
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero4-26/+37