index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
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
9 days
mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate()
Joonwon Kang
1
-4
/
+2
9 days
mailbox: Allow controller specific mapping using fwnode
Anup Patel
1
-25
/
+40
9 days
mailbox: Use guard/scoped_guard for con_mutex
Peng Fan
1
-35
/
+26
9 days
mailbox: Use dev_err when there is error
Peng Fan
1
-2
/
+2
9 days
mailbox: remove unused header files
Tudor Ambarus
1
-3
/
+0
9 days
mailbox: sort headers alphabetically
Tudor Ambarus
1
-7
/
+7
9 days
mailbox: don't protect of_parse_phandle_with_args with con_mutex
Tudor Ambarus
1
-3
/
+2
9 days
mailbox: Use of_property_match_string() instead of open-coding
Rob Herring (Arm)
1
-16
/
+6
2026-03-04
mailbox: sprd: clear delivery flag before handling TX done
Otto Pflüger
1
-5
/
+5
2026-03-04
mailbox: sprd: mask interrupts that are not handled
Otto Pflüger
1
-6
/
+4
2026-03-04
mailbox: imx: Skip the suspend flag for i.MX7ULP
Jacky Bai
1
-2
/
+6
2026-03-04
mailbox: pcc: Remove spurious IRQF_ONESHOT usage
Mark Brown
1
-1
/
+1
2026-03-04
mailbox: bcm-ferxrm-mailbox: Use default primary handler
Sebastian Andrzej Siewior
1
-12
/
+2
2025-12-07
mailbox: pcc: don't zero error register
Jamie Iles
1
-4
/
+4
2025-12-07
mailbox: pcc: Refactor error handling in irq handler into separate function
Sudeep Holla
1
-10
/
+20
2025-12-07
mailbox: mailbox-test: Fix debugfs_create_dir error checking
Haotian Zhang
1
-1
/
+1
2025-10-19
mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxes
Harini T
1
-4
/
+2
2025-10-19
mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() call
Harini T
1
-1
/
+0
2025-07-06
mailbox: Not protect module_put with spin_lock_irqsave
Peng Fan
1
-1
/
+1
2025-06-04
mailbox: use error ret code of of_parse_phandle_with_args()
Tudor Ambarus
1
-3
/
+4
2025-06-04
mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
Sudeep Holla
1
-2
/
+6
2025-05-02
mailbox: pcc: Always clear the platform ack interrupt first
Sudeep Holla
1
-3
/
+4
2025-05-02
mailbox: pcc: Fix the possible race in updation of chan_in_use flag
Huisong Li
1
-1
/
+7
2025-04-25
mailbox: tegra-hsp: Define dimensioning masks in SoC data
Kartik Rajput
1
-12
/
+60
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
[next]