summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2022-06-06firmware: arm_scmi: Remove all the unused local variablesCristian Marussi-13/+12
2022-06-06firmware: arm_scmi: Relax base protocol sanity checks on the protocol listCristian Marussi-5/+11
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+27
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-32/+116
2022-06-01efi: clean up Kconfig dependencies on CONFIG_EFIArd Biesheuvel-30/+25
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel-2/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-791/+1661
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+167
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+3
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2022-05-23Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-18/+46
2022-05-23Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-20/+302
2022-05-19edd: simplify the check of 'attr->test' in edd_populate_dir()Yang Yingliang-2/+1
2022-05-19firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin-1/+1
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L-6/+30
2022-05-16firmware: mediatek: Add adsp ipc protocol interfaceTingHan Shen-0/+167
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne-0/+1
2022-05-09Merge tag 'qcom-drivers-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-0/+4
2022-05-09Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-6/+55
2022-05-06efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel-0/+11
2022-05-05firmware: tee_bnxt: Use UUID API for exporting the UUIDAndy Shevchenko-1/+1
2022-05-05Merge tag 'scmi-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-775/+1588
2022-05-05Merge tag 'ffa-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-10/+14
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel-3/+9
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel-5/+9
2022-05-03efi: libstub: ensure allocated memory to be executableBaskov Evgeniy-4/+118
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy-1/+82
2022-05-03firmware: arm_scmi: Fix late checks on pointer dereferenceCristian Marussi-8/+11
2022-05-03firmware: ti_sci: Switch transport to polled mode during system suspendDave Gerlach-6/+55
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-9/+10
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman-9/+10
2022-04-29firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla-2/+0
2022-04-29firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla-1/+1
2022-04-28firmware: arm_scmi: Support optee shared memory in the optee transportEtienne Carriere-36/+109
2022-04-28firmware: arm_scmi: Add SCMI v3.1 VOLTAGE_LEVEL_SET_COMPLETECristian Marussi-9/+42
2022-04-28firmware: arm_scmi: Add SCMI v3.1 clock notificationsCristian Marussi-5/+131
2022-04-28firmware: arm_scmi: Add checks for min/max limits in PERFORMANCE_LIMITS_SETCristian Marussi-0/+3
2022-04-28firmware: arm_scmi: Add SCMI v3.1 perf power-cost in microwattsCristian Marussi-0/+4
2022-04-28firmware: arm_scmi: Use common iterators in the perf protocolCristian Marussi-48/+69
2022-04-28firmware: arm_scmi: Use common iterators in the voltage protocolCristian Marussi-68/+93
2022-04-28firmware: arm_scmi: Use common iterators in the clock protocolCristian Marussi-60/+90
2022-04-28firmware: arm_scmi: Add SCMI v3.1 SENSOR_AXIS_NAME_GET supportCristian Marussi-6/+76
2022-04-28firmware: arm_scmi: Use common iterators in the sensor protocolCristian Marussi-285/+297
2022-04-28firmware: arm_scmi: Add iterators for multi-part commandsCristian Marussi-0/+163
2022-04-28firmware: arm_scmi: Parse clock_enable_latency conditionallyCristian Marussi-2/+2
2022-04-28firmware: arm_scmi: Set clock latency to U32_MAX if it is not supportedSudeep Holla-2/+4
2022-04-28firmware: arm_scmi: Add SCMI v3.1 protocol extended names supportCristian Marussi-18/+103
2022-04-28firmware: arm_scmi: Introduce a common SCMI v3.1 .extended_name_get helperCristian Marussi-0/+65
2022-04-28firmware: arm_scmi: Split protocol specific definitions in a dedicated headerCristian Marussi-236/+265