1. 5af7f11 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  2. 039cd25 Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 6 years ago
  3. 45763bf Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  4. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  5. 384d11f Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  6. 750b317 agp: efficeon: no need to set PG_reserved on GATT tables by David Hildenbrand · 6 years ago
  7. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  8. 984798d hwrng: bcm2835 - fix probe as platform device by Jonas Gorski · 6 years ago
  9. 401c9bd hpet: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  10. 0389035 ipmi_si: Potential array underflow in hotmod_handler() by Dan Carpenter · 6 years ago
  11. 90b2d4f ipmi_si: Remove hacks for adding a dummy platform devices by Corey Minyard · 6 years ago
  12. e17c657 ipmi_si: Consolidate scanning the platform bus by Corey Minyard · 6 years ago
  13. bdb57b7 ipmi_si: Remove hotmod devices on removal and exit by Corey Minyard · 6 years ago
  14. 1a84df2 ipmi_si: Remove hardcode IPMI devices by scanning the platform bus by Corey Minyard · 6 years ago
  15. 3bb8ea4 ipmi_si: Switch hotmod to use a platform device by Corey Minyard · 6 years ago
  16. 3cd83ba ipmi: Consolidate the adding of platform devices by Corey Minyard · 6 years ago
  17. f6296bd ipmi_si: Rename addr_type to addr_space to match what it does by Corey Minyard · 6 years ago
  18. f25eb44 ipmi_si: Convert some types into unsigned by Corey Minyard · 6 years ago
  19. 41b766d ipmi_si: Fix crash when using hard-coded device by Corey Minyard · 6 years ago
  20. 4f64020 hwrng: make symbol 'optee_rng_id_table' static by Wei Yongjun · 6 years ago
  21. 8deed84 hwrng: Fix unsigned comparison with less than zero by YueHaibing · 6 years ago
  22. 56410c0 hwrng: optee: Initialize some structs using memset instead of braces by Nathan Chancellor · 6 years ago
  23. dea73a3 Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers by Arnd Bergmann · 6 years ago
  24. ca5dc2d char: lp: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  25. 50a81b6 tpm/ppi: Enable submission of optional command parameter for PPI 1.3 by Stefan Berger · 6 years ago
  26. 8b60c79 tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is used by Stefan Berger · 6 years ago
  27. 9d4023e tpm/ppi: Display up to 101 operations as define for version 1.3 by Stefan Berger · 6 years ago
  28. 09fe1b4 tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1 by Stefan Berger · 6 years ago
  29. 587bad7 tpm/ppi: pass function revision ID to tpm_eval_dsm() by Stefan Berger · 6 years ago
  30. 0b6cf6b tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() by Roberto Sassu · 6 years ago
  31. 901615c tpm: move tpm_chip definition to include/linux/tpm.h by Roberto Sassu · 6 years ago
  32. 879b589 tpm: retrieve digest size of unknown algorithms with PCR read by Roberto Sassu · 6 years ago
  33. aa04247 tpm: rename and export tpm2_digest and tpm2_algorithms by Roberto Sassu · 6 years ago
  34. bcfff83 tpm: dynamically allocate the allocated_banks array by Roberto Sassu · 6 years ago
  35. 47a6c28 tpm: remove @flags from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  36. a3fbfae tpm: take TPM chip power gating out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  37. 719b7d8 tpm: introduce tpm_chip_start() and tpm_chip_stop() by Jarkko Sakkinen · 6 years ago
  38. 2f25740 tpm: remove TPM_TRANSMIT_UNLOCKED flag by Jarkko Sakkinen · 6 years ago
  39. 2677ca9 tpm: use tpm_try_get_ops() in tpm-sysfs.c. by Jarkko Sakkinen · 6 years ago
  40. 5faafba tpm: remove @space from tpm_transmit() by Jarkko Sakkinen · 6 years ago
  41. 29b47ce tpm: move TPM space code out of tpm_transmit() by Jarkko Sakkinen · 6 years ago
  42. c3465a3 tpm: move tpm_validate_commmand() to tpm2-space.c by Jarkko Sakkinen · 6 years ago
  43. 304ff67 tpm: clean up tpm_try_transmit() error handling flow by Jarkko Sakkinen · 6 years ago
  44. c4df71d tpm: encapsulate tpm_dev_transmit() by Jarkko Sakkinen · 6 years ago
  45. 720b071 tpm: access command header through struct in tpm_try_transmit() by Jarkko Sakkinen · 6 years ago
  46. b34b77a tpm: declare struct tpm_header by Jarkko Sakkinen · 6 years ago
  47. aff0c20 tpm: print tpm2_commit_space() error inside tpm2_commit_space() by Jarkko Sakkinen · 6 years ago
  48. 4148467 tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails by Jarkko Sakkinen · 6 years ago
  49. c628610 tpm: fix invalid return value in pubek_show() by Jarkko Sakkinen · 6 years ago
  50. 412eb58 tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter by Jarkko Sakkinen · 6 years ago
  51. 36ce089 tpm: don't return bool from update_timeouts by Jerry Snitselaar · 6 years ago
  52. 08a8112 tpm: don't print error message in tpm_transmit_cmd when tpm still testing by Jerry Snitselaar · 6 years ago
  53. c8faabf tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2 by Roberto Sassu · 6 years ago
  54. 64494d3 tpm: Fix off-by-one when reading binary_bios_measurements by Jia Zhang · 6 years ago
  55. bb3b6b0 tpm: Simplify the measurements loop by Jia Zhang · 6 years ago
  56. 442601e tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete by Jarkko Sakkinen · 6 years ago
  57. f5595f5 tpm: Unify the send callback behaviour by Jarkko Sakkinen · 6 years ago
  58. f320439 ipmi: Use dedicated API for copying a UUID by Andy Shevchenko · 6 years ago
  59. 16ccdb5 ipmi: Use defined constant for UUID representation by Andy Shevchenko · 6 years ago
  60. 83af419 ipmi:ssif: Change some pr_xxx to dev_xxx calls by Corey Minyard · 6 years ago
  61. 42c7c6e ipmi: kcs_bmc: handle devm_kasprintf() failure case by Nicholas Mc Guire · 6 years ago
  62. 95ac0da ipmi: Fix return value when a message is truncated by Corey Minyard · 6 years ago
  63. d5a2197 ipmi: clean an indentation issue, remove extraneous space by Colin Ian King · 6 years ago
  64. e1891cf ipmi: Make the smi watcher be disabled immediately when not needed by Corey Minyard · 6 years ago
  65. c65ea99 ipmi: Fix how the lower layers are told to watch for messages by Corey Minyard · 6 years ago
  66. a1466ec ipmi: Fix SSIF flag requests by Corey Minyard · 6 years ago
  67. 401e7e8 ipmi_si: fix use-after-free of resource->name by Yang Yingliang · 6 years ago
  68. 8ab547a tpm: Fix some name collisions with drivers/char/tpm.h by Jarkko Sakkinen · 6 years ago
  69. 3d7a850 tpm/tpm_crb: Avoid unaligned reads in crb_recv() by Jarkko Sakkinen · 6 years ago
  70. 5fe8b1c hwrng: add OP-TEE based rng driver by Sumit Garg · 6 years ago
  71. fdddcfd Merge 5.0-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  72. d488bd2 Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  73. aef027d hwrng: virtio - Avoid repeated init of completion by David Tolnay · 6 years ago
  74. 913a89f ipmi: Don't initialize anything in the core until something uses it by Corey Minyard · 6 years ago
  75. 77f8269 ipmi: fix use-after-free of user->release_barrier.rda by Yang Yingliang · 6 years ago
  76. 479d6b3 ipmi: Prevent use-after-free in deliver_response by Fred Klassen · 6 years ago
  77. a7102c7 ipmi: msghandler: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
  78. 7d6380cd ipmi:ssif: Fix handling of multi-part return messages by Corey Minyard · 6 years ago
  79. f9f7bb9 mbcs: add .owner to mbcs struct file_operations by Naveen Kumar Parna · 6 years ago
  80. d7ac3c6 applicom: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
  81. 24d48a6 hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable by Buland Singh · 6 years ago
  82. db6e863 efirtc: remove unnecessary code efi_rtc_open & efi_rtc_close by Naveen Kumar Parna · 6 years ago
  83. 20e07af powerpc: Adopt nvram module for PPC64 by Finn Thain · 6 years ago
  84. 537f328 char/generic_nvram: Remove as unused by Finn Thain · 6 years ago
  85. f9c3a57 powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM by Finn Thain · 6 years ago
  86. 95ac14b powerpc: Implement nvram ioctls by Finn Thain · 6 years ago
  87. 7fc0ac0 char/nvram: Add "devname:nvram" module alias by Finn Thain · 6 years ago
  88. 666047f m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS by Finn Thain · 6 years ago
  89. 109b3a8 char/nvram: Implement NVRAM read/write methods by Finn Thain · 6 years ago
  90. 2d58636 char/nvram: Allow the set_checksum and initialize ioctls to be omitted by Finn Thain · 6 years ago
  91. d5bbb50 char/nvram: Adopt arch_nvram_ops by Finn Thain · 6 years ago
  92. a156c7b powerpc: Replace nvram_* extern declarations with standard header by Finn Thain · 6 years ago
  93. 1278cf6 nvram: Replace nvram_* function exports with static functions by Finn Thain · 6 years ago
  94. cb8d800 char/nvram: Re-order functions to remove forward declarations and #ifdefs by Finn Thain · 6 years ago
  95. 437ace3 m68k/atari: Move Atari-specific code out of drivers/char/nvram.c by Finn Thain · 6 years ago
  96. 83d2aed scsi/atari_scsi: Don't select CONFIG_NVRAM by Finn Thain · 6 years ago
  97. 701956d char/mwave: fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  98. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  99. 74673fc Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  100. 28e8c4b Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago