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
Commit message (
Expand
)
Author
Age
*
dmatest: check for dma mapping error
Andy Shevchenko
2012-12-17
*
dmatest: implement two helpers to unmap dma memory
Andy Shevchenko
2012-12-17
*
Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-14
|
\
|
*
dma: mv_xor: fix error handling path
Thomas Petazzoni
2012-11-22
|
*
dma: mv_xor: fix error checking of irq_of_parse_and_map()
Thomas Petazzoni
2012-11-22
|
*
dma: mv_xor: use request_irq() instead of devm_request_irq()
Thomas Petazzoni
2012-11-22
|
*
dma: mv_xor: clear the window override control registers
Thomas Petazzoni
2012-11-22
|
*
dma: mv_xor: Add a device_control function
Andrew Lunn
2012-11-20
|
*
dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: add Device Tree binding
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: add missing free_irq() call
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: remove the pool_size from platform_data
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: remove hw_id field from platform_data
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: rename mv_xor_private to mv_xor_device
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: merge mv_xor_device and mv_xor_chan
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: get rid of the pdev pointer in mv_xor_device
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: introduce a mv_chan_to_devp() helper
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: simplify dma_sync_single_for_cpu() calls
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: remove unused to_mv_xor_device() macro
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: remove unused id field in mv_xor_device structure
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: rename many symbols to remove the 'shared' word
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: change the driver name to 'mv_xor'
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: remove sub-driver 'mv_xor'
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: allow channels to be registered directly from the main device
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: split initialization/cleanup of XOR channels
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: do not use pool_size from platform_data within the driver
Thomas Petazzoni
2012-11-20
|
*
dma: mv_xor: use dev_(err|info|notice) instead of dev_printk
Thomas Petazzoni
2012-11-20
*
|
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2012-12-13
|
\
\
|
*
\
Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...
Olof Johansson
2012-12-01
|
|
\
\
|
|
*
|
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
Tony Lindgren
2012-11-30
|
|
*
|
Merge branch 'linus' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3
Tony Lindgren
2012-11-09
|
|
|
\
|
*
|
|
|
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-12-13
|
\
\
\
\
|
*
|
|
|
ARM: plat-nomadik: move DMA40 header to <linux/platform_data>
Linus Walleij
2012-11-05
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-12
|
\
\
\
\
|
*
|
|
|
ioat: Do not enable DCA if tag map is invalid
Alexander Duyck
2012-11-15
|
|
/
/
/
*
|
|
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'omap/headers4' into next/cleanup
Arnd Bergmann
2012-11-15
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup
Olof Johansson
2012-11-06
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
dma: imx-dma: remove cpu_is_xxx by using platform_device_id
Shawn Guo
2012-10-14
|
*
|
|
dma: imx-dma: retrieve MEM and IRQ from resources
Shawn Guo
2012-10-14
|
*
|
|
dma: imx-dma: use devm_kzalloc and devm_request_irq
Shawn Guo
2012-10-14
|
*
|
|
dma: imx-sdma: remove unneeded mach/hardware.h inclusion
Shawn Guo
2012-10-14
|
*
|
|
dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.h
Shawn Guo
2012-10-14
*
|
|
|
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
|
\
\
\
\
[next]