| Commit message (Expand) | Author | Age | Files | Lines |
* | firmware: dmi_scan: Check DMI structure length | Jean Delvare | 2017-06-15 | 1 | -7/+16 |
* | firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codes | Andy Lutomirski | 2017-06-15 | 1 | -4/+5 |
* | firmware: dmi_scan: Look for SMBIOS 3 entry point first | Jean Delvare | 2017-06-15 | 1 | -1/+16 |
* | firmware: dmi: Add DMI_PRODUCT_FAMILY identification string | Mika Westerberg | 2017-05-23 | 1 | -0/+1 |
* | firmware: dmi_scan: Always show system identification string | Kefeng Wang | 2016-12-19 | 1 | -2/+2 |
* | firmware: dmi_scan: Save SMBIOS Type 9 System Slots | Jordan Hargrave | 2016-01-15 | 1 | -15/+36 |
* | firmware: dmi_scan: Fix dmi_find_device description | Jean Delvare | 2016-01-15 | 1 | -1/+1 |
* | firmware: dmi_scan: Clarify dmi_save_extended_devices | Jean Delvare | 2016-01-15 | 1 | -6/+5 |
* | firmware: dmi_scan: Optimize dmi_save_extended_devices | Jean Delvare | 2016-01-15 | 1 | -2/+4 |
* | firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6 | Andrea Arcangeli | 2016-01-08 | 1 | -3/+3 |
* | firmware: dmi_scan: Coding style cleanups | Jean Delvare | 2015-06-25 | 1 | -4/+3 |
* | firmware: dmi_scan: add SBMIOS entry and DMI tables | Ivan Khoronzhuk | 2015-06-25 | 1 | -0/+78 |
* | firmware: dmi_scan: Trim DMI table length before exporting it | Jean Delvare | 2015-06-25 | 1 | -5/+10 |
* | firmware: dmi_scan: Rename dmi_table to dmi_decode_table | Ivan Khoronzhuk | 2015-06-25 | 1 | -5/+5 |
* | firmware: dmi_scan: Only honor end-of-table for 64-bit tables | Jean Delvare | 2015-06-25 | 1 | -4/+9 |
* | firmware: dmi_scan: Fix ordering of product_uuid | Jean Delvare | 2015-05-14 | 1 | -3/+4 |
* | firmware: dmi_scan: Simplified displayed version | Jean Delvare | 2015-05-14 | 1 | -3/+2 |
* | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-13 | 1 | -17/+21 |
|\ |
|
| * | firmware: dmi_scan: Use direct access to static vars | Ivan Khoronzhuk | 2015-03-26 | 1 | -8/+9 |
| * | firmware: dmi_scan: Use full dmi version for SMBIOS3 | Ivan Khoronzhuk | 2015-03-26 | 1 | -8/+12 |
* | | firmware: dmi_scan: Prevent dmi_num integer overflow | Jean Delvare | 2015-03-27 | 1 | -15/+7 |
|/ |
|
* | firmware: dmi_scan: Fix dmi_len type | Ivan Khoronzhuk | 2015-02-24 | 1 | -2/+2 |
* | firmware: dmi_scan: Fix dmi scan to handle "End of Table" structure | Ivan Khoronzhuk | 2015-02-18 | 1 | -6/+7 |
* | dmi: add support for SMBIOS 3.0 64-bit entry point | Ard Biesheuvel | 2014-11-05 | 1 | -7/+72 |
* | firmware/dmi_scan: generalize for use by other archs | Ard Biesheuvel | 2014-01-24 | 1 | -10/+10 |
* | dmi: Avoid unaligned memory access in save_mem_devices() | Luck, Tony | 2013-11-03 | 1 | -1/+2 |
* | DMI: Parse memory device (type 17) in SMBIOS | Chen, Gong | 2013-10-23 | 1 | -0/+60 |
* | firmware/dmi_scan: drop OOM messages | Jean Delvare | 2013-09-12 | 1 | -17/+6 |
* | firmware/dmi_scan: constify strings | Jean Delvare | 2013-09-12 | 1 | -5/+5 |
* | firmware/dmi_scan: fix most checkpatch errors and warnings | Jean Delvare | 2013-09-12 | 1 | -23/+24 |
* | firmware/dmi_scan: drop obsolete comment | Jean Delvare | 2013-09-12 | 1 | -5/+0 |
* | dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine() | Ben Hutchings | 2013-07-31 | 1 | -0/+14 |
* | dmi: add support for exact DMI matches in addition to substring matching | Jani Nikula | 2013-07-04 | 1 | -3/+9 |
* | dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present() | Ben Hutchings | 2013-05-01 | 1 | -43/+37 |
* | dump_stack: implement arch-specific hardware description in task dumps | Tejun Heo | 2013-05-01 | 1 | -0/+13 |
* | dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer | Tejun Heo | 2013-05-01 | 1 | -17/+27 |
* | dmi_scan: fix missing check for _DMI_ signature in smbios_present() | Ben Hutchings | 2013-03-09 | 1 | -3/+2 |
* | efi: Make 'efi_enabled' a function to query EFI facilities | Matt Fleming | 2013-01-30 | 1 | -1/+1 |
* | drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists | Zhenzhong Duan | 2012-12-21 | 1 | -15/+47 |
* | drivers/firmware/dmi_scan.c: check dmi version when get system uuid | Zhenzhong Duan | 2012-12-21 | 1 | -3/+15 |
* | dmi: Feed DMI table to /dev/random driver | Tony Luck | 2012-07-24 | 1 | -0/+3 |
* | drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focused | Jean Delvare | 2011-11-16 | 1 | -4/+2 |
* | x86, dmi, debug: Log board name (when present) in dmesg/oops output | Naga Chumbalkar | 2011-02-15 | 1 | -2/+9 |
* | dmi: log board, system, and BIOS information | Bjorn Helgaas | 2010-10-28 | 1 | -1/+31 |
* | PCI: export SMBIOS provided firmware instance and label to sysfs | Narendra K | 2010-07-30 | 1 | -0/+25 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | drivers/firmware/dmi_scan.c: use %pUB to print UUIDs | Joe Perches | 2009-12-15 | 1 | -4/+1 |
* | DMI: allow omitting ident strings in DMI tables | Dmitry Torokhov | 2009-12-05 | 1 | -3/+12 |
* | dmi: extend dmi_get_year() to dmi_get_date() | Tejun Heo | 2009-09-09 | 1 | -18/+58 |
* | dmi: fix date handling in dmi_get_year() | Tejun Heo | 2009-09-09 | 1 | -2/+3 |