summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-03-18 08:27:41 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-03-18 08:27:41 -0700
commit35f8c769aa5f3d9a81d50e9bdcbfd4151e72a0c9 (patch)
tree5541f88e5da4df063e53bcf841217d7c79d9aec4 /tools/perf/scripts/python/task-analyzer.py
parent4b767155ffad4be0aaafeead585ad21375dc7475 (diff)
parent5bc7c33ca93a285dcfe7b7fd64970f6314440ad1 (diff)
downloadkernel-35f8c769aa5f3d9a81d50e9bdcbfd4151e72a0c9.tar.gz
Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd
Pull MTD fixes from David Woodhouse: "This fixes a couple of problems. Firstly, some people are actually still using old small-page flash and we broke it by removing the ready check. Secondly. fix the handling of partitions on Broadcom 47xx devices. Recent changes had made it misdetect the location of the NVRAM and scribble over the bootloader when it tried to update the variables there. With predictably sad results." * tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd: mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY mtd: bcm47xxpart: look for NVRAM at the end of device Revert "mtd: bcm47xxpart: improve probing of nvram partition"
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
033fe2d6bd0116dd28fe'>iommu/dma: Remove bogus dma_supported() implementationRobin Murphy 2017-01-30iommu/dma: Implement PCI allocation optimisationRobin Murphy 2017-01-30iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy 2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel 2017-01-23iommu/dma: Allow MSI-only cookiesRobin Murphy 2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys 2016-11-14iommu/dma: Implement dma_{map,unmap}_resource()Robin Murphy 2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy 2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy 2016-08-10iommu/dma: Respect IOMMU aperture when allocatingRobin Murphy 2016-08-09iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy 2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski 2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy 2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy 2016-05-09iommu/dma: Implement scatterlist segment mergingRobin Murphy 2016-04-05iommu/dma: Restore scatterlist offsets correctlyRobin Murphy 2016-01-07iommu/dma: Use correct offset in map_sgRobin Murphy 2015-12-28iommu/dma: Avoid unlikely high-order allocationsRobin Murphy 2015-12-28iommu/dma: Add some missing #includesRobin Murphy 2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy