1. 06e386a Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  2. f922c4a module: allow symbol exports to be disabled by Ard Biesheuvel · 6 years ago
  3. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  4. 203b4fc Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  5. ce279d3 efi/libstub: Only disable stackleak plugin for arm64 by Laura Abbott · 6 years ago
  6. 0b3e336 arm64: Add support for STACKLEAK gcc plugin by Laura Abbott · 6 years ago
  7. 20d12cf efi/arm: map UEFI memory map even w/o runtime services enabled by AKASHI Takahiro · 6 years ago
  8. 3ea8649 efi/arm: preserve early mapping of UEFI memory map longer for BGRT by Ard Biesheuvel · 6 years ago
  9. e8f4194 efi/cper: Use consistent types for UUIDs by Andy Shevchenko · 6 years ago
  10. c4db9c1 efi: Deduplicate efi_open_volume() by Lukas Wunner · 6 years ago
  11. c1a2f7f mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids by Rik van Riel · 6 years ago
  12. 61f0d55 efi/esrt: Only call efi_mem_reserve() for boot services memory by Ard Biesheuvel · 6 years ago
  13. 7e1550b efi: Drop type and attribute checks in efi_mem_desc_lookup() by Ard Biesheuvel · 7 years ago
  14. 3d7ee34 efi/libstub/arm: Add opt-in Kconfig option for the DTB loader by Ard Biesheuvel · 7 years ago
  15. 7bb4970 efi/cper: Avoid using get_seconds() by Arnd Bergmann · 7 years ago
  16. 3eb420e efi: Use a work queue to invoke EFI Runtime Services by Sai Praneeth · 7 years ago
  17. 0c92503 efi/bgrt: Drop __initdata from bgrt_image_size by Hans de Goede · 7 years ago
  18. 52e1cf2 efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed mode by Hans de Goede · 7 years ago
  19. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  20. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  21. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  22. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  23. 7aaa822 pstore: Convert internal records to timespec64 by Kees Cook · 7 years ago
  24. a74e0c4 Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  25. 31a85cb Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. 4f74d72 efi/libstub/arm64: Handle randomized TEXT_OFFSET by Mark Rutland · 7 years ago
  27. 63dcc70 device property: Get rid of union aliasing by Andy Shevchenko · 7 years ago
  28. 83f0a7c efi/capsule-loader: Don't output reset log when reset flags are not set by Shunyong Yang · 7 years ago
  29. 0add16c efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() static by Wei Yongjun · 7 years ago
  30. 9c17866 efi: Decode IA32/X64 Context Info structure by Yazen Ghannam · 7 years ago
  31. a32bc29 efi: Decode IA32/X64 MS Check structure by Yazen Ghannam · 7 years ago
  32. c6bc4ac efi: Decode additional IA32/X64 Bus Check fields by Yazen Ghannam · 7 years ago
  33. a9c1e3e efi: Decode IA32/X64 Cache, TLB, and Bus Check structures by Yazen Ghannam · 7 years ago
  34. dc2d26e efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs by Yazen Ghannam · 7 years ago
  35. 7c9449b efi: Decode IA32/X64 Processor Error Info Structure by Yazen Ghannam · 7 years ago
  36. f9e1bdb efi: Decode IA32/X64 Processor Error Section by Yazen Ghannam · 7 years ago
  37. 75e4fd3 efi/cper: Remove the INDENT_SP silliness by Borislav Petkov · 7 years ago
  38. a7012bd x86/xen/efi: Initialize UEFI secure boot state during dom0 boot by Daniel Kiper · 7 years ago
  39. bc16d40 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. 79832f0 efi/libstub/tpm: Initialize pointer variables to zero for mixed mode by Ard Biesheuvel · 7 years ago
  41. 36b6497 efi: Use string literals for efi_char16_t variable initializers by Ard Biesheuvel · 7 years ago
  42. 136d5d5 efi/esrt: Fix handling of early ESRT table mapping by Ard Biesheuvel · 7 years ago
  43. 7e904a9 efi: Use efi_mm in x86 as well as ARM by Sai Praneeth · 7 years ago
  44. 44612d7 efi/apple-properties: Use memremap() instead of ioremap() by Andy Shevchenko · 7 years ago
  45. 5b4e4c3 efi: Reorder pr_notice() with add_device_randomness() call by Ard Biesheuvel · 7 years ago
  46. 1832e641 efi/arm*: Stop printing addresses of virtual mappings by Ard Biesheuvel · 7 years ago
  47. 6e98503 efi/apple-properties: Remove redundant attribute initialization from unmarshal_key_value_pairs() by Andy Shevchenko · 7 years ago
  48. 6b31a2f efi/arm*: Only register page tables when they exist by Mark Rutland · 7 years ago
  49. 562f36e Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  50. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  51. 1ae83c5 kconfig: use bool instead of boolean for type definition attributes, again by Masahiro Yamada · 7 years ago
  52. a5c03c3 x86/efi: Clarify that reset attack mitigation needs appropriate userspace by Matthew Garrett · 7 years ago
  53. 33b6d03 efi: call get_event_log before ExitBootServices by Thiebaud Weksteen · 7 years ago
  54. 301f55b efi: Parse ARM error information value by Tyler Baicar · 7 years ago
  55. c6d8c8e efi: Move ARM CPER code to new file by Tyler Baicar · 7 years ago
  56. 50342b2 efi: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  57. 76ad9df efi/capsule-loader: Fix pr_err() string to end with newline by Arvind Yadav · 7 years ago
  58. f24c4d4 efi/capsule-loader: Reinstate virtual capsule mapping by Ard Biesheuvel · 7 years ago
  59. 0b02e44 efi: Add comment to avoid future expanding of sysfs systab by Dave Young · 7 years ago
  60. 89c5a2d efi/esrt: Use memunmap() instead of kfree() to free the remapping by Pan Bian · 7 years ago
  61. af97a77 efi: Move some sysfs files to be read-only by root by Greg Kroah-Hartman · 7 years ago
  62. 2d63499 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  63. 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
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. 29f9007 efi/libstub: arm: omit sorting of the UEFI memory map by Ard Biesheuvel · 7 years ago
  66. 38fb665 efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=y by Ard Biesheuvel · 7 years ago
  67. 092e72c efi/efi_test: Prevent an Oops in efi_runtime_query_capsulecaps() by Dan Carpenter · 7 years ago
  68. ae71948 Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  69. 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
  70. 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
  71. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  72. 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
  73. 298bd7f Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist' by Rafael J. Wysocki · 7 years ago
  74. c002075 efi: switch to use new generic UUID API by Andy Shevchenko · 7 years ago
  75. 6de47a5 efi/bgrt: Use efi_mem_type() by Jan Beulich · 7 years ago
  76. 23f0571 efi: Move efi_mem_type() to common code by Jan Beulich · 7 years ago
  77. 68ee51c efi/reboot: Make function pointer orig_pm_power_off static by Colin Ian King · 7 years ago
  78. c2ceb5f efi/random: Increase size of firmware supplied randomness by Ard Biesheuvel · 7 years ago
  79. ccc829b efi/libstub: Enable reset attack mitigation by Matthew Garrett · 7 years ago
  80. 3cb9bc8 Merge branch 'x86/mm' into efi/core, to pick up dependencies by Ingo Molnar · 7 years ago
  81. c4335fd ACPI: APEI: fix the wrong iteration of generic error status block by gengdongjiu · 7 years ago
  82. f1a5b53 firmware/efi/esrt: Constify attribute_group structures by Arvind Yadav · 7 years ago
  83. 3ad6bd7 firmware/efi: Constify attribute_group structures by Arvind Yadav · 7 years ago
  84. b6a3780 efi/reboot: Fall back to original power-off method if EFI_RESET_SHUTDOWN returns by Hans de Goede · 7 years ago
  85. 9a9de5c efi/arm/arm64: Add missing assignment of efi.config_table by Ard Biesheuvel · 7 years ago
  86. 91ee5b2 efi/libstub/arm64: Set -fpie when building the EFI stub by Ard Biesheuvel · 7 years ago
  87. 0426a4e efi/libstub/arm64: Force 'hidden' visibility for section markers by Ard Biesheuvel · 7 years ago
  88. f56ab9a efi/arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAP by Ard Biesheuvel · 7 years ago
  89. 02e43c2 efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor by Baoquan He · 7 years ago
  90. 170976b efi/arm64: add EFI_KIMG_ALIGN by Mark Rutland · 8 years ago
  91. 630b3af treewide: Consolidate Apple DMI checks by Lukas Wunner · 7 years ago
  92. a19d66c efi: Add an EFI table address match function by Tom Lendacky · 7 years ago
  93. 3e2c044 efi: avoid fortify checks in EFI stub by Kees Cook · 8 years ago
  94. 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  95. 2cc7b4c Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  96. 162b246 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. 457ea3f efi: Process the MEMATTR table only if EFI_MEMMAP is enabled by Daniel Kiper · 8 years ago
  98. e9279e8 trace, ras: add ARM processor error trace event by Tyler Baicar · 8 years ago
  99. 0fc300f efi: print unrecognized CPER section by Tyler Baicar · 8 years ago
  100. 2f74f09 efi: parse ARM processor error by Tyler Baicar · 8 years ago