forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/djbw/dmaengine Pull dmaengine updates from Dan Williams: "Even though this has fixes marked for -stable, given the size and the needed conflict resolutions this is 3.18-rc1/merge-window material. These patches have been languishing in my tree for a long while. The fact that I do not have the time to do proper/prompt maintenance of this tree is a primary factor in the decision to step down as dmaengine maintainer. That and the fact that the bulk of drivers/dma/ activity is going through Vinod these days. The net_dma removal has not been in -next. It has developed simple conflicts against mainline and net-next (for-3.18). Continuing thanks to Vinod for staying on top of drivers/dma/. Summary: 1/ Step down as dmaengine maintainer see commit 08223d8 "dmaengine maintainer update" 2/ Removal of net_dma, as it has been marked 'broken' since 3.13 (commit 7787380 "net_dma: mark broken"), without reports of performance regression. 3/ Miscellaneous fixes" * tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine: net: make tcp_cleanup_rbuf private net_dma: revert 'copied_early' net_dma: simple removal dmaengine maintainer update dmatest: prevent memory leakage on error path in thread ioat: Use time_before_jiffies() dmaengine: fix xor sources continuation dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup() dma: mv_xor: Remove all callers of mv_xor_slot_cleanup() dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() call ioat: Use pci_enable_msix_exact() instead of pci_enable_msix() drivers: dma: Include appropriate header file in dca.c drivers: dma: Mark functions as static in dma_v3.c dma: mv_xor: Add DMA API error checks ioat/dca: Use dev_is_pci() to check whether it is pci device
- Loading branch information
Showing
33 changed files
with
129 additions
and
955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
What: tcp_dma_copybreak sysctl | ||
Date: Removed in kernel v3.13 | ||
Contact: Dan Williams <[email protected]> | ||
Description: | ||
Formerly the lower limit, in bytes, of the size of socket reads | ||
that will be offloaded to a DMA copy engine. Removed due to | ||
coherency issues of the cpu potentially touching the buffers | ||
while dma is in flight. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1025,24 +1025,20 @@ F: arch/arm/mach-pxa/colibri-pxa270-income.c | |
|
||
ARM/INTEL IOP32X ARM ARCHITECTURE | ||
M: Lennert Buytenhek <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
ARM/INTEL IOP33X ARM ARCHITECTURE | ||
M: Dan Williams <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
S: Orphan | ||
|
||
ARM/INTEL IOP13XX ARM ARCHITECTURE | ||
M: Lennert Buytenhek <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
ARM/INTEL IQ81342EX MACHINE SUPPORT | ||
M: Lennert Buytenhek <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
|
@@ -1067,7 +1063,6 @@ F: drivers/pcmcia/pxa2xx_stargate2.c | |
|
||
ARM/INTEL XSC3 (MANZANO) ARM CORE | ||
M: Lennert Buytenhek <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
|
@@ -1562,9 +1557,9 @@ F: drivers/platform/x86/asus*.c | |
F: drivers/platform/x86/eeepc*.c | ||
|
||
ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | ||
M: Dan Williams <[email protected]> | ||
R: Dan Williams <[email protected]> | ||
W: http://sourceforge.net/projects/xscaleiop | ||
S: Maintained | ||
S: Odd fixes | ||
F: Documentation/crypto/async-tx-api.txt | ||
F: crypto/async_tx/ | ||
F: drivers/dma/ | ||
|
@@ -2995,13 +2990,11 @@ T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git | |
|
||
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM | ||
M: Vinod Koul <[email protected]> | ||
M: Dan Williams <[email protected]> | ||
L: [email protected] | ||
Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | ||
S: Supported | ||
S: Maintained | ||
F: drivers/dma/ | ||
F: include/linux/dma* | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git | ||
T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) | ||
|
||
DME1737 HARDWARE MONITOR DRIVER | ||
|
@@ -4754,8 +4747,8 @@ F: arch/x86/kernel/cpu/microcode/core* | |
F: arch/x86/kernel/cpu/microcode/intel* | ||
|
||
INTEL I/OAT DMA DRIVER | ||
M: Dan Williams <[email protected]> | ||
M: Dave Jiang <[email protected]> | ||
R: Dan Williams <[email protected]> | ||
L: [email protected] | ||
Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | ||
S: Supported | ||
|
@@ -4770,7 +4763,7 @@ F: drivers/iommu/intel-iommu.c | |
F: include/linux/intel-iommu.h | ||
|
||
INTEL IOP-ADMA DMA DRIVER | ||
M: Dan Williams <[email protected]> | ||
R: Dan Williams <[email protected]> | ||
S: Odd fixes | ||
F: drivers/dma/iop-adma.c | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.