- af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
- 8979b02 tpm: Fix reference count to main device by Stefan Berger · 8 years ago
- e6aef06 tpm_tis: convert to using locality callbacks by Jerry Snitselaar · 8 years ago
- fd5c786 tpm: fix handling of the TPM 2.0 event logs by Petr Vandrovec · 8 years ago
- 3b395d6 tpm_crb: remove a cruft constant by Jarkko Sakkinen · 8 years ago
- 08eff49 tpm/tpm_crb: Enable TPM CRB interface for ARM64 by Jiandi An · 8 years ago
- 877c57d tpm_crb: request and relinquish locality 0 by Jarkko Sakkinen · 8 years ago
- 84d2594 tpm: make check_locality return bool by Jerry Snitselaar · 8 years ago
- 67c2f3d tpm/tpm_crb: fix unused warnings on suspend/resume functions by Jérémy Lefaure · 8 years ago
- 0afb711 tpm: add sleep only for retry in i2c_nuvoton_write_status() by Nayna Jain · 8 years ago
- 2d2e376 tpm/st33zp24: Add GPIO ACPI mapping table by Andy Shevchenko · 8 years ago
- 31574d3 vTPM: Fix missing NULL check by Hon Ching \(Vicky\) Lo · 8 years ago
- 8569def tpm_crb: check for bad response size by Jerry Snitselaar · 8 years ago
- 4d57856 tpm2: add session handle context saving and restoring to the space code by James Bottomley · 8 years ago
- fdc915f tpm: expose spaces via a device link /dev/tpmrm<n> by James Bottomley · 8 years ago
- ecb38e2 tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c by James Bottomley · 8 years ago
- 745b361 tpm: infrastructure for TPM spaces by Jarkko Sakkinen · 8 years ago
- 58472f5 tpm: validate TPM 2.0 commands by Jarkko Sakkinen · 8 years ago
- 9aa36b3 tpm: export tpm2_flush_context_cmd by Jarkko Sakkinen · 8 years ago
- a147918 tpm: move length validation to tpm_transmit() by Jarkko Sakkinen · 8 years ago
- 38eb24e tpm_crb: encapsulate crb_wait_for_reg_32 by Jarkko Sakkinen · 8 years ago
- 13b1f4a tpm_crb: map locality registers by Jarkko Sakkinen · 8 years ago
- 5cc0101 tpm_tis_spi: Add small delay after last transfer by Peter Huewe · 8 years ago
- 591e48c tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes by Peter Huewe · 8 years ago
- e110cc6 tpm_tis_spi: Check correct byte for wait state indicator by Peter Huewe · 8 years ago
- 975094d tpm_tis_spi: Abort transfer when too many wait states are signaled by Peter Huewe · 8 years ago
- f848f21 tpm_tis_spi: Use single function to transfer data by Peter Huewe · 8 years ago
- 095fc30 tpm/tpm_crb: enter the low power state upon device suspend by Winkler, Tomas · 8 years ago
- 4bf4b4e tpm: select CONFIG_CRYPTO by Arnd Bergmann · 8 years ago
- a233a02 tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver by Nayna Jain · 8 years ago
- b4e2eb0 tpm crb: Work around BIOS's that report the wrong ACPI region size by Jason Gunthorpe · 8 years ago
- 302a6ad tpm_tis_core: Choose appropriate timeout for reading burstcount by Alexander Steffen · 8 years ago
- 8dbbf58 tpm-chip: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
- 61841be tpm: declare tpm2_get_pcr_allocation() as static by Jarkko Sakkinen · 8 years ago
- 51b0be6 tpm: Fix expected number of response bytes of TPM1.2 PCR Extend by Stefan Berger · 8 years ago
- 5cec5ba tpm xen: drop unneeded chip variable by Julia Lawall · 8 years ago
- 39f5712 tpm: fix misspelled "facilitate" in module parameter description by Dmitry Torokhov · 8 years ago
- 5939eaf tpm_tis: fix the error handling of init_tis() by Wei Yongjun · 8 years ago
- 70ea163 tpm: silence an array overflow warning by Dan Carpenter · 8 years ago
- a118cf2 tpm: fix the type of owned field in cap_t by Stefan Berger · 8 years ago
- 4d23cc3 tpm: add securityfs support for TPM 2.0 firmware event log by Nayna Jain · 8 years ago
- e46e22f tpm: enhance read_log_of() to support Physical TPM event log by Nayna Jain · 8 years ago
- c1f92b4 tpm: enhance TPM 2.0 PCR extend to support multiple banks by Nayna Jain · 8 years ago
- 1db1534 tpm: implement TPM 2.0 capability to get active PCR banks by Nayna Jain · 8 years ago
- 7d76111 tpm: fix RC value check in tpm2_seal_trusted by Jarkko Sakkinen · 8 years ago
- 419a16d tpm_tis: fix iTPM probe via probe_itpm() function by Maciej S. Szmigiero · 8 years ago
- fa2825d tpm: Begin the process to deprecate user_read_timer by Jason Gunthorpe · 8 years ago
- 1d19155 tpm: remove tpm_read_index and tpm_write_index from tpm.h by Jarkko Sakkinen · 8 years ago
- c659af7 tpm: Check size of response before accessing data by Stefan Berger · 8 years ago
- 1d70fe9 tpm_tis: use default timeout value if chip reports it as zero by Maciej S. Szmigiero · 8 years ago
- 62bfdac tpm: Do not print an error message when doing TPM auto startup by Jason Gunthorpe · 8 years ago
- 19b7bf5 tpm, tpm_crb: Handle 64-bit resource in crb_check_resource() by Jiandi An · 8 years ago
- aea7f54 tpm/tpm_tis_spi: drop duplicate header module.h by Geliang Tang · 8 years ago
- 176cebc tpm/st33zp24: Remove unneeded linux/miscdevice.h include by Corentin Labbe · 8 years ago
- 93c12f2 tpm/vtpm: fix kdoc warnings by Winkler, Tomas · 8 years ago
- 2998b02 tmp: use pdev for parent device in tpm_chip_alloc by Winkler, Tomas · 8 years ago
- 794c6e1 tpm/tpm2-chip: fix kdoc errors by Winkler, Tomas · 8 years ago
- f865c19 tpm: add kdoc for tpm_transmit and tpm_transmit_cmd by Winkler, Tomas · 8 years ago
- a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 37f4915 tpm: use idr_find(), not idr_find_slowpath() by Matthew Wilcox · 8 years ago
- 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- 9430066 tpm: adjust return value of tpm_read_log by Jason Gunthorpe · 8 years ago
- c4484f7 tpm: vtpm_proxy: conditionally call tpm_chip_unregister by Jason Gunthorpe · 8 years ago
- 0cf577a tpm: Fix handling of missing event log by Jason Gunthorpe · 8 years ago
- 005451d tpm: Check the bios_dir entry for NULL before accessing it by Stefan Berger · 8 years ago
- 79eec5b tpm: return -ENODEV if np is not set by Colin Ian King · 8 years ago
- 5efae7d tpm: cleanup of printk error messages by Nayna Jain · 8 years ago
- ed4fdb4 tpm: replace of_find_node_by_name() with dev of_node property by Nayna Jain · 8 years ago
- 02ae1382 tpm: redefine read_log() to handle ACPI/OF at runtime by Nayna Jain · 8 years ago
- f40e68e tpm: fix the missing .owner in tpm_bios_measurements_ops by Nayna Jain · 8 years ago
- 748935e tpm: have event log use the tpm_chip by Nayna Jain · 8 years ago
- 7518a21 tpm: drop tpm1_chip_register(/unregister) by Jarkko Sakkinen · 8 years ago
- cd9b763 tpm: replace dynamically allocated bios_dir with a static array by Jarkko Sakkinen · 8 years ago
- b1a9b7b tpm: replace symbolic permission with octal for securityfs files by Nayna Jain · 8 years ago
- cbef69a char: tpm: fix kerneldoc tpm2_unseal_trusted name typo by Baruch Siach · 8 years ago
- 420d439 tpm_tis: Allow tpm_tis to be bound using DT by Jason Gunthorpe · 8 years ago
- 7ea7861 tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV by Jarkko Sakkinen · 8 years ago
- 6804f6b tpm: Only call pm_runtime_get_sync if device has a parent by Stefan Berger · 8 years ago
- 2528a64 tpm: define a generic open() method for ascii & bios measurements by Nayna Jain · 8 years ago
- 1a277e6 tpm: Get rid of TPM_CHIP_FLAG_REGISTERED by Jason Gunthorpe · 8 years ago
- 1f0f30e tpm xen: Remove bogus tpm_chip_unregister by Jason Gunthorpe · 8 years ago
- d1d253c tpm tis: Do not print timeout messages twice by Jason Gunthorpe · 8 years ago
- 26a137e tpm_tis: Check return values from get_burstcount. by Josh Zimmerman · 8 years ago
- ca6d458 tpm: place kdoc just above tpm_pcr_extend by Winkler, Tomas · 8 years ago
- 84fda15 tpm: sanitize constant expressions by Jarkko Sakkinen · 8 years ago
- aaa6f7f tpm: Clean up reading of timeout and duration capabilities by Ed Swierk · 8 years ago
- 2c97f6f char/tpm: Check return code of wait_for_tpm_stat by Peter Huewe · 8 years ago
- e74f2f7 tmp/tpm_crb: implement runtime pm for tpm_crb by Winkler, Tomas · 8 years ago
- c58bd34c tpm/tpm_crb: open code the crb_init into acpi_add by Winkler, Tomas · 8 years ago
- bc33c5d tmp/tpm_crb: fix Intel PTT hw bug during idle state by Winkler, Tomas · 8 years ago
- ba5287b tpm/tpm_crb: implement tpm crb idle state by Winkler, Tomas · 8 years ago
- 0240933 xen: make use of xenbus_read_unsigned() in xen-tpmfront by Juergen Gross · 8 years ago
- befd996 tpm: remove invalid min length check from tpm_do_selftest() by Jarkko Sakkinen · 8 years ago
- 3241525 Revert "tpm/tpm_crb: implement tpm crb idle state" by Jarkko Sakkinen · 8 years ago
- cfa1882 Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state" by Jarkko Sakkinen · 8 years ago
- 2b7926a Revert "tpm/tpm_crb: open code the crb_init into acpi_add" by Jarkko Sakkinen · 8 years ago
- 4886cd8 Revert "tmp/tpm_crb: implement runtime pm for tpm_crb" by Jarkko Sakkinen · 8 years ago
- e350e24 tmp/tpm_crb: implement runtime pm for tpm_crb by Winkler, Tomas · 8 years ago
- 0c22db435 tpm/tpm_crb: open code the crb_init into acpi_add by Winkler, Tomas · 8 years ago
- 9514ff1 tmp/tpm_crb: fix Intel PTT hw bug during idle state by Winkler, Tomas · 8 years ago