summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2016-10-16tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen
2016-10-16tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen
2016-10-07tpm_crb: fix mapping of the buffersJarkko Sakkinen
2016-10-07tpm_crb: drop struct resource res from struct crb_privJarkko Sakkinen
2016-10-07tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org
2016-08-20tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen
2016-02-26tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen
2016-02-20tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen
2016-02-20tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer
2016-02-20tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen
2016-02-20tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen
2016-02-10tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen
2016-02-10tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen
2016-02-10tpm_crb: Use devm_ioremap_resourceJason Gunthorpe
2016-02-10tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe
2016-02-10tpm_tis: Clean up the force=1 module parameterJason Gunthorpe
2016-02-10tpm_tis: Use devm_ioremap_resourceJason Gunthorpe
2016-02-10tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe
2016-02-10tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen
2016-02-10tpm: remove unneeded include of actbl2.hJerry Snitselaar
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen
2015-12-20tpm_ibmvtpm: properly handle interrupted packet receptionsStefan Berger
2015-12-20tpm_tis: Tighten IRQ auto-probingJason Gunthorpe
2015-12-20tpm_tis: Refactor the interrupt setupJason Gunthorpe
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe
2015-12-20tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe
2015-12-20tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe
2015-12-02tpm_tis: further simplify calculation of ordinal durationMartin Wilck
2015-11-12Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris
2015-11-09tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen
2015-11-09tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen
2015-11-09TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen
2015-11-09TPM: Avoid reference to potentially freed memoryChristophe JAILLET
2015-11-09tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck
2015-11-09tpm_tis: free irq after probingMartin Wilck
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-19TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo
2015-10-19vTPM: support little endian guestsHon Ching \(Vicky\) Lo
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-10-19vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen