summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2024-04-24firmware: arm_ffa: Fix memory corruption in ffa_msg_send2()Dan Carpenter
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman
2024-04-21firmware: qcom: scm: Modify only the download bits in TCSR registerMukesh Ojha
2024-04-21firmware: qcom: scm: Fix __scm and waitq completion variable initializationMukesh Ojha
2024-04-21firmware: qcom: scm: Rework dload mode availability checkMukesh Ojha
2024-04-21firmware: qcom: scm: Remove redundant scm argument from qcom_scm_waitq_wakeup()Mukesh Ojha
2024-04-21firmware: qcom: scm: Remove log reporting memory allocation failureMukesh Ojha
2024-04-19firmware: arm_scmi: Add basic support for SCMI v3.2 pincontrol protocolPeng Fan
2024-04-19firmware: arm_scmi: Introduce get_max_msg_size() helper/accessorPeng Fan
2024-04-19firmware: smccc: Export revision soc_id functionMartin Botka
2024-04-18firmware: arm_ffa: Add support for FFA_MSG_SEND2Sudeep Holla
2024-04-18firmware: arm_ffa: Stash the partition properties for query purposesSudeep Holla
2024-04-18firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPISudeep Holla
2024-04-18firmware: arm_scmi: Add support for multiple vendors custom protocolsCristian Marussi
2024-04-15firmware: arm_ffa: Add support for handling notification pending interrupt(NPI)Jens Wiklander
2024-04-15firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI supportSudeep Holla
2024-04-15firmware: arm_ffa: Skip creation of the notification bitmapsJens Wiklander
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner
2024-04-09firmware: ti_sci: Unconditionally register reset handlerAndrew Davis
2024-04-09firmware: ti_sci: Use devm_register_restart_handler()Andrew Davis
2024-04-09firmware: qcom: uefisecapp: Fix memory related IO errors and crashesMaximilian Luz
2024-04-09Merge tag 'ffa-fix-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann
2024-04-09Merge tag 'scmi-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann
2024-04-08firmware: dmi-id: add a release callback functionArnd Bergmann
2024-04-05ASoC: Intel: avs: Fixes and cleanups for 6.10Mark Brown
2024-04-04firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart
2024-04-04firmware: arm_scmi: Avoid non-constant printk format stringsArnd Bergmann
2024-04-03ALSA: cirrus: Tidy up of firmware control read/writeMark Brown
2024-04-03firmware: qcom: qcm: fix unused qcom_scm_qseecom_allowlistKrzysztof Kozlowski
2024-04-03firmware: cs_dsp: Add locked wrappers for coeff read and writeSimon Trimmer
2024-04-03firmware: google: cbmem: drop driver owner initializationKrzysztof Kozlowski
2024-04-03firmware: coreboot: store owner from modules with coreboot_driver_register()Krzysztof Kozlowski
2024-03-29efi: pstore: Request at most 512 bytes for variable namesTim Schumacher
2024-03-28x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel
2024-03-28efi/libstub: Cast away type warning in use of max()Ard Biesheuvel
2024-03-28Merge branch 'drivers-for-6.10' onto 'v6.9-rc1'Bjorn Andersson
2024-03-26firmware: arm_scmi: Use dev_err_probe to bail outCristian Marussi
2024-03-26firmware: arm_scmi: Simplify scmi_devm_notifier_unregisterCristian Marussi
2024-03-26firmware: arm_scmi: Add message dump traces for bad and unexpected repliesCristian Marussi
2024-03-26firmware: arm_scmi: Add helper to trace bad messagesCristian Marussi
2024-03-26firmware: arm_scmi: Log the perf domain names in the error pathsPeng Fan
2024-03-25firmware: arm_scmi: Make raw debugfs entries non-seekableCristian Marussi
2024-03-25firmware: arm_scmi: Fix wrong fastchannel initializationPierre Gondois
2024-03-25firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()Jens Wiklander
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-22efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...KONDO KAZUMA(近藤 和真)