aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-26tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen1-0/+2
2016-02-20tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen1-2/+2
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2-2/+6
2016-02-20tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer1-4/+10
2016-02-20tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen1-1/+6
2016-02-20tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen1-3/+7
2016-02-10tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen1-1/+3
2016-02-10tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen1-5/+5
2016-02-10tpm_crb: Use devm_ioremap_resourceJason Gunthorpe1-49/+102
2016-02-10tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe1-11/+11
2016-02-10tpm_tis: Clean up the force=1 module parameterJason Gunthorpe1-65/+104
2016-02-10tpm_tis: Use devm_ioremap_resourceJason Gunthorpe1-15/+18
2016-02-10tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe1-30/+18
2016-02-10tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe1-8/+10
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe3-30/+10
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen1-8/+4
2016-02-10tpm: remove unneeded include of actbl2.hJerry Snitselaar1-1/+0
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen1-4/+20
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2-6/+40
2015-12-20tpm_ibmvtpm: properly handle interrupted packet receptionsStefan Berger2-2/+21
2015-12-20tpm_tis: Tighten IRQ auto-probingJason Gunthorpe1-7/+12
2015-12-20tpm_tis: Refactor the interrupt setupJason Gunthorpe1-100/+84
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2-45/+20
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe3-28/+34
2015-12-20tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe1-11/+9
2015-12-20tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe1-1/+1
2015-12-02tpm_tis: further simplify calculation of ordinal durationMartin Wilck1-3/+5
2015-11-12Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd into for-linusJames Morris4-16/+30
2015-11-09tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen1-8/+10
2015-11-09tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen1-5/+10
2015-11-09TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen1-1/+1
2015-11-09TPM: Avoid reference to potentially freed memoryChristophe JAILLET1-1/+2
2015-11-09tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck1-1/+5
2015-11-09tpm_tis: free irq after probingMartin Wilck1-0/+2
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds16-127/+720
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-19TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo1-2/+2
2015-10-19vTPM: support little endian guestsHon Ching \(Vicky\) Lo2-22/+62
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski4-4/+0
2015-10-19vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo1-1/+1
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen3-2/+339
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen1-0/+97
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen3-42/+33
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen3-50/+181
2015-10-19tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen1-3/+4
2015-10-19vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo1-1/+1
2015-10-19tpm: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-07-13tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen1-0/+8
2015-07-13tpm: Fix initialization of the cdevJason Gunthorpe1-1/+2
2015-06-16tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen1-2/+2