aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/dmi_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Replace HTTP links with HTTPS ones: DMI/SMBIOS SUPPORTAlexander A. Klimov1-1/+1
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu1-0/+30
2020-03-23firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_STARTTiezhu Yang1-1/+5
2019-12-03firmware: dmi: Add dmi_memdev_handleJean Delvare1-0/+16
2019-12-03firmware: dmi: Remember the memory typeJean Delvare1-1/+24
2019-10-14firmware: dmi: Fix unlikely out-of-bounds read in save_mem_devicesJean Delvare1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-29efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter1-13/+15
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-17firmware: dmi: Add access to the SKU ID stringSimon Glass1-0/+1
2018-04-13Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-4/+12
2018-04-13firmware: dmi_scan: Use lowercase letters for UUIDJean Delvare1-2/+2
2018-04-13firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesAlex Hung1-1/+9
2018-04-13firmware: dmi_scan: Fix UUID length safety checkJean Delvare1-1/+1
2018-04-05Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+31
2018-03-27firmware/dmi_scan: Uninline dmi_get_bios_year() helperAndy Shevchenko1-0/+20
2018-03-14firmware, DMI: Add function to look up a handle and return DIMM sizeTony Luck1-0/+31
2018-02-03firmware: dmi: handle missing DMI data gracefullyArd Biesheuvel1-4/+2
2018-02-03firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare1-13/+9
2018-02-03firmware: dmi_scan: Drop dmi_initializedJean Delvare1-13/+8
2018-02-03firmware: dmi: Optimize dmi_matchesJean Delvare1-8/+11
2017-06-15firmware: dmi_scan: Check DMI structure lengthJean Delvare1-7/+16
2017-06-15firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesAndy Lutomirski1-4/+5
2017-06-15firmware: dmi_scan: Look for SMBIOS 3 entry point firstJean Delvare1-1/+16
2017-05-23firmware: dmi: Add DMI_PRODUCT_FAMILY identification stringMika Westerberg1-0/+1
2016-12-19firmware: dmi_scan: Always show system identification stringKefeng Wang1-2/+2
2016-01-15firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave1-15/+36
2016-01-15firmware: dmi_scan: Fix dmi_find_device descriptionJean Delvare1-1/+1
2016-01-15firmware: dmi_scan: Clarify dmi_save_extended_devicesJean Delvare1-6/+5
2016-01-15firmware: dmi_scan: Optimize dmi_save_extended_devicesJean Delvare1-2/+4
2016-01-08firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli1-3/+3
2015-06-25firmware: dmi_scan: Coding style cleanupsJean Delvare1-4/+3
2015-06-25firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk1-0/+78
2015-06-25firmware: dmi_scan: Trim DMI table length before exporting itJean Delvare1-5/+10
2015-06-25firmware: dmi_scan: Rename dmi_table to dmi_decode_tableIvan Khoronzhuk1-5/+5
2015-06-25firmware: dmi_scan: Only honor end-of-table for 64-bit tablesJean Delvare1-4/+9
2015-05-14firmware: dmi_scan: Fix ordering of product_uuidJean Delvare1-3/+4
2015-05-14firmware: dmi_scan: Simplified displayed versionJean Delvare1-3/+2
2015-04-13Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+21
2015-03-27firmware: dmi_scan: Prevent dmi_num integer overflowJean Delvare1-15/+7
2015-03-26firmware: dmi_scan: Use direct access to static varsIvan Khoronzhuk1-8/+9
2015-03-26firmware: dmi_scan: Use full dmi version for SMBIOS3Ivan Khoronzhuk1-8/+12
2015-02-24firmware: dmi_scan: Fix dmi_len typeIvan Khoronzhuk1-2/+2
2015-02-18firmware: dmi_scan: Fix dmi scan to handle "End of Table" structureIvan Khoronzhuk1-6/+7
2014-11-05dmi: add support for SMBIOS 3.0 64-bit entry pointArd Biesheuvel1-7/+72
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel1-10/+10
2013-11-03dmi: Avoid unaligned memory access in save_mem_devices()Luck, Tony1-1/+2
2013-10-23DMI: Parse memory device (type 17) in SMBIOSChen, Gong1-0/+60
2013-09-11firmware/dmi_scan: drop OOM messagesJean Delvare1-17/+6
2013-09-11firmware/dmi_scan: constify stringsJean Delvare1-5/+5