Linus Torvalds
a7cc308da5
Merge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox
Pull mailbox updates from Jassi Brar:
- core: fix NULL message handling and add API to query TX queue slots
- test: resolve concurrency bugs, dangling IRQs, and memory leaks
- dt-bindings: qcom: add Eliza IPCC
- mtk: fix address calculation and pointer handling bugs
- cix: resolve SCMI suspend timeouts
- misc memory allocation optimizations and cleanups
* tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox:
mailbox: mailbox-test: make data_ready a per-instance variable
mailbox: mailbox-test: initialize struct earlier
mailbox: mailbox-test: don't free the reused channel
mailbox: mailbox-test: handle channel errors consistently
mailbox: update kdoc for struct mbox_controller
mailbox: add sanity check for channel array
mailbox: mailbox-test: free channels on probe error
mailbox: prefix new constants with MBOX_
dt-bindings: mailbox: qcom-ipcc: Document the Eliza Inter-Processor Communication Controller
mailbox: cix: Add IRQF_NO_SUSPEND to mailbox interrupt
mailbox: Fix NULL message support in mbox_send_message()
mailbox: remove superfluous internal header
mailbox: correct kdoc title for mbox_bind_client
mailbox: test: really ignore optional memory resources
mailbox: exynos: drop superfluous mbox setting per channel
mailbox: mtk-cmdq: Fix CURR and END addr for task insert case
mailbox: mtk-vcp-mailbox: Fix the return value in mtk_vcp_mbox_xlate()
mailbox: hi6220: kzalloc + kcalloc to kzalloc
mailbox: rockchip: kzalloc + kcalloc to kzalloc
mailbox: add API to query available TX queue slots
2026-04-27 15:21:18 -07:00
..
2026-04-23 08:57:24 -07:00
2026-02-24 15:29:57 +01:00
2026-04-22 18:36:40 -07:00
2026-04-17 14:09:02 -07:00
2026-04-02 23:19:52 +02:00
2026-04-07 13:49:53 +02:00
2026-04-21 08:33:26 -07:00
2026-04-19 08:47:40 -07:00
2026-03-03 09:40:16 +05:30
2026-03-15 13:23:12 +09:00
2025-11-14 18:00:47 +01:00
2026-04-23 08:57:24 -07:00
2026-03-18 15:11:15 +05:30
2026-04-12 08:27:34 -07:00
2026-02-03 20:58:11 -06:00
2025-11-17 11:24:50 -06:00
2026-02-15 08:29:26 -08:00
2026-03-10 15:10:57 +05:30
2026-03-20 11:20:43 +09:00
2026-04-02 23:19:52 +02:00
2025-12-06 18:34:24 -08:00
2025-12-16 10:17:59 -06:00
2026-04-20 11:31:01 -07:00
2026-04-14 22:12:21 +02:00
2026-04-11 00:02:35 -07:00
2026-04-20 00:03:38 +02:00
2026-03-26 20:10:26 +00:00
2026-04-23 08:57:24 -07:00
2026-03-27 12:12:36 +02:00
2026-04-17 14:09:02 -07:00
2026-04-07 17:57:12 +01:00
2026-04-20 11:43:40 -07:00
2026-03-29 12:09:36 -05:00
2026-04-15 08:32:10 -07:00
2026-03-27 16:25:44 +01:00
2026-04-24 13:23:50 -07:00
2026-04-13 15:31:40 +02:00
2026-04-02 16:29:27 +02:00
2026-03-26 11:28:15 +01:00
2026-04-17 17:57:04 -07:00
2026-03-04 20:36:57 -06:00
2026-04-12 15:26:13 -07:00
2026-03-23 10:03:27 +00:00
2026-04-24 13:23:50 -07:00
2026-04-07 06:44:43 -05:00
2026-04-16 20:28:48 -07:00
2025-11-24 15:39:05 +00:00
2026-04-17 10:22:08 -07:00
2026-04-18 16:59:09 -07:00
2026-04-17 11:41:33 -07:00
2026-03-07 16:02:26 +05:30
2026-02-02 18:06:00 -08:00
2026-04-20 17:26:46 +02:00
2026-04-06 14:16:40 +01:00
2026-04-06 09:48:27 -05:00
2026-04-01 18:13:55 +02:00
2026-03-24 18:34:05 +00:00
2026-03-14 14:03:19 +09:00
2026-04-03 16:56:57 +02:00
2026-04-19 08:44:41 -07:00
2025-12-06 18:34:24 -08:00
2026-04-17 08:53:23 -07:00
2026-04-22 21:15:50 +01:00
2025-12-23 12:14:17 +05:30
2026-04-14 12:56:00 +01:00
2026-04-23 08:57:24 -07:00
2026-04-17 14:09:02 -07:00
2026-04-20 11:31:01 -07:00
2026-04-16 20:28:48 -07:00
2026-04-12 23:28:47 -07:00
2025-12-31 10:25:08 +08:00
2026-03-15 21:48:14 -04:00
2026-04-11 12:02:24 +02:00
2026-02-16 12:21:22 -08:00
2025-11-17 11:24:50 -06:00
2025-11-17 11:24:50 -06:00
2026-02-03 20:58:12 -06:00
2026-02-03 20:58:11 -06:00
2026-04-10 08:23:21 -07:00
2026-04-19 08:47:40 -07:00
2025-12-17 09:16:14 -06:00