1. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  2. 340286c Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  3. 69019d7 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. 0841c04 dmi: Avoid unaligned memory access in save_mem_devices() by Luck, Tony · 11 years ago
  5. 7ea6c6c Move cper.c from drivers/acpi/apei to drivers/firmware/efi by Luck, Tony · 11 years ago
  6. 536dc1e DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks by Russell King · 11 years ago
  7. 20d897e DMA-API: dcdbas: update DMA mask handing by Russell King · 11 years ago
  8. dd6dad4 DMI: Parse memory device (type 17) in SMBIOS by Chen, Gong · 11 years ago
  9. c158c3b boot, efi: Remove redundant memset() by Roy Franz · 11 years ago
  10. 3203209 Merge branch 'arm/common' into next by Matt Fleming · 11 years ago
  11. 4e28308 efi: resolve warnings found on ARM compile by Roy Franz · 11 years ago
  12. 6a5fe77 efi: Fix types in EFI calls to match EFI function definitions. by Roy Franz · 11 years ago
  13. 36f8961 efi: Renames in handle_cmdline_files() to complete generalization. by Roy Franz · 11 years ago
  14. 46f4582 efi: Generalize handle_ramdisks() and rename to handle_cmdline_files(). by Roy Franz · 11 years ago
  15. 0e1cadb efi: Allow efi_free() to be called with size of 0 by Roy Franz · 11 years ago
  16. 1c089c6 efi: generalize efi_get_memory_map() by Roy Franz · 11 years ago
  17. 86cc653 efi: Rename __get_map() to efi_get_memory_map() by Roy Franz · 11 years ago
  18. 5fef387 efi: Move unicode to ASCII conversion to shared function. by Roy Franz · 11 years ago
  19. 4a9f3a7 efi: Generalize relocate_kernel() for use by other architectures. by Roy Franz · 11 years ago
  20. c6866d7 efi: Move relocate_kernel() to shared file. by Roy Franz · 11 years ago
  21. 38dd9c0 efi: Enforce minimum alignment of 1 page on allocations. by Roy Franz · 11 years ago
  22. 40e4530 efi: Rename memory allocation/free functions by Roy Franz · 11 years ago
  23. 876dc36 efi: Add system table pointer argument to shared functions. by Roy Franz · 11 years ago
  24. 7721da4 efi: Move common EFI stub code from x86 arch code to common location by Roy Franz · 11 years ago
  25. ae79744 firmware/dmi_scan: drop OOM messages by Jean Delvare · 11 years ago
  26. ffbbb96 firmware/dmi_scan: constify strings by Jean Delvare · 11 years ago
  27. 02d9c47 firmware/dmi_scan: fix most checkpatch errors and warnings by Jean Delvare · 11 years ago
  28. 3d267f2 firmware/dmi_scan: drop obsolete comment by Jean Delvare · 11 years ago
  29. 20d0e57 drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  30. 9efff389 Merge branch 'arm/efi-stub' into next by Matt Fleming · 11 years ago
  31. 258f6fd efi: x86: make efi_lookup_mapped_addr() a common function by Leif Lindholm · 11 years ago
  32. 272686b efi: x86: ia64: provide a generic efi_config_init() by Leif Lindholm · 11 years ago
  33. 6f9dd30 efivars: Mark local function as static by Bojan Prtvar · 11 years ago
  34. f83b0a4 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  35. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  36. 4c33dea firmware: dcdbas: use binary attribute groups by Greg KH · 11 years ago
  37. f8c62f3 efi-pstore: Read and write to the 'compressed' flag of pstore by Aruna Balakrishnaiah · 11 years ago
  38. 9a4e139 pstore: Introduce new argument 'compressed' in the read callback by Aruna Balakrishnaiah · 11 years ago
  39. b3b515b pstore: Add new argument 'compressed' in pstore write callback by Aruna Balakrishnaiah · 11 years ago
  40. d39de28 dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine() by Ben Hutchings · 11 years ago
  41. d320c07 efivars: check for EFI_RUNTIME_SERVICES by Matt Fleming · 11 years ago
  42. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  43. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  44. 5017b28 dmi: add support for exact DMI matches in addition to substring matching by Jani Nikula · 11 years ago
  45. 04bbc8e Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  46. 6bbbca7 pstore: Pass header size in the pstore write callback by Aruna Balakrishnaiah · 11 years ago
  47. 0d83834 efivars: If pstore_register fails, free unneeded pstore buffer by Lenny Szubowicz · 11 years ago
  48. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  49. 7741892 efi, pstore: Cocci spatch "memdup.spatch" by Thomas Meyer · 11 years ago
  50. d05c39e dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly by Takashi Iwai · 11 years ago
  51. d51df2c efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuse by Seiji Aguchi · 11 years ago
  52. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  53. b9394d8 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  54. 79bae42 dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present() by Ben Hutchings · 11 years ago
  55. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 11 years ago
  56. c90fe6b dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer by Tejun Heo · 11 years ago
  57. 7b2dd6d efi: remove "kfree(NULL)" by Dan Carpenter · 11 years ago
  58. 85c9071 efi: locking fix in efivar_entry_set_safe() by Dan Carpenter · 11 years ago
  59. 8a415b8 efi, pstore: Read data from variable store before memcpy() by Matt Fleming · 11 years ago
  60. 12abcfd efi, pstore: Remove entry from list when erasing by Matt Fleming · 11 years ago
  61. 4ee39e9 efi, pstore: Initialise 'entry' before iterating by Matt Fleming · 11 years ago
  62. a614e19 Merge tag 'v3.9' into efi-for-tip2 by Matt Fleming · 11 years ago
  63. 7a6f93b firmware, memmap: fix firmware_map_entry leak by Yasuaki Ishimatsu · 11 years ago
  64. 303eb7e Include missing linux/magic.h inclusions by David Howells · 11 years ago
  65. f464246 efivars: only check for duplicates on the registered list by Matt Fleming · 11 years ago
  66. a9499fa efi: split efisubsystem from efivars by Tom Gundersen · 12 years ago
  67. d68772b efivarfs: Move to fs/efivarfs by Matt Fleming · 12 years ago
  68. 0485177 efivars: Move pstore code into the new EFI directory by Matt Fleming · 12 years ago
  69. e14ab23 efivars: efivar_entry API by Matt Fleming · 12 years ago
  70. 4423d77 efivars: Keep a private global pointer to efivars by Matt Fleming · 12 years ago
  71. d5abc7c efi: move utf16 string functions to efi.h by Matt Fleming · 12 years ago
  72. 0635eb8 Move utf16 functions to kernel core and rename by Matthew Garrett · 11 years ago
  73. a6e4d5a x86, efivars: firmware bug workarounds should be in platform code by Matt Fleming · 11 years ago
  74. ca0ba26 efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE by Ben Hutchings · 11 years ago
  75. e971318 efivars: Handle duplicate names from get_next_variable() by Matt Fleming · 11 years ago
  76. ec50bd3 efivars: explicitly calculate length of VariableName by Matt Fleming · 11 years ago
  77. ec0971b efivars: Add module parameter to disable use as a pstore backend by Seth Forshee · 11 years ago
  78. ed9dc8c efivars: Allow disabling use as a pstore backend by Seth Forshee · 11 years ago
  79. 7293261 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  80. a40e7cf dmi_scan: fix missing check for _DMI_ signature in smbios_present() by Ben Hutchings · 11 years ago
  81. feff5dc efivarfs: return accurate error code in efivarfs_fill_super() by Matt Fleming · 11 years ago
  82. 123abd7 efivars: efivarfs_valid_name() should handle pstore syntax by Matt Fleming · 11 years ago
  83. 68d9298 efi: be more paranoid about available space when creating variables by Matthew Garrett · 11 years ago
  84. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  85. e3c4877 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. 46c66c4 memory-hotplug: remove /sys/firmware/memmap/X sysfs by Yasuaki Ishimatsu · 11 years ago
  87. 024e4ec Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  88. a93bc0c efi_pstore: Introducing workqueue updating sysfs by Seiji Aguchi · 11 years ago
  89. 81fa4e5 efivars: Disable external interrupt while holding efivars->lock by Seiji Aguchi · 11 years ago
  90. da27a24 efivarfs: guid part of filenames are case-insensitive by Matt Fleming · 12 years ago
  91. 47f531e efivarfs: Validate filenames much more aggressively by Matt Fleming · 12 years ago
  92. 94a193f efivarfs: Use sizeof() instead of magic number by Matt Fleming · 12 years ago
  93. 04c2eee Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. 83e6818 efi: Make 'efi_enabled' a function to query EFI facilities by Matt Fleming · 12 years ago
  95. 791eb56 efivarfs: Delete dentry from dcache in efivarfs_file_write() by Matt Fleming · 12 years ago
  96. 1fa7e69 efivarfs: Never return ENOENT from firmware by Matt Fleming · 12 years ago
  97. de5fe95 efivarfs: Drop link count of the right inode by Lingzhu Xiang · 12 years ago
  98. e59310a efi_pstore: Avoid deadlock in non-blocking paths by Seiji Aguchi · 12 years ago
  99. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  100. 9f9c9cbb drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists by Zhenzhong Duan · 12 years ago