index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-23
mailbox: add Axiado AX3005 mailbox driver
Swark Yang
3
-0
/
+407
2026-08-15
mailbox: cix: fix DT property name string typo and use dev_err_probe()
Surendra Singh Chouhan
1
-10
/
+6
2026-08-15
mailbox: riscv-sbi-mpxy: validate RPMI notification lengths
Pengpeng Hou
1
-2
/
+10
2026-08-15
mailbox: bcm2835: use platform_get_irq and simplify probe
Rosen Penev
1
-17
/
+15
2026-08-15
mailbox: qcom-ipcc: fix duplicate channel allocation across holes
Anup Vishwakarma
1
-6
/
+11
2026-08-15
mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()
Griffin Kroah-Hartman
1
-0
/
+2
2026-08-15
mailbox: Remove redundant dev_err()/dev_err_probe()
Pan Chuang
17
-61
/
+20
2026-08-15
mailbox: exynos: Add support for Exynos850 mailbox
Alexey Klimov
1
-6
/
+66
2026-08-15
mailbox: pcc: Fix command timeout due to missed interrupt
Huisong Li
1
-14
/
+27
2026-08-15
mailbox: pcc: Check shared memory signature on request
Sudeep Holla
1
-5
/
+31
2026-08-15
mailbox: pcc: Notify clients on polled completion
Sudeep Holla
1
-1
/
+9
2026-08-15
mailbox: rockchip: drop unneeded runtime pointer (pclk)
Linmao Li
1
-4
/
+4
2026-08-15
mailbox: rockchip: disable pclk on probe failure and unbind
Linmao Li
1
-13
/
+4
2026-08-15
mailbox: qcom-cpucp: handle NULL data in send_data callback
Jia Yang
1
-0
/
+8
2026-08-15
mailbox: qcom-cpucp: fix PREEMPT_RT self-deadlock in IRQ handler
Jia Yang
1
-3
/
+14
2026-08-15
mailbox: arm_mhuv2: Use generic firmware property APIs
Kunihiko Hayashi
1
-3
/
+2
2026-08-15
mailbox: arm_mhuv2: Convert channel translation to fw_xlate()
Kunihiko Hayashi
1
-5
/
+5
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
2
-2
/
+0
2026-06-20
mailbox: imx: Don't force-thread the primary handler
Sebastian Andrzej Siewior
1
-12
/
+7
2026-06-20
mailbox: imx: Move the RXDB part of the mailbox into the threaded handler
Sebastian Andrzej Siewior
1
-1
/
+7
2026-06-20
mailbox: imx: Move the RX part of the mailbox into the threaded handler
Sebastian Andrzej Siewior
1
-3
/
+7
2026-06-20
mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
Sebastian Andrzej Siewior
1
-3
/
+24
2026-06-20
mailbox: imx: Use channel index instead of zero in imx_mu_specific_rx()
Sebastian Andrzej Siewior
1
-2
/
+2
2026-06-20
mailbox: imx: use devm_of_platform_populate()
Sebastian Andrzej Siewior
1
-1
/
+1
2026-06-20
mailbox: imx: Use devm_pm_runtime_enable()
Sebastian Andrzej Siewior
1
-13
/
+11
2026-06-20
mailbox: imx: Add a channel shutdown field
Sebastian Andrzej Siewior
1
-4
/
+36
2026-06-20
mailbox: imx: Forward the timeout/ error in imx_mu_generic_tx()
Sebastian Andrzej Siewior
1
-1
/
+2
2026-05-18
mailbox: add list of used channels to debugfs
Wolfram Sang
1
-0
/
+65
2026-05-18
mailbox: don't free the channel if the startup callback failed
Wolfram Sang
1
-11
/
+15
2026-05-18
mailbox: Make mbox_send_message() return error code when tx fails
Joonwon Kang
1
-1
/
+5
2026-05-18
mailbox: Clarify multi-thread is not supported in blocking mode
Joonwon Kang
1
-0
/
+4
2026-05-18
mailbox: mtk-adsp: fix UAF during device teardown
Sergey Senozhatsky
1
-1
/
+8
2026-05-18
mailbox: qcom: Unify user-visible "Qualcomm" name
Krzysztof Kozlowski
1
-2
/
+2
2026-05-18
mailbox: exynos: Drop unused register definitions
Tudor Ambarus
1
-7
/
+0
2026-05-18
mailbox: qcom-cpucp: Add support for Nord CPUCP mailbox controller
Deepti Jaggi
1
-5
/
+30
2026-05-18
mailbox: mpfs: fix check for syscon presence in mpfs_mbox_inbox_isr()
Conor Dooley
1
-1
/
+1
2026-04-18
mailbox: mailbox-test: make data_ready a per-instance variable
Wolfram Sang
1
-5
/
+4
2026-04-18
mailbox: mailbox-test: initialize struct earlier
Wolfram Sang
1
-7
/
+6
2026-04-18
mailbox: mailbox-test: don't free the reused channel
Wolfram Sang
1
-2
/
+2
2026-04-18
mailbox: mailbox-test: handle channel errors consistently
Wolfram Sang
1
-2
/
+2
2026-04-18
mailbox: add sanity check for channel array
Wolfram Sang
1
-2
/
+1
2026-04-12
mailbox: mailbox-test: free channels on probe error
Wolfram Sang
1
-3
/
+12
2026-04-12
mailbox: prefix new constants with MBOX_
Wolfram Sang
6
-16
/
+16
2026-03-29
mailbox: cix: Add IRQF_NO_SUSPEND to mailbox interrupt
Dylan Wu
1
-1
/
+1
2026-03-29
mailbox: Fix NULL message support in mbox_send_message()
Jassi Brar
2
-8
/
+9
2026-03-29
mailbox: remove superfluous internal header
Wolfram Sang
9
-28
/
+0
2026-03-29
mailbox: correct kdoc title for mbox_bind_client
Wolfram Sang
1
-1
/
+1
2026-03-29
mailbox: test: really ignore optional memory resources
Wolfram Sang
1
-16
/
+21
2026-03-29
mailbox: exynos: drop superfluous mbox setting per channel
Wolfram Sang
1
-4
/
+0
2026-03-29
mailbox: mtk-cmdq: Fix CURR and END addr for task insert case
Jason-JH Lin
1
-4
/
+4
[next]