summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
41 hoursfirmware: arm_ffa: Fix sched-recv callback partition lookupSudeep Holla1-3/+3
41 hoursfirmware: arm_ffa: Align RxTx buffer size before mappingSudeep Holla1-1/+2
41 hoursfirmware: arm_ffa: Unregister bus notifier on teardown for FF-A v1.0Sudeep Holla1-0/+15
41 hoursfirmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callbackSudeep Holla1-42/+117
41 hoursfirmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()Sudeep Holla1-17/+16
41 hoursfirmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla2-4/+6
41 hoursfirmware: arm_ffa: Refactor addition of partition information into XArrayViresh Kumar1-25/+22
41 hoursfirmware: arm_ffa: Fix per-vcpu self notifications handling in workqueueSudeep Holla1-1/+1
41 hoursfirmware: arm_ffa: Skip free_pages on RX buffer alloc failureSudeep Holla1-1/+1
41 hoursfirmware: arm_ffa: Check for NULL FF-A ID table while driver registrationSudeep Holla1-1/+3
41 hoursefi: Allocate runtime workqueue before ACPI initArd Biesheuvel1-12/+16
11 daysfirmware: arm_ffa: Use the correct buffer size during RXTX_MAPSebastian Ene1-1/+1
11 daysefi/capsule-loader: fix incorrect sizeof in phys array reallocationThomas Huth1-1/+1
2026-05-07firmware: google: framebuffer: Do not unregister platform deviceThomas Zimmermann1-10/+0
2026-05-07firmware: google: framebuffer: Do not mark framebuffer as busyThomas Zimmermann1-1/+1
2026-04-11firmware: microchip: fail auto-update probe if no flash foundConor Dooley1-4/+6
2026-03-25firmware: arm_scpi: Fix device_node reference leak in probe pathFelix Gu1-2/+3
2026-03-25firmware: arm_ffa: Remove vm_id argument in ffa_rxtx_unmap()Yeoreum Yun1-4/+4
2026-03-13x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)1-1/+1
2026-03-04firmware: arm_ffa: Unmap Rx/Tx buffers on init failureHaoxiang Li1-0/+1
2026-03-04EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab2-5/+10
2026-03-04EFI/CPER: don't dump the entire memory regionMauro Carvalho Chehab1-0/+5
2026-03-04efi: Fix reservation of unaccepted memory tableKiryl Shutsemau (Meta)1-4/+4
2026-03-04firmware: arm_ffa: Correct 32-bit response handling in NOTIFICATION_INFO_GETSudeep Holla1-4/+29
2026-01-23efi/cper: Fix cper_bits_to_str buffer handling and return valueMorduan Zang1-1/+1
2026-01-23firmware: imx: scu-irq: Set mu_resource_id before get handlePeng Fan1-12/+12
2026-01-08firmware: stratix10-svc: Add mutex in stratix10 memory managementMahesh Rao1-0/+11
2026-01-08firmware: imx: scu-irq: Init workqueue before request mbox channelPeng Fan1-2/+2
2025-12-18efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab1-26/+24
2025-12-18efi/cper: Adjust infopfx size to accept an extra spaceMauro Carvalho Chehab1-1/+1
2025-12-18efi/cper: Add a new helper function to print bitmasksMauro Carvalho Chehab1-0/+60
2025-12-18firmware: stratix10-svc: fix make htmldocs warning for stratix10_svcDinh Nguyen1-0/+1
2025-12-18efi/libstub: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-2/+2
2025-12-18firmware: imx: scu-irq: fix OF node leak inPeng Fan1-1/+3
2025-12-07firmware: stratix10-svc: fix bug in saving controller dataKhairul Anuar Romli1-3/+4
2025-11-13firmware: qcom: tzmem: disable sc7180 platformNikita Travkin1-0/+1
2025-11-13firmware: qcom: scm: preserve assign_mem() error return valueMukesh Ojha1-1/+1
2025-10-29firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw modeArtem Shimko1-2/+1
2025-10-29firmware: arm_scmi: Account for failed debug initializationCristian Marussi2-33/+35
2025-10-19firmware: meson_sm: fix device leak at probeJohan Hovold1-1/+6
2025-10-15firmware: firmware: meson-sm: fix compile-test defaultJohan Hovold1-1/+1
2025-10-15firmware: arm_scmi: Mark VirtIO ready before registering scmi_virtio_driverJunnan Wu1-0/+3
2025-09-04efi: stmm: Fix incorrect buffer allocation methodJan Kiszka1-9/+12
2025-08-20firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPSArnd Bergmann1-2/+2
2025-08-20firmware: tegra: Fix IVC dependency problemsThierry Reding1-2/+3
2025-08-20firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early dur...Peng Fan1-5/+17
2025-08-20firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcallYeoreum Yun1-1/+1
2025-08-15firmware: arm_scmi: Fix up turbo frequencies selectionSibi Sankar1-1/+1
2025-07-10firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic contextSudeep Holla1-9/+9
2025-07-10firmware: arm_ffa: Move memory allocation outside the mutex lockingSudeep Holla1-19/+21