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