summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
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
2017-01-23tpm: Do not print an error message when doing TPM auto startupJason Gunthorpe
2017-01-23tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An
2017-01-23tpm/tpm_tis_spi: drop duplicate header module.hGeliang Tang
2017-01-23tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2017-01-23tpm/vtpm: fix kdoc warningsWinkler, Tomas
2017-01-23tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas
2017-01-23tpm/tpm2-chip: fix kdoc errorsWinkler, Tomas
2017-01-23tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-11-28tpm: adjust return value of tpm_read_logJason Gunthorpe
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe
2016-11-28tpm: Fix handling of missing event logJason Gunthorpe
2016-11-28tpm: Check the bios_dir entry for NULL before accessing itStefan Berger
2016-11-28tpm: return -ENODEV if np is not setColin Ian King
2016-11-28tpm: cleanup of printk error messagesNayna Jain
2016-11-28tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain
2016-11-28tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain
2016-11-28tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain
2016-11-28tpm: have event log use the tpm_chipNayna Jain
2016-11-28tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen
2016-11-28tpm: replace symbolic permission with octal for securityfs filesNayna Jain
2016-11-28char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach
2016-11-28tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe
2016-11-28tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen
2016-11-28tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger
2016-11-28tpm: define a generic open() method for ascii & bios measurementsNayna Jain
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe
2016-11-28tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe
2016-11-28tpm_tis: Check return values from get_burstcount.Josh Zimmerman