index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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: 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-08-07
mailbox/pcc: support mailbox management of the shared buffer
Adam Young
1
-4
/
+98
2025-08-06
mailbox: bcm74110: Fix spelling mistake
Colin Ian King
1
-1
/
+1
2025-08-06
mailbox: bcm74110: remove unneeded semicolon
Jiapeng Chong
1
-2
/
+2
2025-08-06
mailbox: aspeed: add mailbox driver for AST27XX series SoC
Jammy Huang
3
-0
/
+246
2025-08-06
mailbox: Add support for bcm74110
Justin Chen
3
-0
/
+668
2025-08-06
mailbox: Use dev_fwnode()
Jiri Slaby (SUSE)
1
-2
/
+1
2025-08-06
mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()
Sakari Ailus
1
-5
/
+5
2025-07-21
Merge branch 'newsoc/cix-p1' into soc/newsoc
Arnd Bergmann
3
-0
/
+657
2025-07-21
mailbox: add CIX mailbox driver
Guomin Chen
3
-0
/
+657
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/jassibrar/mailbox
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-26
mailbox: sophgo: add mailbox driver for CV18XX series SoC
Yuntao Dai
3
-0
/
+232
2025-05-26
mailbox: Use guard/scoped_guard for spinlock
Peng Fan
1
-60
/
+45
2025-05-26
mailbox: Use guard/scoped_guard for con_mutex
Peng Fan
1
-35
/
+26
2025-05-26
mailbox: Remove devm_mbox_controller_unregister
Peng Fan
1
-27
/
+0
2025-05-26
mailbox: Propagate correct error return value
Peng Fan
1
-1
/
+1
2025-05-26
mailbox: Not protect module_put with spin_lock_irqsave
Peng Fan
1
-1
/
+1
2025-05-26
mailbox: Use dev_err when there is error
Peng Fan
1
-2
/
+2
2025-05-26
mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
Jason-JH Lin
1
-29
/
+22
2025-05-26
mailbox: imx: Fix TXDB_V2 sending
Peng Fan
1
-6
/
+15
2025-05-26
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-29
Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox
Linus Torvalds
9
-99
/
+133
2025-03-26
mailbox: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-03-26
mailbox: pcc: Refactor and simplify check_and_ack()
Sudeep Holla
1
-24
/
+13
2025-03-26
mailbox: pcc: Always map the shared memory communication address
Sudeep Holla
1
-20
/
+9
2025-03-26
mailbox: pcc: Refactor error handling in irq handler into separate function
Sudeep Holla
1
-10
/
+20
2025-03-26
mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
Sudeep Holla
1
-2
/
+6
2025-03-26
mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_check
Sudeep Holla
1
-3
/
+3
2025-03-26
mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
Sudeep Holla
1
-1
/
+1
2025-03-26
mailbox: pcc: Always clear the platform ack interrupt first
Sudeep Holla
1
-3
/
+4
2025-03-26
mailbox: pcc: Fix the possible race in updation of chan_in_use flag
Huisong Li
1
-1
/
+7
2025-03-26
mailbox: remove unused header files
Tudor Ambarus
1
-3
/
+0
2025-03-26
mailbox: explicitly include <linux/bits.h>
Tudor Ambarus
1
-0
/
+2
2025-03-26
mailbox: sort headers alphabetically
Tudor Ambarus
1
-7
/
+7
2025-03-26
mailbox: don't protect of_parse_phandle_with_args with con_mutex
Tudor Ambarus
1
-3
/
+2
2025-03-26
mailbox: use error ret code of of_parse_phandle_with_args()
Tudor Ambarus
1
-3
/
+4
2025-03-26
mailbox: arm_mhuv2: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-26
mailbox: arm_mhu_db: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-26
mailbox: arm_mhu: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-26
mailbox: pl320-ipc: Constify amba_id table
Krzysztof Kozlowski
1
-1
/
+1
2025-03-26
mailbox: pl320-ipc: Drop unused xxx_destination functions
Krzysztof Kozlowski
1
-12
/
+0
2025-03-26
mailbox: tegra-hsp: Define dimensioning masks in SoC data
Kartik Rajput
1
-12
/
+60
[next]