index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-23
dmaengine: fix interrupt clearing for mv_xor
Simon Guinot
1
-1
/
+1
2010-09-22
dma/shdma: move dereference below the NULL check
Dan Carpenter
1
-1
/
+2
2010-09-22
DMAENGINE: ste_dma40: don't pause/resume non-executing channels
Jonas Aaberg
1
-0
/
+6
2010-09-22
DMAENGINE: ste_dma40: rewrote LCLA entries allocation code
Jonas Aaberg
3
-309
/
+218
2010-09-22
DMAENGINE: ste_dma40: fix possible use of uninitialized variable
Jonas Aaberg
1
-2
/
+2
2010-09-22
DMAENGINE: ste_dma40: corrected is_paused behavior
Jonas Aaberg
1
-4
/
+10
2010-09-22
DMAENGINE: ste_dma40: code clean-up
Jonas Aaberg
3
-60
/
+50
2010-09-22
DMAENGINE: ste_dma40: added support for link jobs in hw
Jonas Aaberg
2
-116
/
+202
2010-09-22
DMAENGINE: ste_dma40: removed a few magic numbers
Jonas Aaberg
2
-6
/
+15
2010-09-22
DMAENGINE: ste_dma40: fix bug related to callback handling
Jonas Aaberg
3
-23
/
+14
2010-09-22
DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend request
Jonas Aaberg
1
-30
/
+16
2010-09-22
DMAENGINE: ste_dma40: No need reading, masking and setting a set register
Jonas Aaberg
1
-4
/
+1
2010-09-22
DMAENGINE: ste_dma40: Fix failed to restart logical channel bug
Jonas Aaberg
1
-12
/
+8
2010-09-22
DMAENGINE: ste_dma40: config checks
Linus Walleij
1
-2
/
+27
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
3
-8
/
+8
2010-08-10
Merge branches 'master' and 'devel' into for-linus
Russell King
2
-5
/
+5
2010-08-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
15
-364
/
+3146
2010-08-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...
Russell King
2
-5
/
+5
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
3
-8
/
+8
2010-08-04
DMAENGINE: at_hdmac: locking fixlet
Yong Wang
1
-2
/
+2
2010-08-04
DMAENGINE: pch_dma: kill another usage of __raw_{read|write}l
Yong Wang
1
-2
/
+2
2010-08-04
dma: dmatest: fix potential sign bug
Kulikov Vasiliy
1
-1
/
+1
2010-08-04
ioat2: catch and recover from broken vtd configurations v6
Dan Williams
3
-3
/
+27
2010-08-04
DMAENGINE: add runtime slave control to COH 901 318 v3
Linus Walleij
1
-0
/
+169
2010-08-04
DMAENGINE: add runtime slave config to DMA40 v3
Linus Walleij
1
-4
/
+137
2010-08-04
dmaengine: Driver for Topcliff PCH DMA controller
Yong Wang
3
-0
/
+965
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+3
2010-08-04
Fix spelling contorller -> controller in comments
Stefan Weil
1
-1
/
+1
2010-07-27
intel_mid: Add Mrst & Mfld DMA Drivers
Vinod Koul
4
-0
/
+1417
2010-07-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2
-8
/
+10
2010-07-02
of/dma: fix build breakage in ppc4xx adma driver
Dan Williams
1
-1
/
+3
2010-07-01
Merge branch 'timb' into dmaengine
Dan Williams
1
-4
/
+4
2010-07-01
drivers/dma: Eliminate a NULL pointer dereference
Julia Lawall
1
-2
/
+2
2010-07-01
dma/timb_dma: compile warning on 32 bit
Dan Carpenter
1
-2
/
+2
2010-06-22
DMAENGINE: ste_dma40: support older silicon
Linus Walleij
1
-4
/
+28
2010-06-22
DMAENGINE: ste_dma40: support disabling physical channels
Jonas Aaberg
1
-0
/
+8
2010-06-22
DMAENGINE: ste_dma40: fix suspend bug
Jonas Aaberg
1
-20
/
+13
2010-06-22
DMAENGINE: ste_dma40: allocate LCLA dynamically
Linus Walleij
3
-102
/
+168
2010-06-22
DMAENGINE: ste_dma40: no premature stop
Jonas Aaberg
1
-1
/
+4
2010-06-22
DMAENGINE: ste_dma40: interrupts only on dst
Jonas Aaberg
2
-8
/
+5
2010-06-22
DMAENGINE: ste_dma40: avoid doing unnessecary suspend
Jonas Aaberg
1
-32
/
+7
2010-06-22
DMAENGINE: ste_dma40: lock fix
Jonas Aaberg
1
-7
/
+7
2010-06-22
DMAENGINE: ste_dma40: deny ops on non-alloc channels
Jonas Aaberg
1
-0
/
+44
2010-06-22
DMAENGINE: ste_dma40: various cosmetic clean-ups
Jonas Aaberg
2
-67
/
+52
2010-06-22
DMAENGINE: ste_dma40: improve allocation error handling
Jonas Aaberg
1
-14
/
+10
2010-06-22
DMAENGINE: ste_dma40: use kmem cache
Jonas Aaberg
1
-34
/
+18
2010-06-22
DMAENGINE: ste_dma40: moved freeing of client owned desc
Per Friden
1
-12
/
+12
2010-06-22
DMAENGINE: ste_dma40: only write phy channel config first time
Linus Walleij
2
-32
/
+35
2010-06-22
DMAENGINE: ste_dma40: fixed lli_max=1 issue
Per Friden
1
-33
/
+29
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
25
-465
/
+5744
[prev]
[next]