1. e246eb5 efi: Add pstore variables to the deletion whitelist by Matt Fleming · 8 years ago
  2. ed8b0de efi: Make efivarfs entries immutable by default by Peter Jones · 8 years ago
  3. 8282f5d efi: Make our variable validation list include the guid by Peter Jones · 8 years ago
  4. 3dcb1f5 efi: Do variable name validation tests in utf8 by Peter Jones · 8 years ago
  5. e0d64e6 efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version by Peter Jones · 8 years ago
  6. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 8 years ago
  7. 1f330c3 drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of open-coding by Stephen Boyd · 8 years ago
  8. d45187a Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 8 years ago
  9. e5b6c15 firmware: dmi_scan: Save SMBIOS Type 9 System Slots by Jordan Hargrave · 8 years ago
  10. bfab8b48 firmware: dmi_scan: Fix dmi_find_device description by Jean Delvare · 8 years ago
  11. 45b9825 firmware: dmi_scan: Clarify dmi_save_extended_devices by Jean Delvare · 8 years ago
  12. 96e2394 firmware: dmi_scan: Optimize dmi_save_extended_devices by Jean Delvare · 8 years ago
  13. 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  14. 0f7f2f0 efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap by Ard Biesheuvel · 8 years ago
  15. 01e9d22 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  16. fa5fd7c Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  17. 6660800 Merge branch 'devel-stable' into for-linus by Russell King · 8 years ago
  18. ff4319d firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6 by Andrea Arcangeli · 8 years ago
  19. b523e18 efi: stub: define DISABLE_BRANCH_PROFILING for all architectures by Ard Biesheuvel · 9 years ago
  20. e679660 ARM: 8481/2: drivers: psci: replace psci firmware calls by Jens Wiklander · 8 years ago
  21. 98dd64f ARM: 8478/2: arm/arm64: add arm-smccc by Jens Wiklander · 8 years ago
  22. 81a0bc3 ARM: add UEFI stub support by Roy Franz · 9 years ago
  23. da58fb6 ARM: wire up UEFI init and runtime support by Ard Biesheuvel · 9 years ago
  24. f7d9248 arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  25. e5bc22a arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM by Ard Biesheuvel · 9 years ago
  26. e3d132d treewide: Fix typos in printk by Masanari Iida · 9 years ago
  27. b44a3d2 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  28. 66339fda Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  29. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  30. a07e744 efi-pstore: fix kernel-doc argument name by Geliang Tang · 9 years ago
  31. f8f8bdc arm64/efi: fix libstub build under CONFIG_MODVERSIONS by Ard Biesheuvel · 9 years ago
  32. bf45778 arm64/efi: move arm64 specific stub C code to libstub by Ard Biesheuvel · 9 years ago
  33. 78b9bc9 efi: Fix warning of int-to-pointer-cast on x86 32-bit builds by Taku Izumi · 9 years ago
  34. 44511fb efi: Use correct type for struct efi_memory_map::phys_map by Ard Biesheuvel · 9 years ago
  35. 2bf8bda Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblinux into next/drivers by Olof Johansson · 9 years ago
  36. 056a72a Merge branch 'drivers/psci2' into next/drivers by Olof Johansson · 9 years ago
  37. 79b04be drivers: psci: make PSCI 1.0 functions initialization version dependent by Lorenzo Pieralisi · 9 years ago
  38. 825294c Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux into next/drivers by Olof Johansson · 9 years ago
  39. ead6742 Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into next/drivers by Arnd Bergmann · 9 years ago
  40. 4e3d606 ARM: bcm2835: Add the Raspberry Pi firmware driver by Eric Anholt · 9 years ago
  41. 33e38b4 firmware: qcom-scm: build for correct architecture level by Arnd Bergmann · 9 years ago
  42. c7b7c60 qcom-scm: fix endianess issue in __qcom_scm_is_call_available by Rob Clark · 9 years ago
  43. c049adc Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers by Arnd Bergmann · 9 years ago
  44. 790a2ee Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi by Ingo Molnar · 9 years ago
  45. c7d77a7 Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix by Ingo Molnar · 9 years ago
  46. 39d114d arm64: add KASAN support by Andrey Ryabinin · 9 years ago
  47. e8f3010 arm64/efi: isolate EFI stub from the kernel proper by Ard Biesheuvel · 9 years ago
  48. d4dddfd arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property by Ard Biesheuvel · 9 years ago
  49. 0f96a99 efi: Add "efi_fake_mem" boot option by Taku Izumi · 9 years ago
  50. 9ac4d5a efi: Auto-load the efi-pstore module by Ben Hutchings · 9 years ago
  51. a104171 efi: Introduce EFI_NX_PE_DATA bit and set it from properties table by Ard Biesheuvel · 9 years ago
  52. bf92486 efi: Add support for UEFIv2.5 Properties table by Ard Biesheuvel · 9 years ago
  53. 8be4432 efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format() by Taku Izumi · 9 years ago
  54. 7968c0e efi/arm64: Clean up efi_get_fdt_params() interface by Leif Lindholm · 9 years ago
  55. 12dd00e efi/x86: Move efi=debug option parsing to core by Leif Lindholm · 9 years ago
  56. 18aefbc drivers/firmware: Make efi/esrt.c driver explicitly non-modular by Paul Gortmaker · 9 years ago
  57. 0ce423b efi: Use the generic efi.memmap instead of 'memmap' by Matt Fleming · 9 years ago
  58. 38a1bdc firmware: arm_scpi: Extend to support sensors by Punit Agrawal · 9 years ago
  59. faf7ec4 drivers: firmware: psci: add system suspend support by Sudeep Holla · 9 years ago
  60. 029180b drivers: firmware: psci: define more generic PSCI_FN_NATIVE macro by Sudeep Holla · 9 years ago
  61. 0fc197c drivers: firmware: psci: add PSCI v1.0 DT bindings by Lorenzo Pieralisi · 9 years ago
  62. a5c00bb drivers: firmware: psci: add extended stateid power_state support by Lorenzo Pieralisi · 9 years ago
  63. 5f004e0 drivers: firmware: psci: add PSCI_FEATURES call by Lorenzo Pieralisi · 9 years ago
  64. 068654c drivers: firmware: psci: move power_state handling to generic code by Lorenzo Pieralisi · 9 years ago
  65. 2217d7c drivers: firmware: psci: add INVALID_ADDRESS return value by Lorenzo Pieralisi · 9 years ago
  66. 0ce3cc0 arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions by Ard Biesheuvel · 9 years ago
  67. 8cb7cf5 firmware: add support for ARM System Control and Power Interface(SCPI) protocol by Sudeep Holla · 9 years ago
  68. 685b5f1 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  69. 50b956f firmware: qcom: scm: Add function stubs for ARM64 by Andy Gross · 9 years ago
  70. 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  71. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  72. c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  73. 3ff32a0 Merge branch 'devel-stable' into for-linus by Russell King · 9 years ago
  74. 72ccc89 FIRMWARE: bcm47xx_nvram: Fix module license. by Axel Lin · 9 years ago
  75. efaa6e2 firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area() by Russell King · 9 years ago
  76. 7bf7931 efi, x86: Rearrange efi_mem_attributes() by Jonathan (Zhixiong) Zhang · 9 years ago
  77. 87db73ae efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5 by Ard Biesheuvel · 9 years ago
  78. 5211df0 drivers: psci: support native SMC{32,64} calls by Mark Rutland · 9 years ago
  79. bff6079 arm64: psci: factor invocation code to drivers by Mark Rutland · 9 years ago
  80. 9115c75 efi: Check for NULL efi kernel parameters by Ricardo Neri · 9 years ago
  81. cd369c2 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 9 years ago
  82. 4c62360 efi: Handle memory error structures produced based on old versions of standard by Luck, Tony · 9 years ago
  83. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  84. 4da3064 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 9 years ago
  85. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  86. becfc3c Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 9 years ago
  87. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  88. f5dcb68 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  89. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  90. f7b0821 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 9 years ago
  91. cbdc281 drivers/firmware/memmap.c: fix kernel-doc format by Michal Simek · 9 years ago
  92. d1d8704 firmware: dmi_scan: Coding style cleanups by Jean Delvare · 9 years ago
  93. d7f96f97 firmware: dmi_scan: add SBMIOS entry and DMI tables by Ivan Khoronzhuk · 9 years ago
  94. 6e0ad59 firmware: dmi_scan: Trim DMI table length before exporting it by Jean Delvare · 9 years ago
  95. eb4c5ea firmware: dmi_scan: Rename dmi_table to dmi_decode_table by Ivan Khoronzhuk · 9 years ago
  96. 17cd5bd firmware: dmi_scan: Only honor end-of-table for 64-bit tables by Jean Delvare · 9 years ago
  97. cfe3ece Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  98. f6e734a MIPS: BCM47xx: Move NVRAM driver to the drivers/firmware/ by Rafał Miłecki · 9 years ago
  99. d4f7743 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Ingo Molnar · 9 years ago
  100. 3846c15 efi: Work around ia64 build problem with ESRT driver by Peter Jones · 9 years ago