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