1. fa4f99c tpm: tpm_ibm_vtpm: Fix unallocated banks by Nayna Jain · 6 years ago
  2. 1e5ac63 tpm: Fix null pointer dereference on chip register error path by Milan Broz · 6 years ago
  3. db4d8cb tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations by Vadim Sukhomlinov · 6 years ago
  4. b886d83 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  5. bcfff83 tpm: dynamically allocate the allocated_banks array by Roberto Sassu · 6 years ago
  6. 47a6c28 tpm: remove @flags from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  7. a3fbfae tpm: take TPM chip power gating out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  8. 719b7d8 tpm: introduce tpm_chip_start() and tpm_chip_stop() by Jarkko Sakkinen · 6 years ago
  9. 2f25740 tpm: remove TPM_TRANSMIT_UNLOCKED flag by Jarkko Sakkinen · 6 years ago
  10. b03c437 tpm: add tpm_auto_startup() into tpm-interface.c by Tomas Winkler · 6 years ago
  11. eccc9bb tpm: Convert tpm_find_get_ops() to use tpm_default_chip() by Stefan Berger · 7 years ago
  12. aaae815 tpm: Implement tpm_default_chip() to find a TPM chip by Stefan Berger · 7 years ago
  13. fc1d52b tpm: rename tpm_chip_find_get() to tpm_find_get_ops() by Stefan Berger · 7 years ago
  14. 6e592a0 tpm: Move Linux RNG connection to hwrng by Jason Gunthorpe · 7 years ago
  15. aad887f tpm: use struct tpm_chip for tpm_chip_find_get() by Jarkko Sakkinen · 7 years ago
  16. fd3ec36 tpm: move tpm_eventlog.h outside of drivers folder by Thiebaud Weksteen · 7 years ago
  17. 7521621 Do not disable driver and bus shutdown hook when class shutdown hook is set. by Michal Suchanek · 7 years ago
  18. d1bd4a7 tpm: Issue a TPM2_Shutdown for TPM2 devices. by Josh Zimmerman · 8 years ago
  19. 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
  20. 8979b02 tpm: Fix reference count to main device by Stefan Berger · 8 years ago
  21. 877c57d tpm_crb: request and relinquish locality 0 by Jarkko Sakkinen · 8 years ago
  22. 4d57856 tpm2: add session handle context saving and restoring to the space code by James Bottomley · 8 years ago
  23. fdc915f tpm: expose spaces via a device link /dev/tpmrm<n> by James Bottomley · 8 years ago
  24. 745b361 tpm: infrastructure for TPM spaces by Jarkko Sakkinen · 8 years ago
  25. 8dbbf58 tpm-chip: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  26. 2998b02 tmp: use pdev for parent device in tpm_chip_alloc by Winkler, Tomas · 8 years ago
  27. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  28. 37f4915 tpm: use idr_find(), not idr_find_slowpath() by Matthew Wilcox · 8 years ago
  29. 0cf577a tpm: Fix handling of missing event log by Jason Gunthorpe · 8 years ago
  30. 748935e tpm: have event log use the tpm_chip by Nayna Jain · 8 years ago
  31. 7518a21 tpm: drop tpm1_chip_register(/unregister) by Jarkko Sakkinen · 8 years ago
  32. cd9b763 tpm: replace dynamically allocated bios_dir with a static array by Jarkko Sakkinen · 8 years ago
  33. 1a277e6 tpm: Get rid of TPM_CHIP_FLAG_REGISTERED by Jason Gunthorpe · 8 years ago
  34. cae8b44 tpm: Factor out common startup code by Jason Gunthorpe · 9 years ago
  35. 2b88cd9 tpm: use devm_add_action_or_reset by Sudip Mukherjee · 9 years ago
  36. 2f9f537 tpm: Introduce TPM_CHIP_FLAG_VIRTUAL by Stefan Berger · 9 years ago
  37. 062807f tpm: Remove all uses of drvdata from the TPM Core by Jason Gunthorpe · 9 years ago
  38. c0dff1f tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown() by Jarkko Sakkinen · 9 years ago
  39. dcbeab1 tpm: fix crash in tpm_tis deinitialization by Jarkko Sakkinen · 9 years ago
  40. 1551678 tpm: Replace device number bitmap with IDR by Stefan Berger · 9 years ago
  41. 3897cd9 tpm: Split out the devm stuff from tpmm_chip_alloc by Jason Gunthorpe · 9 years ago
  42. 2072df4 tpm: Get rid of module locking by Stefan Berger · 9 years ago
  43. 4e26195 tpm: Provide strong locking for device removal by Jason Gunthorpe · 9 years ago
  44. 3635e2e tpm: Get rid of devname by Jason Gunthorpe · 9 years ago
  45. 8cfffc9 tpm: Get rid of chip->pdev by Jason Gunthorpe · 9 years ago
  46. 4f3b193 tpm: fix: return rc when devm_add_action() fails by Jarkko Sakkinen · 9 years ago
  47. 8e0ee3c tpm: fix the cleanup of struct tpm_chip by Jarkko Sakkinen · 9 years ago
  48. 72c91ce tpm: fix the rollback in tpm_chip_register() by Jarkko Sakkinen · 9 years ago
  49. d56e4f7 tpm: fix compat 'ppi' link handling in tpm_chip_register() by Jarkko Sakkinen · 9 years ago
  50. b1a4144 TPM: revert the list handling logic fixed in 398a1e7 by Jarkko Sakkinen · 9 years ago
  51. 9b774d5 tpm: move the PPI attributes to character device directory. by Jarkko Sakkinen · 10 years ago
  52. ba0ef85 tpm: Fix initialization of the cdev by Jason Gunthorpe · 10 years ago
  53. 34d47b6 tpm: fix: sanitized code paths in tpm_chip_register() by Jarkko Sakkinen · 10 years ago
  54. d972b05 tpm: fix call order in tpm-chip.c by Jarkko Sakkinen · 10 years ago
  55. 743410a tpm: fix format string error in tpm-chip.c by Jarkko Sakkinen · 10 years ago
  56. 7a1d7e6 tpm: TPM 2.0 baseline support by Jarkko Sakkinen · 10 years ago
  57. 313d21e tpm: device class for tpm by Jarkko Sakkinen · 10 years ago
  58. 71ed848 tpm: rename chip->dev to chip->pdev by Jarkko Sakkinen · 10 years ago
  59. 0dc5536 tpm: fix raciness of PPI interface lookup by Jarkko Sakkinen · 10 years ago
  60. afb5abc tpm: two-phase chip management functions by Jarkko Sakkinen · 10 years ago