summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw-edma: Add support for native HDMACai Huoqing2023-05-246-4/+450
* dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...Cai Huoqing2023-05-244-82/+157
* dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing2023-05-243-5/+5
* dmaengine: ste_dma40: use proper format string for resource_size_tArnd Bergmann2023-05-191-2/+2
* dmaengine: make QCOM_HIDMA depend on HAS_IOMEMBaoquan He2023-05-181-0/+1
* dmaengine: ste_dma40: fix typo in enum documentationVinod Koul2023-05-181-1/+1
* dmaengine: ste_dma40: use correct print specfier for resource_size_tVinod Koul2023-05-181-2/+2
* MAINTAINERS: Add myself as the DW eDMA driver reviewerSerge Semin2023-05-181-0/+1
* MAINTAINERS: Add Manivannan to DW eDMA driver maintainers listSerge Semin2023-05-171-0/+1
* MAINTAINERS: Demote Gustavo Pimentel to DW EDMA driver reviewerSerge Semin2023-05-171-1/+1
* dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instanceVaishnav Achath2023-05-161-0/+25
* dt-bindings: dma: ti: Add J721S2 BCDMAVaishnav Achath2023-05-161-1/+29
* dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2GKishon Vijay Abraham I2023-05-161-0/+11
* dt-bindings: dma: xilinx: Add power-domains to xlnx,zynqmp-dpdmaMichal Simek2023-05-161-0/+6
* dmaengine: ste_dma40: Return error codes properlyLinus Walleij2023-05-161-22/+24
* dmaengine: ste_dma40: Use managed resourcesLinus Walleij2023-05-161-119/+61
* dmaengine: ste_dma40: Pass dev to OF functionLinus Walleij2023-05-161-7/+6
* dmaengine: ste_dma40: Remove platform dataLinus Walleij2023-05-163-119/+41
* dmaengine: ste_dma40: Add dev helper variableLinus Walleij2023-05-161-24/+26
* dmaengine: ste_dma40: Get LCPA SRAM from SRAM nodeLinus Walleij2023-05-162-23/+25
* dt-bindings: dma: dma40: Prefer to pass sram through phandleLinus Walleij2023-05-161-8/+28
* Linux 6.4-rc1v6.4-rc1Linus Torvalds2023-05-071-2/+2
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-07514-144556/+167669
|\
| * Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-066-20/+14
| * Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo2023-05-061-10/+7
| * perf metrics: Fix SEGV with --for-each-cgroupIan Rogers2023-05-051-0/+1
| * perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-053-20/+174
| * perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-052-2/+7
| * perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter2023-05-031-1/+0
| * perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter2023-05-031-2/+0
| * perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong2023-05-021-0/+1
| * perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni2023-05-021-1/+23
| * perf build: Fix unescaped # in perf build-testJames Clark2023-05-021-1/+1
| * perf unwind: Suppress massive unsupported target platform errorsChangbin Du2023-05-021-1/+1
| * perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman2023-05-022-5/+5
| * perf script: Print raw ip instead of binary offset for callchainChangbin Du2023-05-021-7/+2
| * perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-021-1/+1
| * perf list: Modify the warning message about scandirat(3)Namhyung Kim2023-05-021-1/+1
| * perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim2023-05-021-4/+8
| * perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim2023-05-021-7/+7
| * perf lock contention: Fix struct rq lock accessNamhyung Kim2023-05-021-4/+4
| * perf stat: Disable TopdownL1 on hybridIan Rogers2023-04-281-1/+7
| * perf stat: Avoid SEGV on counter->nameIan Rogers2023-04-281-1/+1
| * perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark2023-04-242-38/+148
| * perf cs-etm: Use bool type for boolean valuesJames Clark2023-04-243-10/+10
| * perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2023-04-243-6/+27
| * perf cs-etm: Validate options after applying themJames Clark2023-04-241-84/+68
| * perf cs-etm: Don't test full_auxtrace because it's always setJames Clark2023-04-241-31/+25
| * perf tools: Add util function for overriding user set config valuesJames Clark2023-04-244-44/+37
| * perf cs-etm: Fix timeless decode mode detectionJames Clark2023-04-241-12/+18