index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-02
Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
7
-166
/
+357
2025-05-29
mailbox: qcom-apcs-ipc: Assign OF node to clock controller child device
Stephan Gerhold
1
-4
/
+12
2025-05-27
mailbox: sophgo: add mailbox driver for CV18XX series SoC
Yuntao Dai
3
-0
/
+232
2025-05-27
mailbox: Use guard/scoped_guard for spinlock
Peng Fan
1
-60
/
+45
2025-05-27
mailbox: Use guard/scoped_guard for con_mutex
Peng Fan
1
-35
/
+26
2025-05-27
mailbox: Remove devm_mbox_controller_unregister
Peng Fan
1
-27
/
+0
2025-05-27
mailbox: Propagate correct error return value
Peng Fan
1
-1
/
+1
2025-05-27
mailbox: Not protect module_put with spin_lock_irqsave
Peng Fan
1
-1
/
+1
2025-05-27
mailbox: Use dev_err when there is error
Peng Fan
1
-2
/
+2
2025-05-27
mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
Jason-JH Lin
1
-29
/
+22
2025-05-27
mailbox: imx: Fix TXDB_V2 sending
Peng Fan
1
-6
/
+15
2025-05-27
mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build error
Yue Haibing
1
-2
/
+2
2025-05-16
mailbox: qcom-ipcc: Switch to irq_domain_create_tree()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-30
Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
9
-99
/
+133
2025-03-27
mailbox: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-03-27
mailbox: pcc: Refactor and simplify check_and_ack()
Sudeep Holla
1
-24
/
+13
2025-03-27
mailbox: pcc: Always map the shared memory communication address
Sudeep Holla
1
-20
/
+9
2025-03-27
mailbox: pcc: Refactor error handling in irq handler into separate function
Sudeep Holla
1
-10
/
+20
2025-03-27
mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
Sudeep Holla
1
-2
/
+6
2025-03-27
mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
Sudeep Holla
1
-3
/
+3
2025-03-27
mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
Sudeep Holla
1
-1
/
+1
2025-03-27
mailbox: pcc: Always clear the platform ack interrupt first
Sudeep Holla
1
-3
/
+4
2025-03-27
mailbox: pcc: Fix the possible race in updation of chan_in_use flag
Huisong Li
1
-1
/
+7
2025-03-27
mailbox: remove unused header files
Tudor Ambarus
1
-3
/
+0
2025-03-27
mailbox: explicitly include <linux/bits.h>
Tudor Ambarus
1
-0
/
+2
2025-03-27
mailbox: sort headers alphabetically
Tudor Ambarus
1
-7
/
+7
2025-03-27
mailbox: don't protect of_parse_phandle_with_args with con_mutex
Tudor Ambarus
1
-3
/
+2
2025-03-27
mailbox: use error ret code of of_parse_phandle_with_args()
Tudor Ambarus
1
-3
/
+4
2025-03-27
mailbox: arm_mhuv2: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-27
mailbox: arm_mhu_db: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-27
mailbox: arm_mhu: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-27
mailbox: pl320-ipc: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-27
mailbox: pl320-ipc: Drop unused xxx_destination functions
Krzysztof Kozlowski
1
-12
/
+0
2025-03-27
mailbox: tegra-hsp: Define dimensioning masks in SoC data
Kartik Rajput
1
-12
/
+60
2025-02-18
mailbox: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+1
2025-01-19
mailbox: th1520: Fix memory corruption due to incorrect array size
Michal Wilczynski
1
-1
/
+1
2025-01-19
mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
Uros Bizjak
1
-1
/
+1
2025-01-19
mailbox: add Samsung Exynos driver
Tudor Ambarus
3
-0
/
+170
2025-01-19
mailbox: qcom: Add support for IPQ5424 APCS IPC
Gokul Sriram Palanisamy
1
-0
/
+1
2025-01-19
mailbox: qcom-ipcc: Reset CLEAR_ON_RECV_RD if set from boot firmware
Mukesh Ojha
1
-0
/
+16
2025-01-19
mailbox: add Microchip IPC support
Valentina Fernandez
3
-0
/
+519
2025-01-19
mailbox: tegra-hsp: Clear mailbox before using message
Pekka Pessi
1
-2
/
+4
2025-01-19
mailbox: mpfs: fix copy and paste bug in probe
Dan Carpenter
1
-1
/
+1
2025-01-19
mailbox: th1520: Fix a NULL vs IS_ERR() bug
Dan Carpenter
1
-1
/
+3
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2024-11-24
mailbox: pcc: Check before sending MCTP PCC response ACK
Adam Young
1
-8
/
+53
2024-11-24
mailbox: Switch back to struct platform_driver::remove()
Uwe Kleine-König
11
-13
/
+13
2024-11-24
mailbox: imx: Modify the incorrect format specifier
zhang jiao
1
-2
/
+2
[next]