summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-06-08x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming1-15/+3
2014-06-08efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi1-5/+56
2014-06-08efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings1-1/+1
2014-06-08efivars: Add module parameter to disable use as a pstore backendSeth Forshee2-1/+16
2014-06-08efivars: Allow disabling use as a pstore backendSeth Forshee2-43/+29
2014-06-08efivars: pstore: Do not check size when erasing variableBen Hutchings1-13/+15
2014-06-08efi: be more paranoid about available space when creating variablesJosh Boyer1-11/+77
2014-06-08efivars: Disable external interrupt while holding efivars->lockJosh Boyer1-21/+23
2014-06-08efi_pstore: Check remaining space with QueryVariableInfo() before writing dataSeiji Aguchi1-0/+18
2013-04-05efivars: Handle duplicate names from get_next_variable()Matt Fleming1-3/+63
2013-04-05efivars: explicitly calculate length of VariableNameMatt Fleming1-0/+27
2013-03-14dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-02-14efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming3-4/+4
2013-01-28drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2013-01-28drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2012-10-07firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz1-3/+14
2012-08-15dmi: Feed DMI table to /dev/random driverTony Luck1-0/+3
2012-08-15pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-05-04efivars: Improve variable validationMatthew Garrett1-16/+30
2012-05-01efi: Validate UEFI boot variablesMatthew Garrett1-0/+182
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds3-166/+0
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+6
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2012-01-07Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-3/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+2
2012-01-04switch ->is_visible() to returning umode_tAl Viro1-6/+6
2011-12-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Linus Torvalds2-26/+42
2011-12-13ibft: Fix finding IBFT ACPI table on UEFIYinghai Lu2-26/+42
2011-12-12Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-4/+2
2011-12-10firmware: google: fix gsmi.c build warningMaxin B. John1-1/+2
2011-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-23/+58
2011-11-29ASoC: Move SigmaDSP firmware loader to ASoCLars-Peter Clausen3-166/+0
2011-11-29firmware: Sigma: Fix endianess issuesLars-Peter Clausen1-1/+1
2011-11-29firmware: Sigma: Skip header during CRC generationLars-Peter Clausen1-1/+2
2011-11-29firmware: Sigma: Prevent out of bounds memory accessLars-Peter Clausen1-21/+55
2011-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds1-1/+2
2011-11-29efivars: add missing parameter to efi_pstore_read()Christoph Fritz1-1/+2
2011-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds1-2/+7
2011-11-18pstore: pass reason to backend write callbackKees Cook1-3/+5
2011-11-18pstore: pass allocated memory region back to callerKees Cook1-2/+7
2011-11-16drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focusedJean Delvare1-4/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+3
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-9/+10
2011-11-01drivers/firmware: Add module.h to google/gsmi.cPaul Gortmaker1-0/+1
2011-10-31[SCSI] edd: Treat "XPRS" host bus type the same as "PCI"Michael Chan1-3/+3
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong1-8/+9
2011-08-16pstore: change mutex locking to spin_locksDon Zickus1-1/+1
2011-08-09firmware: fix google/gsmi.c build warningRandy Dunlap1-1/+1
2011-08-03Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds1-3/+3