1. b0077b4 firmware: google: Enable s0ix logging by default by Evan Green · 3 years, 9 months ago
  2. 5f68053 firmware: google: make coreboot driver's remove callback return void by Uwe Kleine-König · 4 years ago
  3. 17adb46 firmware: gsmi: Drop the use of dma_pool_* API functions by Furquan Shaikh · 4 years, 3 months ago
  4. 9846d86 efi: gsmi: fix false dependency on CONFIG_EFI_VARS by Ard Biesheuvel · 4 years, 4 months ago
  5. aa125f3 firmware: google: vpd: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  6. ea9ee99 firmware: google: memconsole: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  7. e4924ee firmware: google: Probe for a GSMI handler in firmware by Arthur Heymans · 5 years ago
  8. c6e7af0 firmware: google: Unregister driver_info on failure and exit in gsmi by Arthur Heymans · 5 years ago
  9. cae0970 firmware: google: Release devices before unregistering the bus by Patrick Rudolph · 5 years ago
  10. 442f1e7 firmware: google: increment VPD key_len properly by Brian Norris · 5 years ago
  11. 4b708b7 firmware: google: check if size is valid when decoding VPD data by Hung-Te Lin · 5 years ago
  12. 0154ec7 Merge 5.2-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  13. d952367 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287 by Thomas Gleixner · 6 years ago
  14. 381e976 firmware: google: coreboot: Drop unnecessary headers by Stephen Boyd · 6 years ago
  15. b4cdeb7 firmware: google: memconsole: Drop global func pointer by Stephen Boyd · 6 years ago
  16. e07f100 firmware: google: memconsole: Drop __iomem on memremap memory by Stephen Boyd · 6 years ago
  17. b050358 firmware: google: memconsole: Use devm_memremap() by Stephen Boyd · 6 years ago
  18. 3546350 firmware: google: Add a module_coreboot_driver() macro and use it by Stephen Boyd · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  21. ae21f41 firmware: vpd: Drop __iomem usage for memremap() memory by Stephen Boyd · 6 years ago
  22. 8942b2d gsmi: Add GSMI commands to log S0ix info by Furquan Shaikh · 6 years ago
  23. d31655b gsmi: Remove autoselected dependency on EFI and EFI_VARS by Duncan Laurie · 6 years ago
  24. 255d744 gsmi: Add coreboot to list of matching BIOS vendors by Duncan Laurie · 6 years ago
  25. 655603d gsmi: Fix bug in append_to_eventlog sysfs handler by Duncan Laurie · 6 years ago
  26. 7153d9a firmware: vpd: fix spelling mistake "partion" -> "partition" by Colin Ian King · 6 years ago
  27. 7adb05b firmware: coreboot: Only populate devices in coreboot_table_init() by Stephen Boyd · 6 years ago
  28. a7d9b5f firmware: coreboot: Remap RAM with memremap() instead of ioremap() by Stephen Boyd · 6 years ago
  29. a28aad6 firmware: coreboot: Collapse platform drivers into bus core by Stephen Boyd · 6 years ago
  30. b81e314 firmware: coreboot: Make bus registration symmetric by Stephen Boyd · 6 years ago
  31. 20edec3 firmware: coreboot: Unmap ioregion after device population by Stephen Boyd · 6 years ago
  32. 09ed061 firmware: coreboot: Let OF core populate platform device by Stephen Boyd · 6 years ago
  33. 162aa53 firmware: google: make structure gsmi_dev static by Colin Ian King · 6 years ago
  34. 45ca3f7 firmware: vpd: Fix section enabled flag on vpd_section_destroy by Anton Vasilyev · 6 years ago
  35. 851b4c1 firmware: coreboot: Add coreboot framebuffer driver by Samuel Holland · 7 years ago
  36. b616cf5 firmware: coreboot: Remove unused coreboot_table_find by Samuel Holland · 7 years ago
  37. a43eb6b firmware: vpd: Probe via coreboot bus by Samuel Holland · 7 years ago
  38. 294b2a90 firmware: memconsole: Probe via coreboot bus by Samuel Holland · 7 years ago
  39. 570d30c firmware: coreboot: Expose the coreboot table as a bus by Samuel Holland · 7 years ago
  40. 0631fb8 firmware: vpd: Fix platform driver and device registration/unregistration by Guenter Roeck · 7 years ago
  41. e4b28b3 firmware: vpd: Tie firmware kobject to device lifetime by Guenter Roeck · 7 years ago
  42. 811d7e0 firmware: vpd: Destroy vpd sections in remove function by Guenter Roeck · 7 years ago
  43. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  44. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  45. 75e5bae6 firmware: vpd: use memunmap instead of iounmap by Pan Bian · 7 years ago
  46. 069a0f3 Merge 4.12-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  47. 46505c8 Revert "firmware: vpd: remove platform driver" by Dmitry Torokhov · 8 years ago
  48. 7975bd4 firmware: vpd: remove platform driver by Dmitry Torokhov · 8 years ago
  49. dd24648 firmware: vpd: do not clear statically allocated data by Dmitry Torokhov · 8 years ago
  50. 9920a33 firmware: vpd: use kasprintf() when forming name of 'raw' attribute by Dmitry Torokhov · 8 years ago
  51. 3eec6a1 firmware: vpd: use kdtrndup when copying section key by Dmitry Torokhov · 8 years ago
  52. 2ee1cc7 firmware: vpd: do not leak kobjects by Dmitry Torokhov · 8 years ago
  53. ce57cba firmware: vpd: avoid potential use-after-free when destroying section by Dmitry Torokhov · 8 years ago
  54. 7f53de2 firmware: vpd: do not leave freed section attributes to the list by Dmitry Torokhov · 8 years ago
  55. 40fbb23 firmware: google: memconsole: Prevent overrun attack on coreboot console by Julius Werner · 8 years ago
  56. b4a338d Merge 4.12-rc2 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  57. 9434cec firmware: Google VPD: Fix memory allocation error handling by Christophe JAILLET · 8 years ago
  58. a5061d0 firmware: google: memconsole: Adapt to new coreboot ring buffer format by Julius Werner · 8 years ago
  59. 7918cfc firmware: google: memconsole: Make memconsole interface more flexible by Julius Werner · 8 years ago
  60. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  61. 2a76f89 firmware: google memconsole: Fix return value check in platform_memconsole_init() by Wei Yongjun · 8 years ago
  62. 856c634 firmware: Google VPD: Fix return value check in vpd_platform_init() by Wei Yongjun · 8 years ago
  63. 049a59d firmware: Google VPD sysfs driver by Wei-Ning Huang · 8 years ago
  64. ad2ac9d firmware: Google VPD: import lib_vpd source files by Wei-Ning Huang · 8 years ago
  65. a1d6f9c firmware: google memconsole: Add ARM/ARM64 support by Thierry Escande · 8 years ago
  66. d384d6f firmware: google memconsole: Add coreboot support by Thierry Escande · 8 years ago
  67. afe9dba4 firmware: google memconsole: Move specific EBDA parts by Thierry Escande · 8 years ago
  68. f952a40 firmware: google memconsole: Remove useless submenu in Kconfig by Thierry Escande · 8 years ago
  69. d520dd1 firmware-gsmi: Delete an unnecessary check before the function call "dma_pool_destroy" by Markus Elfring · 8 years ago
  70. cb88759 firmware: google memconsole driver fixes by Michel Lespinasse · 11 years ago
  71. b12b73f1 firmware: fix google/gsmi duplicate efivars_sysfs_init() by Michel Lespinasse · 11 years ago
  72. c2218e2 firmware/google: drop 'select EFI' to avoid recursive dependency by Ard Biesheuvel · 11 years ago
  73. 536dc1e DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks by Russell King · 12 years ago
  74. 20d0e57 drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  75. a614e19 Merge tag 'v3.9' into efi-for-tip2 by Matt Fleming · 12 years ago
  76. e14ab23 efivars: efivar_entry API by Matt Fleming · 12 years ago
  77. d5abc7c efi: move utf16 string functions to efi.h by Matt Fleming · 12 years ago
  78. d2554f5 firmware: google: fix gsmi.c build warning by Maxin B. John · 13 years ago
  79. afd605f drivers/firmware: Add module.h to google/gsmi.c by Paul Gortmaker · 14 years ago
  80. a88769c firmware: fix google/gsmi.c build warning by Randy Dunlap · 13 years ago
  81. 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
  82. 1e4de81 firmware: gsmi: remove sysfs entries when unload the module by Axel Lin · 14 years ago
  83. 5daf538 firmware: fix GOOGLE_SMI kconfig dependency warning by Randy Dunlap · 14 years ago
  84. a1d9a09 Introduce CONFIG_GOOGLE_FIRMWARE by Mike Waychison · 14 years ago
  85. e561bc4 driver: Google Memory Console by Mike Waychison · 14 years ago
  86. 74c5b31 driver: Google EFI SMI by Mike Waychison · 14 years ago