index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmaengine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
dmaengine: Introduce DMA-device device_caps callback
Serge Semin
1
-0
/
+10
2020-07-27
dmaengine: Introduce max SG burst capability
Serge Semin
1
-0
/
+1
2020-07-27
dmaengine: Introduce min burst length capability
Serge Semin
1
-0
/
+1
2020-06-10
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-46
/
+52
2020-05-04
dmaengine: Fix doc strings to satisfy validation script
Andy Shevchenko
1
-46
/
+50
2020-05-04
dmaengine: Include dmaengine.h into dmaengine.c
Andy Shevchenko
1
-0
/
+2
2020-04-27
dmaengine: fix channel index enumeration
Dave Jiang
1
-34
/
+26
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+101
2020-03-11
dmaengine: Create debug directories for DMA devices
Peter Ujfalusi
1
-1
/
+27
2020-03-11
dmaengine: Add basic debugfs support
Peter Ujfalusi
1
-1
/
+75
2020-03-11
dmaengine: move .device_release missing log warning to debug level
Vinod Koul
1
-1
/
+1
2020-02-03
dmaengine: Cleanups for the slave <-> channel symlink support
Peter Ujfalusi
1
-9
/
+9
2020-02-03
dmaengine: fix null ptr check for __dma_async_device_channel_register()
Dave Jiang
1
-0
/
+3
2020-01-30
dmaengine: Fix return value for dma_request_chan() in case of failure
Marek Szyprowski
1
-1
/
+1
2020-01-24
dmaengine: Create symlinks between DMA channels and slaves
Geert Uytterhoeven
1
-6
/
+31
2020-01-24
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
1
-8
/
+26
2020-01-24
dmaengine: break out channel registration
Dave Jiang
1
-54
/
+81
2020-01-21
dmaengine: Remove dma_device_satisfies_mask() wrapper
Geert Uytterhoeven
1
-6
/
+3
2020-01-21
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
1
-0
/
+73
2019-12-26
dmaengine: print more meaningful error message
Vinod Koul
1
-1
/
+1
2019-12-26
dmaengine: move module_/dma_device_put() after route free
Vinod Koul
1
-3
/
+3
2019-12-24
dmaengine: Add reference counting to dma_device struct
Logan Gunthorpe
1
-8
/
+49
2019-12-24
dmaengine: Move dma_channel_rebalance() infrastructure up in code
Logan Gunthorpe
1
-144
/
+144
2019-12-24
dmaengine: Call module_put() after device_free_chan_resources()
Logan Gunthorpe
1
-1
/
+2
2019-12-24
dmaengine: Store module owner in dma_device struct
Logan Gunthorpe
1
-1
/
+3
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-4
/
+10
2019-06-10
dmaengine: Grammar s/the its/its/, s/need/needs/
Geert Uytterhoeven
1
-2
/
+2
2019-05-27
dmaengine: Add matching device node validation in __dma_request_channel()
Baolin Wang
1
-2
/
+8
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7
Thomas Gleixner
1
-13
/
+1
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-1
/
+3
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-16
/
+7
2018-08-21
dmaengine: Convert to new IDA API
Matthew Wilcox
1
-16
/
+7
2018-07-30
dmaengine: add a new helper dmaenginem_async_device_register
Huang Shijie
1
-0
/
+35
2018-07-25
dmaengine: dma_request_chan_by_mask() to handle deferred probing
Peter Ujfalusi
1
-2
/
+8
2018-07-09
dmaengine: add support for reporting pause and resume separately
Marek Szyprowski
1
-6
/
+2
2018-06-15
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
1
-1
/
+1
2017-08-28
dmaengine: remove BUG_ON while registering devices
Vinod Koul
1
-22
/
+79
2017-08-22
dmaengine: remove DMA_SG as it is dead code in kernel
Dave Jiang
1
-2
/
+0
2017-03-14
dmaengine: Fix array index out of bounds warning in __get_unmap_pool()
Matthias Kaehlcke
1
-0
/
+2
2017-01-02
dmaengine: Convert ID allocation to an IDA
Matthew Wilcox
1
-10
/
+11
2016-08-22
dmaengine: device must have at least one channel
Viresh Kumar
1
-0
/
+7
2016-05-17
Merge branch 'topic/core' into for-linus
Vinod Koul
1
-4
/
+5
2016-05-14
dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-3
/
+3
2016-05-12
dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC
Andy Shevchenko
1
-2
/
+2
2016-04-13
dmaengine: core: Revert back to pr_debug in __dma_request_channel()
Jarkko Nikula
1
-1
/
+1
2016-04-05
dmaengine: add DMA_CYCLIC to dma_get_slave_caps
Vinod Koul
1
-1
/
+2
2016-04-04
dmaengine: core: Use dev_ functions for debug and error prints
Jarkko Nikula
1
-13
/
+17
2016-02-09
dmaengine: core: expose max burst capability to clients
Shawn Lin
1
-0
/
+1
2016-01-06
Merge branch 'topic/async' into for-linus
Vinod Koul
1
-1
/
+4
2016-01-06
Merge branch 'topic/univ_api' into for-linus
Vinod Koul
1
-52
/
+120
[next]