aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-23tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe1-3/+6
2017-01-23tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An1-3/+5
2017-01-23tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang1-1/+0
2017-01-23tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-01-23tpm/vtpm: fix kdoc warningsWinkler, Tomas2-63/+91
2017-01-23tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas1-4/+4
2017-01-23tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas1-48/+56
2017-01-23tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas1-5/+28
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds16-375/+519
2016-11-28tpm: adjust return value of tpm_read_logJason Gunthorpe1-2/+4
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe1-7/+6
2016-11-28tpm: Fix handling of missing event logJason Gunthorpe4-21/+26
2016-11-28tpm: Check the bios_dir entry for NULL before accessing itStefan Berger1-5/+7
2016-11-28tpm: return -ENODEV if np is not setColin Ian King1-1/+1
2016-11-28tpm: cleanup of printk error messagesNayna Jain2-32/+13
2016-11-28tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain1-4/+2
2016-11-28tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain5-33/+42
2016-11-28tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain1-0/+1
2016-11-28tpm: have event log use the tpm_chipNayna Jain6-37/+84
2016-11-28tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen3-26/+11
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen4-54/+43
2016-11-28tpm: replace symbolic permission with octal for securityfs filesNayna Jain1-2/+2
2016-11-28char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach1-1/+1
2016-11-28tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2-1/+12
2016-11-28tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen1-25/+47
2016-11-28tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger1-2/+4
2016-11-28tpm: define a generic open() method for ascii & bios measurementsNayna Jain1-48/+15
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2-6/+0
2016-11-28tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe1-1/+0
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe3-10/+18
2016-11-28tpm_tis: Check return values from get_burstcount.Josh Zimmerman1-2/+13