aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+2
2013-05-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-2171/+2103
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-04-30efi: remove "kfree(NULL)"Dan Carpenter1-3/+1
2013-04-30efi: locking fix in efivar_entry_set_safe()Dan Carpenter1-3/+5
2013-04-30efi, pstore: Read data from variable store before memcpy()Matt Fleming2-23/+28
2013-04-30efi, pstore: Remove entry from list when erasingMatt Fleming1-0/+2
2013-04-30efi, pstore: Initialise 'entry' before iteratingMatt Fleming1-1/+1
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming5-35/+27
2013-04-29firmware, memmap: fix firmware_map_entry leakYasuaki Ishimatsu1-6/+3
2013-04-29Include missing linux/magic.h inclusionsDavid Howells1-0/+1
2013-04-26efivars: only check for duplicates on the registered listMatt Fleming1-5/+7
2013-04-17efi: split efisubsystem from efivarsTom Gundersen5-758/+765
2013-04-17efivarfs: Move to fs/efivarfsMatt Fleming1-496/+0
2013-04-17efivars: Move pstore code into the new EFI directoryMatt Fleming6-300/+301
2013-04-17efivars: efivar_entry APIMatt Fleming2-723/+1107
2013-04-17efivars: Keep a private global pointer to efivarsMatt Fleming1-34/+46
2013-04-17efi: move utf16 string functions to efi.hMatt Fleming2-32/+4
2013-04-15Move utf16 functions to kernel core and renameMatthew Garrett2-62/+19
2013-04-09x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming1-15/+3
2013-03-22efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings1-1/+1
2013-03-21efivars: Handle duplicate names from get_next_variable()Matt Fleming1-1/+47
2013-03-21efivars: explicitly calculate length of VariableNameMatt Fleming1-1/+31
2013-03-21efivars: Add module parameter to disable use as a pstore backendSeth Forshee2-1/+16
2013-03-21efivars: Allow disabling use as a pstore backendSeth Forshee2-44/+29
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2013-03-08dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-03-06efivarfs: return accurate error code in efivarfs_fill_super()Matt Fleming1-5/+15
2013-03-06efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming1-2/+2
2013-03-06efi: be more paranoid about available space when creating variablesMatthew Garrett1-27/+79
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+138
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-13/+183
2013-02-21Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-47/+133
2013-02-12efi_pstore: Introducing workqueue updating sysfsSeiji Aguchi1-5/+80
2013-02-12efivars: Disable external interrupt while holding efivars->lockSeiji Aguchi1-42/+44
2013-02-12efivarfs: guid part of filenames are case-insensitiveMatt Fleming1-2/+93
2013-02-12efivarfs: Validate filenames much more aggressivelyMatt Fleming1-5/+44
2013-01-31efivarfs: Use sizeof() instead of magic numberMatt Fleming1-1/+1
2013-01-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming3-4/+4
2013-01-18efivarfs: Delete dentry from dcache in efivarfs_file_write()Matt Fleming1-0/+1
2013-01-18efivarfs: Never return ENOENT from firmwareMatt Fleming1-1/+1
2013-01-18efivarfs: Drop link count of the right inodeLingzhu Xiang1-1/+1
2013-01-11efi_pstore: Avoid deadlock in non-blocking pathsSeiji Aguchi1-1/+10
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
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-12-17efi: Fix the build with user namespaces enabled.Eric W. Biederman1-1/+0
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+504
2012-11-26efi_pstore: Add a format check for an existing variable name at erasing timeSeiji Aguchi1-2/+18
2012-11-26efi_pstore: Add a format check for an existing variable name at reading timeSeiji Aguchi1-10/+28
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi1-9/+14
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi1-9/+8
2012-11-26efi_pstore: Remove a logic erasing entries from a write callback to hold mult...Seiji Aguchi1-37/+2
2012-11-26efi_pstore: Add a logic erasing entries to an erase callbackSeiji Aguchi1-1/+45
2012-11-26efi_pstore: Check remaining space with QueryVariableInfo() before writing dataSeiji Aguchi1-0/+18
2012-11-15efivarfs: Make efivarfs_fill_super() staticMatt Fleming1-1/+1
2012-11-13efivarfs: Use query_variable_info() to limit kmalloc()Matt Fleming1-9/+34
2012-10-30efivarfs: Fix return value of efivarfs_file_write()Matt Fleming1-5/+8
2012-10-30efivarfs: Return a consistent error when efivarfs_get_inode() failsMatt Fleming1-1/+1
2012-10-30efivarfs: Make 'datasize' unsigned longMatt Fleming1-1/+1
2012-10-30efivarfs: Add unique magic numberMatt Fleming1-1/+1
2012-10-30efivarfs: Replace magic number with sizeof(attributes)Matt Fleming1-4/+4
2012-10-30efivarfs: Return an error if we fail to read a variableMatt Fleming1-26/+36
2012-10-30efi: Clarify GUID length calculationsJeremy Kerr1-8/+25
2012-10-30efivarfs: Implement exclusive access for {get,set}_variableJeremy Kerr1-25/+43
2012-10-30efivarfs: efivarfs_fill_super() ensure we clean up correctly on errorAndy Whitcroft1-2/+18
2012-10-30efivarfs: efivarfs_fill_super() ensure we free our temporary nameAndy Whitcroft1-0/+2
2012-10-30efivarfs: efivarfs_fill_super() fix inode reference countsAndy Whitcroft1-12/+4
2012-10-30efivarfs: efivarfs_create() ensure we drop our reference on inode on errorAndy Whitcroft1-5/+9
2012-10-30efivarfs: efivarfs_file_read ensure we free data in error pathsAndy Whitcroft1-3/+3
2012-10-30efi: add efivars kobject to efi sysfs folderLee, Chun-Yi1-0/+9
2012-10-30efi: Handle deletions and size changes in efivarfs_write_fileJeremy Kerr1-10/+39
2012-10-30efi: Add support for a UEFI variable filesystemMatthew Garrett1-6/+378
2012-10-19firmware/memmap: avoid type conflicts with the generic memmap_init()Fengguang Wu1-2/+2
2012-09-10firmware: Add missing attributes to EFI variable attribute print out from sysfsKhalid Aziz1-3/+14
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2012-07-30firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu1-4/+4
2012-07-30pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-07-24dmi: Feed DMI table to /dev/random driverTony Luck1-0/+3
2012-05-03efivars: Improve variable validationMatthew Garrett1-16/+30
2012-04-30efi: 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-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+6
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2012-01-06Merge 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-03switch ->is_visible() to returning umode_tAl Viro1-6/+6
2011-12-15Merge 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-13Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-4/+2
2011-12-09firmware: 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-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds1-1/+2
2011-11-28efivars: 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-17pstore: pass reason to backend write callbackKees Cook1-3/+5
2011-11-17pstore: pass allocated memory region back to callerKees Cook1-2/+7
2011-11-15drivers/firmware/dmi_scan.c: make dmi_name_in_vendors more focusedJean Delvare1-4/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-05Merge 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-10-31drivers/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-08firmware: fix google/gsmi.c build warningRandy Dunlap1-1/+1
2011-08-02Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds1-3/+3
2011-08-02efivars: fix warnings when CONFIG_PSTORE=nTony Luck1-3/+3
2011-08-01Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds1-12/+231
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+13
2011-07-25drivers/firmware/sigma.c needs MODULE_LICENSERandy Dunlap1-0/+3
2011-07-22efivars: Introduce PSTORE_EFI_ATTRIBUTESMike Waychison1-4/+8
2011-07-22efivars: Use string functions in pstore_writeMike Waychison1-12/+14
2011-07-22efivars: introduce utf16_strncmpMike Waychison1-0/+18
2011-07-22efivars: String functionsMike Waychison1-11/+19
2011-07-22efi: Add support for using efivars as a pstore backendMatthew Garrett1-2/+189
2011-07-01firmware: gsmi: remove sysfs entries when unload the moduleAxel Lin1-6/+13
2011-06-29[SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime managementMike Christie1-3/+11
2011-06-28Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2011-06-09iscsi_ibft: iscsi_ibft_find unused variable iConnor Hansen1-0/+2
2011-06-07firmware: fix GOOGLE_SMI kconfig dependency warningRandy Dunlap1-0/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-6/+1159
2011-05-19Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds1-11/+11
2011-05-19Merge branch 'stable/broadcom.ibft' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+32
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06efivars: prevent oops on unload when efi is not enabledRandy Dunlap1-2/+4
2011-04-29Introduce CONFIG_GOOGLE_FIRMWAREMike Waychison2-1/+15
2011-04-29driver: Google Memory ConsoleMike Waychison3-0/+175
2011-04-29driver: Google EFI SMIMike Waychison5-0/+955
2011-04-27x86, setup: Fix EDD3.0 data verification.Gleb Natapov1-11/+11
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+2
2011-04-19efivars: handle errors from register_efivars()Dan Carpenter1-2/+9
2011-04-19efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter1-2/+2
2011-04-14iscsi_ibft: search for broadcom specific ibft sign (v2)Mike Christie1-19/+32
2011-03-22sigma-firmware: loader for Analog Devices' SigmaStudioMike Frysinger3-0/+128
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+3
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-138/+913
2011-03-14efivars: Expose efivars functionality to external drivers.Mike Waychison1-27/+7
2011-03-14efivars: Parameterize operations.Mike Waychison1-24/+37
2011-03-14efivars: Split out variable registrationMike Waychison1-55/+67
2011-03-14efivars: parameterize efivarsMike Waychison1-18/+31
2011-03-14efivars: Make efivars bin_attributes dynamicMike Waychison1-25/+68
2011-03-14efivars: move efivars globals into struct efivarsMike Waychison1-40/+46
2011-03-02dcdbas: force SMI to happen when expectedStuart Hayes1-1/+3
2011-02-25firmware: Fix unaligned memory accesses in dmi-sysfsMike Waychison1-15/+13
2011-02-25firmware: Expose DMI type 15 System Event LogMike Waychison1-0/+143
2011-02-25firmware: Break out system_event_log in dmi-sysfsMike Waychison1-0/+159
2011-02-25firmware: Basic dmi-sysfs supportMike Waychison3-0/+408
2011-02-15x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar1-2/+9
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2010-10-27dmi: log board, system, and BIOS informationBjorn Helgaas1-1/+31
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-4/+5
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock3-4/+5
2010-10-14ibft: fix kconfig dependenciesRandy Dunlap1-1/+1
2010-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-490/+0
2010-08-13Merge branch 'stable/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+5
2010-08-11firmware: ibft depends on SCSIRandy Dunlap1-1/+1
2010-08-11ibft: Kernel oops when rmmoding iscsi_ibft with no iBFT present.Konrad Rzeszutek Wilk1-2/+4
2010-08-09edd: fix possible memory leak in edd_init() error pathAxel Lin1-7/+13
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+25
2010-08-06[SCSI] iscsi boot: mv iscsi_boot_sysfs to drivers/scsiMike Christie3-490/+0
2010-08-05dcdbas: remove a redundant smi_data_buf_free in dcdbas_exitAxel Lin1-3/+2
2010-08-05dmi-id: fix a memory leak in dmi_id_init error pathAxel Lin1-1/+3
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds5-474/+799
2010-07-30PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K1-0/+25
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright3-9/+9
2010-05-12ibft: Use IBFT_SIGN instead of open-coding the search string.Peter Jones1-1/+1
2010-05-11ibft: convert iscsi_ibft module to iscsi boot libMike Christie2-451/+248
2010-05-11ibft: separate ibft parsing from sysfs interfaceMike Christie3-0/+490
2010-05-11ibft: For UEFI machines actually do scan ACPI for iBFT.Konrad Rzeszutek Wilk1-12/+19
2010-05-11ibft: Update iBFT handling for v1.03 of the spec.Peter Jones2-17/+48
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+8
2010-04-01ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu1-3/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo7-2/+5
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy4-4/+4
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-21/+36
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-5/+3
2010-02-26drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4Joe Perches1-5/+3
2010-01-07drivers/firmware/iscsi_ibft.c: use %pM to show MAC addresshartleys1-5/+1
2009-12-15firmware: only allow EDD on x86Mike Frysinger1-2/+2
2009-12-15drivers/firmware/dmi_scan.c: use %pUB to print UUIDsJoe Perches1-4/+1
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg1-2/+7
2009-12-04DMI: allow omitting ident strings in DMI tablesDmitry Torokhov1-3/+12
2009-10-05iSCSI/iBFT: use proper address translationJan Beulich2-3/+3
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
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-17Pull for-2.6.31 into releaseTony Luck1-2/+2
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-2/+2
2009-06-16firmware_map: fix hang with x86/32bitYinghai Lu1-7/+9