1. 9c02e06 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  2. 0b02e44 efi: Add comment to avoid future expanding of sysfs systab by Dave Young · 7 years ago
  3. 89c5a2d efi/esrt: Use memunmap() instead of kfree() to free the remapping by Pan Bian · 7 years ago
  4. af97a77 efi: Move some sysfs files to be read-only by root by Greg Kroah-Hartman · 7 years ago
  5. 6a5e05a Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  6. 2391f0b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  7. 81faa55 firmware: arm_scpi: Revert updates made during v4.15 merge window by Olof Johansson · 7 years ago
  8. 23f1b8d fw_cfg: fix driver remove by Marc-André Lureau · 7 years ago
  9. 0631fb8 firmware: vpd: Fix platform driver and device registration/unregistration by Guenter Roeck · 7 years ago
  10. e4b28b3 firmware: vpd: Tie firmware kobject to device lifetime by Guenter Roeck · 7 years ago
  11. 811d7e0 firmware: vpd: Destroy vpd sections in remove function by Guenter Roeck · 7 years ago
  12. ff07a23 drivers/firmware: psci: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  13. 4f88bd2 Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  14. cf9b077 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  15. 18c83d2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  16. c1d0c3f fw_cfg: fix the command line module name by Marc-André Lureau · 7 years ago
  17. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  18. 2d63499 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  19. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  20. 51d3290 drivers/firmware: psci_checker: Add missing destroy_timer_on_stack() by Lorenzo Pieralisi · 7 years ago
  21. 5e9b41f Merge tag 'keystone_soc_drivers_4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/drivers by Arnd Bergmann · 7 years ago
  22. 097924c Merge tag 'tegra-for-4.15-firmware' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Arnd Bergmann · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. d82bd35 firmware: scm: Add new SCM call API for switching memory ownership by Avaneesh Kumar Dwivedi · 7 years ago
  25. 29f9007 efi/libstub: arm: omit sorting of the UEFI memory map by Ard Biesheuvel · 7 years ago
  26. 38fb665 efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=y by Ard Biesheuvel · 7 years ago
  27. 092e72c efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps() by Dan Carpenter · 7 years ago
  28. eeafcc5 locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  29. 8a36c27 Merge tag 'qcom-drivers-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers by Arnd Bergmann · 7 years ago
  30. f2381f6 firmware: tegra: Add BPMP debugfs support by Timo Alho · 7 years ago
  31. 2e1e09e firmware: tegra: Expose tegra_bpmp_mrq_return() by Mikko Perttunen · 7 years ago
  32. 370d010 firmware: tegra: Propagate error code to caller by Timo Alho · 7 years ago
  33. 8c1b7dc firmware: qcom: scm: Expose download-mode control by Bjorn Andersson · 7 years ago
  34. 4e659db firmware: qcom: scm: Expose secure IO service by Bjorn Andersson · 7 years ago
  35. 595f3a9 ti_sci: Use %pS printk format for direct addresses by Helge Deller · 7 years ago
  36. 430594c firmware: arm_scpi: silence sparse warnings by Heiner Kallweit · 7 years ago
  37. 48bee74 firmware: arm_scpi: remove all single element structures by Sudeep Holla · 7 years ago
  38. 1b36633 firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem by Sudeep Holla · 7 years ago
  39. 5c7ae64 firmware: arm_scpi: improve struct sensor_value by Heiner Kallweit · 7 years ago
  40. 4864dca firmware: arm_scpi: improve handling of protocol and firmware version subfields by Heiner Kallweit · 7 years ago
  41. d9e324e firmware: arm_scpi: improve struct dvfs_info to make code better readable by Heiner Kallweit · 7 years ago
  42. 95998c7 firmware: arm_scpi: remove scpi_remove by Heiner Kallweit · 7 years ago
  43. 27c54cd firmware: arm_scpi: make freeing mbox channels device-managed by Heiner Kallweit · 7 years ago
  44. 931cf0c firmware: arm_scpi: pre-populate dvfs info in scpi_probe by Heiner Kallweit · 7 years ago
  45. cfe8a9c firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_remove by Heiner Kallweit · 7 years ago
  46. 0012694 firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to null by Heiner Kallweit · 7 years ago
  47. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  48. ae71948 Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  49. ae46654 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  50. f92e3da Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. 53ac64a Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  52. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  53. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  54. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. 298bd7f Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist' by Rafael J. Wysocki · 7 years ago
  56. c002075 efi: switch to use new generic UUID API by Andy Shevchenko · 7 years ago
  57. 75e5bae6 firmware: vpd: use memunmap instead of iounmap by Pan Bian · 7 years ago
  58. 6de47a5 efi/bgrt: Use efi_mem_type() by Jan Beulich · 7 years ago
  59. 23f0571 efi: Move efi_mem_type() to common code by Jan Beulich · 7 years ago
  60. 68ee51c efi/reboot: Make function pointer orig_pm_power_off static by Colin Ian King · 7 years ago
  61. c2ceb5f efi/random: Increase size of firmware supplied randomness by Ard Biesheuvel · 7 years ago
  62. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
  63. 3cb9bc8 Merge branch 'x86/mm' into efi/core, to pick up dependencies by Ingo Molnar · 7 years ago
  64. a48a7b6 Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers by Arnd Bergmann · 7 years ago
  65. c4335fd ACPI: APEI: fix the wrong iteration of generic error status block by gengdongjiu · 7 years ago
  66. 0d30176 firmware: arm_scpi: fix endianness of dev_id in struct dev_pstate_set by Sudeep Holla · 7 years ago
  67. f1a5b53 firmware/efi/esrt: Constify attribute_group structures by Arvind Yadav · 7 years ago
  68. 3ad6bd7 firmware/efi: Constify attribute_group structures by Arvind Yadav · 7 years ago
  69. 73e3107 firmware/dcdbas: Constify attribute_group structures by Arvind Yadav · 7 years ago
  70. b6a3780 efi/reboot: Fall back to original power-off method if EFI_RESET_SHUTDOWN returns by Hans de Goede · 7 years ago
  71. 9a9de5c efi/arm/arm64: Add missing assignment of efi.config_table by Ard Biesheuvel · 7 years ago
  72. 91ee5b2 efi/libstub/arm64: Set -fpie when building the EFI stub by Ard Biesheuvel · 7 years ago
  73. 0426a4e efi/libstub/arm64: Force 'hidden' visibility for section markers by Ard Biesheuvel · 7 years ago
  74. f56ab9a efi/arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAP by Ard Biesheuvel · 7 years ago
  75. 03f8935 Merge tag 'tegra-for-4.14-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Arnd Bergmann · 7 years ago
  76. 122954e firmware: tegra: set drvdata earlier by Timo Alho · 7 years ago
  77. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
  78. 9deee31 firmware: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  79. 170976b efi/arm64: add EFI_KIMG_ALIGN by Mark Rutland · 7 years ago
  80. 630b3af treewide: Consolidate Apple DMI checks by Lukas Wunner · 7 years ago
  81. a19d66c efi: Add an EFI table address match function by Tom Lendacky · 7 years ago
  82. f7750a7 x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings by Tom Lendacky · 7 years ago
  83. 3e2c044 efi: avoid fortify checks in EFI stub by Kees Cook · 7 years ago
  84. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  85. 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  86. 2cc7b4c Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  87. e854711 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  88. f4dd029 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  89. 162b246 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. 457ea3f efi: Process the MEMATTR table only if EFI_MEMMAP is enabled by Daniel Kiper · 7 years ago
  91. e9279e8 trace, ras: add ARM processor error trace event by Tyler Baicar · 7 years ago
  92. 0fc300f efi: print unrecognized CPER section by Tyler Baicar · 7 years ago
  93. 2f74f09 efi: parse ARM processor error by Tyler Baicar · 7 years ago
  94. 8a94471 cper: add timestamp print to CPER status printing by Tyler Baicar · 7 years ago
  95. bbcc2e7 ras: acpi/apei: cper: add support for generic data v3 structure by Tyler Baicar · 7 years ago
  96. 54ed812 firmware/ivc: use dma_mapping_error by Christoph Hellwig · 8 years ago
  97. 43e68aa Merge tag 'tegra-for-4.13-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Olof Johansson · 7 years ago
  98. f39b24e Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Olof Johansson · 7 years ago
  99. 93c452f Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers by Olof Johansson · 7 years ago
  100. cbfb749 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 7 years ago