index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-17
mailbox: tegra-hsp: Clear mailbox before using message
Pekka Pessi
1
-2
/
+4
2025-01-09
mailbox: pcc: Check before sending MCTP PCC response ACK
Adam Young
1
-8
/
+53
2025-01-09
mailbox: pcc: Support shared interrupt for multiple subspaces
Huisong Li
1
-3
/
+40
2025-01-09
mailbox: pcc: Add support for platform notification handling
Huisong Li
1
-9
/
+41
2024-12-09
mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...
Jason-JH.Lin
1
-6
/
+6
2024-12-09
mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
Dan Carpenter
1
-4
/
+4
2024-10-10
mailbox: bcm2835: Fix timeout during suspend mode
Stefan Wahren
1
-1
/
+2
2024-10-10
mailbox: rockchip: fix a typo in module autoloading
Liao Chen
1
-1
/
+1
2024-02-05
mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interrupt
Xiaowu.ding
1
-1
/
+2
2023-09-05
mailbox: qcom-ipcc: fix incorrect num_chans counting
Jonathan Marek
1
-3
/
+1
2023-09-05
mailbox: Explicitly include correct DT includes
Rob Herring
16
-10
/
+15
2023-09-05
mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()
Li Zetao
1
-10
/
+6
2023-09-05
mailbox: platform-mhu: Remove redundant dev_err()
Ruan Jinjie
1
-3
/
+1
2023-09-05
mailbox: bcm-pdc: Fix some kernel-doc comments
Yang Li
1
-3
/
+3
2023-09-05
mailbox: mailbox-test: Fix an error check in mbox_test_probe()
Minjie Du
1
-1
/
+1
2023-09-05
mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2023-09-05
mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-5
/
+1
2023-09-05
mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-4
/
+2
2023-09-05
mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-9
/
+3
2023-09-05
mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-7
/
+3
2023-06-30
mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0
Nishanth Menon
1
-3
/
+9
2023-06-30
mailbox: tegra: add support for Tegra264
Stefan Kristiansson
1
-2
/
+14
2023-05-31
mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()
Dan Carpenter
1
-4
/
+6
2023-05-07
Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
9
-99
/
+136
2023-05-04
mailbox: qcom-apcs-ipc: do not grow the of_device_id
Krzysztof Kozlowski
1
-5
/
+6
2023-05-04
mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Conor Dooley
1
-1
/
+1
2023-05-04
mailbox: bcm-pdc: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-05-04
mailbox: rockchip: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-05-04
mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()
Lee Jones
1
-0
/
+7
2023-05-04
mailbox: mailbox-test: Explicitly include header for spinlock support
Lee Jones
1
-0
/
+1
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+1
2023-04-25
Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
1
-4
/
+9
2023-04-18
mailbox: Use of_property_read_bool() for boolean properties
Rob Herring
2
-6
/
+2
2023-04-18
mailbox: pcc: Use mbox_bind_client
Elliot Berman
1
-39
/
+45
2023-04-18
mailbox: omap: Use mbox_bind_client
Elliot Berman
1
-18
/
+4
2023-04-18
mailbox: Allow direct registration to a channel
Elliot Berman
1
-28
/
+68
2023-04-13
mailbox: zynq: make modular
Nick Alcock
1
-1
/
+1
2023-04-13
mailbox: rockchip: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-03
mailbox: mpfs: check the service status in .tx_done()
Conor Dooley
1
-16
/
+16
2023-04-03
mailbox: mpfs: ditch a useless busy check
Conor Dooley
1
-6
/
+4
2023-04-03
mailbox: mpfs: switch to txdone_poll
Conor Dooley
1
-2
/
+10
2023-04-03
mailbox: mpfs: fix an incorrect mask width
Conor Dooley
1
-1
/
+2
2023-03-14
mailbox: zynqmp: Fix IPI isr handling
Tanmay Shah
1
-3
/
+3
2023-03-14
mailbox: zynqmp: Fix counts of child nodes
Tanmay Shah
1
-1
/
+6
2023-02-23
mailbox: qcom-apcs-ipc: add IPQ5332 APSS clock support
Kathiravan T
1
-0
/
+1
2023-02-23
mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996
Dmitry Baryshkov
1
-1
/
+1
2023-02-23
mailbox: zynq: Switch to flexible array to simplify code
Christophe JAILLET
1
-4
/
+2
2022-12-21
Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
7
-57
/
+118
2022-12-18
mailbox: mtk-cmdq: Do not request irq until we are ready
Ricardo Ribalda
1
-6
/
+7
2022-12-18
mailbox: zynq-ipi: fix error handling while device_register() fails
Yang Yingliang
1
-1
/
+3
[next]