summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe2017-01-231-3/+6
* tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An2017-01-231-3/+5
* tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang2017-01-231-1/+0Star
* tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-231-1/+0Star
* tpm/vtpm: fix kdoc warningsWinkler, Tomas2017-01-232-63/+91
* tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas2017-01-231-4/+4
* tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas2017-01-231-48/+56
* tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas2017-01-231-5/+28
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-151-2/+2
|\
| * tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox2016-12-151-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-1416-375/+519
|\ \ | |/ |/|
| * tpm: adjust return value of tpm_read_logJason Gunthorpe2016-11-281-2/+4
| * tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe2016-11-281-7/+6Star
| * tpm: Fix handling of missing event logJason Gunthorpe2016-11-284-21/+26
| * tpm: Check the bios_dir entry for NULL before accessing itStefan Berger2016-11-281-5/+7
| * tpm: return -ENODEV if np is not setColin Ian King2016-11-281-1/+1
| * tpm: cleanup of printk error messagesNayna Jain2016-11-282-32/+13Star
| * tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain2016-11-281-4/+2Star
| * tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain2016-11-285-33/+42
| * tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain2016-11-281-0/+1
| * tpm: have event log use the tpm_chipNayna Jain2016-11-286-37/+84
| * tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-283-26/+11Star
| * tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-284-54/+43Star
| * tpm: replace symbolic permission with octal for securityfs filesNayna Jain2016-11-281-2/+2
| * char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach2016-11-281-1/+1
| * tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-282-1/+12
| * tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-281-25/+47
| * tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger2016-11-281-2/+4
| * tpm: define a generic open() method for ascii & bios measurementsNayna Jain2016-11-281-48/+15Star
| * tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-282-6/+0Star
| * tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2016-11-281-1/+0Star
| * tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-283-10/+18
| * tpm_tis: Check return values from get_burstcount.Josh Zimmerman2016-11-281-2/+13