- 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
- e17acbb tpm/tpm_crb: implement tpm crb idle state by Winkler, Tomas · 8 years ago
- ebfd753 tpm: add check for minimum buffer size in tpm_transmit() by Jarkko Sakkinen · 8 years ago
- 0014777 tpm: constify TPM 1.x header structures by Julia Lawall · 8 years ago
- 64fba530 tpm/tpm_crb: fix the over 80 characters checkpatch warring by Tomas Winkler · 8 years ago
- 47de683 tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers by Tomas Winkler · 8 years ago
- aa77ea0 tpm/tpm_crb: cache cmd_size register value. by Tomas Winkler · 8 years ago
- 7180131 tmp/tpm_crb: drop include to platform_device by Tomas Winkler · 8 years ago
- 56af322 tpm/tpm_tis: remove unused itpm variable by Tomas Winkler · 8 years ago
- f39a9e9 tpm_crb: fix incorrect values of cmdReady and goIdle bits by Jarkko Sakkinen · 8 years ago
- 7fd10d6 tpm_crb: refine the naming of constants by Jarkko Sakkinen · 8 years ago
- 35fec6f tpm_crb: remove wmb()'s by Jarkko Sakkinen · 8 years ago
- 72fd50e tpm_crb: fix crb_req_canceled behavior by Jarkko Sakkinen · 8 years ago
- 0c54133 tpm: use tpm_pcr_read_dev() in tpm_do_selftest() by Jarkko Sakkinen · 9 years ago
- ae7e190 tpm: use tpm_transmit_cmd() in tpm2_probe() by Jarkko Sakkinen · 9 years ago
- eb5854e tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() by Jarkko Sakkinen · 9 years ago
- d4abd95 tpm: remove unnecessary externs from tpm.h by Jarkko Sakkinen · 8 years ago
- 09dd770 tpm/st33zp24: Remove useless tpm_gen_interrupt by Jason Gunthorpe · 8 years ago
- d4816ed tpm: fix a race condition in tpm2_unseal_trusted() by Jarkko Sakkinen · 8 years ago
- b7d7b28 tpm: invalid self test error message by Jarkko Sakkinen · 8 years ago
- 82cc1a4 tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) by Jason Gunthorpe · 8 years ago
- cae8b44 tpm: Factor out common startup code by Jason Gunthorpe · 8 years ago
- 2b88cd9 tpm: use devm_add_action_or_reset by Sudip Mukherjee · 9 years ago
- fa7539b tpm2_i2c_nuvoton: add irq validity check by Andrew Zamansky · 8 years ago
- 9754d45 tpm: read burstcount from TPM_STS in one 32-bit transaction by Andrey Pronin · 8 years ago
- 1b0612b tpm: fix byte-order for the value read by tpm2_get_tpm_pt by apronin@chromium.org · 8 years ago
- 79b591c tpm_tis_core: convert max timeouts from msec to jiffies by apronin@chromium.org · 8 years ago
- f786b75 tpm_crb: fix address space of the return pointer in crb_map_res() by Jarkko Sakkinen · 9 years ago
- 9da7e78 tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl() by Jarkko Sakkinen · 9 years ago
- 0edbfea tpm/tpm_tis_spi: Add support for spi phy by Christophe Ricard · 9 years ago
- 41a5e1c tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy by Christophe Ricard · 9 years ago
- 1107d06 tpm_tis: Introduce intermediate layer for TPM access by Christophe Ricard · 9 years ago
- 57dacc2 tpm: tpm_tis: Share common data between phys by Christophe Ricard · 9 years ago
- d2efee6 tpm: Add include guards in tpm.h by Christophe Ricard · 9 years ago
- ec03c50 tpm: Fix suspend regression by Stefan Berger · 9 years ago
- 7525455 tpm: fix for typo in tpm/tpm_ibmvtpm.c by Stephen Rothwell · 9 years ago
- a6885a5 tpm: select ANON_INODES for proxy driver by Arnd Bergmann · 9 years ago
- ced01b9 tpm: Fix IRQ unwind ordering in TIS by Jason Gunthorpe · 9 years ago
- 6f99612 tpm: Proxy driver for supporting multiple emulated TPMs by Stefan Berger · 9 years ago
- 2f9f537 tpm: Introduce TPM_CHIP_FLAG_VIRTUAL by Stefan Berger · 9 years ago
- 062807f tpm: Remove all uses of drvdata from the TPM Core by Jason Gunthorpe · 9 years ago
- 9e0d39d tpm: Remove useless priv field in struct tpm_vendor_specific by Christophe Ricard · 9 years ago
- af782f3 tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip by Christophe Ricard · 9 years ago
- 56671c8 tpm: drop 'locality' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
- 6e599f6 tpm: drop 'read_queue' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
- 570a360 tpm: drop 'irq' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
- 4eea703 tpm: drop 'iobase' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
- 003d305 tpm: drop list from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
- c5b65fa tpm: drop the field 'time_expired' from struct tpm_chip by Jarkko Sakkinen · 9 years ago
- ee17798 tpm: drop 'base' from struct tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
- d495652 tpm: drop manufacturer_id from struct tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
- 23d06ff tpm: drop tpm_atmel specific fields from tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
- ec5fd99 tpm: drop int_queue from tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
- c0dff1f tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown() by Jarkko Sakkinen · 9 years ago
- 422eac3 tpm_crb: fix mapping of the buffers by Jarkko Sakkinen · 9 years ago
- ddab0e3 tpm/st33zp24: Remove unneeded tpm_reg in get_burstcount by Christophe Ricard · 9 years ago
- 20ab99f tpm/st33zp24/spi: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
- 32da563 tpm/st33zp24/i2c: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
- 14ddfbf tpm_crb: drop struct resource res from struct crb_priv by Jarkko Sakkinen · 9 years ago