summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
10 daysmailbox: Prevent out-of-bounds access in fw_mbox_index_xlate()Joonwon Kang1-4/+2
10 daysmailbox: sprd: clear delivery flag before handling TX doneOtto Pflüger1-5/+5
10 daysmailbox: sprd: mask interrupts that are not handledOtto Pflüger1-6/+4
10 daysmailbox: mchp-ipc-sbi: fix uninitialized symbol and other smatch warningsValentina Fernandez1-12/+9
10 daysmailbox: imx: Skip the suspend flag for i.MX7ULPJacky Bai1-2/+6
10 daysmailbox: pcc: Remove spurious IRQF_ONESHOT usageMark Brown1-1/+1
10 daysmailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_...Valentina Fernandez1-11/+11
10 daysmailbox: bcm-ferxrm-mailbox: Use default primary handlerSebastian Andrzej Siewior1-12/+2
2026-02-26Revert "mailbox/pcc: support mailbox management of the shared buffer"Sudeep Holla1-98/+4
2025-11-28mailbox: th1520: fix clock imbalance on probe failureJohan Hovold1-3/+1
2025-11-28mailbox: pcc: don't zero error registerJamie Iles1-4/+4
2025-11-28mailbox: mtk-gpueb: Add missing 'static' to mailbox ops structNicolas Frattaroli1-1/+1
2025-11-28mailbox: mtk-cmdq: Refine DMA address handling for the command bufferJason-JH Lin1-14/+31
2025-11-28mailbox: mailbox-test: Fix debugfs_create_dir error checkingHaotian Zhang1-1/+1
2025-11-28mailbox: omap-mailbox: Check for pending msgs only when mbox is exclusiveBeleswar Padhi1-15/+20
2025-10-08Merge tag 'mailbox-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds7-24/+346
2025-10-07mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()Jason-JH Lin1-11/+1
2025-10-06mailbox: add MediaTek GPUEB IPI mailboxNicolas Frattaroli3-0/+331
2025-10-06mailbox: zynqmp-ipi: Fix SGI cleanup on unbindHarini T1-5/+10
2025-10-06mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loopHarini T1-1/+1
2025-10-06mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T1-4/+2
2025-10-06mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T1-1/+0
2025-10-06mailbox: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-10-06mailbox: arm_mhuv3: Remove no_free_ptr() to maintain the original form of the...Liao Yuanhong1-1/+1
2025-09-25mailbox/riscv-sbi-mpxy: Add ACPI supportSunil V L1-1/+26
2025-09-24mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driverAnup Patel3-0/+1007
2025-09-24mailbox: Allow controller specific mapping using fwnodeAnup Patel1-25/+40
2025-08-07mailbox/pcc: support mailbox management of the shared bufferAdam Young1-4/+98
2025-08-06mailbox: bcm74110: Fix spelling mistakeColin Ian King1-1/+1
2025-08-06mailbox: bcm74110: remove unneeded semicolonJiapeng Chong1-2/+2
2025-08-06mailbox: aspeed: add mailbox driver for AST27XX series SoCJammy Huang3-0/+246
2025-08-06mailbox: Add support for bcm74110Justin Chen3-0/+668
2025-08-06mailbox: Use dev_fwnode()Jiri Slaby (SUSE)1-2/+1
2025-08-06mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()Sakari Ailus1-5/+5
2025-07-21Merge branch 'newsoc/cix-p1' into soc/newsocArnd Bergmann3-0/+657
2025-07-21mailbox: add CIX mailbox driverGuomin Chen3-0/+657
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-02Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds7-166/+357
2025-05-29mailbox: qcom-apcs-ipc: Assign OF node to clock controller child deviceStephan Gerhold1-4/+12
2025-05-26mailbox: sophgo: add mailbox driver for CV18XX series SoCYuntao Dai3-0/+232
2025-05-26mailbox: Use guard/scoped_guard for spinlockPeng Fan1-60/+45
2025-05-26mailbox: Use guard/scoped_guard for con_mutexPeng Fan1-35/+26
2025-05-26mailbox: Remove devm_mbox_controller_unregisterPeng Fan1-27/+0
2025-05-26mailbox: Propagate correct error return valuePeng Fan1-1/+1
2025-05-26mailbox: Not protect module_put with spin_lock_irqsavePeng Fan1-1/+1
2025-05-26mailbox: Use dev_err when there is errorPeng Fan1-2/+2
2025-05-26mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE settingJason-JH Lin1-29/+22
2025-05-26mailbox: imx: Fix TXDB_V2 sendingPeng Fan1-6/+15
2025-05-26mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build errorYue Haibing1-2/+2
2025-05-16mailbox: qcom-ipcc: Switch to irq_domain_create_tree()Jiri Slaby (SUSE)1-2/+2