Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
98c01b19b85d8d87927e8cfa09c4a2a14add9ba2
/
drivers
/
dma
/
ioat
/
dma.h
c997e30
dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platforms
by Dave Jiang
· 9 years ago
dd4645e
dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memory
by Dave Jiang
· 9 years ago
cd60cd9
dmaengine: IOATDMA: Removing descriptor ring reshape
by Dave Jiang
· 9 years ago
679cfbf
dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*
by Dave Jiang
· 9 years ago
d3cd63f
dmaengine: IOATDMA: Cleanup pre v3.0 chansts register reads
by Dave Jiang
· 9 years ago
ad4a7b5
dmaengine: ioatdma: adding shutdown support
by Dave Jiang
· 9 years ago
09659a5
dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag
by Dave Jiang
· 9 years ago
c7b0e8d
dmaengine: ioatdma: fixup kernel doc errors from dma.h
by Dave Jiang
· 9 years ago
ef97bd0f
dmanegine: ioatdma: remove function ptrs in ioatdma_device
by Dave Jiang
· 9 years ago
3372de5
dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references
by Dave Jiang
· 9 years ago
599d49d
dmaengine: ioatdma: move dma prep functions to single location
by Dave Jiang
· 9 years ago
c0f28ce
dmaengine: ioatdma: move all the init routines
by Dave Jiang
· 9 years ago
885b201
dmaengine: ioatdma: remove dma_v2.*
by Dave Jiang
· 9 years ago
55f878e
dmaengine: ioatdma: fixup ioatdma_device namings
by Dave Jiang
· 9 years ago
5a97688
dmaengine: ioatdma: clean up local dma channel data structure
by Dave Jiang
· 9 years ago
85596a1
dmaengine: ioatdma: remove ioat1 specific code
by Dave Jiang
· 9 years ago
3b62286
dmaengine: Remove FSF mailing addresses
by Jarkko Nikula
· 10 years ago
7bced39
net_dma: simple removal
by Dan Williams
· 11 years ago
da87ca4
ioat: fix tasklet tear down
by Dan Williams
· 11 years ago
4c5d961
ioat: kill msix_single_vector support
by Dan Williams
· 11 years ago
59056e8
ioatdma: clean up sed pool kmem_cache
by Dan Williams
· 11 years ago
54f8d50
dmaengine: remove DMA unmap from drivers
by Bartlomiej Zolnierkiewicz
· 11 years ago
75c6f0a
ioatdma: Adding write back descriptor error status support for ioatdma 3.3
by Dave Jiang
· 12 years ago
7727eaa
ioatdma: Adding support for 16 src PQ ops and super extended descriptors
by Dave Jiang
· 12 years ago
3f09ede
ioatdma: Removing PQ val disable for cb3.3
by Dave Jiang
· 12 years ago
8a52b9f
ioatdma: channel reset scheme fixup on Intel Atom S1200 platforms
by Dave Jiang
· 12 years ago
d92a8d7
ioatdma: Add 64bit chansts register read for ioat v3.3.
by Dave Jiang
· 12 years ago
50f9f97
ioatdma: make debug output more readable
by Dave Jiang
· 12 years ago
5115f3c
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
4dec23d
ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDING
by Dave Jiang
· 12 years ago
4bf27b8
Drivers: dma: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
94fb175
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 13 years ago
2750293
ioat: fix size of 'completion' for Xen
by Dan Williams
· 13 years ago
96a2af4
dmaengine: consolidate tx_status functions
by Russell King - ARM Linux
· 13 years ago
4d4e58d
dmaengine: move last completed cookie into generic dma_chan structure
by Russell King - ARM Linux
· 13 years ago
556ab45
ioat2: catch and recover from broken vtd configurations v6
by Dan Williams
· 14 years ago
0b28330
Merge branch 'ioat' into dmaengine
by Dan Williams
· 15 years ago
074cc47
ioat2,3: convert to producer/consumer locking
by Dan Williams
· 15 years ago
bca3469
dmaengine: provide helper for setting txstate
by Dan Williams
· 15 years ago
0793448
DMAENGINE: generic channel status v2
by Linus Walleij
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
aa4d72a
ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes
by Dan Williams
· 15 years ago
a6d52d7
ioat2,3: put channel hardware in known state at init
by Dan Williams
· 15 years ago
b57014d
ioat2,3: report all uncorrectable errors
by Dan Williams
· 15 years ago
3208ca5
ioat: driver version 4.0
by Dan Williams
· 15 years ago
bbb2008
Merge branch 'dmaengine' into async-tx-next
by Dan Williams
· 15 years ago
ea25968
ioat: implement a private tx_list
by Dan Williams
· 15 years ago
9de6fc7
ioat3: xor self test
by Dan Williams
· 15 years ago
5669e31
ioat: add 'ioat' sysfs attributes
by Dan Williams
· 15 years ago
bf40a68
ioat3: split ioat3 support to its own file, add memset
by Dan Williams
· 15 years ago
2aec048
ioat3: hardware version 3.2 register / descriptor definitions
by Dan Williams
· 15 years ago
a309218
ioat2,3: dynamically resize descriptor ring
by Dan Williams
· 15 years ago
09c8a5b
ioat: switch watchdog and reset handler from workqueue to timer
by Dan Williams
· 15 years ago
ad643f5
ioat1: trim ioat_dma_desc_sw
by Dan Williams
· 15 years ago
345d852
ioat: ___devinit annotate the initialization paths
by Dan Williams
· 15 years ago
4fb9b9e
ioat: cleanup completion status reads
by Dan Williams
· 15 years ago
6df9183
ioat: add some dev_dbg() calls
by Dan Williams
· 15 years ago
38e12f6
ioat1: kill unused unmap parameters
by Dan Williams
· 15 years ago
5cbafa6
ioat2,3: convert to a true ring buffer
by Dan Williams
· 15 years ago
dcbc853
ioat: prepare the code for ioat[12]_dma_chan split
by Dan Williams
· 15 years ago
77867ff
ioat: fix type mismatch for ->dmacount
by Dan Williams
· 15 years ago
f2427e2
ioat: split ioat_dma_probe into core/version-specific routines
by Dan Williams
· 15 years ago
b31b78f
ioat: kill function prototype ifdef guards
by Dan Williams
· 15 years ago
bc3c702
ioat: cleanup some long deref chains and 80 column collisions
by Dan Williams
· 15 years ago
e6c0b69
ioat: convert ioat_probe to pcim/devm
by Dan Williams
· 15 years ago
1f27adc2
ioat: move definitions to dma.h
by Dan Williams
· 15 years ago
584ec22
ioat: move to drivers/dma/ioat/
by Dan Williams
· 15 years ago
[Renamed (98%) from drivers/dma/ioatdma.h]
211a22c
I/OAT: update driver version and copyright dates
by Maciej Sosnowski
· 16 years ago
5de2234
I/OAT: set tcp_dma_copybreak to 256k for I/OAT ver.3
by Maciej Sosnowski
· 16 years ago
7f1b358
I/OAT: I/OAT version 3.0 support
by Maciej Sosnowski
· 16 years ago
16a37ac
I/OAT: tcp_dma_copybreak default value dependent on I/OAT version
by Maciej Sosnowski
· 16 years ago
09177e8
I/OAT: Add watchdog/reset functionality to ioatdma
by Maciej Sosnowski
· 16 years ago
711924b
I/OAT: fixups from code comments
by Shannon Nelson
· 17 years ago
7bb67c1
I/OAT: Add support for version 2 of ioatdma device
by Shannon Nelson
· 17 years ago
7f2b291
I/OAT: Tighten descriptor setup performance
by Shannon Nelson
· 17 years ago
5149fd0
I/OAT: clean up error handling and some print messages
by Shannon Nelson
· 17 years ago
2ed6dc3
I/OAT: Add DCA services
by Shannon Nelson
· 17 years ago
3e03745
I/OAT: Add support for MSI and MSI-X
by Shannon Nelson
· 17 years ago
8ab8956
I/OAT: Split PCI startup from DMA handling code
by Shannon Nelson
· 17 years ago
54a09fe
[IOAT]: Remove redundant struct member to avoid descriptor cache miss
by Shannon Nelson
· 17 years ago
d379b01
dmaengine: make clients responsible for managing channels
by Dan Williams
· 18 years ago
7405f74
dmaengine: refactor dmaengine around dma_async_tx_descriptor
by Dan Williams
· 18 years ago
47b1653
[PATCH] drivers/dma trivial annotations
by Al Viro
· 18 years ago
57c651f
[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.h
by David S. Miller
· 19 years ago
0bbd5f4
[I/OAT]: Driver for the Intel(R) I/OAT DMA engine
by Chris Leech
· 19 years ago