index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ste_dma40.c
Commit message (
Expand
)
Author
Age
*
dmaengine/ste_dma40: fix memory leak due to prepared descriptors
Per Forlin
2011-09-05
*
dmaengine/ste_dma40: fix Oops due to double free of client descriptor
Per Forlin
2011-09-05
*
dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().
Per Forlin
2011-09-05
*
dmaengine/ste_dma40: add missing kernel doc for pending_queue
Per Forlin
2011-09-05
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2011-08-01
|
\
|
*
dmaengine/ste_dma40: allow memory buswidth/burst to be configured
Rabin Vincent
2011-07-13
|
*
dmaengine/ste_dma40: use AMBA PrimeCell helper macros
Linus Walleij
2011-07-13
|
*
dmaengine/ste_dma40: make the cyclic alloc NOWAIT
Robert Marklund
2011-07-13
|
*
dmaengine/ste_dma40: fix missing kernel-doc
om prakash
2011-07-13
|
*
dmaengine/ste_dma40: add a separate queue for pending requests
Per Forlin
2011-07-13
*
|
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-21
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2011-05-28
|
\
|
*
dmaengine: move link order
Linus Walleij
2011-05-19
|
*
dmaengine/ste_dma40: fix introduced warnings
Philippe Langlais
2011-05-09
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
|
/
*
dma40: cyclic xfer support
Rabin Vincent
2011-01-31
*
dma40: stop ongoing transfers in DMA_TERMINATE_ALL
Rabin Vincent
2011-01-31
*
dma40: fix DMA_SG capability and channels
Rabin Vincent
2011-01-31
*
dma40: handle failure to allocate first LCLA
Rabin Vincent
2011-01-31
*
dma40: extract lcla code into separate function
Rabin Vincent
2011-01-31
*
dma40: unify src/dst addr check
Rabin Vincent
2011-01-31
*
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
2011-01-31
*
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
2011-01-31
*
dma40: move lli_load to main source file
Rabin Vincent
2011-01-31
*
dma40: combine mem and slave prep_sg functions
Rabin Vincent
2011-01-31
*
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
2011-01-31
*
dma40: combine mem and slave sg-to-lli functions
Rabin Vincent
2011-01-31
*
dma40: remove duplicated dev addr code
Rabin Vincent
2011-01-31
*
dma40: combine duplicated d40_pool_lli_alloc() calls
Rabin Vincent
2011-01-31
*
dma40: combine desc init functions
Rabin Vincent
2011-01-31
*
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
2011-01-31
*
dma40: remove unnecessary casts
Rabin Vincent
2011-01-31
*
dma40: fix DMA API usage for LLIs
Rabin Vincent
2011-01-31
*
dma40: fix DMA API usage for LCLA
Rabin Vincent
2011-01-31
*
dma40: remove unnecessary ALIGN()s
Rabin Vincent
2011-01-31
*
dma40: allow realtime and priority for event lines
Rabin Vincent
2011-01-31
*
dma40: fix comment to refer to SOCs rather than boards
Rabin Vincent
2011-01-31
*
dma40: use helpers for error functions
Rabin Vincent
2011-01-31
*
dma40: use helpers for channel type check
Rabin Vincent
2011-01-31
*
dma40: use helper for channel registers base
Rabin Vincent
2011-01-31
*
dma40: remove "hardware link with previous jobs" code
Rabin Vincent
2011-01-31
*
dma40: ensure event lines get enabled
Rabin Vincent
2011-01-31
*
dma40: make init function static
Rabin Vincent
2011-01-31
*
dmaengine: dma40: Add support to split up large elements
Per Forlin
2011-01-04
*
Merge branch 'dma40' into dmaengine
Dan Williams
2010-10-19
|
\
|
*
ste_dma40: remove enum for endianess
Rabin Vincent
2010-10-19
|
*
ste_dma40: move mode_opt to separate config
Rabin Vincent
2010-10-19
|
*
ste_dma40: move channel mode to a separate field
Rabin Vincent
2010-10-19
|
*
ste_dma40: add variable to indicate valid dma_cfg
Rabin Vincent
2010-10-19
|
|
|
\
*
-
.
\
Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine
Dan Williams
2010-10-07
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]