index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
tegra20-apb-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: tegra20-apb: stop checking config->slave_id
Arnd Bergmann
2021-12-17
1
-6
/
+0
*
dmaengine: tegra20: Fix runtime PM imbalance on error
Dinghao Liu
2021-04-12
1
-2
/
+2
*
dmaengine: tegra20: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-18
1
-4
/
+3
*
dmaengine: tegra-apb: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
1
-1
/
+1
*
dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronization
Dmitry Osipenko
2020-04-27
1
-0
/
+9
*
drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
kbuild test robot
2020-04-10
1
-1
/
+0
*
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-04-02
1
-264
/
+282
|
\
|
*
dmaengine: tegra-apb: Improve DMA synchronization
Dmitry Osipenko
2020-03-23
1
-0
/
+25
|
*
dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handler
Dmitry Osipenko
2020-03-23
1
-4
/
+3
|
*
dmaengine: tegra-apb: mark PM functions as __maybe_unused
YueHaibing
2020-03-23
1
-4
/
+2
|
*
dmaengine: tegra-apb: Improve error message about DMA underflow
Dmitry Osipenko
2020-02-25
1
-1
/
+1
|
*
dmaengine: tegra-apb: Remove unused function argument
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Remove MODULE_ALIAS
Dmitry Osipenko
2020-02-25
1
-1
/
+0
|
*
dmaengine: tegra-apb: Add missing of_dma_controller_free
Dmitry Osipenko
2020-02-25
1
-0
/
+1
|
*
dmaengine: tegra-apb: Clean up suspend-resume
Dmitry Osipenko
2020-02-25
1
-67
/
+69
|
*
dmaengine: tegra-apb: Keep clock enabled only during of DMA transfer
Dmitry Osipenko
2020-02-25
1
-11
/
+25
|
*
dmaengine: tegra-apb: Remove duplicated pending_sg_req checks
Dmitry Osipenko
2020-02-25
1
-12
/
+0
|
*
dmaengine: tegra-apb: Remove assumptions about unavailable runtime PM
Dmitry Osipenko
2020-02-25
1
-9
/
+1
|
*
dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_init
Dmitry Osipenko
2020-02-25
1
-1
/
+0
|
*
dmaengine: tegra-apb: Fix coding style problems
Dmitry Osipenko
2020-02-25
1
-131
/
+144
|
*
dmaengine: tegra-apb: Use devm_request_irq
Dmitry Osipenko
2020-02-25
1
-24
/
+11
|
*
dmaengine: tegra-apb: Use devm_platform_ioremap_resource
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Clean up tasklet releasing
Dmitry Osipenko
2020-02-25
1
-5
/
+1
|
*
dmaengine: tegra-apb: Prevent race conditions on channel's freeing
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Implement synchronization hook
Dmitry Osipenko
2020-02-25
1
-0
/
+8
*
|
dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
Dmitry Osipenko
2020-02-25
1
-1
/
+1
*
|
dmaengine: tegra-apb: Fix use-after-free
Dmitry Osipenko
2020-02-25
1
-4
/
+0
|
/
*
dmaengine: tegra-apb: Support per-burst residue granularity
Dmitry Osipenko
2019-07-25
1
-7
/
+68
*
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-07-17
1
-2
/
+10
|
\
|
*
dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset
Dmitry Osipenko
2019-06-04
1
-2
/
+10
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-30
1
-12
/
+1
|
/
*
dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-01-07
1
-2
/
+3
*
dmaengine: tegra: add tracepoints to driver
Ben Dooks
2019-01-07
1
-0
/
+7
*
dmaengine: tegra: reduce channel name field size
Ben Dooks
2019-01-07
1
-1
/
+1
*
dmaengine: tegra: fix incorrect case of DMA
Ben Dooks
2019-01-07
1
-10
/
+10
*
dmaengine: tegra: make byte counters unsigned int
Ben Dooks
2019-01-07
1
-3
/
+3
*
dmaengine: tegra: avoid overflow of byte tracking
Ben Dooks
2019-01-07
1
-1
/
+4
*
dmaengine: tegra-apb: Support non-flow controlled slave configuration
Dmitry Osipenko
2017-11-29
1
-5
/
+14
*
dmaengine: tegra-apb: Really fix runtime-pm usage
Jon Hunter
2017-06-30
1
-40
/
+10
*
dmaengine: tegra20-apb-dma: convert callback to helper function
Dave Jiang
2016-08-08
1
-6
/
+4
*
Merge branch 'topic/tegra' into for-linus
Vinod Koul
2016-07-16
1
-7
/
+5
|
\
|
*
dmaengine: tegra: Remove some whitespace funkiness
Thierry Reding
2016-06-14
1
-7
/
+5
*
|
dmaengine: tegra-apb: Return the actual descriptor status
Jon Hunter
2016-06-30
1
-2
/
+2
*
|
dmaengine: tegra-apb: Remove duplicated residue calculation
Jon Hunter
2016-06-30
1
-12
/
+12
*
|
dmaengine: tegra-apb: Correct grammar in TX status debug message
Jon Hunter
2016-06-30
1
-1
/
+1
*
|
dmaengine: Remove site specific OOM error messages on kzalloc
Peter Griffin
2016-06-21
1
-8
/
+3
*
|
dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists.
Peter Griffin
2016-06-21
1
-1
/
+1
|
/
*
dmaengine: tegra-apb: proper default init of channel slave_id
Shardar Shariff Md
2016-05-02
1
-2
/
+14
*
dmaengine: tegra: Move of_device_id table near to its user
Laxman Dewangan
2016-03-04
1
-19
/
+18
*
dmaengine: tegra: don't open code of_device_get_match_data()
Laxman Dewangan
2016-03-03
1
-6
/
+4
[next]