1. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  2. 6a5971d Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  3. 164dce8 tpm_infineon: remove use of __devexit_p by Bill Pemberton · 12 years ago
  4. afc6d36 tpm: remove use of __devinit by Bill Pemberton · 12 years ago
  5. 39af33f char: remove use of __devexit by Bill Pemberton · 12 years ago
  6. 0bbed20 char: remove use of __devinitdata by Bill Pemberton · 12 years ago
  7. b566650 drivers/char/tpm: remove tasklet and cleanup by Ashley Lai · 12 years ago
  8. 59b69ac Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linus by James Morris · 12 years ago
  9. abce9ac tpm: Propagate error from tpm_transmit to fix a timeout hang by Peter Huewe · 12 years ago
  10. 1631cfb driver/char/tpm: fix regression causesd by ppi by Gang Wei · 12 years ago
  11. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  12. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  13. a40695e tpm: fix tpm_acpi sparse warning on different address spaces by Kent Yoder · 12 years ago
  14. 8119807 driver/char/tpm: declare internal symbols as static by Xiaoyan Zhang · 11 years ago
  15. f84fdff driver: add PPI support in tpm driver by Xiaoyan Zhang · 12 years ago
  16. f334ac8 tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails. by Jesper Juhl · 12 years ago
  17. c5df392 drivers/char/tpm: Add securityfs support for event log by Ashley Lai · 12 years ago
  18. 132f762 drivers/char/tpm: Add new device driver to support IBM vTPM by Ashley Lai · 12 years ago
  19. 7e72fe7 tpm: compile out unused code in the PNP and PM cases by Kent Yoder · 12 years ago
  20. dd7da13 tpm: fix double write race and tpm_release free issue by Kent Yoder · 12 years ago
  21. 41ab999 tpm: Move tpm_get_random api into the TPM device driver by Kent Yoder · 12 years ago
  22. e5dcd87 tpm: modularize event log collection by Kent Yoder · 12 years ago
  23. aad628c char/tpm: Add new driver for Infineon I2C TIS TPM by Peter Huewe · 12 years ago
  24. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  25. 07368d3 tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP by Rafael J. Wysocki · 12 years ago
  26. e05644e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  27. ca9a205 tpm_nsc: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  28. b633f05 tpm_tis: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  29. 8324be0 tpm_atmel: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  30. 035e2ce PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend() by Rafael J. Wysocki · 12 years ago
  31. 3072928 tpm: check the chip reference before using it by Andi Shyti · 12 years ago
  32. dad79cb TPM: fix memleak when register hardware fails by Wanlong Gao · 12 years ago
  33. 24ebe66 TPM: chip disabled state erronously being reported as error by Rajiv Andrade · 13 years ago
  34. cbb2d5e MAINTAINERS: TPM maintainers' contacts update by Rajiv Andrade · 13 years ago
  35. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  36. 4e70daa tpm_tis: fix tis_lock with respect to RCU by Jiri Kosina · 13 years ago
  37. 3ab1aff TPM: Zero buffer whole after copying to userspace by Tim Gardner · 13 years ago
  38. 968de8e tpm_tis: Clean up after module_param cleanup by Stefan Berger · 13 years ago
  39. 4e401fb tpm_tis: Only probe iTPMs by Stefan Berger · 13 years ago
  40. 9e3ff38 Merge branch 'next-queue' into next by James Morris · 13 years ago
  41. f4a0391 ima: fix Kconfig dependencies by Fabio Estevam · 13 years ago
  42. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  43. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  44. 8077e8b Merge branch 'for-james' of git://github.com/srajiv/tpm into next by James Morris · 13 years ago
  45. b9e3238 TPM: fix transmit_cmd error logic by Rajiv Andrade · 13 years ago
  46. 2f592f2 TPM: NSC and TIS drivers X86 dependency fix by Rajiv Andrade · 13 years ago
  47. fd04886 TPM: Export wait_for_stat for other vendor specific drivers by Rajiv Andrade · 13 years ago
  48. 9efa54f TPM: Use vendor specific function for status probe by Rajiv Andrade · 13 years ago
  49. a927b81 tpm_tis: add delay after aborting command by Stefan Berger · 13 years ago
  50. 7f326ed tpm_tis: Check return code from getting timeouts/durations by Stefan Berger · 13 years ago
  51. 68d6e67 tpm: Introduce function to poll for result of self test by Stefan Berger · 13 years ago
  52. d97c6ad tpm: Cleanup tpm_continue_selftest by Stefan Berger · 13 years ago
  53. 2b30a90 tpm: Have tpm_get_timeouts return an error code by Stefan Berger · 13 years ago
  54. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  55. 3321c07 TPM: Zero buffer after copying to userspace by Peter Huewe · 13 years ago
  56. 6b07d30 TPM: Call tpm_transmit with correct size by Peter Huewe · 13 years ago
  57. de69113 TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc by Axel Lin · 13 years ago
  58. 5ce5ed3 TPM: TCG_ATMEL should depend on HAS_IOPORT by Geert Uytterhoeven · 13 years ago
  59. 403d1d0 tpm: suppress durations sysfs output if not read by Stefan Berger · 13 years ago
  60. 1560ffe6 tpm_tis: fix build when ACPI is not enabled by Randy Dunlap · 13 years ago
  61. 29412f0 tpm_nsc: Fix bug when loading multiple TPM drivers by Stefan Berger · 13 years ago
  62. 9685431 tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP block by Stefan Berger · 13 years ago
  63. 6eb77b2 tpm: Fix compilation warning when CONFIG_PNP is not defined by Stefan Berger · 13 years ago
  64. c920669 tpm: Fix a typo by Stefan Berger · 14 years ago
  65. 9519de3 tpm_tis: Probing function for Intel iTPM bug by Stefan Berger · 14 years ago
  66. a7b6682 tpm_tis: Fix the probing for interrupts by Stefan Berger · 14 years ago
  67. 20b87bb tpm_tis: Delay ACPI S3 suspend while the TPM is busy by Stefan Berger · 14 years ago
  68. 45baa1d tpm_tis: Re-enable interrupts upon (S3) resume by Stefan Berger · 14 years ago
  69. 5a79444 tpm: Fix display of data in pubek sysfs entry by Stefan Berger · 14 years ago
  70. 6259210 tpm_tis: Add timeouts sysfs entry by Stefan Berger · 14 years ago
  71. e3e1a1e tpm: Adjust interface timeouts if they are too small by Stefan Berger · 14 years ago
  72. 829bf06 tpm: Use interface timeouts returned from the TPM by Stefan Berger · 14 years ago
  73. 04ab229 tpm_tis: Introduce durations sysfs entry by Stefan Berger · 14 years ago
  74. e934acc tpm: Adjust the durations if they are too small by Stefan Berger · 14 years ago
  75. 979b140 tpm: Use durations returned from TPM by Stefan Berger · 14 years ago
  76. 1309d7a char/tpm: Fix unitialized usage of data buffer by Peter Huewe · 14 years ago
  77. 8d1dc20 Revert "TPM: Long default timeout fix" by Linus Torvalds · 14 years ago
  78. e587137 Revert "tpm_tis: Use timeouts returned from TPM" by Linus Torvalds · 14 years ago
  79. 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
  80. e5cce6c tpm: fix panic caused by "tpm: Autodetect itpm devices" by Olof Johansson · 14 years ago
  81. c4ff4b8 TPM: Long default timeout fix by Rajiv Andrade · 14 years ago
  82. d2e7ad1 Merge branch 'master' into next by James Morris · 14 years ago
  83. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  84. 2e5c44c tpm: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  85. 3f0d3d0 tpm: Autodetect itpm devices by Matthew Garrett · 14 years ago
  86. c749ba9 key: add tpm_send command by Mimi Zohar · 14 years ago
  87. a0e3934 tpm: add module_put wrapper by Mimi Zohar · 14 years ago
  88. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  89. 9b3056c tpm: change 'tpm_suspend_pcr' to be module parameter by Dmitry Torokhov · 14 years ago
  90. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  91. 59f6fbe tpm_tis: fix subsequent suspend failures by Rajiv Andrade · 14 years ago
  92. 02a077c TPM: ReadPubEK output struct fix by Rajiv Andrade · 14 years ago
  93. 7f2ab00 TPM: ACPI/PNP dependency removal by Rajiv Andrade · 15 years ago
  94. ec4a162 Revert "TPM: ACPI/PNP dependency removal" by James Morris · 15 years ago
  95. 0ffbe26 Merge branch 'master' into next by James Morris · 15 years ago
  96. b89e66e TPM: ACPI/PNP dependency removal by Rajiv Andrade · 15 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  98. 225a9be TPM: workaround to enforce PCR updates across suspends by Rajiv Andrade · 15 years ago
  99. 93716b9 tpm_infineon: fix suspend/resume handler for pnp_driver by Marcel Selhorst · 15 years ago
  100. 31bde71 tpm: autoload tpm_tis based on system PnP IDs by Matt Domsch · 15 years ago