summaryrefslogtreecommitdiff
path: root/drivers/firmware/dmi_scan.c
AgeCommit message (Expand)Author
2022-09-23firmware: dmi: Fortify entry point length checksJean Delvare
2022-07-30firmware: dmi: Use the proper accessor for the version fieldAndy Shevchenko
2021-03-11ASoC: soc-core: fix DMI handlingPierre-Louis Bossart
2020-07-16Replace HTTP links with HTTPS ones: DMI/SMBIOS SUPPORTAlexander A. Klimov
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu
2020-03-23firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_STARTTiezhu Yang
2019-12-03firmware: dmi: Add dmi_memdev_handleJean Delvare
2019-12-03firmware: dmi: Remember the memory typeJean Delvare
2019-10-14firmware: dmi: Fix unlikely out-of-bounds read in save_mem_devicesJean Delvare
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter
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