summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2231-87/+99
* perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
* perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
* tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-205-1/+8
* tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
* perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
* perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
* perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
* perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
* perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
* Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1841-655/+1465
|\
| * dt-bindings: dma-controller: Split interrupt fields in exampleRob Herring2022-01-081-4/+4
| * dmaengine: pch_dma: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-081-1/+1
| * dmaengine: at_xdmac: Fix race over irq_statusTudor Ambarus2022-01-051-8/+8
| * dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_tasklet()Tudor Ambarus2022-01-051-36/+34
| * dmaengine: at_xdmac: Fix at_xdmac_lld struct definitionTudor Ambarus2022-01-051-9/+9
| * dmaengine: at_xdmac: Fix lld view settingTudor Ambarus2022-01-051-1/+3
| * dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()Tudor Ambarus2022-01-051-8/+8
| * dmaengine: at_xdmac: Fix concurrency over xfers_listTudor Ambarus2022-01-051-7/+10
| * dmaengine: at_xdmac: Move the free desc to the tail of the desc listTudor Ambarus2022-01-051-9/+14
| * dmaengine: at_xdmac: Fix race for the tx desc callbackTudor Ambarus2022-01-051-17/+8
| * dmaengine: at_xdmac: Fix concurrency over chan's completed_cookieTudor Ambarus2022-01-051-2/+1
| * dmaengine: at_xdmac: Print debug message after realeasing the lockTudor Ambarus2022-01-051-2/+4
| * dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus2022-01-051-5/+3
| * dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-01-051-6/+0
| * dmaengine: idxd: deprecate token sysfs attributes for read buffersDave Jiang2022-01-052-39/+153
| * dmaengine: idxd: change bandwidth token to read buffersDave Jiang2022-01-055-50/+49
| * dmaengine: idxd: fix wq settings post wq disableDave Jiang2022-01-051-2/+10
| * dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang2022-01-056-185/+132
| * dmaengine: idxd: fix descriptor flushing lockingDave Jiang2022-01-051-14/+15
| * dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang2022-01-056-99/+79
| * dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
| * Merge branch 'fixes' into nextVinod Koul2022-01-056-64/+129
| |\
| * | dmaengine: uniphier-xdmac: Fix type of address variablesKunihiko Hayashi2022-01-031-2/+3
| * | dmaengine: xilinx_dpdma: use correct SDPX tag for header fileVinod Koul2022-01-031-1/+1
| * | dt-bindings: dma: pl330: Convert to DT schemaRob Herring2022-01-032-49/+83
| * | dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASKAmelie Delaunay2022-01-031-1/+1
| * | dmaengine: rcar-dmac: Add support for R-Car S4-8Yoshihiro Shimoda2022-01-031-7/+10
| * | dt-bindings: renesas,rcar-dmac: Add r8a779f0 supportYoshihiro Shimoda2022-01-031-0/+5
| * | Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul2021-12-1718-63/+117
| |\ \
| * | | dmaengine: sh: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-171-4/+2
| * | | dmaengine: stm32-mdma: Use bitfield helpersGeert Uytterhoeven2021-12-171-51/+23
| * | | dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdescColin Ian King2021-12-171-1/+1
| * | | dmaengine: idxd: add knob for enqcmds retriesDave Jiang2021-12-177-8/+75
| * | | dmaengine: idxd: set defaults for wq configsDave Jiang2021-12-173-10/+11
| * | | dt-bindings: dma: snps,dw-axi-dmac: Document optional resetGeert Uytterhoeven2021-12-171-0/+3
| * | | dmaengine: jz4780: Support bidirectional I/O on one channelPaul Cercueil2021-12-171-16/+32
| * | | dmaengine: jz4780: Replace uint32_t with u32Paul Cercueil2021-12-171-19/+19
| * | | dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)Paul Cercueil2021-12-171-0/+28