1. 9c65e12 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. bfbaafa firmware: dmi_scan: Prevent dmi_num integer overflow by Jean Delvare · 9 years ago
  3. 552e19d8 firmware: dmi_scan: Use direct access to static vars by Ivan Khoronzhuk · 9 years ago
  4. 95be58d firmware: dmi_scan: Use full dmi version for SMBIOS3 by Ivan Khoronzhuk · 9 years ago
  5. 6d9ff47 firmware: dmi_scan: Fix dmi_len type by Ivan Khoronzhuk · 9 years ago
  6. ce204e9 firmware: dmi_scan: Fix dmi scan to handle "End of Table" structure by Ivan Khoronzhuk · 9 years ago
  7. fc43026 dmi: add support for SMBIOS 3.0 64-bit entry point by Ard Biesheuvel · 10 years ago
  8. cf07440 firmware/dmi_scan: generalize for use by other archs by Ard Biesheuvel · 10 years ago
  9. 0841c04 dmi: Avoid unaligned memory access in save_mem_devices() by Luck, Tony · 11 years ago
  10. dd6dad4 DMI: Parse memory device (type 17) in SMBIOS by Chen, Gong · 11 years ago
  11. ae79744 firmware/dmi_scan: drop OOM messages by Jean Delvare · 11 years ago
  12. ffbbb96 firmware/dmi_scan: constify strings by Jean Delvare · 11 years ago
  13. 02d9c47 firmware/dmi_scan: fix most checkpatch errors and warnings by Jean Delvare · 11 years ago
  14. 3d267f2 firmware/dmi_scan: drop obsolete comment by Jean Delvare · 11 years ago
  15. d39de28 dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine() by Ben Hutchings · 11 years ago
  16. 5017b28 dmi: add support for exact DMI matches in addition to substring matching by Jani Nikula · 11 years ago
  17. 79bae42 dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present() by Ben Hutchings · 11 years ago
  18. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 11 years ago
  19. c90fe6b dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer by Tejun Heo · 11 years ago
  20. a40e7cf dmi_scan: fix missing check for _DMI_ signature in smbios_present() by Ben Hutchings · 11 years ago
  21. 83e6818 efi: Make 'efi_enabled' a function to query EFI facilities by Matt Fleming · 12 years ago
  22. 9f9c9cbb drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists by Zhenzhong Duan · 12 years ago
  23. f1d8e61 drivers/firmware/dmi_scan.c: check dmi version when get system uuid by Zhenzhong Duan · 12 years ago
  24. d114a33 dmi: Feed DMI table to /dev/random driver by Tony Luck · 12 years ago
  25. 66e13e6 drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focused by Jean Delvare · 13 years ago
  26. 84e383b x86, dmi, debug: Log board name (when present) in dmesg/oops output by Naga Chumbalkar · 13 years ago
  27. 8881cdc dmi: log board, system, and BIOS information by Bjorn Helgaas · 14 years ago
  28. 911e1c9 PCI: export SMBIOS provided firmware instance and label to sysfs by Narendra K · 14 years ago
  29. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  30. bc058f6 drivers/firmware/dmi_scan.c: use %pUB to print UUIDs by Joe Perches · 15 years ago
  31. 7575750 DMI: allow omitting ident strings in DMI tables by Dmitry Torokhov · 15 years ago
  32. 3e5cd1f dmi: extend dmi_get_year() to dmi_get_date() by Tejun Heo · 15 years ago
  33. 02c24fa dmi: fix date handling in dmi_get_year() by Tejun Heo · 15 years ago
  34. 58a09b3 [libata] ahci: Restore SB600 SATA controller 64 bit DMA by Shane Huang · 15 years ago
  35. e7a19c56 dmi: Let dmi_walk() users pass private data by Jean Delvare · 15 years ago
  36. d7b1956 DMI: Introduce dmi_first_match to make the interface more flexible by Rafael J. Wysocki · 15 years ago
  37. c2bacfc dmi: fix kernel-doc notation by Randy Dunlap · 15 years ago
  38. d61c72e DMI: add dmi_match by Jiri Slaby · 16 years ago
  39. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  40. 8638545 trivial: dmi_scan typo by Alan Cox · 16 years ago
  41. fd8cd7e x86: vmware: look for DMI string in the product serial key by Alok Kataria · 16 years ago
  42. 9a22b6e dmi scan: warn about too early calls to dmi_check_system() by Ingo Molnar · 16 years ago
  43. cb5dd7c x86 boot: add header comment to dmi.h stating what it is by Paul Jackson · 16 years ago
  44. abd24df ipmi: change device node ordering to reflect probe order by Carol Hebert · 16 years ago
  45. 43fe105 dmi: prevent linked list corruption by Jean Delvare · 16 years ago
  46. f3069ae dmi: don't save the same device twice by Jean Delvare · 16 years ago
  47. b4bd7d5 SMBIOS/DMI: add type 41 = Onboard Devices Extended Information by Wim Van Sebroeck · 16 years ago
  48. 7fce084 dmi: Let drivers walk the DMI table by Jean Delvare · 17 years ago
  49. e6298c6 DMI: remove duplicate helper routine by Len Brown · 16 years ago
  50. 3212bff x86: left over fix for leak of early_ioremp in dmi_scan by Yinghai Lu · 16 years ago
  51. 0d64484 x86: fix DMI ioremap leak by Ingo Molnar · 16 years ago
  52. 79da472 x86: fix DMI out of memory problems by Parag Warudkar · 16 years ago
  53. f89e3b0 DMI: create dmi_get_slot() by Len Brown · 16 years ago
  54. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  55. 4f5c791 DMI-based module autoloading by Lennart Poettering · 17 years ago
  56. a1bae67 [PATCH] i386: Disable nmi watchdog on all ThinkPads by Andi Kleen · 18 years ago
  57. 2e0c1f6 [PATCH] DMI: Decode and save OEM String information by Shem Multinymous · 18 years ago
  58. b0ef371 [PATCH] DMI: cleanup kernel-doc, add to DocBook by Randy Dunlap · 18 years ago
  59. 4f705ae [PATCH] DMI: move dmi_scan.c from arch/i386 to drivers/firmware/ by Bjorn Helgaas · 18 years ago[Renamed (97%) from arch/i386/kernel/dmi_scan.c]
  60. 23dd842 [PATCH] EFI fixes by Tolentino, Matthew E · 18 years ago
  61. b2c99e3 [PATCH] EFI: keep physical table addresses in efi structure by Bjorn Helgaas · 18 years ago
  62. 27d8e3d [PATCH] DMI: only ioremap stuff we actually need by Bjorn Helgaas · 18 years ago
  63. 3ed3bce [PATCH] ia64: use i386 dmi_scan.c by Matt Domsch · 18 years ago
  64. f2d3efe [PATCH] x86_64: Implement early DMI scanning by Andi Kleen · 18 years ago
  65. f083a32 [PATCH] x86_64: Clean up and tweak ACPI blacklist year code by Andi Kleen · 18 years ago
  66. bc83455 [PATCH] fix DMI onboard device discovery by Andrey Panin · 18 years ago
  67. e992867 [PATCH] x86_64: Generalize DMI and enable for x86-64 by Andi Kleen · 18 years ago
  68. 640e803 [PATCH] fix: dmi_check_system by Robert Love · 19 years ago
  69. ebad6a4 [PATCH] dmi: add onboard devices discovery by Andrey Panin · 19 years ago
  70. c3c7120 [PATCH] dmi: make dmi_string() behave like strdup() by Andrey Panin · 19 years ago
  71. 4e70b9a [PATCH] dmi: remove old debugging code by Andrey Panin · 19 years ago
  72. 61e032fa [PATCH] dmi: remove uneeded function by Andrey Panin · 19 years ago
  73. 1249c51 [PATCH] dmi: spring cleanup by Andrey Panin · 19 years ago
  74. b625883 [PATCH] dmi: remove central blacklist by Andrey Panin · 19 years ago
  75. 0f8133a [PATCH] dmi: move ACPI sleep quirk by Andrey Panin · 19 years ago
  76. aea0014 [PATCH] dmi: move ACPI boot quirk by Andrey Panin · 19 years ago
  77. e70c9d5 [PATCH] I8K: use standard DMI interface by Dmitry Torokhov · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago