summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2022-06-25firmware: qcom_scm: drop unexpected word "the"Jiang Jian1-1/+1
2022-06-24efi: vars: Move efivar caching layer into efivarfsArd Biesheuvel2-733/+1
2022-06-24efi: vars: Drop __efivar_entry_iter() helper which is no longer usedArd Biesheuvel1-54/+7
2022-06-24efi: vars: Switch to new wrapper layerArd Biesheuvel1-81/+52
2022-06-24efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2-14/+3
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel4-936/+2
2022-06-24efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel4-308/+91
2022-06-24efi: vars: Add thin wrapper around EFI get/set variable interfaceArd Biesheuvel1-10/+144
2022-06-24efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel3-20/+14
2022-06-24firmware: tegra: bpmp: Do only aligned access to IPC memory areaTimo Alho1-3/+3
2022-06-22firmware: mediatek: Use meaningful names for mboxTinghan Shen1-24/+12
2022-06-21efi: sysfb_efi: remove unnecessary <asm/efi.h> includeJavier Martinez Canillas1-2/+0
2022-06-20efi: efibc: avoid efivar API for setting variablesArd Biesheuvel2-47/+30
2022-06-20efi: avoid efivars layer when loading SSDTs from variablesArd Biesheuvel1-62/+41
2022-06-20firmware: arm_scmi: Relax CLOCK_DESCRIBE_RATES out-of-spec checksCristian Marussi3-1/+29
2022-06-15efi: Correct comment on efi_memmap_allocLiu Zixian1-2/+1
2022-06-15efi: Make code to find mirrored memory ranges genericMa Wupeng2-0/+24
2022-06-12firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descripto...Ludvig Pärsson1-7/+2
2022-06-10firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi8-13/+11
2022-06-10firmware: arm_scmi: Fix SENSOR_AXIS_NAME_GET behaviour when unsupportedCristian Marussi1-10/+46
2022-06-06firmware: arm_scmi: Remove all the unused local variablesCristian Marussi4-13/+12
2022-06-06firmware: arm_scmi: Relax base protocol sanity checks on the protocol listCristian Marussi1-5/+11
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-32/+27
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-32/+116
2022-06-01efi: clean up Kconfig dependencies on CONFIG_EFIArd Biesheuvel2-30/+25
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel1-2/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-791/+1661
2022-05-26Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-0/+167
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-05-24Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+46
2022-05-23Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-20/+302
2022-05-19edd: simplify the check of 'attr->test' in edd_populate_dir()Yang Yingliang1-2/+1
2022-05-19firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin1-1/+1
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2-6/+30
2022-05-16firmware: mediatek: Add adsp ipc protocol interfaceTingHan Shen3-0/+167
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-0/+1
2022-05-10Merge tag 'qcom-drivers-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+4
2022-05-10Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-6/+55
2022-05-06efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel1-0/+11
2022-05-06firmware: tee_bnxt: Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
2022-05-05Merge tag 'scmi-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann13-775/+1588
2022-05-05Merge tag 'ffa-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-10/+14
2022-05-03efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel1-3/+9
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel5-5/+9
2022-05-03efi: libstub: ensure allocated memory to be executableBaskov Evgeniy2-4/+118
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy2-1/+82
2022-05-03firmware: arm_scmi: Fix late checks on pointer dereferenceCristian Marussi1-8/+11
2022-05-03firmware: ti_sci: Switch transport to polled mode during system suspendDave Gerlach1-6/+55