index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
9 days
Merge branch 'newsoc/cix-p1' into soc/newsoc
Arnd Bergmann
9 days
mailbox: add CIX mailbox driver
Guomin Chen
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-06-02
Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2025-05-29
mailbox: qcom-apcs-ipc: Assign OF node to clock controller child device
Stephan Gerhold
2025-05-26
mailbox: sophgo: add mailbox driver for CV18XX series SoC
Yuntao Dai
2025-05-26
mailbox: Use guard/scoped_guard for spinlock
Peng Fan
2025-05-26
mailbox: Use guard/scoped_guard for con_mutex
Peng Fan
2025-05-26
mailbox: Remove devm_mbox_controller_unregister
Peng Fan
2025-05-26
mailbox: Propagate correct error return value
Peng Fan
2025-05-26
mailbox: Not protect module_put with spin_lock_irqsave
Peng Fan
2025-05-26
mailbox: Use dev_err when there is error
Peng Fan
2025-05-26
mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
Jason-JH Lin
2025-05-26
mailbox: imx: Fix TXDB_V2 sending
Peng Fan
2025-05-26
mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build error
Yue Haibing
2025-05-16
mailbox: qcom-ipcc: Switch to irq_domain_create_tree()
Jiri Slaby (SUSE)
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-29
Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2025-03-26
mailbox: Remove unneeded semicolon
Chen Ni
2025-03-26
mailbox: pcc: Refactor and simplify check_and_ack()
Sudeep Holla
2025-03-26
mailbox: pcc: Always map the shared memory communication address
Sudeep Holla
2025-03-26
mailbox: pcc: Refactor error handling in irq handler into separate function
Sudeep Holla
2025-03-26
mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
Sudeep Holla
2025-03-26
mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
Sudeep Holla
2025-03-26
mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
Sudeep Holla
2025-03-26
mailbox: pcc: Always clear the platform ack interrupt first
Sudeep Holla
2025-03-26
mailbox: pcc: Fix the possible race in updation of chan_in_use flag
Huisong Li
2025-03-26
mailbox: remove unused header files
Tudor Ambarus
2025-03-26
mailbox: explicitly include <linux/bits.h>
Tudor Ambarus
2025-03-26
mailbox: sort headers alphabetically
Tudor Ambarus
2025-03-26
mailbox: don't protect of_parse_phandle_with_args with con_mutex
Tudor Ambarus
2025-03-26
mailbox: use error ret code of of_parse_phandle_with_args()
Tudor Ambarus
2025-03-26
mailbox: arm_mhuv2: Constify amba_id table
Krzysztof Kozlowski
2025-03-26
mailbox: arm_mhu_db: Constify amba_id table
Krzysztof Kozlowski
2025-03-26
mailbox: arm_mhu: Constify amba_id table
Krzysztof Kozlowski
2025-03-26
mailbox: pl320-ipc: Constify amba_id table
Krzysztof Kozlowski
2025-03-26
mailbox: pl320-ipc: Drop unused xxx_destination functions
Krzysztof Kozlowski
2025-03-26
mailbox: tegra-hsp: Define dimensioning masks in SoC data
Kartik Rajput
2025-02-18
mailbox: Switch to use hrtimer_setup()
Nam Cao
2025-01-18
mailbox: th1520: Fix memory corruption due to incorrect array size
Michal Wilczynski
2025-01-18
mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
Uros Bizjak
2025-01-18
mailbox: add Samsung Exynos driver
Tudor Ambarus
2025-01-18
mailbox: qcom: Add support for IPQ5424 APCS IPC
Gokul Sriram Palanisamy
2025-01-18
mailbox: qcom-ipcc: Reset CLEAR_ON_RECV_RD if set from boot firmware
Mukesh Ojha
2025-01-18
mailbox: add Microchip IPC support
Valentina Fernandez
2025-01-18
mailbox: tegra-hsp: Clear mailbox before using message
Pekka Pessi
2025-01-18
mailbox: mpfs: fix copy and paste bug in probe
Dan Carpenter
2025-01-18
mailbox: th1520: Fix a NULL vs IS_ERR() bug
Dan Carpenter
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-11-24
mailbox: pcc: Check before sending MCTP PCC response ACK
Adam Young
[next]