Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
488dee96bb62f0b3d9e678cf42574034d5b033a5
/
drivers
/
dma
/
ioat
/
dma.c
98c1ec7
drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()
by Paul E. McKenney
· 7 years ago
bcdc4bd
dmaengine: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
268e251
dmaengine: ioatdma: Add intr_coalesce sysfs entry
by Ujjal Singh
· 7 years ago
3f809e8
Merge branch 'topic/ioat' into for-linus
by Vinod Koul
· 8 years ago
eef2c22
dmaengine: ioat: remove unused ‘res’
by Vinod Koul
· 8 years ago
4cc8044
dmaengine: ioat: remove unused ‘ioat_dma’
by Vinod Koul
· 8 years ago
d46dc99
dmaengine: ioatdma: error string table missing an entry
by Dave Jiang
· 8 years ago
1b77941
dmaengine: ioatdma: loop for number elements in array chanerr_str
by Colin Ian King
· 8 years ago
aed681d
dmaengine: ioatdma: add error strings to chanerr output
by Dave Jiang
· 8 years ago
9546d4c
dmaengine: ioatdma: Add error handling to ioat driver
by Dave Jiang
· 8 years ago
6399286
dmaengine: ioatdma: convert callback to helper function
by Dave Jiang
· 8 years ago
b5b131c
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
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
8a695db
dmaengine: IOATDMA: fix timer code that continues to restart channels during idle
by Dave Jiang
· 9 years ago
ad4a7b5
dmaengine: ioatdma: adding shutdown support
by Dave Jiang
· 9 years ago
5c65cb9
dmaengine: ioatdma: fix sparse "error" with prep lock
by Dave Jiang
· 9 years ago
09659a5
dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag
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
80b1973
dmaengine: ioatdma: move all sysfs related code
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
7f83264
dmaengine: ioatdma: remove ioatdma v2 registration
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
368da99
ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
da87ca4
ioat: fix tasklet tear down
by Dan Williams
· 11 years ago
3532e56
drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()
by Jiang Liu
· 11 years ago
df12a31
Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Vinod Koul
· 11 years ago
779e561
ioat: fix ioat3_irq_reinit
by Dan Williams
· 11 years ago
4c5d961
ioat: kill msix_single_vector support
by Dan Williams
· 11 years ago
0776ae7
dmaengine: remove DMA unmap flags
by Bartlomiej Zolnierkiewicz
· 11 years ago
54f8d50
dmaengine: remove DMA unmap from drivers
by Bartlomiej Zolnierkiewicz
· 11 years ago
d38a8c6
dmaengine: prepare for generic 'unmap' data
by Dan Williams
· 11 years ago
2f16f80
dmaengine: ioat: use DMA_COMPLETE for dma completion status
by Vinod Koul
· 11 years ago
48a9db4
drivers/dma: remove unused support for MEMSET operations
by Bartlomiej Zolnierkiewicz
· 11 years ago
8a52b9f
ioatdma: channel reset scheme fixup on Intel Atom S1200 platforms
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
522d974
ioat: add missing DMA unmap to ioat_dma_self_test()
by Bartlomiej Zolnierkiewicz
· 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
8ac6954
dmaengine: ensure all DMA engine drivers initialize their cookies
by Russell King - ARM Linux
· 13 years ago
96a2af4
dmaengine: consolidate tx_status functions
by Russell King - ARM Linux
· 13 years ago
f7fbce0
dmaengine: provide a common function for completing a dma descriptor
by Russell King - ARM Linux
· 13 years ago
884485e
dmaengine: consolidate assignment of DMA cookies
by Russell King - ARM Linux
· 13 years ago
d2ebfb3
dmaengine: add private header file
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
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 13 years ago
0b28330
Merge branch 'ioat' into dmaengine
by Dan Williams
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 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
984b3f5
bitops: rename for_each_bit() to for_each_set_bit()
by Akinobu Mita
· 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
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
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
f6ab95b
ioat: preserve chanctrl bits when re-arming interrupts
by Dan Williams
· 15 years ago
bb32078
ioat: ignore reserved bits for chancnt and xfercap
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
a6a39ca
ioat: fix self test interrupts
by Dan Williams
· 15 years ago
a0587bc
ioat1: move descriptor allocation from submit to prep
by Dan Williams
· 15 years ago
c7984f4
ioat: define descriptor control bit-field
by Dan Williams
· 15 years ago
f2427e2
ioat: split ioat_dma_probe into core/version-specific routines
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 (99%) from drivers/dma/ioat_dma.c]
2f10260
i7300_idle: allow testing on i5000-series hardware w/o re-compile
by Len Brown
· 15 years ago
4f005db
ioatdma: fix "ioatdma frees DMA memory with wrong function"
by Maciej Sosnowski
· 16 years ago
ccccce2
dmaengine: initialize tx_list in dma_async_tx_descriptor_init
by Dan Williams
· 16 years ago
0c33e1c
I/OAT: fail self-test if callback test reaches timeout
by Dan Williams
· 16 years ago
211a22c
I/OAT: update driver version and copyright dates
by Maciej Sosnowski
· 16 years ago
aa2d0b8
I/OAT: list usage cleanup
by Eric Sesterhenn
· 16 years ago
2b8a6bf
I/OAT: cancel watchdog before dma remove
by Maciej Sosnowski
· 16 years ago
8b794b1
I/OAT: fail initialization on zero channels detection
by Maciej Sosnowski
· 16 years ago
ea9c717
I/OAT: do not set DCACTRL_CMPL_WRITE_ENABLE for I/OAT ver.3
by Maciej Sosnowski
· 16 years ago
b9bdcbb
ioat: fix self test for multi-channel case
by Dan Williams
· 16 years ago
aa1e6f1
dmaengine: kill struct dma_client and supporting infrastructure
by Dan Williams
· 16 years ago
532d3b1
ioat: wait for self-test completion
by Dan Williams
· 16 years ago
12ccea2
[3/4] I/OAT: fix async_tx.callback checking
by Maciej Sosnowski
· 16 years ago
c3d4f44
[1/4] I/OAT: fix channel resources free for not allocated channels
by Maciej Sosnowski
· 16 years ago
Next »