aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* firmware: dmi_scan: Fix ordering of product_uuidJean Delvare2015-08-071-3/+4
* dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings2015-08-071-43/+37
* dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2014-05-181-3/+9
* x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming2013-05-301-15/+3
* efivars: pstore: Do not check size when erasing variableBen Hutchings2013-03-271-13/+15
* efivars: Handle duplicate names from get_next_variable()Matt Fleming2013-03-271-1/+48
* efivars: explicitly calculate length of VariableNameMatt Fleming2013-03-271-1/+31
* efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi2013-03-271-6/+81
* efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings2013-03-271-1/+1
* efivars: Add module parameter to disable use as a pstore backendSeth Forshee2013-03-272-1/+16
* efivars: Allow disabling use as a pstore backendSeth Forshee2013-03-272-42/+29
* efi: be more paranoid about available space when creating variablesJosh Boyer2013-03-201-11/+77
* efivars: Disable external interrupt while holding efivars->lockJosh Boyer2013-03-201-21/+23
* efi_pstore: Check remaining space with QueryVariableInfo() before writing dataSeiji Aguchi2013-03-201-0/+18
* dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings2013-03-201-3/+2
* drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan2013-02-061-15/+47
* drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan2013-02-061-3/+15
* efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-02-063-4/+4
* firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz2012-10-171-3/+14
* dmi: Feed DMI table to /dev/random driverTony Luck2012-09-121-0/+3
* pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson2012-08-101-2/+2
* efivars: Improve variable validationMatthew Garrett2012-05-111-16/+30
* efi: Validate UEFI boot variablesMatthew Garrett2012-05-111-0/+182
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Linus Torvalds2011-12-152-26/+42
|\
| * ibft: Fix finding IBFT ACPI table on UEFIYinghai Lu2011-12-132-26/+42
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-12-021-23/+58
|\ \ | |/ |/|
| * firmware: Sigma: Fix endianess issuesLars-Peter Clausen2011-11-291-1/+1
| * firmware: Sigma: Skip header during CRC generationLars-Peter Clausen2011-11-291-1/+2
| * firmware: Sigma: Prevent out of bounds memory accessLars-Peter Clausen2011-11-291-21/+55
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds2011-11-281-1/+2
|\ \
| * | efivars: add missing parameter to efi_pstore_read()Christoph Fritz2011-11-281-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds2011-11-281-2/+7
|\ \ \ | |/ /
| * | pstore: pass allocated memory region back to callerKees Cook2011-11-171-2/+7
| |/
* | drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focusedJean Delvare2011-11-151-4/+2
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/firmware: Add module.h to google/gsmi.cPaul Gortmaker2011-10-311-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-11-051-3/+3
|\ \
| * | [SCSI] edd: Treat "XPRS" host bus type the same as "PCI"Michael Chan2011-10-311-3/+3
| |/
* | Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2011-11-011-9/+10
|\ \ | |/ |/|
| * pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-8/+9
| * pstore: change mutex locking to spin_locksDon Zickus2011-08-161-1/+1
* | firmware: fix google/gsmi.c build warningRandy Dunlap2011-08-081-1/+1
|/
* Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2011-08-021-3/+3
|\
| * efivars: fix warnings when CONFIG_PSTORE=nTony Luck2011-08-021-3/+3
* | Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2011-08-011-12/+231
|\ \ | |/
| * efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison2011-07-221-4/+8
| * efivars: Use string functions in pstore_writeMike Waychison2011-07-221-12/+14
| * efivars: introduce utf16_strncmpMike Waychison2011-07-221-0/+18
| * efivars: String functionsMike Waychison2011-07-221-11/+19
| * efi: Add support for using efivars as a pstore backendMatthew Garrett2011-07-221-2/+189