aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/dmi_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-11firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare1-23/+24
2013-09-11firmware/dmi_scan: drop obsolete commentJean Delvare1-5/+0
2013-07-31dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine()Ben Hutchings1-0/+14
2013-07-03dmi: add support for exact DMI matches in addition to substring matchingJani Nikula1-3/+9
2013-04-30dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings1-43/+37
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo1-0/+13
2013-04-30dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo1-17/+27
2013-03-08dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2012-12-20drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2012-12-20drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2012-07-24dmi: Feed DMI table to /dev/random driverTony Luck1-0/+3
2011-11-15drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focusedJean Delvare1-4/+2
2011-02-15x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar1-2/+9
2010-10-27dmi: log board, system, and BIOS informationBjorn Helgaas1-1/+31
2010-07-30PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K1-0/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-15drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches1-4/+1
2009-12-04DMI: allow omitting ident strings in DMI tablesDmitry Torokhov1-3/+12
2009-09-08dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo1-18/+58
2009-09-08dmi: fix date handling in dmi_get_year()Tejun Heo1-2/+3
2009-06-10[libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang1-0/+1
2009-03-30dmi: Let dmi_walk() users pass private dataJean Delvare1-7/+11
2009-01-27DMI: Introduce dmi_first_match to make the interface more flexibleRafael J. Wysocki1-19/+55
2009-01-06dmi: fix kernel-doc notationRandy Dunlap1-2/+4
2008-12-29DMI: add dmi_matchJiri Slaby1-0/+16