summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/powerpc-hcalls-report
blob: dd32ad7465f67020daa17e73698040b00bf7a090 (plain)
1
2
#!/bin/bash
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/powerpc-hcalls.py
kernel/commit/drivers/dma/pl330.c?id=b753351ec8f4c6a25c6d9b5c4eccce62e448a571'>dmaengine: pl330: constify amba_idArvind Yadav 2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2017-06-17dmaengine: pl330: Delete unused functionsMatthias Kaehlcke 2017-06-02dmaengine: pl330: fix warning in pl330_removeJean-Philippe Brucker 2017-05-30dmaengine: pl330: Add IOMMU support to slave tranfersRobin Murphy 2017-03-28dmaengine: pl330: remove pdata based initializationMarek Szyprowski 2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel 2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel 2017-01-25dmaengine: pl330: fix double lockIago Abal 2017-01-19dmaengine: pl330: Make sure microcode is privilegedMitchel Humpherys 2017-01-03dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski 2016-12-12dmaengine: pl330: remove unused ‘regs’Vinod Koul 2016-12-08dmaengine: pl330: do not generate unaligned accessVladimir Murzin 2016-11-14dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber 2016-10-03Merge branch 'topic/pl330' into for-linusVinod Koul 2016-09-09dmaengine: pl330: Acquire dmac's spinlock in pl330_tx_statusHsin-Yu Chao 2016-09-09dmaengine: pl330: fix residual for non-running BUSY descriptorsStephen Barber 2016-08-08dmaengine: pl330: convert callback to helper functionDave Jiang 2016-07-16dmaengine: pl330: explicitly freeup irqVinod Koul 2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin 2016-03-01dmaengine: pl330: fix to support the burst modeCaesar Wang 2016-02-09dmaengine: pl330: add max burst for dmaengineShawn Lin 2016-02-09dmaengine: pl330: add quirk for broken no flushpAddy Ke 2016-02-09dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmitBoojin Kim