1. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  3. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  4. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  5. 6363b3f Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 7 years ago
  6. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  7. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  8. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  11. 24219d2 ipmi: get rid of pointless access_ok() by Al Viro · 7 years ago
  12. c3577f61 hwrng: iproc-rng200 - Add support for BCM7278 by Florian Fainelli · 7 years ago
  13. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  14. e5cc6e7 hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume by Jim Quigley · 7 years ago
  15. 142a27f hwrng: core - Reset user selected rng by writing "" to rng_current by PrasannaKumar Muralidharan · 7 years ago
  16. c8dd5e4 hwrng: xgene - Convert timers to use timer_setup() by Kees Cook · 7 years ago
  17. ab387f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 7 years ago
  18. 200d24d hwrng/xgene-rng: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  19. 6297fab Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-next by Corey Minyard · 7 years ago
  20. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  21. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  22. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  23. 9577924 char: pcmcia: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  24. 33957a1 tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX by Jérémy Lefaure · 7 years ago
  25. 2d56c718 tpm: fix duplicate inline declaration specifier by Ruben Roy · 7 years ago
  26. 1a7a9b2 tpm: fix type of a local variables in tpm_tis_spi.c by Jarkko Sakkinen · 8 years ago
  27. 4557d4b tpm: fix type of a local variable in tpm2_map_command() by Jarkko Sakkinen · 8 years ago
  28. 171360d tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl() by Jarkko Sakkinen · 8 years ago
  29. ee70bc1 tpm-dev-common: Reject too short writes by Alexander Steffen · 8 years ago
  30. 125a221 tpm: React correctly to RC_TESTING from TPM 2.0 self tests by Alexander Steffen · 8 years ago
  31. 87434f5 tpm: Use dynamic delay to wait for TPM 2.0 self test result by Alexander Steffen · 8 years ago
  32. 2482b1b tpm: Trigger only missing TPM 2.0 self tests by Alexander Steffen · 8 years ago
  33. 6b3a131 tpm_tis_spi: Use DMA-safe memory for SPI transfers by Alexander Steffen · 8 years ago
  34. f535741 tpm/tpm_crb: Use start method value from ACPI table directly by Jiandi An · 8 years ago
  35. c37fbc0 tpm: constify transmit data pointers by Arnd Bergmann · 8 years ago
  36. 0bbc931 tpm_tis: make array cmd_getticks static const to shrink object code size by Colin Ian King · 8 years ago
  37. d7e17fe ipmi_si: Delete an error message for a failed memory allocation in try_smi_init() by Markus Elfring · 7 years ago
  38. c0a32fe ipmi_si: fix memory leak on new_smi by Colin Ian King · 7 years ago
  39. 4d0ec22 hwrng: core - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  40. da379f3 tpm: migrate pubek_show to struct tpm_buf by Jarkko Sakkinen · 8 years ago
  41. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  42. 51487d9 timer: Remove last user of TIMER_INITIALIZER by Kees Cook · 7 years ago
  43. b79bba1 ipmi: remove redundant initialization of bmc by Colin Ian King · 7 years ago
  44. daf9a4e ipmi: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  45. 106a846 ipmi: Clean up some print operations by Corey Minyard · 7 years ago
  46. 95e300c ipmi: Make the DMI probe into a generic platform probe by Corey Minyard · 7 years ago
  47. 55f91cb ipmi: Make the IPMI proc interface configurable by Corey Minyard · 7 years ago
  48. ac2673d ipmi_ssif: Add device attrs for the things in proc by Corey Minyard · 7 years ago
  49. 3dd377b ipmi_si: Add device attrs for the things in proc by Corey Minyard · 7 years ago
  50. 67f4fb0 ipmi_si: remove ipmi_smi_alloc() function by Corey Minyard · 8 years ago
  51. 58e2763 ipmi_si: Move port and mem I/O handling to their own files by Corey Minyard · 8 years ago
  52. d1a6791 ipmi_si: Get rid of unused spacing and port fields by Corey Minyard · 8 years ago
  53. c6f85a7 ipmi_si: Move PARISC handling to another file by Corey Minyard · 8 years ago
  54. 13d0b35 ipmi_si: Move PCI setup to another file by Corey Minyard · 8 years ago
  55. 9d70029 ipmi_si: Move platform device handling to another file by Corey Minyard · 8 years ago
  56. 7a45330 ipmi_si: Move hardcode handling to a separate file. by Corey Minyard · 8 years ago
  57. 44814ec ipmi_si: Move the hotmod handling to another file. by Corey Minyard · 8 years ago
  58. bb398a4 ipmi_si: Change ipmi_si_add_smi() to take just I/O info by Corey Minyard · 8 years ago
  59. e1eeb7f ipmi_si: Move io setup into io structure by Corey Minyard · 8 years ago
  60. 4f3e819 ipmi_si: Move irq setup handling into the io struct by Corey Minyard · 8 years ago
  61. 910840f ipmi_si: Move some platform data into the io structure by Corey Minyard · 8 years ago
  62. 1e89a49 ipmi_si: Rename function to add smi, make it global by Corey Minyard · 8 years ago
  63. 3fd32f9 ipmi: Convert IPMI GUID over to Linux guid_t by Corey Minyard · 8 years ago
  64. 31b0b07 ipmi: Rescan channel list on BMC changes by Corey Minyard · 8 years ago
  65. 5fdb1fb ipmi: Move lun and address out of channel struct by Corey Minyard · 8 years ago
  66. c0734bd ipmi: Retry BMC registration on a failure by Corey Minyard · 8 years ago
  67. b2cfd8a ipmi: Rework device id and guid handling to catch changing BMCs by Corey Minyard · 8 years ago
  68. c659ff3 ipmi: Use a temporary BMC for an interface by Corey Minyard · 8 years ago
  69. 28f26ac ipmi: Dynamically fetch GUID periodically by Corey Minyard · 8 years ago
  70. 39d3fb4 ipmi: Always fetch the guid through ipmi_get_device_id() by Corey Minyard · 8 years ago
  71. 1e5058e ipmi: Remove the device id from ipmi_register_smi() by Corey Minyard · 8 years ago
  72. aa9c9ab ipmi: allow dynamic BMC version information by Jeremy Kerr · 8 years ago
  73. 68e7e50 ipmi: Don't use BMC product/dev ids in the BMC name by Corey Minyard · 8 years ago
  74. c468f91 ipmi: Make ipmi_demangle_device_id more generic by Jeremy Kerr · 8 years ago
  75. a9137c3 ipmi: Add a reference from BMC devices to their interfaces by Jeremy Kerr · 8 years ago
  76. 511d57d ipmi: Get the device id through a function by Corey Minyard · 8 years ago
  77. 9b64a8b ipmi: Fix printing the BMC guid by Corey Minyard · 8 years ago
  78. a2cb600 ipmi: Rework BMC registration by Corey Minyard · 8 years ago
  79. 7e030d6 ipmi: Prefer ACPI system interfaces over SMBIOS ones by Corey Minyard · 8 years ago
  80. 9ca15af ipmi: Fix issues with BMC refcounts by Corey Minyard · 8 years ago
  81. eae4a36 ipmi: Check that the device type is BMC when scanning device by Corey Minyard · 8 years ago
  82. f33e4df ipmi: Move bmc find routing to below bmc device type by Corey Minyard · 8 years ago
  83. 72630d9 ipmi: Fix getting the GUID data by Corey Minyard · 8 years ago
  84. e6dd76a IPMI: make ipmi_poweroff_handler const by Bhumika Goyal · 8 years ago
  85. 1c9f98d ipmi: Make IPMI panic strings always available by Corey Minyard · 8 years ago
  86. b72fce5 char: ipmi: make function ipmi_get_info_from_resources static by Colin Ian King · 8 years ago
  87. 392a17b ipmi: fix unsigned long underflow by Corey Minyard · 8 years ago
  88. 719c1b3 char: ipmi: eliminate misleading print info when being probed via ACPI by Hanjun Guo · 8 years ago
  89. 1436ab0 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  90. fb154e0 tpm: ibmvtpm: simplify crq initialization and document crq format by Michal Suchanek · 8 years ago
  91. 9f3fc7b tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers by Hamza Attak · 8 years ago
  92. e1ec650 tpm: tpm_crb: constify acpi_device_id. by Arvind Yadav · 8 years ago
  93. c2a9c4b tpm: vtpm: constify vio_device_id by Arvind Yadav · 8 years ago
  94. c0133b0 hwrng: timeriomem - Remove 'max < 4' condition check by PrasannaKumar Muralidharan · 8 years ago
  95. 677c4f4 hwrng: pseries - constify vio_device_id by Arvind Yadav · 8 years ago
  96. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  97. 5226971 Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  98. 80cee03 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  99. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  100. 44b1671 Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago