summaryrefslogtreecommitdiff
path: root/drivers/firmware/dmi_scan.c
AgeCommit message (Expand)Author
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-06-17firmware: dmi: Add access to the SKU ID stringSimon Glass
2018-04-13Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-13firmware: dmi_scan: Use lowercase letters for UUIDJean Delvare
2018-04-13firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesAlex Hung
2018-04-13firmware: dmi_scan: Fix UUID length safety checkJean Delvare
2018-04-05Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2018-03-27firmware/dmi_scan: Uninline dmi_get_bios_year() helperAndy Shevchenko
2018-03-14firmware, DMI: Add function to look up a handle and return DIMM sizeTony Luck
2018-02-03firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel
2018-02-03firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare
2018-02-03firmware: dmi_scan: Drop dmi_initializedJean Delvare
2018-02-03firmware: dmi: Optimize dmi_matchesJean Delvare
2017-06-15firmware: dmi_scan: Check DMI structure lengthJean Delvare
2017-06-15firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesAndy Lutomirski
2017-06-15firmware: dmi_scan: Look for SMBIOS 3 entry point firstJean Delvare
2017-05-23firmware: dmi: Add DMI_PRODUCT_FAMILY identification stringMika Westerberg
2016-12-19firmware: dmi_scan: Always show system identification stringKefeng Wang
2016-01-15firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave
2016-01-15firmware: dmi_scan: Fix dmi_find_device descriptionJean Delvare
2016-01-15firmware: dmi_scan: Clarify dmi_save_extended_devicesJean Delvare
2016-01-15firmware: dmi_scan: Optimize dmi_save_extended_devicesJean Delvare
2016-01-08firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli
2015-06-25firmware: dmi_scan: Coding style cleanupsJean Delvare
2015-06-25firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk
2015-06-25firmware: dmi_scan: Trim DMI table length before exporting itJean Delvare
2015-06-25firmware: dmi_scan: Rename dmi_table to dmi_decode_tableIvan Khoronzhuk
2015-06-25firmware: dmi_scan: Only honor end-of-table for 64-bit tablesJean Delvare
2015-05-14firmware: dmi_scan: Fix ordering of product_uuidJean Delvare
2015-05-14firmware: dmi_scan: Simplified displayed versionJean Delvare
2015-04-13Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-03-27firmware: dmi_scan: Prevent dmi_num integer overflowJean Delvare
2015-03-26firmware: dmi_scan: Use direct access to static varsIvan Khoronzhuk
2015-03-26firmware: dmi_scan: Use full dmi version for SMBIOS3Ivan Khoronzhuk
2015-02-24firmware: dmi_scan: Fix dmi_len typeIvan Khoronzhuk
2015-02-18firmware: dmi_scan: Fix dmi scan to handle "End of Table" structureIvan Khoronzhuk
2014-11-05dmi: add support for SMBIOS 3.0 64-bit entry pointArd Biesheuvel
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel
2013-11-03dmi: Avoid unaligned memory access in save_mem_devices()Luck, Tony
2013-10-23DMI: Parse memory device (type 17) in SMBIOSChen, Gong
2013-09-11firmware/dmi_scan: drop OOM messagesJean Delvare
2013-09-11firmware/dmi_scan: constify stringsJean Delvare
2013-09-11firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare
2013-09-11firmware/dmi_scan: drop obsolete commentJean Delvare
2013-07-31dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine()Ben Hutchings
2013-07-03dmi: add support for exact DMI matches in addition to substring matchingJani Nikula
2013-04-30dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo
2013-03-08dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings