index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-14
Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
8
-48
/
+81
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-29
/
+7
2019-07-11
mailbox: handle failed named mailbox channel request
morten petersen
1
-2
/
+4
2019-07-10
mailbox: tegra: avoid resume NULL mailboxes
Bitan Biswas
1
-4
/
+6
2019-07-10
mailbox: tegra: hsp: add noirq resume
Bitan Biswas
1
-1
/
+9
2019-07-10
mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directly
Fuqian Huang
1
-4
/
+2
2019-07-10
mailbox: imx: Clear GIEn bit at shutdown
Daniel Baluta
1
-2
/
+2
2019-07-10
mailbox: omap: Add support for TI K3 SoCs
Suman Anna
2
-18
/
+27
2019-07-10
mailbox: arm_mhu: reorder header inclusion and drop unneeded ones
Sudeep Holla
1
-7
/
+4
2019-07-10
mailbox: stm32_ipcc: add spinlock to fix channels concurrent access
Arnaud Pouliquen
1
-10
/
+27
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2
-9
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459
Thomas Gleixner
1
-12
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2
-18
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
3
-28
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
1
-9
/
+1
2019-06-03
mailbox: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-29
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2
-24
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-16
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+1
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
1
-0
/
+1
2019-05-10
Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
5
-8
/
+246
2019-05-09
mailbox: Add support for Armada 37xx rWTM mailbox
Marek Behun
3
-0
/
+237
2019-05-09
mailbox: stm32-ipcc: check invalid irq
Fabien Dessenne
1
-5
/
+8
2019-05-09
mailbox: imx: use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-04-04
acpi: Create subtable parsing infrastructure
Keith Busch
1
-1
/
+1
2019-03-11
mailbox: imx: keep MU irq working during suspend/resume
Anson Huang
1
-2
/
+2
2019-03-06
mailbox: ZynqMP IPI mailbox controller
Wendy Liang
3
-0
/
+738
2019-03-06
mailbox: stm32-ipcc: remove useless device_init_wakeup call
Fabien Dessenne
1
-2
/
+0
2019-03-06
mailbox: stm32-ipcc: do not enable wakeup source by default
Fabien Dessenne
1
-1
/
+1
2019-03-06
mailbox: mailbox-test: fix null pointer if no mmio
Fabien Dessenne
1
-6
/
+8
2019-03-06
mailbox: mailbox-test: fix debugfs in multi-instances
Fabien Dessenne
1
-6
/
+6
2019-03-06
mailbox: tegra-hsp: mark suspend function as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2019-02-18
mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issue
Rayagonda Kokatanur
1
-2
/
+2
2019-02-18
mailbox: Export mbox_flush()
Thierry Reding
1
-0
/
+1
2018-12-21
mailbox: tegra-hsp: Use device-managed registration API
Thierry Reding
1
-24
/
+6
2018-12-21
mailbox: tegra-hsp: use devm_kstrdup_const()
Bartosz Golaszewski
1
-32
/
+4
2018-12-21
mailbox: tegra-hsp: Add suspend/resume support
Thierry Reding
1
-0
/
+19
2018-12-21
mailbox: tegra-hsp: Add support for shared mailboxes
Thierry Reding
1
-61
/
+443
2018-12-21
mailbox: Allow multiple controllers per device
Mikko Perttunen
1
-1
/
+2
2018-12-21
mailbox: Support blocking transfers in atomic context
Thierry Reding
1
-0
/
+28
2018-12-21
mailbox: ti-msgmgr: Use device-managed registration API
Thierry Reding
1
-12
/
+1
2018-12-21
mailbox: stm32-ipcc: Use device-managed registration API
Thierry Reding
1
-3
/
+1
2018-12-21
mailbox: rockchip: Use device-managed registration API
Thierry Reding
1
-14
/
+1
2018-12-21
mailbox: qcom-apcs: Use device-managed registration API
Thierry Reding
1
-2
/
+1
2018-12-21
mailbox: platform-mhu: Use device-managed registration API
Thierry Reding
1
-11
/
+1
2018-12-21
mailbox: omap: Use device-managed registration API
Thierry Reding
1
-3
/
+1
2018-12-21
mailbox: mtk-cmdq: Remove needless devm_kfree() calls
Thierry Reding
1
-8
/
+0
[next]