summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-13
|\
| * tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-18
| * tpm: fix duplicate inline declaration specifierRuben Roy2017-10-18
| * tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen2017-10-18
| * tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen2017-10-18
| * tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen2017-10-18
| * tpm-dev-common: Reject too short writesAlexander Steffen2017-10-18
| * tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen2017-10-18
| * tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen2017-10-18
| * tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen2017-10-18
| * tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2017-10-18
| * tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An2017-10-18
| * tpm: constify transmit data pointersArnd Bergmann2017-10-18
| * tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King2017-10-18
| * tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-24
|\
| * tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-23
| * tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-23
| * tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-23
| * tpm: vtpm: constify vio_device_idArvind Yadav2017-09-23
* | Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-28
|/
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-07
* tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-07
* tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-07
* tpm_tis: make ilb_base_addr staticColin Ian King2017-07-07
* tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-07
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-07
* tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-07
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-07
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-07
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-05
|\
| * tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva2017-06-19
| * tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-19
| * tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger2017-06-13
| * tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2017-06-13
| * tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-13
| * tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger2017-06-13
| * tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe2017-06-13
| * tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-13
| * tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen2017-06-13
| * tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-13
| * tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-13
| * tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-13
| * tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-13
| * tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-13
| * tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu2017-06-13
| * tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-13
| * tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-13