summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dmatest: wrap src & dst data into a structAlexandru Ardelean2019-02-251-94/+101
* dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang2019-02-252-0/+41
* dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang2019-02-253-2/+28
* dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang2019-02-252-0/+3
* dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang2019-02-253-1/+6
* dmaengine: sprd: Change channel id to slave id for DMA cell specifierBaolin Wang2019-02-251-15/+4
* dt-bindings: dmaengine: sprd: Change channel id to slave id for DMA cell spec...Baolin Wang2019-02-251-1/+1
* dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy2019-02-191-1/+1
* Documentation :dmaengine: clarify DMA desc. pointer after submissionFederico Vaga2019-02-111-0/+7
* Documentation: dmaengine: fix dmatest.rst warningRandy Dunlap2019-02-111-0/+1
* dmaengine: axi-dmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-201-2/+1
* dmaengine: timb_dma: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-201-2/+2
* Merge branch 'topic/qcom' into for-linusVinod Koul2019-01-203-12/+14
|\
| * dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang2019-01-201-8/+9
| * dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang2019-01-201-0/+2
| * dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+2
| * dmaengine: qcom_hidma: Check for driver register failureAditya Pakki2019-01-071-2/+1
* | dmaengine: st_fdma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+1
* | dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-071-3/+2
* | dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+1
* | dmaengine: sa11x0: drop useless LIST_HEADJulia Lawall2019-01-071-2/+0
* | dmaengine: pl330: drop useless LIST_HEADJulia Lawall2019-01-071-1/+0
* | dmaengine: st_fdma: drop useless LIST_HEADJulia Lawall2019-01-071-3/+0
* | dmaengine: dw: drop useless LIST_HEADJulia Lawall2019-01-071-1/+0
* | dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall2019-01-071-5/+0
|/
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-061-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0694-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16
| * kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
| * kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0642-119/+65
| * kallsyms: lower alignment on ARMMathias Krause2019-01-061-2/+2
| * scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall2019-01-061-0/+5
| * scripts: coccinelle: check for redeclarationJulia Lawall2019-01-061-0/+3
| * kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
| * nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| * nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-0627-166/+620
|\ \
| * \ Merge tag 'perf-core-for-mingo-4.21-20190103' of git://git.kernel.org/pub/scm...Ingo Molnar2019-01-0327-166/+620
| |\ \
| | * | perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter2019-01-021-0/+7
| | * | perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-025-25/+69
| | * | perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17