summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes2021-06-101-3/+1
* efi/libstub: prevent read overflow in find_file_option()Dan Carpenter2021-06-101-1/+1
* efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit2021-06-101-5/+0
* efi/fdt: fix panic when no valid fdt foundChangbin Du2021-06-101-0/+3
* firmware: arm_scpi: Prevent the ternary sign expansion bugDan Carpenter2021-05-261-1/+3
* firmware: qcom-scm: Fix QCOM_SCM configurationHe Ying2021-05-141-0/+1
* firmware: qcom_scm: Workaround lack of "is available" call on SC7180Stephen Boyd2021-05-141-2/+16
* firmware: qcom_scm: Reduce locking section for __get_convention()Stephen Boyd2021-05-143-35/+39
* firmware: qcom_scm: Make __qcom_scm_is_call_available() return boolStephen Boyd2021-05-141-11/+8
* firmware: xilinx: Fix dereferencing freed memoryTejas Patel2021-05-141-2/+3
* efi/libstub: Add $(CLANG_FLAGS) to x86 flagsNathan Chancellor2021-05-111-1/+2
* firmware/efi: Fix a use after bug in efi_mem_reserve_persistentLv Yunlong2021-03-251-1/+2
* efivars: respect EFI_UNSUPPORTED return from firmwareShawn Guo2021-03-251-0/+4
* efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel2021-03-171-0/+16
* firmware: arm_scmi: Fix call site of scmi_notification_exitCristian Marussi2021-03-041-2/+2
* firmware: imx: select SOC_BUS to fix firmware buildRandy Dunlap2021-02-031-0/+1
* efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner2021-02-031-4/+9
* mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-301-0/+1
* firmware: arm_scmi: Fix missing destroy_workqueue()Qinglang Miao2020-12-301-5/+5
* firmware: tegra: fix strncpy()/strncat() confusionArnd Bergmann2020-12-301-5/+1
* firmware: xilinx: Mark pm_api_features_map with static keywordZou Wei2020-12-091-1/+1
* Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-292-2/+2
|\
| * efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven2020-11-251-1/+1
| * efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński2020-11-251-1/+1
* | firmware: xilinx: Use hash-table for api feature checkAmit Sunil Dhamne2020-11-241-14/+49
* | firmware: xilinx: Fix SD DLL node reset issueManish Narani2020-11-241-1/+1
* | firmware: xilinx: fix out-of-bounds accessArnd Bergmann2020-11-091-0/+3
* | Merge tag 'scmi-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-10-269-12/+34
|\ \ | |/ |/|
| * firmware: arm_scmi: Fix duplicate workqueue nameFlorian Fainelli2020-10-141-1/+1
| * firmware: arm_scmi: Fix locking in notificationsCristian Marussi2020-10-141-7/+13
| * firmware: arm_scmi: Add missing Rx size re-initialisationSudeep Holla2020-10-136-0/+18
| * firmware: arm_scmi: Expand SMC/HVC message pool to more than oneEtienne Carriere2020-10-121-1/+1
| * firmware: arm_scmi: Fix ARCH_COLD_RESETEtienne Carriere2020-10-121-3/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-2419-52/+220
|\ \
| * \ Merge tag 'imx-drivers-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2020-10-031-0/+4
| |\ \
| | * | firmware: imx: scu-pd: ignore power domain not ownedPeng Fan2020-09-131-0/+4
| * | | Merge tag 'drivers_soc_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2020-09-261-2/+4
| |\ \ \
| | * | | firmware: ti_sci: allow frequency change for disabled clocks by defaultTero Kristo2020-09-111-2/+4
| | |/ /
| * | | Merge tag 'tegra-for-5.10-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2020-09-261-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | firmware: tegra: Enable BPMP support on Tegra234Thierry Reding2020-09-181-1/+2
| | |/
| * | firmware: arm_scmi: Enable building as a single moduleSudeep Holla2020-09-143-3/+5
| * | firmware: arm_scmi: Move scmi protocols registration into the driverSudeep Holla2020-09-148-37/+42
| * | firmware: arm_scmi: Move scmi bus init and exit calls into the driverSudeep Holla2020-09-143-5/+20
| * | firmware: smccc: Export both smccc functionsSudeep Holla2020-09-141-0/+2
| * | firmware: arm_scmi: Fix NULL pointer dereference in mailbox_chan_freeSudeep Holla2020-09-091-1/+1
| * | firmware: arm_scmi: Add SCMI device for system power protocolCristian Marussi2020-09-081-0/+1
| * | firmware: arm_scmi: Add system power protocol supportCristian Marussi2020-09-082-1/+137
| * | firmware: arm_scmi: Constify static scmi-opsRikard Falkeborn2020-09-079-9/+9
| |/
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-211-1/+1
|\ \
| * | Replace HTTP links with HTTPS ones: DMI/SMBIOS SUPPORTAlexander A. Klimov2020-07-161-1/+1