index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: Add support for new PCCT subtables
David E. Box
2017-06-12
1
-5
/
+5
*
mailbox: handle empty message in tx_tick
Sudeep Holla
2017-04-27
1
-1
/
+4
*
mailbox: skip complete wait event if timer expired
Sudeep Holla
2017-04-27
1
-3
/
+3
*
mailbox: always wait in mbox_send_message for blocking Tx mode
Sudeep Holla
2017-04-27
1
-1
/
+1
*
mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOX
Anup Patel
2017-03-29
1
-1
/
+1
*
mailbox: check ->last_tx_done for NULL in case of timer-based polling
Alexey Klimov
2017-03-28
1
-0
/
+6
*
mailbox: Add driver for Broadcom FlexRM ring manager
Anup Patel
2017-03-28
3
-0
/
+1608
*
mailbox: bcm-pdc: Add Northstar Plus support to PDC driver
Steve Lin
2017-03-28
2
-20
/
+50
*
mailbox: constify mbox_chan_ops structures
Bhumika Goyal
2017-03-28
2
-2
/
+2
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-2
/
+1
*
Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-12-22
1
-4
/
+1
|
\
|
*
Merge branches 'acpica' and 'acpi-scan'
Rafael J. Wysocki
2016-12-22
1
-4
/
+1
|
|
\
|
|
*
ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users
Lv Zheng
2016-12-21
1
-4
/
+1
*
|
|
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...
Linus Torvalds
2016-12-20
3
-234
/
+407
|
\
\
\
|
*
|
|
mailbox: mailbox-test: allow reserved areas in SRAM
Sudeep Holla
2016-12-19
1
-2
/
+10
|
*
|
|
mailbox: mailbox-test: add support for fasync/poll
Sudeep Holla
2016-12-19
1
-8
/
+71
|
*
|
|
mailbox: bcm-pdc: Remove unnecessary void* casts
Rob Rice
2016-12-19
1
-21
/
+20
|
*
|
|
mailbox: bcm-pdc: Simplify interrupt handler logic
Rob Rice
2016-12-19
1
-25
/
+13
|
*
|
|
mailbox: bcm-pdc: Performance improvements
Rob Rice
2016-12-19
1
-36
/
+49
|
*
|
|
mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptors
Rob Rice
2016-12-19
1
-12
/
+11
|
*
|
|
mailbox: bcm-pdc: Convert from threaded IRQ to tasklet
Rob Rice
2016-12-19
1
-32
/
+25
|
*
|
|
mailbox: bcm-pdc: Try to improve branch prediction
Rob Rice
2016-12-19
1
-13
/
+13
|
*
|
|
mailbox: bcm-pdc: streamline rx code
Rob Rice
2016-12-19
1
-60
/
+48
|
*
|
|
mailbox: bcm-pdc: Convert from interrupts to poll for tx done
Rob Rice
2016-12-19
1
-62
/
+145
|
*
|
|
mailbox: bcm-pdc: PDC driver leaves debugfs files after removal
Steve Lin
2016-12-19
1
-4
/
+2
|
*
|
|
mailbox: bcm-pdc: Changes so mbox client can be removed / re-inserted
Steve Lin
2016-12-19
1
-8
/
+46
|
*
|
|
mailbox: bcm-pdc: Use octal permissions rather than symbolic
Rob Rice
2016-12-19
1
-1
/
+2
|
*
|
|
mailbox: sti: Fix module autoload for OF registration
Javier Martinez Canillas
2016-12-19
1
-0
/
+1
|
*
|
|
mailbox: mailbox-test: Fix module autoload
Javier Martinez Canillas
2016-12-19
1
-0
/
+1
|
|
/
/
*
|
|
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-12-15
3
-0
/
+490
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()
Dan Carpenter
2016-11-18
1
-2
/
+2
|
*
|
mailbox: Add Tegra HSP driver
Thierry Reding
2016-11-18
3
-0
/
+490
|
|
/
*
/
mailbox: PCC: Fix lockdep warning when request PCC channel
Hoan Tran
2016-11-14
1
-6
/
+7
|
/
*
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...
Linus Torvalds
2016-10-06
3
-0
/
+217
|
\
|
*
mailbox: Add Platform Message-Handling-Unit variant driver
Neil Armstrong
2016-09-07
3
-0
/
+217
|
|
|
\
*
-
.
\
Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'
Rafael J. Wysocki
2016-10-02
1
-71
/
+245
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mailbox: pcc: Support HW-Reduced Communication Subspace type 2
hotran
2016-08-31
1
-71
/
+245
|
|
/
*
|
fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible
Baoyou Xie
2016-08-29
1
-2
/
+2
*
|
mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()
Dan Carpenter
2016-08-29
1
-3
/
+4
*
|
mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX
Rob Rice
2016-08-29
1
-0
/
+1
|
/
*
mailbox: Fix format and type mismatches in Broadcom PDC driver
Rob Rice
2016-07-28
1
-4
/
+4
*
mailbox: Add Broadcom PDC mailbox driver
Rob Rice
2016-07-28
3
-0
/
+1542
*
mailbox: pl320: remove __raw IO
Ben Dooks
2016-06-24
1
-23
/
+23
*
mailbox: mailbox-test: set tdev->signal to NULL after freeing
Sudeep Holla
2016-06-12
1
-0
/
+1
*
mailbox: Fix devm_ioremap_resource error detection code
Amitoj Kaur Chawla
2016-05-08
1
-2
/
+2
*
mailbox/omap: kill omap_mbox_{save/restore}_ctx() functions
Suman Anna
2016-04-26
1
-51
/
+0
*
mailbox/omap: check for any unread messages during suspend
Suman Anna
2016-04-26
1
-1
/
+9
*
mailbox/omap: add support for suspend/resume
Suman Anna
2016-04-26
1
-0
/
+45
*
mailbox/omap: store mailbox interrupt type in omap_mbox_device
Suman Anna
2016-04-26
1
-0
/
+2
[next]