aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-04-14firmware/psci: demote suspend-mode warning to info levelGravatar Johan Hovold 1-1/+2
2023-03-24Merge tag 'arm-fixes-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-10/+46
2023-03-24Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 16-37/+138
2023-03-24Merge tag 'qcom-driver-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 1-1/+1
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureGravatar Ard Biesheuvel 1-0/+1
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoGravatar Ard Biesheuvel 6-14/+21
2023-03-21efi/libstub: zboot: Add compressed image to make targetsGravatar Ard Biesheuvel 1-1/+1
2023-03-18efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LGravatar Hans de Goede 1-0/+8
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmGravatar Hans de Goede 3-3/+8
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterGravatar Ard Biesheuvel 2-4/+3
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkGravatar Ard Biesheuvel 3-13/+80
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeGravatar Ard Biesheuvel 1-1/+1
2023-03-13efi: earlycon: Reprobe after parsing config tablesGravatar Ard Biesheuvel 2-3/+16
2023-03-10efi/libstub: arm64: Remap relocated image with strict permissionsGravatar Ard Biesheuvel 1-0/+1
2023-03-10efi/libstub: zboot: Mark zboot EFI application as NX compatibleGravatar Ard Biesheuvel 1-1/+1
2023-03-09firmware: qcom: scm: fix bogus irq error at probeGravatar Johan Hovold 1-1/+1
2023-03-09firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Gravatar Roman Gushchin 1-1/+1
2023-03-08firmware: arm_scmi: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-2/+2
2023-03-08firmware: arm_scmi: Fix device node validation for mailbox transportGravatar Cristian Marussi 1-0/+37
2023-03-06firmware: arm_scmi: Fix raw coexistence mode behaviour on failure pathGravatar Cristian Marussi 1-3/+3
2023-03-06firmware: arm_scmi: Remove duplicate include header inclusionGravatar Ye Xingchen 1-1/+0
2023-03-06firmware: arm_scmi: Return a literal instead of a variableGravatar Dan Carpenter 1-1/+1
2023-03-06firmware: arm_scmi: Clean up a return statement in scmi_probeGravatar Dan Carpenter 1-2/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 18-573/+2908
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+4
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-26/+25
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 12-59/+232
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-6/+37
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-83/+55
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+30
2023-02-19firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Gravatar Darrell Kavanagh 1-0/+8
2023-02-13Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Gravatar Arnd Bergmann 3-3/+3
2023-02-13Merge tag 'qcom-drivers-for-6.3' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 3-8/+176
2023-02-12Merge tag 'efi-fixes-for-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+6
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Gravatar Darren Hart 1-3/+6
2023-02-09firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesGravatar Douglas Anderson 1-8/+0
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Gravatar Elliot Berman 3-3/+3
2023-02-08firmware: arm_scmi: Set fwnode for the scmi_deviceGravatar Saravana Kannan 1-1/+2
2023-02-06Merge 6.2-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 2-1/+3
2023-02-04efi: Discover BTI support in runtime services regionsGravatar Ard Biesheuvel 1-1/+6
2023-02-03efi/cper, cxl: Remove cxl_err.hGravatar Dan Williams 1-1/+11
2023-02-03Merge tag 'efi-fixes-for-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+3
2023-02-03efi: Use standard format for printing the EFI revisionGravatar Ard Biesheuvel 1-4/+9
2023-02-03efi: Drop minimum EFI version check at bootGravatar Ard Biesheuvel 2-9/+2
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesGravatar Ard Biesheuvel 3-0/+72
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentGravatar Anton Gusev 1-0/+2
2023-02-02efi: Accept version 2 of memory attributes tableGravatar Ard Biesheuvel 1-1/+1
2023-02-01Merge tag 'zynqmp-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into ...Gravatar Arnd Bergmann 1-2/+25
2023-01-31cpuidle: drivers: firmware: psci: Dont instrument suspend codeGravatar Mark Rutland 1-12/+19
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 9-12/+36