Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | tpm_crb: fix fTPM on AMD Zen+ CPUs | Ivan Lazeev | 1 | -33/+90 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
2019-02-08 | tpm/tpm_crb: Avoid unaligned reads in crb_recv() | Jarkko Sakkinen | 1 | -6/+16 |
2018-07-28 | tpm: separate cmd_ready/go_idle from runtime_pm | Tomas Winkler | 1 | -74/+27 |
2018-05-10 | tpm: tpm_crb: relinquish locality on error path. | Winkler, Tomas | 1 | -3/+7 |
2018-03-23 | tpm_crb: use __le64 annotated variable for response buffer address | Tomas Winkler | 1 | -2/+3 |
2018-03-23 | tpm: cmd_ready command can be issued only after granting locality | Tomas Winkler | 1 | -33/+75 |
2017-10-18 | tpm/tpm_crb: Use start method value from ACPI table directly | Jiandi An | 1 | -30/+29 |
2017-09-23 | tpm: tpm_crb: constify acpi_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-07-07 | tpm/tpm_crb: fix priv->cmd_size initialisation | Manuel Lauss | 1 | -2/+3 |
2017-07-04 | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -2/+2 |
2017-06-12 | ACPICA: Add header support for TPM2 table changes | Bob Moore | 1 | -2/+2 |
2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 1 | -5/+4 |
2017-04-25 | tpm_crb: remove a cruft constant | Jarkko Sakkinen | 1 | -2/+1 |
2017-04-03 | tpm/tpm_crb: Enable TPM CRB interface for ARM64 | Jiandi An | 1 | -2/+65 |
2017-04-03 | tpm_crb: request and relinquish locality 0 | Jarkko Sakkinen | 1 | -0/+41 |
2017-04-03 | tpm/tpm_crb: fix unused warnings on suspend/resume functions | Jérémy Lefaure | 1 | -7/+4 |
2017-04-03 | tpm_crb: check for bad response size | Jerry Snitselaar | 1 | -2/+1 |
2017-04-03 | tpm_crb: encapsulate crb_wait_for_reg_32 | Jarkko Sakkinen | 1 | -14/+23 |
2017-04-03 | tpm_crb: map locality registers | Jarkko Sakkinen | 1 | -32/+57 |
2017-04-03 | tpm/tpm_crb: enter the low power state upon device suspend | Winkler, Tomas | 1 | -1/+24 |
2017-04-03 | tpm crb: Work around BIOS's that report the wrong ACPI region size | Jason Gunthorpe | 1 | -2/+25 |
2017-01-23 | tpm, tpm_crb: Handle 64-bit resource in crb_check_resource() | Jiandi An | 1 | -3/+5 |
2016-11-28 | tmp/tpm_crb: implement runtime pm for tpm_crb | Winkler, Tomas | 1 | -4/+38 |
2016-11-28 | tpm/tpm_crb: open code the crb_init into acpi_add | Winkler, Tomas | 1 | -16/+10 |
2016-11-28 | tmp/tpm_crb: fix Intel PTT hw bug during idle state | Winkler, Tomas | 1 | -8/+39 |
2016-11-28 | tpm/tpm_crb: implement tpm crb idle state | Winkler, Tomas | 1 | -0/+66 |
2016-09-27 | Revert "tpm/tpm_crb: implement tpm crb idle state" | Jarkko Sakkinen | 1 | -69/+0 |
2016-09-27 | Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state" | Jarkko Sakkinen | 1 | -39/+8 |
2016-09-27 | Revert "tpm/tpm_crb: open code the crb_init into acpi_add" | Jarkko Sakkinen | 1 | -10/+16 |
2016-09-27 | Revert "tmp/tpm_crb: implement runtime pm for tpm_crb" | Jarkko Sakkinen | 1 | -34/+3 |
2016-09-16 | tmp/tpm_crb: implement runtime pm for tpm_crb | Winkler, Tomas | 1 | -3/+34 |
2016-09-16 | tpm/tpm_crb: open code the crb_init into acpi_add | Winkler, Tomas | 1 | -16/+10 |
2016-09-16 | tmp/tpm_crb: fix Intel PTT hw bug during idle state | Winkler, Tomas | 1 | -8/+39 |
2016-09-16 | tpm/tpm_crb: implement tpm crb idle state | Winkler, Tomas | 1 | -0/+69 |
2016-09-15 | tpm/tpm_crb: fix the over 80 characters checkpatch warring | Tomas Winkler | 1 | -2/+1 |
2016-09-15 | tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers | Tomas Winkler | 1 | -2/+2 |
2016-09-15 | tpm/tpm_crb: cache cmd_size register value. | Tomas Winkler | 1 | -5/+5 |
2016-09-15 | tmp/tpm_crb: drop include to platform_device | Tomas Winkler | 1 | -1/+0 |
2016-09-15 | tpm_crb: fix incorrect values of cmdReady and goIdle bits | Jarkko Sakkinen | 1 | -2/+2 |
2016-09-15 | tpm_crb: refine the naming of constants | Jarkko Sakkinen | 1 | -11/+11 |
2016-09-15 | tpm_crb: remove wmb()'s | Jarkko Sakkinen | 1 | -3/+0 |
2016-09-15 | tpm_crb: fix crb_req_canceled behavior | Jarkko Sakkinen | 1 | -2/+5 |
2016-07-19 | tpm: Factor out common startup code | Jason Gunthorpe | 1 | -9/+1 |
2016-06-25 | tpm_crb: fix address space of the return pointer in crb_map_res() | Jarkko Sakkinen | 1 | -1/+1 |
2016-06-25 | tpm: Remove useless priv field in struct tpm_vendor_specific | Christophe Ricard | 1 | -6/+6 |
2016-06-25 | tpm_crb: fix mapping of the buffers | Jarkko Sakkinen | 1 | -11/+28 |
2016-06-25 | tpm_crb: drop struct resource res from struct crb_priv | Jarkko Sakkinen | 1 | -13/+16 |
2016-06-25 | tpm: fix crash in tpm_tis deinitialization | Jarkko Sakkinen | 1 | -3/+0 |
2016-02-20 | tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister() | Jarkko Sakkinen | 1 | -2/+2 |