summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/dmi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: dmi_scan: Check DMI structure lengthJean Delvare2017-06-151-7/+16
* firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesAndy Lutomirski2017-06-151-4/+5
* firmware: dmi_scan: Look for SMBIOS 3 entry point firstJean Delvare2017-06-151-1/+16
* firmware: dmi: Add DMI_PRODUCT_FAMILY identification stringMika Westerberg2017-05-231-0/+1
* firmware: dmi_scan: Always show system identification stringKefeng Wang2016-12-191-2/+2
* firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave2016-01-151-15/+36
* firmware: dmi_scan: Fix dmi_find_device descriptionJean Delvare2016-01-151-1/+1
* firmware: dmi_scan: Clarify dmi_save_extended_devicesJean Delvare2016-01-151-6/+5Star
* firmware: dmi_scan: Optimize dmi_save_extended_devicesJean Delvare2016-01-151-2/+4
* firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli2016-01-081-3/+3
* firmware: dmi_scan: Coding style cleanupsJean Delvare2015-06-251-4/+3Star
* firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk2015-06-251-0/+78
* firmware: dmi_scan: Trim DMI table length before exporting itJean Delvare2015-06-251-5/+10
* firmware: dmi_scan: Rename dmi_table to dmi_decode_tableIvan Khoronzhuk2015-06-251-5/+5
* firmware: dmi_scan: Only honor end-of-table for 64-bit tablesJean Delvare2015-06-251-4/+9
* firmware: dmi_scan: Fix ordering of product_uuidJean Delvare2015-05-141-3/+4
* firmware: dmi_scan: Simplified displayed versionJean Delvare2015-05-141-3/+2Star
* Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-131-17/+21
|\
| * firmware: dmi_scan: Use direct access to static varsIvan Khoronzhuk2015-03-261-8/+9
| * firmware: dmi_scan: Use full dmi version for SMBIOS3Ivan Khoronzhuk2015-03-261-8/+12
* | firmware: dmi_scan: Prevent dmi_num integer overflowJean Delvare2015-03-271-15/+7Star
|/
* firmware: dmi_scan: Fix dmi_len typeIvan Khoronzhuk2015-02-241-2/+2
* firmware: dmi_scan: Fix dmi scan to handle "End of Table" structureIvan Khoronzhuk2015-02-181-6/+7
* dmi: add support for SMBIOS 3.0 64-bit entry pointArd Biesheuvel2014-11-051-7/+72
* firmware/dmi_scan: generalize for use by other archsArd Biesheuvel2014-01-241-10/+10
* dmi: Avoid unaligned memory access in save_mem_devices()Luck, Tony2013-11-031-1/+2
* DMI: Parse memory device (type 17) in SMBIOSChen, Gong2013-10-231-0/+60
* firmware/dmi_scan: drop OOM messagesJean Delvare2013-09-121-17/+6Star
* firmware/dmi_scan: constify stringsJean Delvare2013-09-121-5/+5
* firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare2013-09-121-23/+24
* firmware/dmi_scan: drop obsolete commentJean Delvare2013-09-121-5/+0Star
* dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine()Ben Hutchings2013-07-311-0/+14
* dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2013-07-041-3/+9
* dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings2013-05-011-43/+37Star
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-05-011-0/+13
* dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo2013-05-011-17/+27
* dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings2013-03-091-3/+2Star
* efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-1/+1
* drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2012-12-211-15/+47
* drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2012-12-211-3/+15
* dmi: Feed DMI table to /dev/random driverTony Luck2012-07-241-0/+3
* drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focusedJean Delvare2011-11-161-4/+2Star
* x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar2011-02-151-2/+9
* dmi: log board, system, and BIOS informationBjorn Helgaas2010-10-281-1/+31
* PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K2010-07-301-0/+25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches2009-12-151-4/+1Star
* DMI: allow omitting ident strings in DMI tablesDmitry Torokhov2009-12-051-3/+12
* dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo2009-09-091-18/+58
* dmi: fix date handling in dmi_get_year()Tejun Heo2009-09-091-2/+3