1. 7525455 tpm: fix for typo in tpm/tpm_ibmvtpm.c by Stephen Rothwell · 9 years ago
  2. a6885a5 tpm: select ANON_INODES for proxy driver by Arnd Bergmann · 9 years ago
  3. ced01b9 tpm: Fix IRQ unwind ordering in TIS by Jason Gunthorpe · 9 years ago
  4. 6f99612 tpm: Proxy driver for supporting multiple emulated TPMs by Stefan Berger · 9 years ago
  5. 2f9f537 tpm: Introduce TPM_CHIP_FLAG_VIRTUAL by Stefan Berger · 9 years ago
  6. 062807f tpm: Remove all uses of drvdata from the TPM Core by Jason Gunthorpe · 9 years ago
  7. 9e0d39d tpm: Remove useless priv field in struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  8. af782f3 tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip by Christophe Ricard · 9 years ago
  9. 56671c8 tpm: drop 'locality' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  10. 6e599f6 tpm: drop 'read_queue' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  11. 570a360 tpm: drop 'irq' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  12. 4eea703 tpm: drop 'iobase' from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  13. 003d305 tpm: drop list from struct tpm_vendor_specific by Christophe Ricard · 9 years ago
  14. c5b65fa tpm: drop the field 'time_expired' from struct tpm_chip by Jarkko Sakkinen · 9 years ago
  15. ee17798 tpm: drop 'base' from struct tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  16. d495652 tpm: drop manufacturer_id from struct tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  17. 23d06ff tpm: drop tpm_atmel specific fields from tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  18. ec5fd99 tpm: drop int_queue from tpm_vendor_specific by Jarkko Sakkinen · 9 years ago
  19. c0dff1f tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown() by Jarkko Sakkinen · 9 years ago
  20. 422eac3 tpm_crb: fix mapping of the buffers by Jarkko Sakkinen · 9 years ago
  21. ddab0e3 tpm/st33zp24: Remove unneeded tpm_reg in get_burstcount by Christophe Ricard · 9 years ago
  22. 20ab99f tpm/st33zp24/spi: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
  23. 32da563 tpm/st33zp24/i2c: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
  24. 14ddfbf tpm_crb: drop struct resource res from struct crb_priv by Jarkko Sakkinen · 9 years ago
  25. dcbeab1 tpm: fix crash in tpm_tis deinitialization by Jarkko Sakkinen · 9 years ago
  26. d30b8e4 tpm: cleanup tpm_tis_remove() by Jarkko Sakkinen · 9 years ago
  27. 796d803 tpm: fix tpm_bios_log_setup stub prototype by Arnd Bergmann · 9 years ago
  28. 1551678 tpm: Replace device number bitmap with IDR by Stefan Berger · 9 years ago
  29. 3897cd9 tpm: Split out the devm stuff from tpmm_chip_alloc by Jason Gunthorpe · 9 years ago
  30. 2072df4 tpm: Get rid of module locking by Stefan Berger · 9 years ago
  31. 4e26195 tpm: Provide strong locking for device removal by Jason Gunthorpe · 9 years ago
  32. 3635e2e tpm: Get rid of devname by Jason Gunthorpe · 9 years ago
  33. 8cfffc9 tpm: Get rid of chip->pdev by Jason Gunthorpe · 9 years ago
  34. 4d8007e tpm/st33zp24/spi: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  35. 740ec34 tpm/st33zp24/i2c: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  36. 86ff205 tpm: st33zp24: Add support for acpi probing for spi device. by Christophe RICARD · 9 years ago
  37. 22eb90d tpm/st33zp24: Add support for acpi probing for i2c device. by Christophe RICARD · 9 years ago
  38. 8bb273f tpm/st33zp24: Extend Copyright headers by Christophe RICARD · 9 years ago
  39. 4ef2aa3 tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency by Christophe RICARD · 9 years ago
  40. 300796c tpm/st33zp24: Remove unneeded CONFIG_OF switches by Christophe RICARD · 9 years ago
  41. a5392e9 tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure by Christophe RICARD · 9 years ago
  42. d34306e tpm/st33zp24/spi: Remove useless use of memcpy. by Christophe RICARD · 9 years ago
  43. 8a74500 tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix by Christophe RICARD · 9 years ago
  44. 604e578 tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage by Christophe RICARD · 9 years ago
  45. add40d6 tpm/st33zp24/spi: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  46. 6388b65 tpm/st33zp24/i2c: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  47. 160beb4 tpm: st33zp24: Add support for acpi probing for spi device. by Christophe RICARD · 9 years ago
  48. fec60f2 tpm/st33zp24: Add support for acpi probing for i2c device. by Christophe RICARD · 9 years ago
  49. 2c2b217 tpm/st33zp24: Extend Copyright headers by Christophe RICARD · 9 years ago
  50. 10460bc tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency by Christophe RICARD · 9 years ago
  51. b55c8e9 tpm/st33zp24: Auto-select core module by Christophe RICARD · 9 years ago
  52. 8d8d218 tpm/st33zp24: Remove unneeded CONFIG_OF switches by Christophe RICARD · 9 years ago
  53. b637a36 tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure by Christophe RICARD · 9 years ago
  54. 6e0219c tpm/st33zp24/spi: Remove useless use of memcpy. by Christophe RICARD · 9 years ago
  55. b83ada0 tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix by Christophe RICARD · 9 years ago
  56. 9feaab5 tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage by Christophe RICARD · 9 years ago
  57. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 9 years ago
  58. 049ec1b Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  59. f2c6b9e Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  60. 95b46ae Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  61. eb10a7b Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  62. 5016320 Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  63. 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  64. d29e472 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  65. 60c07f8 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  66. 8cd8cbd Merge branch 'pm-cpufreq-fixes' by Rafael J. Wysocki · 9 years ago
  67. 5988a36 drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on error by Julien Grall · 9 years ago
  68. 0f254c7 drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu by Julien Grall · 9 years ago
  69. 121323a drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfg by Julien Grall · 9 years ago
  70. ab3ab68 drm/omap: fix unused variable warning. by Dave Airlie · 9 years ago
  71. f1777aa Merge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes by Dave Airlie · 9 years ago
  72. b160245 Merge tag 'imx-drm-next-2016-06-01' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 9 years ago
  73. 35962ea Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-at91 into drm-fixes by Dave Airlie · 9 years ago
  74. 6572c8c Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes by Dave Airlie · 9 years ago
  75. 0de6b99 irqchip/irq-pic32-evic: Fix bug with external interrupts. by Joshua Henderson · 9 years ago
  76. fbf8f40 irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144 by Ganapatrao Kulkarni · 9 years ago
  77. cf1d9d1 irqchip/gic-v3: Fix quiescence check in gic_enable_redist by Andrew Jones · 9 years ago
  78. f6c68b4 drm: hdlcd: Add information about the underlying framebuffers in debugfs by Liviu Dudau · 9 years ago
  79. 96ebb1f drm: hdlcd: Cleanup the atomic plane operations by Liviu Dudau · 9 years ago
  80. 38c8c22c drm/hdlcd: Fix up crtc_state->event handling by Daniel Vetter · 9 years ago
  81. a95acec drm: hdlcd: Revamp runtime power management by Liviu Dudau · 9 years ago
  82. afefc10 mmc: sunxi: Re-enable eMMC HS-DDR modes on Allwinner A80 by Chen-Yu Tsai · 9 years ago
  83. 0175249 mmc: sunxi: Fix DDR MMC timings for A80 by Chen-Yu Tsai · 9 years ago
  84. f74149436 mmc: fix mmc mode selection for HS-DDR and higher by Chen-Yu Tsai · 9 years ago
  85. 8631475 ACPI / processor: Avoid reserving IO regions too early by Rafael J. Wysocki · 9 years ago
  86. a9bf7d6 Merge tag 'mediatek-drm-fixes-2016-06-01' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 9 years ago
  87. 7f9bef9 ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width() by Lv Zheng · 9 years ago
  88. b9af694 cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch() by Rafael J. Wysocki · 9 years ago
  89. 719af93a Merge tag 'pinctrl-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  90. ebb8cb2 Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 9 years ago
  91. 2ea9f31 drm/mediatek: mtk_dsi: Remove spurious drm_connector_unregister by Philipp Zabel · 9 years ago
  92. 515ba6a drm/mediatek: mtk_dpi: remove invalid error message by Philipp Zabel · 9 years ago
  93. 58a2ab3 drm: atmel-hlcdc: fix a NULL check by Dan Carpenter · 9 years ago
  94. c2e4c99 drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementation by Boris Brezillon · 9 years ago
  95. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  96. d3922b6 drm/mgag200: Black screen fix for G200e rev 4 by Mathieu Larouche · 9 years ago
  97. afe705b drm: Wrap direct calls to driver->gem_free_object from CMA by Chris Wilson · 9 years ago
  98. 1e8985a drm: fix fb refcount issue with atomic modesetting by Tomi Valkeinen · 9 years ago
  99. 6709887 drm: make drm_atomic_set_mode_prop_for_crtc() more reliable by Tomi Valkeinen · 9 years ago
  100. 84e5a79 drm/sti: remove extra mode fixup by Tomi Valkeinen · 9 years ago