summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2020-10-012-0/+10
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-04-271-1/+9
* tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-04-271-6/+16
* tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein2018-11-211-1/+1
* tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-11-211-1/+2
* tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen2018-11-101-1/+5
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-08-151-23/+20
* tpm: self test failure should not cause suspend to failChris Chiu2018-06-131-0/+4
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2018-06-133-0/+17
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-241-2/+3
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-242-0/+11
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+6
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-03-111-2/+3
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+2
* tpm: Replace device number bitmap with IDRStefan Berger2017-08-063-42/+49
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-08-061-0/+2
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-212-0/+43
* tpm: Provide strong locking for device removalJason Gunthorpe2017-07-215-21/+100
* tpm: Get rid of chip->pdevJason Gunthorpe2017-07-2113-93/+89
* tpm_crb: check for bad response sizeJerry Snitselaar2017-05-251-2/+1
* tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2017-03-261-1/+1
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2017-01-061-1/+0
* tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen2016-10-161-2/+5
* tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-10-165-65/+103
* tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org2016-10-071-1/+1
* tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen2016-04-121-1/+3
* tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer2016-04-121-4/+10
* tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen2016-04-121-2/+2
* tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen2016-04-121-5/+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-0516-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/+0
| * 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/+33
| * 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/+0
|/
* tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen2015-07-131-0/+8