summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2019-11-06efi/cper: Fix endianness of PCIe class codeLukas Wunner1-1/+1
2019-10-17efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specifiedArd Biesheuvel1-0/+3
2019-10-05efi: cper: print AER info of PCIe fatal errorXiaofei Tan1-0/+15
2019-08-25iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2-2/+7
2019-06-11efi/libstub: Unify command line param parsingArd Biesheuvel4-27/+21
2019-04-05efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel1-1/+1
2019-03-14iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche1-0/+7
2019-02-12firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel1-21/+78
2018-12-05efi/libstub: Make file I/O chunking x86-specificArd Biesheuvel1-1/+10
2018-12-05efi/libstub: arm: support building with clangAlistair Strachan1-1/+2
2018-12-01efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel3-1/+8
2018-11-23efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel1-1/+1
2018-11-23efi/libstub: Preserve .debug sections after absolute relocation checkArd Biesheuvel1-8/+16
2018-11-23efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel1-1/+9
2018-09-26efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel1-1/+2
2018-09-26efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2-2/+3
2018-05-30firmware: dmi_scan: Fix handling of empty DMI stringsJean Delvare1-13/+9
2018-04-20firmware/psci: Expose SMCCC version through psci_opsMark Rutland1-0/+27
2018-04-20firmware/psci: Expose PSCI conduitMark Rutland1-5/+23
2018-04-20drivers/firmware: Expose psci_get_version through psci_ops structureMark Rutland1-0/+2
2017-12-20efi/esrt: Cleanup bad memory map log messagesDaniel Drake2-2/+1
2017-12-14efi/esrt: Use memunmap() instead of kfree() to free the remappingPan Bian1-1/+1
2017-12-14efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman3-16/+12
2017-04-21efi/libstub: Skip GOP with PIXEL_BLT_ONLY formatCohen, Eugene1-2/+4
2017-04-12firmware: qcom: scm: Fix interrupted SCM callsAndy Gross1-3/+10
2017-03-18efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=yArd Biesheuvel1-0/+1
2017-02-09efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel1-11/+3
2017-01-19x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2-2/+39
2017-01-19efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel2-39/+56
2017-01-12efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter1-1/+3
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel1-2/+3
2016-10-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-14/+265
2016-10-07Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-310/+1483
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-25/+26
2016-09-20Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-0/+11
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2-6/+7
2016-09-20x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming1-0/+11
2016-09-15Merge tag 'qcom-drivers-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-14/+5
2016-09-15Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann5-0/+260
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-49/+193
2016-09-13Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar17-310/+1472
2016-09-09efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel1-15/+17
2016-09-09efi: Add efi_test driver for exporting UEFI runtime service interfacesIvan Hu5-0/+878
2016-09-09efi/arm64: Add debugfs node to dump UEFI runtime page tablesArd Biesheuvel1-0/+20
2016-09-09firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring1-2/+1
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2-32/+52
2016-09-09efi: Don't use spinlocks for efi varsSylvain Chouleur3-70/+125
2016-09-09efi: Use a file local lock for efivarsSylvain Chouleur1-36/+47