Age | Commit message (Expand) | Author | Files | Lines |
2014-11-05 | dmi: add support for SMBIOS 3.0 64-bit entry point |  Ard Biesheuvel | 1 | -7/+72 |
2014-01-23 | firmware/dmi_scan: generalize for use by other archs |  Ard Biesheuvel | 1 | -10/+10 |
2013-11-03 | dmi: Avoid unaligned memory access in save_mem_devices() |  Luck, Tony | 1 | -1/+2 |
2013-10-23 | DMI: Parse memory device (type 17) in SMBIOS |  Chen, Gong | 1 | -0/+60 |
2013-09-11 | firmware/dmi_scan: drop OOM messages |  Jean Delvare | 1 | -17/+6 |
2013-09-11 | firmware/dmi_scan: constify strings |  Jean Delvare | 1 | -5/+5 |
2013-09-11 | firmware/dmi_scan: fix most checkpatch errors and warnings |  Jean Delvare | 1 | -23/+24 |
2013-09-11 | firmware/dmi_scan: drop obsolete comment |  Jean Delvare | 1 | -5/+0 |
2013-07-31 | dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine() |  Ben Hutchings | 1 | -0/+14 |
2013-07-03 | dmi: add support for exact DMI matches in addition to substring matching |  Jani Nikula | 1 | -3/+9 |
2013-04-30 | dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present() |  Ben Hutchings | 1 | -43/+37 |
2013-04-30 | dump_stack: implement arch-specific hardware description in task dumps |  Tejun Heo | 1 | -0/+13 |
2013-04-30 | dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer |  Tejun Heo | 1 | -17/+27 |
2013-03-08 | dmi_scan: fix missing check for _DMI_ signature in smbios_present() |  Ben Hutchings | 1 | -3/+2 |
2013-01-30 | efi: Make 'efi_enabled' a function to query EFI facilities |  Matt Fleming | 1 | -1/+1 |
2012-12-20 | drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists |  Zhenzhong Duan | 1 | -15/+47 |
2012-12-20 | drivers/firmware/dmi_scan.c: check dmi version when get system uuid |  Zhenzhong Duan | 1 | -3/+15 |
2012-07-24 | dmi: Feed DMI table to /dev/random driver |  Tony Luck | 1 | -0/+3 |
2011-11-15 | drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focused |  Jean Delvare | 1 | -4/+2 |
2011-02-15 | x86, dmi, debug: Log board name (when present) in dmesg/oops output |  Naga Chumbalkar | 1 | -2/+9 |
2010-10-27 | dmi: log board, system, and BIOS information |  Bjorn Helgaas | 1 | -1/+31 |
2010-07-30 | PCI: export SMBIOS provided firmware instance and label to sysfs |  Narendra K | 1 | -0/+25 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -1/+0 |
2009-12-15 | drivers/firmware/dmi_scan.c: use %pUB to print UUIDs |  Joe Perches | 1 | -4/+1 |
2009-12-04 | DMI: allow omitting ident strings in DMI tables |  Dmitry Torokhov | 1 | -3/+12 |
2009-09-08 | dmi: extend dmi_get_year() to dmi_get_date() |  Tejun Heo | 1 | -18/+58 |
2009-09-08 | dmi: fix date handling in dmi_get_year() |  Tejun Heo | 1 | -2/+3 |
2009-06-10 | [libata] ahci: Restore SB600 SATA controller 64 bit DMA |  Shane Huang | 1 | -0/+1 |
2009-03-30 | dmi: Let dmi_walk() users pass private data |  Jean Delvare | 1 | -7/+11 |
2009-01-27 | DMI: Introduce dmi_first_match to make the interface more flexible |  Rafael J. Wysocki | 1 | -19/+55 |
2009-01-06 | dmi: fix kernel-doc notation |  Randy Dunlap | 1 | -2/+4 |
2008-12-29 | DMI: add dmi_match |  Jiri Slaby | 1 | -0/+16 |
2008-12-23 | 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'... |  Ingo Molnar | 1 | -0/+11 |
2008-11-07 | trivial: dmi_scan typo |  Alan Cox | 1 | -3/+3 |
2008-11-04 | x86: vmware: look for DMI string in the product serial key |  Alok Kataria | 1 | -0/+11 |
2008-09-18 | dmi scan: warn about too early calls to dmi_check_system() |  Ingo Molnar | 1 | -6/+16 |
2008-05-25 | x86 boot: add header comment to dmi.h stating what it is |  Paul Jackson | 1 | -0/+5 |
2008-04-04 | ipmi: change device node ordering to reflect probe order |  Carol Hebert | 1 | -1/+1 |
2008-02-23 | dmi: prevent linked list corruption |  Jean Delvare | 1 | -7/+1 |
2008-02-23 | dmi: don't save the same device twice |  Jean Delvare | 1 | -30/+44 |
2008-02-08 | SMBIOS/DMI: add type 41 = Onboard Devices Extended Information |  Wim Van Sebroeck | 1 | -0/+25 |
2008-02-07 | dmi: Let drivers walk the DMI table |  Jean Delvare | 1 | -14/+48 |
2008-02-03 | DMI: remove duplicate helper routine |  Len Brown | 1 | -9/+0 |
2008-01-30 | x86: left over fix for leak of early_ioremp in dmi_scan |  Yinghai Lu | 1 | -0/+1 |
2008-01-30 | x86: fix DMI ioremap leak |  Ingo Molnar | 1 | -0/+1 |
2008-01-30 | x86: fix DMI out of memory problems |  Parag Warudkar | 1 | -3/+21 |
2008-01-23 | DMI: create dmi_get_slot() |  Len Brown | 1 | -0/+8 |
2007-10-09 | drivers/firmware: const-ify DMI API and internals |  Jeff Garzik | 1 | -26/+31 |
2007-07-11 | DMI-based module autoloading |  Lennart Poettering | 1 | -6/+67 |
2006-10-21 | [PATCH] i386: Disable nmi watchdog on all ThinkPads |  Andi Kleen | 1 | -0/+20 |