summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/dmi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: dmi: Add access to the SKU ID stringSimon Glass2018-06-171-0/+1
* Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-131-4/+12
|\
| * firmware: dmi_scan: Use lowercase letters for UUIDJean Delvare2018-04-131-2/+2
| * firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesAlex Hung2018-04-131-1/+9
| * firmware: dmi_scan: Fix UUID length safety checkJean Delvare2018-04-131-1/+1
* | Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2018-04-051-0/+31
|\ \
| * | firmware, DMI: Add function to look up a handle and return DIMM sizeTony Luck2018-03-141-0/+31
| |/
* | firmware/dmi_scan: Uninline dmi_get_bios_year() helperAndy Shevchenko2018-03-271-0/+20
|/
* firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel2018-02-031-4/+2
* firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare2018-02-031-13/+9
* firmware: dmi_scan: Drop dmi_initializedJean Delvare2018-02-031-13/+8
* firmware: dmi: Optimize dmi_matchesJean Delvare2018-02-031-8/+11
* 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/+5
* 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/+3
* 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/+2
* 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/+7
|/
* 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-231-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-111-17/+6
* firmware/dmi_scan: constify stringsJean Delvare2013-09-111-5/+5
* firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare2013-09-111-23/+24
* firmware/dmi_scan: drop obsolete commentJean Delvare2013-09-111-5/+0
* 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-031-3/+9
* dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings2013-04-301-43/+37
* dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2013-04-301-0/+13
* dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo2013-04-301-17/+27
* dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings2013-03-081-3/+2
* efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-1/+1
OpenPOWER on IntegriCloud