index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
mv_xor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-04
Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-40
/
+29
2015-08-23
drivers/dma: make mv_xor.c driver explicitly non-modular
Paul Gortmaker
1
-33
/
+3
2015-08-19
dmaengine: mv_xor: optimize performance by using a subset of the XOR channels
Thomas Petazzoni
1
-1
/
+23
2015-08-19
dmaengine: mv_xor: remove support for dmacap,* DT properties
Thomas Petazzoni
1
-6
/
+3
2015-07-31
dmaengine: mv_xor: fix big endian operation in register mode
Thomas Petazzoni
1
-4
/
+5
2015-06-10
dmaengine: mv_xor: improve descriptors list handling and reduce locking
Lior Amsalem
1
-94
/
+47
2015-06-10
dmaengine: mv_xor: add support for a38x command in descriptor mode
Lior Amsalem
1
-14
/
+68
2015-06-10
dmaengine: mv_xor: Rename function for consistent naming
Maxime Ripard
1
-43
/
+44
2015-06-10
dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup
Lior Amsalem
1
-26
/
+46
2015-03-18
dmaengine: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-16
dmaengine: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2014-12-22
dmaengine: mv_xor: Remove device_control
Maxime Ripard
1
-9
/
+0
2014-10-20
dma: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-19
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-174
/
+94
2014-10-08
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-17
/
+63
2014-09-23
dma: mv_xor: Add support for DMA_INTERRUPT
Lior Amsalem
1
-0
/
+34
2014-09-23
dma: mv_xor: Remove dead code
Ezequiel Garcia
1
-2
/
+0
2014-09-23
dma: mv_xor: Reduce interrupts by enabling EOD only when needed
Lior Amsalem
1
-4
/
+10
2014-09-23
dma: mv_xor: Remove all interrupt magic numbers
Ezequiel Garcia
1
-19
/
+9
2014-09-23
dma: mv_xor: Remove multi-slot support
Lior Amsalem
1
-86
/
+30
2014-09-23
dma: mv_xor: Simplify the DMA_MEMCPY operation
Lior Amsalem
1
-65
/
+12
2014-09-23
dma: mv_xor: Replace printk with dev_info
Ezequiel Garcia
1
-2
/
+3
2014-05-22
dma: mv_xor: Flush descriptors before activating a channel
Ezequiel Garcia
1
-5
/
+3
2014-04-10
dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup()
Ezequiel Garcia
1
-12
/
+5
2014-04-10
dma: mv_xor: Remove all callers of mv_xor_slot_cleanup()
Ezequiel Garcia
1
-4
/
+11
2014-04-10
dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() call
Ezequiel Garcia
1
-3
/
+1
2014-04-10
dma: mv_xor: Add DMA API error checks
Ezequiel Garcia
1
-4
/
+52
2014-02-13
dma: mv_xor: Silence a bunch of LPAE-related warnings
Olof Johansson
1
-12
/
+12
2013-12-13
dmaengine: mv_xor: fix oops when channels fail to initialise
Russell King
1
-11
/
+13
2013-12-13
dma: mv_xor: Use dmaengine_unmap_data for the self-tests
Ezequiel Garcia
1
-21
/
+50
2013-12-13
dma: mv_xor: remove mv_desc_get_dest_addr()
Jason Cooper
1
-6
/
+0
2013-11-16
Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...
Vinod Koul
1
-48
/
+4
2013-11-14
dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registers
Ezequiel Garcia
1
-1
/
+2
2013-11-14
dma: mv_xor: Remove unneeded NULL address check
Ezequiel Garcia
1
-4
/
+0
2013-11-14
dmaengine: remove DMA unmap from drivers
Bartlomiej Zolnierkiewicz
1
-43
/
+1
2013-11-14
dmaengine: prepare for generic 'unmap' data
Dan Williams
1
-0
/
+1
2013-10-25
dmaengine: mv_xor: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-3
/
+3
2013-09-11
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2013-09-09
dma: mv_xor: Fix incorrect error path
Sachin Kamat
1
-4
/
+2
2013-08-23
mv_xor: support big endian systems using descriptor swap feature
Thomas Petazzoni
1
-2
/
+9
2013-08-23
mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}
Thomas Petazzoni
1
-18
/
+18
2013-08-13
dma: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-13
dma: mv_xor: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-07-04
drivers/dma: remove unused support for MEMSET operations
Bartlomiej Zolnierkiewicz
1
-81
/
+4
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-24
/
+16
2013-01-08
dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
1
-24
/
+16
2013-01-06
dma: mv_xor: fix error handling for clocks
Thomas Petazzoni
1
-2
/
+5
2013-01-06
dma: mv_xor: fix error handling of mv_xor_channel_add()
Thomas Petazzoni
1
-1
/
+1
2012-12-15
Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-185
/
+244
2012-11-29
dma: remove use of __devinit
Bill Pemberton
1
-3
/
+3
[next]