1. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  2. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  3. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  4. 19acc77 random: Fix fast_mix() function by George Spelvin · 10 years ago
  5. a45de93 ACPICA: Resources: Provide common part for struct acpi_resource_address structures. by Lv Zheng · 10 years ago
  6. 961be7e tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_device by Peter Huewe · 10 years ago
  7. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  8. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  9. 743410a tpm: fix format string error in tpm-chip.c by Jarkko Sakkinen · 10 years ago
  10. 9143099 char/tpm/tpm_crb: fix build error by Jarkko Sakkinen · 10 years ago
  11. 3b09825 char/tpm: fixed white spaces coding style issues by Bruno E O Meneguele · 10 years ago
  12. 3eda7d0 tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.h by Christophe Ricard · 10 years ago
  13. 7b1ee96 tpm/tpm_i2c_stm_st33: Replace remaining r by ret by Christophe Ricard · 10 years ago
  14. fc9ad77 tpm/tpm_i2c_stm_st33: Sanity cleanup by Christophe Ricard · 10 years ago
  15. ac77d33 tpm/tpm_i2c_stm_st33: Remove sparse spaces by Christophe Ricard · 10 years ago
  16. c4eadfa tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO by Christophe Ricard · 10 years ago
  17. aec04cb tpm: TPM 2.0 FIFO Interface by Jarkko Sakkinen · 10 years ago
  18. 30fc8d1 tpm: TPM 2.0 CRB Interface by Jarkko Sakkinen · 10 years ago
  19. 7a1d7e6 tpm: TPM 2.0 baseline support by Jarkko Sakkinen · 10 years ago
  20. 313d21e tpm: device class for tpm by Jarkko Sakkinen · 10 years ago
  21. 71ed848 tpm: rename chip->dev to chip->pdev by Jarkko Sakkinen · 10 years ago
  22. 0dc5536 tpm: fix raciness of PPI interface lookup by Jarkko Sakkinen · 10 years ago
  23. afb5abc tpm: two-phase chip management functions by Jarkko Sakkinen · 10 years ago
  24. 87155b7 tpm: merge duplicate transmit_cmd() functions by Jarkko Sakkinen · 10 years ago
  25. 1a0f1b2 tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driver by Ashley Lai · 10 years ago
  26. 67fe941 tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereference by Christophe Ricard · 10 years ago
  27. f2f083b tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1. by Christophe Ricard · 10 years ago
  28. 00820e8 tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registers by Christophe Ricard · 10 years ago
  29. c3804b8 tpm/tpm_i2c_stm_st33: Interrupt management improvement by Christophe Ricard · 10 years ago
  30. 8dcd198 tpm/tpm_i2c_stm_st33: Few code cleanup by Christophe Ricard · 10 years ago
  31. c36b1b2 tpm/tpm_i2c_stm_st33: Add devicetree structure by Christophe Ricard · 10 years ago
  32. 875edad tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_* by Christophe Ricard · 10 years ago
  33. ca16b76 tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return code by Christophe Ricard · 10 years ago
  34. 76182b6 tpm/tpm_i2c_stm_st33: Remove reference to io_serirq by Christophe Ricard · 10 years ago
  35. b9626f3 tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer[0], [1] buffer. by Christophe Ricard · 10 years ago
  36. 2dbca75 tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.c by Christophe Ricard · 10 years ago
  37. 7500c4b tpm/tpm_i2c_stm_st33: Fix few coding style error reported by scripts/checkpatch.pl by Christophe Ricard · 10 years ago
  38. 642d2be tpm/tpm_i2c_stm_st33: Change License header to have up to date address information by Christophe Ricard · 10 years ago
  39. 578aa13 tpm/tpm_i2c_stm_st33: Update Kconfig in order to be inline to other similar product by Christophe Ricard · 10 years ago
  40. 1ba3b0b tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send by Christophe Ricard · 10 years ago
  41. 2dfc2de char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_vendor_release" by Markus Elfring · 10 years ago
  42. 9fd8e5a tpm: remove unnecessary sizeof(u8) by Fabian Frederick · 10 years ago
  43. 84eb186 tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma by Hon Ching (Vicky) Lo · 10 years ago
  44. 448e9c5 tpm_tis: verify interrupt during init by Scot Doyle · 10 years ago
  45. bb95cd3 char: tpm: Add missing error check for devm_kzalloc by Kiran Padwal · 10 years ago
  46. 398a1e7 TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev by David Howells · 10 years ago
  47. 1421c93 ipmi: Fix compile warning with tv_usec by Corey Minyard · 10 years ago
  48. 08b022a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  49. bd8136d agp: Fix up email address & attributions in AGP MODULE_AUTHOR tags by Dave Jones · 10 years ago
  50. e3fe142 ipmi: Fix compile issue with isspace() by Corey Minyard · 10 years ago
  51. 9c63331 ipmi: Finish cleanup of BMC attributes by Corey Minyard · 10 years ago
  52. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  53. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  54. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  55. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  56. 95c97b5 ipmi: Check the BT interrupt enable periodically by Corey Minyard · 10 years ago
  57. a8df150 ipmi: Fix attention handling for system interfaces by Corey Minyard · 10 years ago
  58. d9b7e4f ipmi: Periodically check to see if irqs and messages are set right by Corey Minyard · 10 years ago
  59. 6a11e5c drivers/char/ipmi: Add powernv IPMI driver by Jeremy Kerr · 10 years ago
  60. 2593070 ipmi: Add SMBus interface driver (SSIF) by Corey Minyard · 13 years ago
  61. 99ab32f ipmi: Remove the now unused priority from SMI sender by Corey Minyard · 10 years ago
  62. b874b98 ipmi: Remove the now unnecessary message queue by Corey Minyard · 10 years ago
  63. 7ea0ed2 ipmi: Make the message handler easier to use for SMI interfaces by Corey Minyard · 10 years ago
  64. 7f4a1c8 ipmi: Move message sending into its own function by Corey Minyard · 10 years ago
  65. 65be754 ipmi: rename waiting_msgs to waiting_rcv_msgs by Corey Minyard · 10 years ago
  66. 968bf7c ipmi: Fix handling of BMC flags by Corey Minyard · 10 years ago
  67. 3d9e5df ipmi: Initialize BMC device attributes by Corey Minyard · 10 years ago
  68. 80fad5b ipmi: Unregister previously registered driver in error case by trenn@suse.de · 10 years ago
  69. ceb51ca ipmi: Fix a bug in hot add/remove by Corey Minyard · 10 years ago
  70. 5a0e10e ipmi: Remove useless sysfs_name parameters by Corey Minyard · 10 years ago
  71. 16639eb ipmi: clean up the device handling for the bmc device by Corey Minyard · 10 years ago
  72. 7e50387 ipmi: Move the address source to string to ipmi-generic code by Corey Minyard · 10 years ago
  73. ab42bf2 ipmi: Ignore SSIF in the PNP handling by Corey Minyard · 10 years ago
  74. 6b9e2ce Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  75. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  76. a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  77. 48b3606 virtio_console: fix sparse warnings by Michael S. Tsirkin · 10 years ago
  78. 51cdc38 virtio: drop VIRTIO_F_VERSION_1 from drivers by Michael S. Tsirkin · 10 years ago
  79. 1f0f910 virtio_console: virtio 1.0 support by Michael S. Tsirkin · 10 years ago
  80. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  81. 2d3867d hwrandom / exynos / PM: Use CONFIG_PM in #ifdef by Rafael J. Wysocki · 10 years ago
  82. e8115e7 Merge tag 'v3.18-rc7' into drm-next by Dave Airlie · 10 years ago
  83. 723493c i8k: Fix temperature bug handling in i8k_get_temp() by Pali Rohár · 10 years ago
  84. 4951db7 hwrng: atmel - add DT support by Boris Brezillon · 10 years ago
  85. 21961ef hwrng: atmel - use clk_prepapre_enable/_disable_unprepare by Boris Brezillon · 10 years ago
  86. e88b1fc Revert "misc: always assign miscdevice to file->private_data in open()" by Greg Kroah-Hartman · 10 years ago
  87. 1b6f475 Revert "char: misc: document behaviour of open()" by Greg Kroah-Hartman · 10 years ago
  88. b23dc5a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  89. 65eca3a virtio_console: move early VQ enablement by Cornelia Huck · 10 years ago
  90. 0a6cb34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  91. 4c7912e Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 10 years ago
  92. 51b44eb Merge tag 'v3.18-rc4' into drm-next by Dave Airlie · 10 years ago
  93. 4707a34 /dev/mem: Use more consistent data types by Thierry Reding · 11 years ago
  94. d0439a5 hangcheck-timer: cleanup casting in hangcheck_init() by Dan Carpenter · 10 years ago
  95. 965ab29 char: misc: document behaviour of open() by Martin Kepplinger · 10 years ago
  96. 32eca22 misc: always assign miscdevice to file->private_data in open() by Martin Kepplinger · 10 years ago
  97. 148b1fd i8k: Add MODULE_DEVICE_TABLE macro by Pali Rohár · 10 years ago
  98. 0f35223 i8k: Add support for Dell Latitude E6440 by Pali Rohár · 10 years ago
  99. 24c65bc hwrng: pseries - port to new read API and fix stack corruption by Greg Kurz · 10 years ago
  100. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago