summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
...
* tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-071-30/+30
* tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
* tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-073-61/+44Star
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-072-0/+117
* tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-071-2/+3
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-071-1/+2
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-072-0/+37
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-0512-231/+265
|\
| * tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva2017-06-191-7/+5Star
| * tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-192-4/+2Star
| * tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger2017-06-131-0/+33
| * tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2017-06-132-0/+37
| * tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-132-1/+3
| * tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger2017-06-132-3/+4
| * tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe2017-06-131-1/+1
| * tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0Star
| * tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen2017-06-131-4/+4
| * tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-132-27/+16Star
| * tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-131-20/+56
| * tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-131-113/+54Star
| * tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2Star
| * tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-131-1/+1
| * tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu2017-06-131-17/+24
| * tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-132-14/+14
| * tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-133-9/+9
* | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-2/+2
|\ \
| * | ACPICA: Add header support for TPM2 table changesBob Moore2017-06-121-2/+2
| |/
* / ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-072-17/+12Star
|/
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-40/+14Star
|\
| * tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-16/+3Star
* | tpm: Fix reference count to main deviceStefan Berger2017-04-241-2/+3
* | tpm_tis: convert to using locality callbacksJerry Snitselaar2017-04-241-26/+8Star
* | tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec2017-04-241-4/+10
* | tpm_crb: remove a cruft constantJarkko Sakkinen2017-04-241-2/+1Star
* | tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2017-04-032-3/+66
* | tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-034-0/+61
* | tpm: make check_locality return boolJerry Snitselaar2017-04-033-21/+23
* | tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure2017-04-031-7/+4Star
* | tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-04-031-2/+3
* | tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-032-6/+40
* | vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo2017-04-031-2/+6
* | tpm_crb: check for bad response sizeJerry Snitselaar2017-04-031-2/+1Star
* | tpm2: add session handle context saving and restoring to the space codeJames Bottomley2017-04-034-13/+116
* | tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley2017-04-035-4/+139
* | tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley2017-04-034-130/+190
* | tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-038-53/+527
* | tpm: validate TPM 2.0 commandsJarkko Sakkinen2017-04-033-5/+132
* | tpm: export tpm2_flush_context_cmdJarkko Sakkinen2017-04-032-33/+31Star
* | tpm: move length validation to tpm_transmit()Jarkko Sakkinen2017-04-031-8/+12
* | tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen2017-04-031-14/+23