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