1. 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
  2. 46c66c4 memory-hotplug: remove /sys/firmware/memmap/X sysfs by Yasuaki Ishimatsu · 11 years ago
  3. 024e4ec Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  4. a93bc0c efi_pstore: Introducing workqueue updating sysfs by Seiji Aguchi · 11 years ago
  5. 81fa4e5 efivars: Disable external interrupt while holding efivars->lock by Seiji Aguchi · 11 years ago
  6. da27a24 efivarfs: guid part of filenames are case-insensitive by Matt Fleming · 11 years ago
  7. 47f531e efivarfs: Validate filenames much more aggressively by Matt Fleming · 11 years ago
  8. 94a193f efivarfs: Use sizeof() instead of magic number by Matt Fleming · 12 years ago
  9. 04c2eee Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. 83e6818 efi: Make 'efi_enabled' a function to query EFI facilities by Matt Fleming · 12 years ago
  11. 791eb56 efivarfs: Delete dentry from dcache in efivarfs_file_write() by Matt Fleming · 11 years ago
  12. 1fa7e69 efivarfs: Never return ENOENT from firmware by Matt Fleming · 11 years ago
  13. de5fe95 efivarfs: Drop link count of the right inode by Lingzhu Xiang · 12 years ago
  14. e59310a efi_pstore: Avoid deadlock in non-blocking paths by Seiji Aguchi · 12 years ago
  15. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  16. 9f9c9cbb drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists by Zhenzhong Duan · 12 years ago
  17. f1d8e61 drivers/firmware/dmi_scan.c: check dmi version when get system uuid by Zhenzhong Duan · 12 years ago
  18. 9929561 efi: Fix the build with user namespaces enabled. by Eric W. Biederman · 12 years ago
  19. d42b3a2 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  20. f94ec0c efi_pstore: Add a format check for an existing variable name at erasing time by Seiji Aguchi · 12 years ago
  21. 0f7de85 efi_pstore: Add a format check for an existing variable name at reading time by Seiji Aguchi · 12 years ago
  22. 755d4fe efi_pstore: Add a sequence counter to a variable name by Seiji Aguchi · 12 years ago
  23. a9efd39 efi_pstore: Add ctime to argument of erase callback by Seiji Aguchi · 12 years ago
  24. 96480d9 efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs by Seiji Aguchi · 12 years ago
  25. dd230fe efi_pstore: Add a logic erasing entries to an erase callback by Seiji Aguchi · 12 years ago
  26. d80a361 efi_pstore: Check remaining space with QueryVariableInfo() before writing data by Seiji Aguchi · 12 years ago
  27. e83af1f efivarfs: Make efivarfs_fill_super() static by Matt Fleming · 12 years ago
  28. 89d1666 efivarfs: Use query_variable_info() to limit kmalloc() by Matt Fleming · 12 years ago
  29. cfcf2f1 efivarfs: Fix return value of efivarfs_file_write() by Matt Fleming · 12 years ago
  30. aeeaa8d efivarfs: Return a consistent error when efivarfs_get_inode() fails by Matt Fleming · 12 years ago
  31. 07b1c5b efivarfs: Make 'datasize' unsigned long by Matt Fleming · 12 years ago
  32. 9171632 efivarfs: Add unique magic number by Matt Fleming · 12 years ago
  33. d292384 efivarfs: Replace magic number with sizeof(attributes) by Matt Fleming · 12 years ago
  34. 7253eab efivarfs: Return an error if we fail to read a variable by Matt Fleming · 12 years ago
  35. 310ad75 efi: Clarify GUID length calculations by Jeremy Kerr · 12 years ago
  36. f5f6a60 efivarfs: Implement exclusive access for {get,set}_variable by Jeremy Kerr · 12 years ago
  37. 5ba6e29 efivarfs: efivarfs_fill_super() ensure we clean up correctly on error by Andy Whitcroft · 12 years ago
  38. c0359db efivarfs: efivarfs_fill_super() ensure we free our temporary name by Andy Whitcroft · 12 years ago
  39. 5c9b50a efivarfs: efivarfs_fill_super() fix inode reference counts by Andy Whitcroft · 12 years ago
  40. 45a937a efivarfs: efivarfs_create() ensure we drop our reference on inode on error by Andy Whitcroft · 12 years ago
  41. d142df0 efivarfs: efivarfs_file_read ensure we free data in error paths by Andy Whitcroft · 12 years ago
  42. 605e70c efi: add efivars kobject to efi sysfs folder by Lee, Chun-Yi · 12 years ago
  43. 0c542ed efi: Handle deletions and size changes in efivarfs_write_file by Jeremy Kerr · 12 years ago
  44. 5d9db88 efi: Add support for a UEFI variable filesystem by Matthew Garrett · 12 years ago
  45. bac7169 firmware/memmap: avoid type conflicts with the generic memmap_init() by Fengguang Wu · 12 years ago
  46. 7083909 firmware: Add missing attributes to EFI variable attribute print out from sysfs by Khalid Aziz · 12 years ago
  47. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  48. 4ed940d firmware_map: make firmware_map_add_early() argument consistent with firmware_map_add_hotplug() by Yasuaki Ishimatsu · 12 years ago
  49. 6c4088a pcdp: use early_ioremap/early_iounmap to access pcdp table by Greg Pearson · 12 years ago
  50. d114a33 dmi: Feed DMI table to /dev/random driver by Tony Luck · 12 years ago
  51. 54b3a4d efivars: Improve variable validation by Matthew Garrett · 12 years ago
  52. fec6c20 efi: Validate UEFI boot variables by Matthew Garrett · 12 years ago
  53. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  54. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  55. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  56. 6ed23fd Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  57. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  58. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  59. 6f12d2e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 13 years ago
  60. 935a9fe ibft: Fix finding IBFT ACPI table on UEFI by Yinghai Lu · 13 years ago
  61. 68556ca Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into for-3.3 by Mark Brown · 13 years ago
  62. d2554f5 firmware: google: fix gsmi.c build warning by Maxin B. John · 13 years ago
  63. 0efebaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  64. 40216ce ASoC: Move SigmaDSP firmware loader to ASoC by Lars-Peter Clausen · 13 years ago
  65. bda6358 firmware: Sigma: Fix endianess issues by Lars-Peter Clausen · 13 years ago
  66. c56935b firmware: Sigma: Skip header during CRC generation by Lars-Peter Clausen · 13 years ago
  67. 4f718a2 firmware: Sigma: Prevent out of bounds memory access by Lars-Peter Clausen · 13 years ago
  68. 8748dfa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  69. eee628d efivars: add missing parameter to efi_pstore_read() by Christoph Fritz · 13 years ago
  70. cb35999 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  71. 3d6d8d2 pstore: pass reason to backend write callback by Kees Cook · 13 years ago
  72. f6f8285 pstore: pass allocated memory region back to caller by Kees Cook · 13 years ago
  73. 66e13e6 drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focused by Jean Delvare · 13 years ago
  74. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  75. cd3f07d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  76. 1c39865 Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  77. afd605f drivers/firmware: Add module.h to google/gsmi.c by Paul Gortmaker · 13 years ago
  78. 044acee [SCSI] edd: Treat "XPRS" host bus type the same as "PCI" by Michael Chan · 13 years ago
  79. b238b8f pstore: make pstore write function return normal success/fail value by Chen Gong · 13 years ago
  80. abd4d55 pstore: change mutex locking to spin_locks by Don Zickus · 13 years ago
  81. a88769c firmware: fix google/gsmi.c build warning by Randy Dunlap · 13 years ago
  82. f48d191 Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  83. b728a5c efivars: fix warnings when CONFIG_PSTORE=n by Tony Luck · 13 years ago
  84. a2d7730 Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  85. f0deb97 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  86. 27c46a2 drivers/firmware/sigma.c needs MODULE_LICENSE by Randy Dunlap · 13 years ago
  87. 7644c16 efivars: Introduce PSTORE_EFI_ATTRIBUTES by Mike Waychison · 13 years ago
  88. c475594 efivars: Use string functions in pstore_write by Mike Waychison · 13 years ago
  89. 828aa1f efivars: introduce utf16_strncmp by Mike Waychison · 13 years ago
  90. a294090 efivars: String functions by Mike Waychison · 13 years ago
  91. 5ee9c19 efi: Add support for using efivars as a pstore backend by Matthew Garrett · 13 years ago
  92. 1e4de81 firmware: gsmi: remove sysfs entries when unload the module by Axel Lin · 13 years ago
  93. f457a46 [SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime management by Mike Christie · 13 years ago
  94. c89b857 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  95. 7f20caf iscsi_ibft: iscsi_ibft_find unused variable i by Connor Hansen · 13 years ago
  96. 5daf538 firmware: fix GOOGLE_SMI kconfig dependency warning by Randy Dunlap · 13 years ago
  97. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  98. 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  99. 08839ff Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  100. dc93275 Merge branch 'stable/broadcom.ibft' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6 by Linus Torvalds · 13 years ago