summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2021-08-05firmware: arm_scmi: Remove scmi_dump_header_dbg() helperCristian Marussi
2021-08-05firmware: arm_scmi: Add support for type handling in common functionsCristian Marussi
2021-08-03efi/libstub: arm64: Double check image alignment at entryArd Biesheuvel
2021-08-03efi/libstub: arm64: Warn when efi_random_alloc() failsArd Biesheuvel
2021-08-03efi/libstub: arm64: Relax 2M alignment again for relocatable kernelsArd Biesheuvel
2021-08-03efi/libstub: arm64: Force Image reallocation if BSS was not reservedArd Biesheuvel
2021-08-02Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wi...Arnd Bergmann
2021-07-31iscsi_ibft: fix crash due to KASLR physical memory remappingMaurizio Lombardi
2021-07-27efi: sysfb_efi: fix build when EFI is not setRandy Dunlap
2021-07-27drivers/firmware: fix SYSFB depends to prevent build failuresJavier Martinez Canillas
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman
2021-07-26Merge 5.14-rc3 into char-misc-nextGreg Kroah-Hartman
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-25Merge tag 'efi-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21drivers: firmware: Add PDI load API supportNava kishore Manne
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2021-07-21drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-21firmware: tee_bnxt: Release TEE shm, session, and context during kexecAllen Pais
2021-07-20arm64: efi: kaslr: Fix occasional random alloc (and boot) failureBenjamin Herrenschmidt
2021-07-20Merge tag 'efi-urgent-for-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar
2021-07-20efi/mokvar: Reserve the table only if it is in boot services dataBorislav Petkov
2021-07-19firmware: qcom_scm: Allow qcom_scm driver to be loadable as a permenent moduleJohn Stultz
2021-07-19ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko
2021-07-16firmware: qcom_scm: remove a duplicative conditionJunlin Yang
2021-07-16firmware: qcom_scm: Mark string array constStephen Boyd
2021-07-16Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2021-07-16efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra
2021-07-16firmware/efi: Tell memblock about EFI iomem reservationsMarc Zyngier
2021-07-16efi/tpm: Differentiate missing and invalid final event log table.Michal Suchanek
2021-07-13firmware: arm_scmi: Fix range check for the maximum number of pending messagesCristian Marussi
2021-07-13firmware: arm_scmi: Avoid padding in sensor message structureCristian Marussi
2021-07-13firmware: arm_scmi: Fix kernel doc warnings about return valuesCristian Marussi
2021-07-12firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla
2021-07-12firmware: arm_ffa: Fix the comment styleSudeep Holla
2021-07-12firmware: arm_ffa: Simplify probe functionUwe Kleine-König
2021-07-12firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König
2021-07-12firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflowSudeep Holla
2021-07-12firmware: arm_scmi: Ensure drivers provide a probe functionSudeep Holla
2021-07-12firmware: arm_scmi: Simplify device probe function on the busSudeep Holla
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-29qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon