summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)Author
2019-04-05efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel
2019-04-05efi/memattr: Don't bail on zero VA if it equals the region's PAArd Biesheuvel
2019-04-05efi: cper: Fix possible out-of-bounds accessRoss Lagerwall
2019-03-13iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche
2019-02-15firmware: arm_scmi: provide the mandatory device release callbackSudeep Holla
2019-02-12firmware/efi: Add NULL pointer checks in efivars API functionsArend van Spriel
2019-01-26efi/libstub: Disable some warnings for x86{,_64}Nathan Chancellor
2018-12-01efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel
2018-12-01efi/libstub: arm: support building with clangAlistair Strachan
2018-11-21efi/arm/libstub: Pack FDT after populating itArd Biesheuvel
2018-11-13firmware: coreboot: Unmap ioregion after device populationStephen Boyd
2018-09-12efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to yScott Branden
2018-09-06firmware: arm_scmi: fix divide by zero when sustained_perf_level is zeroSudeep Holla
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-02media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott
2018-07-26drivers/firmware: psci_checker: stash and use topology_core_cpumask for hotpl...Sudeep Holla
2018-07-23efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro
2018-07-23efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel
2018-07-22efi/cper: Use consistent types for UUIDsAndy Shevchenko
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel
2018-07-17efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel
2018-07-16efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel
2018-07-16efi/cper: Avoid using get_seconds()Arnd Bergmann
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth
2018-07-14Merge tag 'scmi-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2018-07-14Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson
2018-07-10headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann
2018-07-09firmware: raspberrypi: Remove VLA usageKees Cook
2018-07-09firmware: raspberrypi: Register hwmon driverStefan Wahren
2018-07-09firmware: arm_scmi: remove some unnecessary checksDan Carpenter
2018-07-03efi/bgrt: Drop __initdata from bgrt_image_sizeHans de Goede
2018-06-22efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede
2018-06-18Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-17firmware: dmi: Add access to the SKU ID stringSimon Glass
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann