1. da94001 Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  2. 442f1e7 firmware: google: increment VPD key_len properly by Brian Norris · 5 years ago
  3. be59d57 efi/tpm: Fix sanity check of unsigned tbl_size being less than zero by Colin Ian King · 5 years ago
  4. 1ed121e efi: Make unexported efi_rci2_sysfs_init() static by Ben Dooks · 5 years ago
  5. e658c82 efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsing by Jerry Snitselaar · 5 years ago
  6. 05c8c1f efi/tpm: Don't traverse an event log with no events by Peter Jones · 5 years ago
  7. c05f8f9 efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified by Ard Biesheuvel · 5 years ago
  8. 6fb9367 efi/cper: Fix endianness of PCIe class code by Lukas Wunner · 5 years ago
  9. cef0aa0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  10. a4207a1 Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes by Olof Johansson · 5 years ago
  11. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  12. 5d4156a firmware: bcm47xx_nvram: _really_ correct size_t printf format by Linus Torvalds · 5 years ago
  13. 5c6bd5d Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  14. 6cfae0c Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  15. 1f7d290 Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  16. 11ed5cf firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset by Sudeep Holla · 5 years ago
  17. cc9b499 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  18. 399eb9b Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  19. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  20. 3dc8dcb Merge tag 'qcom-drivers-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/drivers by Arnd Bergmann · 5 years ago
  21. 45b659e firmware: ti_sci: Allow for device shared and exclusive requests by Lokesh Vutla · 5 years ago
  22. 389711b firmware: Add Turris Mox rWTM firmware driver by Marek Behún · 5 years ago
  23. 4526ebb firmware: add Intel Stratix10 remote system update driver by Richard Gong · 5 years ago
  24. b5dc75c firmware: stratix10-svc: extend svc to support new RSU features by Richard Gong · 5 years ago
  25. 4b708b7 firmware: google: check if size is valid when decoding VPD data by Hung-Te Lin · 5 years ago
  26. bff00fd Merge tag 'imx-drivers-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/drivers by Arnd Bergmann · 5 years ago
  27. 5699ad0 firmware: bcm47xx_nvram: Allow COMPILE_TEST by Florian Fainelli · 6 years ago
  28. feb4eb0 firmware: bcm47xx_nvram: Correct size_t printf format by Florian Fainelli · 6 years ago
  29. 1957a85b efi: Restrict efivar_ssdt_load when the kernel is locked down by Matthew Garrett · 5 years ago
  30. 645c03a Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  31. ffbf23d5 firmware: imx: Add DSP IPC protocol interface by Daniel Baluta · 5 years ago
  32. 95a15d8 firmware: arm_scmi: Add RESET protocol in SCMI v2.0 by Sudeep Holla · 6 years ago
  33. 8238395 firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol by Sudeep Holla · 6 years ago
  34. ac8aaf3 firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannels by Sudeep Holla · 6 years ago
  35. aa90ac4 firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessors by Sudeep Holla · 5 years ago
  36. 2bc06ff firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible by Sudeep Holla · 6 years ago
  37. d0aba11 firmware: arm_scmi: Drop config flag in clk_ops->rate_set by Sudeep Holla · 6 years ago
  38. d09aac0 firmware: arm_scmi: Add asynchronous sensor read if it supports by Sudeep Holla · 6 years ago
  39. 6a55331 firmware: arm_scmi: Drop async flag in sensor_ops->reading_get by Sudeep Holla · 6 years ago
  40. 58ecdf0 firmware: arm_scmi: Add support for asynchronous commands and delayed response by Sudeep Holla · 6 years ago
  41. 22d1f76 firmware: arm_scmi: Add mechanism to unpack message headers by Sudeep Holla · 6 years ago
  42. 38c927f firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx by Sudeep Holla · 6 years ago
  43. 46cc7c2 firmware: arm_scmi: Add receive channel support for notifications by Sudeep Holla · 6 years ago
  44. 3748daf firmware: arm_scmi: Segregate tx channel handling and prepare to add rx by Sudeep Holla · 6 years ago
  45. 2747a96 firmware: arm_scmi: Reorder some functions to avoid forward declarations by Sudeep Holla · 6 years ago
  46. 9dc34d6 firmware: arm_scmi: Check if platform has released shmem before using by Sudeep Holla · 6 years ago
  47. 5b65af8 firmware: arm_scmi: Use the term 'message' instead of 'command' by Sudeep Holla · 6 years ago
  48. c29a628 firmware: arm_scmi: Fix few trivial typos in comments by Sudeep Holla · 6 years ago
  49. 37bbffc firmware: arm_scmi: Remove extra check for invalid length message responses by Sudeep Holla · 6 years ago
  50. 9eefa43 firmware: arm_scmi: Align few names in sensors protocol with SCMI specification by Sudeep Holla · 6 years ago
  51. b194a77 efi: cper: print AER info of PCIe fatal error by Xiaofei Tan · 5 years ago
  52. b61fbc8 efi-stub: Fix get_efi_config_table on mixed-mode setups by Hans de Goede · 5 years ago
  53. e6aa640 Merge 5.3-rc4 into driver-core-next by Greg Kroah-Hartman · 5 years ago
  54. 9ffeb6d PSCI: cpuidle: Refactor CPU suspend power_state parameter handling by Lorenzo Pieralisi · 5 years ago
  55. 7889614 ARM: psci: cpuidle: Enable PSCI CPUidle driver by Lorenzo Pieralisi · 5 years ago
  56. e76d8b7 drivers: firmware: psci: Decouple checker from generic ARM CPUidle by Lorenzo Pieralisi · 5 years ago
  57. 1c5fecb efi: Export Runtime Configuration Interface table to sysfs by Narendra K · 5 years ago
  58. 5828efb efi: ia64: move SAL systab handling out of generic EFI code by Ard Biesheuvel · 6 years ago
  59. ec7e160 efi/x86: move UV_SYSTAB handling into arch/x86 by Ard Biesheuvel · 6 years ago
  60. e55f31a efi: x86: move efi_is_table_address() into arch/x86 by Ard Biesheuvel · 6 years ago
  61. 43b9ac9 firmware: arm_scpi: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  62. 55d31aa Merge branch 'for-linus-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 5 years ago
  63. d43dc52 firmware: imx: scu-pd: Add IRQSTR_DSP PD range by Daniel Baluta · 5 years ago
  64. 590b346 firmware: imx: scu-pd: Add mu13 b side PD range by Daniel Baluta · 5 years ago
  65. 6d9d217 firmware: imx: scu-pd: Rename mu PD range to mu_a by Daniel Baluta · 5 years ago
  66. af311ff firmware: qcom_scm: Cleanup code in qcom_scm_assign_mem() by Stephen Boyd · 6 years ago
  67. c8b08fc firmware: qcom_scm: Fix some typos in docs and printks by Stephen Boyd · 6 years ago
  68. 6e37ccf firmware: qcom_scm: Use proper types for dma mappings by Stephen Boyd · 6 years ago
  69. 8362fd6 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  70. 94bccc3 iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FIND by Thomas Tai · 5 years ago
  71. 916f562 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 years ago
  72. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  73. 47c9e0c Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'clk-sprd' and 'clk-at91' into clk-next by Stephen Boyd · 5 years ago
  74. 97ff4ca Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  75. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  76. 8849225 Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 5 years ago
  77. a7211bc Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 91f2cf4 firmware: raspberrypi: register clk device by Nicolas Saenz Julienne · 6 years ago
  79. 9d9dd99 Merge tag 'tegra-for-5.3-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers by Olof Johansson · 6 years ago
  80. 0b88bc9 clk: ti: Use int to check return value from of_property_count_elems_of_size() by Stephen Boyd · 6 years ago
  81. 166a280 tpm: Don't duplicate events from the final event log in the TCG2 log by Matthew Garrett · 6 years ago
  82. 82d736a Abstract out support for locating an EFI config table by Matthew Garrett · 6 years ago
  83. 6b03261 efi: Attempt to get the TCG2 event log in the boot stub by Matthew Garrett · 6 years ago
  84. c46f340 tpm: Reserve the TPM final events table by Matthew Garrett · 6 years ago
  85. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  86. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  87. 975a616 efibc: Replace variable set function in notifier call by Tian Baofeng · 6 years ago
  88. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  89. d252768 firmware: arm_scmi: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  90. 5d8a437 firmware: ti_sci: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  91. 6c249cc Merge tag 'drivers_soc_for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/drivers by Olof Johansson · 6 years ago
  92. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  93. 97873a3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497 by Thomas Gleixner · 6 years ago
  94. 4c96050 firmware: ti_sci: Fix gcc unused-but-set-variable warning by YueHaibing · 6 years ago
  95. 8e1395a firmware: ti_sci: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  96. cad47b3 firmware: trusted_foundations: add ARMv7 dependency by Arnd Bergmann · 6 years ago
  97. df767c0 Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers by Olof Johansson · 6 years ago
  98. 92e074a firmware/psci: psci_checker: Park kthreads before stopping them by Jean-Philippe Brucker · 6 years ago
  99. 4bded29 Merge tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 6 years ago
  100. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago