summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2013-05-30x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming1-15/+3
2013-03-27efivars: pstore: Do not check size when erasing variableBen Hutchings1-13/+15
2013-03-27efivars: Handle duplicate names from get_next_variable()Matt Fleming1-1/+48
2013-03-27efivars: explicitly calculate length of VariableNameMatt Fleming1-1/+31
2013-03-27efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi1-6/+81
2013-03-27efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings1-1/+1
2013-03-27efivars: Add module parameter to disable use as a pstore backendSeth Forshee2-1/+16
2013-03-27efivars: Allow disabling use as a pstore backendSeth Forshee2-42/+29
2013-03-20efi: be more paranoid about available space when creating variablesJosh Boyer1-11/+77
2013-03-20efivars: Disable external interrupt while holding efivars->lockJosh Boyer1-21/+23
2013-03-20efi_pstore: Check remaining space with QueryVariableInfo() before writing dataSeiji Aguchi1-0/+18
2013-03-20dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-02-06drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2013-02-06drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2013-02-06efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming3-4/+4
2012-10-17firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz1-3/+14
2012-09-12dmi: Feed DMI table to /dev/random driverTony Luck1-0/+3
2012-08-10pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-05-11efivars: Improve variable validationMatthew Garrett1-16/+30
2012-05-11efi: Validate UEFI boot variablesMatthew Garrett1-0/+182
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-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-23/+58
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 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
2011-08-03efivars: fix warnings when CONFIG_PSTORE=nTony Luck1-3/+3
2011-08-02Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds1-12/+231
2011-07-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+13
2011-07-26drivers/firmware/sigma.c needs MODULE_LICENSERandy Dunlap1-0/+3
2011-07-23efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison1-4/+8
2011-07-23efivars: Use string functions in pstore_writeMike Waychison1-12/+14
2011-07-23efivars: introduce utf16_strncmpMike Waychison1-0/+18
2011-07-23efivars: String functionsMike Waychison1-11/+19
2011-07-23efi: Add support for using efivars as a pstore backendMatthew Garrett1-2/+189
2011-07-02firmware: gsmi: remove sysfs entries when unload the moduleAxel Lin1-6/+13