summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-05-14firmware: qcom-scm: Fix QCOM_SCM configurationHe Ying1-0/+1
2021-05-14firmware: qcom_scm: Workaround lack of "is available" call on SC7180Stephen Boyd1-2/+16
2021-05-14firmware: qcom_scm: Reduce locking section for __get_convention()Stephen Boyd3-35/+39
2021-05-14firmware: qcom_scm: Make __qcom_scm_is_call_available() return boolStephen Boyd1-11/+8
2021-05-14firmware: xilinx: Fix dereferencing freed memoryTejas Patel1-2/+3
2021-05-12efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor1-1/+2
2021-03-24firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong1-1/+2
2021-03-24efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo1-0/+4
2021-03-17efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel1-0/+16
2021-03-04firmware: arm_scmi: Fix call site of scmi_notification_exitCristian Marussi1-2/+2
2021-01-31Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+9
2021-01-18firmware: imx: select SOC_BUS to fix firmware buildRandy Dunlap1-0/+1
2020-12-31efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner1-4/+9
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-39/+61
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-48/+78
2020-12-17Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-295/+862
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+8
2020-12-16Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-1/+385
2020-12-16Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+21
2020-12-16Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-26/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+8
2020-12-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-14/+0
2020-12-15Merge tag 'ras_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+8
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-12-14Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-0/+8
2020-12-14efi: ia64: disable the capsule loaderArd Biesheuvel2-2/+5
2020-12-10firmware: xilinx: Mark pm_api_features_map with static keywordZou Wei1-1/+1
2020-12-09Merge tag 'zynqmp-soc-for-v5.11-v2' of https://github.com/Xilinx/linux-xlnx i...Arnd Bergmann1-23/+23
2020-12-09firmware: xilinx: Fix kernel-doc warningsMichal Simek1-23/+23
2020-12-09driver core: Delete pointless parameter in fwnode_operations.add_linksSaravana Kannan1-2/+1
2020-12-09efi: Update implementation of add_links() to create fwnode linksSaravana Kannan1-20/+1
2020-12-09driver core: Redefine the meaning of fwnode_operations.add_links()Saravana Kannan1-1/+1
2020-12-09driver core: Add fwnode_init()Saravana Kannan1-4/+4
2020-12-09firmware: fix a spelling mistake "managament" -> "management" in KconfigColin Ian King1-1/+1
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2-62/+78
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel3-4/+1
2020-12-09efi/efi_test: read RuntimeServicesSupportedHeinrich Schuchardt2-0/+19
2020-12-09efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel1-0/+12
2020-12-09Merge tag 'imx-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-18/+66
2020-12-09Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-2/+4
2020-12-09Merge tag 'drivers_soc_for_5.11' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-190/+95
2020-12-08firmware: arm_scmi: Add power_scale_mw_get() interfaceLukasz Luba1-0/+8
2020-12-07efi: capsule: use atomic kmap for transient sglist mappingsArd Biesheuvel1-2/+2
2020-12-04psci: Add accessor for psci_0_1_function_idsDavid Brazdil1-7/+5
2020-12-04psci: Replace psci_function_id array with a structDavid Brazdil1-15/+14
2020-12-04psci: Split functions to v0.1 and v0.2+ variantsDavid Brazdil1-34/+60
2020-12-04psci: Support psci_ops.get_version for v0.1David Brazdil1-3/+10
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland1-14/+0