aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2015-03-02Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2-12/+13
2015-02-24firmware: dmi_scan: Fix dmi_len typeIvan Khoronzhuk1-2/+2
2015-02-24efi/libstub: Fix boundary checking in efi_high_alloc()Yinghai Lu1-4/+4
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+6
2015-02-18firmware: dmi_scan: Fix dmi scan to handle "End of Table" structureIvan Khoronzhuk1-6/+7
2015-02-18Revert "efi/libstub: Call get_memory_map() to obtain map and desc sizes"Matt Fleming1-10/+6
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+4
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+1
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-35/+171
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar7-24/+45
2015-01-20efi: Don't look for chosen@0 node on DT platformsLeif Lindholm1-2/+1
2015-01-20firmware: efi: Remove unneeded guid unparseIvan Khoronzhuk1-5/+0
2015-01-20efi/libstub: Call get_memory_map() to obtain map and desc sizesArd Biesheuvel1-6/+10
2015-01-20efi: Small leak on error in runtime map codeDan Carpenter1-1/+1
2015-01-15arm64/efi: efistub: Apply __init annotationArd Biesheuvel3-5/+19
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel3-3/+122
2015-01-12efi: Expose underlying UEFI firmware platform size to userlandSteve McIntyre1-0/+9
2015-01-12efi: efistub: allow allocation alignment larger than EFI_PAGE_SIZEArd Biesheuvel1-8/+17
2015-01-12efi: split off remapping code from efi_config_init()Ard Biesheuvel1-24/+32
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2-5/+5
2015-01-07efi: Update the URLs for efibootmgrPeter Jones1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-11-19RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open codedSteven Rostedt (Red Hat)1-1/+1
2014-11-11efi/x86: Move x86 back to libstubArd Biesheuvel1-1/+1
2014-11-05efi: efi-stub: notify on DTB absenceMark Rutland1-1/+10
2014-11-05dmi: add support for SMBIOS 3.0 64-bit entry pointArd Biesheuvel1-7/+72
2014-11-05efi: dmi: add support for SMBIOS 3.0 UEFI configuration tableArd Biesheuvel1-0/+4
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-19/+351
2014-10-20firmware: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-09drivers/firmware/memmap.c: don't create memmap sysfs of same firmware_map_entryYasuaki Ishimatsu1-0/+3
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming5-19/+351
2014-10-03efi: Delete the in_nmi() conditional runtime lockingMatt Fleming1-13/+4
2014-10-03efi: Provide a non-blocking SetVariable() operationMatt Fleming2-0/+66
2014-10-03efi: Resolve some shadow warningsMark Rustad1-7/+7
2014-10-03efi: Introduce efi_md_typeattr_format()Laszlo Ersek1-0/+57
2014-10-03efi: Add kernel param efi=noruntimeDave Young1-0/+9
2014-10-03efi: Move noefi early param code out of x86 arch codeDave Young1-0/+13
2014-10-03efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2-2/+64
2014-10-03efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel1-10/+144
2014-09-23Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming1-1/+1
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter1-1/+9
2014-08-22firmware: Do not use WARN_ON(!spin_is_locked())Guenter Roeck1-4/+4
2014-08-08kexec: support kexec/kdump on EFI systemsVivek Goyal1-0/+21
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds1-1/+5
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+10
2014-08-06drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory r...Yasuaki Ishimatsu1-0/+4
2014-08-06drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_ent...Yasuaki Ishimatsu1-1/+1
2014-08-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-55/+137
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-71/+391
2014-07-30Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin3-22/+20
2014-07-27Merge branch 'acpica'Rafael J. Wysocki1-10/+10
2014-07-18efi: Autoload efivarsLee, Chun-Yi2-0/+16
2014-07-18efi: Introduce EFI_PARAVIRT flagDaniel Kiper1-9/+12
2014-07-18efi: Use early_mem*() instead of early_io*()Daniel Kiper1-2/+2
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming1-0/+8
2014-07-18efi/reboot: Allow powering off machines using EFIMatt Fleming1-0/+22
2014-07-18efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming2-1/+27
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel7-0/+30
2014-07-10efi: fdt: Do not report an error during boot if UEFI is not availableCatalin Marinas1-7/+15
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel4-59/+109
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel3-0/+165
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel1-10/+0
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel1-10/+0
2014-06-27efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski1-1/+1
2014-06-25trace, RAS: Add eMCA trace event interfaceChen, Gong1-4/+41
2014-06-25CPER: Adjust code flow of some functionsChen, Gong1-55/+100
2014-06-19efi: Fix compiler warnings (unused, const, type)Catalin Marinas2-4/+4
2014-06-16ACPICA: Restore error table definitions to reduce code differences between Li...Lv Zheng1-10/+10
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+649
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-82/+284
2014-05-13iscsi_ibft: Fix finding Broadcom specific ibft signVikas Chaudhary1-0/+1
2014-04-30efi/arm64: ignore dtb= when UEFI SecureBoot is enabledArd Biesheuvel1-4/+35
2014-04-30arm64: efi: add EFI stubMark Salter1-0/+247
2014-04-30efi: Add shared FDT related functions for ARM/ARM64Roy Franz1-0/+285
2014-04-30efi: add helper function to get UEFI params from FDTMark Salter2-0/+86
2014-04-17efivars: Add compatibility code for compat tasksMatt Fleming1-26/+116
2014-04-17efivars: Refactor sanity checking code into separate functionMatt Fleming1-20/+32
2014-04-17efivars: Stop passing a struct argument to efivar_validate()Matt Fleming2-17/+19
2014-04-17efivars: Check size of user objectMatt Fleming1-0/+6
2014-04-17efivars: Use local variables instead of a pointer dereferenceMatt Fleming1-13/+35
2014-04-17efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin1-20/+67
2014-04-17efi: Add get_dram_base() helper functionRoy Franz1-0/+30
2014-04-14efi: Add shared printk wrapper for consistent prefixingRoy Franz1-5/+8
2014-04-14efi: efi-stub-helper cleanupLeif Lindholm1-13/+3
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2014-04-11Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-3/+3
2014-04-10efi: Pass correct file handle to efi_file_{read,close}Matt Fleming1-3/+3
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-28/+26
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming1-22/+22
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming1-110/+38
2014-03-04x86/efi: Build our own EFI services pointer tableMatt Fleming1-110/+38
2014-03-04efi: Use NULL instead of 0 for pointerDaeseok Youn2-2/+2
2014-03-04efi: Set feature flags inside feature init functionsMatt Fleming1-0/+3
2014-02-15firmware: google memconsole driver fixesMichel Lespinasse1-21/+26
2014-02-15firmware: fix google/gsmi duplicate efivars_sysfs_init()Michel Lespinasse1-7/+0
2014-02-13initconst: Fix initconst mistake in dcdbasAndi Kleen1-1/+1
2014-01-27firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel1-2/+1
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel2-10/+13
2014-01-21drivers/firmware/memmap.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+1
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar6-26/+171
2013-12-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+5
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman1-0/+1
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young4-0/+197
2013-12-21efi: Export more EFI table variables to sysfsDave Young1-1/+40
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony1-0/+1
2013-12-19x86/efi: Don't select EFI from certain special ACPI driversJan Beulich3-4/+5
2013-12-10Merge branch 'driver-core-linus' into driver-core-nextTejun Heo3-22/+165
2013-12-08firmware: dmi-sysfs: Remove "dmi" directory on module exitBjorn Helgaas1-0/+1
2013-12-08firmware: dmi-sysfs: Don't remove dmi-sysfs "raw" file explicitlyBjorn Helgaas1-1/+1
2013-12-07ACPI / IBFT: Fix incorrect <acpi/acpi.h> inclusion in iSCSI boot firmware moduleLv Zheng1-1/+1
2013-11-29efi-pstore: Make efi-pstore return a unique idMadper Xie1-6/+14
2013-11-28efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...Seiji Aguchi3-16/+151
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-18/+27
2013-11-12Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-0/+475
2013-11-12Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+777
2013-11-03dmi: Avoid unaligned memory access in save_mem_devices()Luck, Tony1-1/+2
2013-10-31Move cper.c from drivers/acpi/apei to drivers/firmware/efiLuck, Tony3-0/+414
2013-10-31DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masksRussell King1-5/+8
2013-10-31DMA-API: dcdbas: update DMA mask handingRussell King1-13/+19
2013-10-23DMI: Parse memory device (type 17) in SMBIOSChen, Gong1-0/+60
2013-10-04boot, efi: Remove redundant memset()Roy Franz1-2/+0
2013-09-25Merge branch 'arm/common' into nextMatt Fleming1-0/+638
2013-09-25efi: resolve warnings found on ARM compileRoy Franz1-3/+1
2013-09-25efi: Fix types in EFI calls to match EFI function definitions.Roy Franz1-6/+9
2013-09-25efi: Renames in handle_cmdline_files() to complete generalization.Roy Franz1-46/+46
2013-09-25efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().Roy Franz1-21/+30
2013-09-25efi: Allow efi_free() to be called with size of 0Roy Franz1-0/+3
2013-09-25efi: generalize efi_get_memory_map()Roy Franz1-3/+11
2013-09-25efi: Rename __get_map() to efi_get_memory_map()Roy Franz1-6/+6
2013-09-25efi: Move unicode to ASCII conversion to shared function.Roy Franz1-0/+61
2013-09-25efi: Generalize relocate_kernel() for use by other architectures.Roy Franz1-21/+55
2013-09-25efi: Move relocate_kernel() to shared file.Roy Franz1-0/+35
2013-09-25efi: Enforce minimum alignment of 1 page on allocations.Roy Franz1-0/+16
2013-09-25efi: Rename memory allocation/free functionsRoy Franz1-7/+7
2013-09-25efi: Add system table pointer argument to shared functions.Roy Franz1-44/+52
2013-09-25efi: Move common EFI stub code from x86 arch code to common locationRoy Franz1-0/+463
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-09-11drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-05Merge branch 'arm/efi-stub' into nextMatt Fleming1-0/+140
2013-09-05efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm1-0/+32
2013-09-05efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm1-0/+108
2013-09-05efivars: Mark local function as staticBojan Prtvar1-1/+1
2013-09-03Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+21
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+2
2013-08-27firmware: dcdbas: use binary attribute groupsGreg KH1-17/+2
2013-08-19efi-pstore: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah1-4/+18
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah1-1/+2
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah1-1/+1
2013-07-31dmi_scan: add comments on dmi_present() and the loop in dmi_scan_machine()Ben Hutchings1-0/+14
2013-07-11efivars: check for EFI_RUNTIME_SERVICESMatt Fleming1-0/+3
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-3/+9
2013-07-03dmi: add support for exact DMI matches in addition to substring matchingJani Nikula1-3/+9
2013-07-03Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah1-1/+1
2013-06-28efivars: If pstore_register fails, free unneeded pstore bufferLenny Szubowicz1-1/+5
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+3
2013-06-03efi, pstore: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-06-03dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitlyTakashi Iwai1-0/+1
2013-05-13efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuseSeiji Aguchi1-5/+3
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