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
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-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: mtk-cmdq: Refine DMA address handling for the command buffer
Jason-JH Lin
1
-14
/
+31
2025-12-07
mailbox: mailbox-test: Fix debugfs_create_dir error checking
Haotian Zhang
1
-1
/
+1
2025-10-19
mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()
Jason-JH Lin
1
-11
/
+1
2025-10-19
mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()
Sakari Ailus
1
-5
/
+5
2025-10-19
mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()
Sakari Ailus
1
-5
/
+5
2025-10-19
mailbox: zynqmp-ipi: Fix SGI cleanup on unbind
Harini T
1
-5
/
+10
2025-10-19
mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loop
Harini T
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-19
mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
Jason-JH Lin
1
-29
/
+22
2025-06-19
mailbox: imx: Fix TXDB_V2 sending
Peng Fan
1
-6
/
+15
2025-05-29
mailbox: use error ret code of of_parse_phandle_with_args()
Tudor Ambarus
1
-3
/
+4
2025-05-29
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-20
mailbox: tegra-hsp: Define dimensioning masks in SoC data
Kartik Rajput
1
-12
/
+60
2025-02-17
mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
Uros Bizjak
1
-1
/
+1
2025-02-17
mailbox: tegra-hsp: Clear mailbox before using message
Pekka Pessi
1
-2
/
+4
2024-12-14
mailbox: pcc: Check before sending MCTP PCC response ACK
Adam Young
1
-8
/
+53
2024-12-05
kfifo: don't include dma-mapping.h in kfifo.h
Christoph Hellwig
1
-0
/
+1
2024-12-05
mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
Dan Carpenter
1
-4
/
+4
2024-12-05
mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()
Yang Yingliang
1
-1
/
+1
2024-11-12
mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag
Sibi Sankar
1
-1
/
+1
2024-09-27
mailbox, remoteproc: omap2+: fix compile testing
Arnd Bergmann
2
-2
/
+2
2024-09-22
mailbox: Use of_property_match_string() instead of open-coding
Rob Herring (Arm)
1
-16
/
+6
2024-09-22
mailbox: bcm2835: Fix timeout during suspend mode
Stefan Wahren
1
-1
/
+2
2024-09-22
mailbox: sprd: Use devm_clk_get_enabled() helpers
Huan Yang
1
-21
/
+4
2024-09-22
mailbox: rockchip: fix a typo in module autoloading
Liao Chen
1
-1
/
+1
2024-09-22
mailbox: imx: use device name in interrupt name
Peng Fan
1
-3
/
+3
2024-09-22
mailbox: ARM_MHU_V3 should depend on ARM64
Geert Uytterhoeven
1
-0
/
+1
2024-07-19
mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...
Jason-JH.Lin
1
-6
/
+6
2024-07-19
mailbox: zynqmp-ipi: Make polling period configurable
Ben Levinsky
1
-1
/
+8
2024-07-19
mailbox: qcom-cpucp: fix 64BIT dependency
Arnd Bergmann
1
-1
/
+1
2024-07-10
mailbox: Add support for QTI CPUCP mailbox controller
Sibi Sankar
3
-0
/
+197
2024-07-10
mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-10
mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
Dr. David Alan Gilbert
1
-4
/
+0
2024-07-10
mailbox: imx: fix TXDB_V2 channel race condition
Peng Fan
1
-1
/
+9
2024-07-10
mailbox: omap: Fix mailbox interrupt sharing
Andrew Davis
1
-1
/
+2
2024-07-10
mailbox: mtk-cmdq: Dynamically allocate clk_bulk_data structure
AngeloGioacchino Del Regno
1
-2
/
+6
2024-07-10
mailbox: mtk-cmdq: Move and partially refactor clocks probe
AngeloGioacchino Del Regno
1
-28
/
+51
2024-07-10
mailbox: mtk-cmdq: Stop requiring name for GCE clock
AngeloGioacchino Del Regno
1
-1
/
+1
2024-05-31
mailbox: zynqmp-ipi: drop irq_to_desc() call
Arnd Bergmann
1
-1
/
+0
2024-05-19
mailbox: Convert from tasklet to BH workqueue
Allen Pais
2
-18
/
+19
2024-05-19
mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown
Jason-JH.Lin
1
-1
/
+1
2024-05-19
mailbox: mtk-cmdq-mailbox: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-05-19
mailbox: zynqmp: handle SGI for shared IPI
Tanmay Shah
1
-7
/
+152
2024-05-19
mailbox: arm_mhuv3: Add driver
Cristian Marussi
3
-0
/
+1117
[next]