summaryrefslogtreecommitdiff
path: root/drivers/iommu/io-pgtable-arm.c
AgeCommit message (Expand)Author
2017-02-22iommu/arm-smmu: Add support for TTBR1Jordan Crouse
2017-01-04iommu/io-pgtable-arm: Set page table coherencyLiam Mark
2017-01-04iommu/io-pgtable-arm: support querying IOVA coherencyLiam Mark
2016-11-23iommu: io-pgtable-arm: Use correct bitmask for pgd entryPatrick Daly
2016-10-12iommu/io-pgtable-arm: Use outer shareable for all configurationsLiam Mark
2016-09-26iommu/io-pgtable-arm: Make cacheable mappings outer-shareableMitchel Humpherys
2016-09-26iommu/io-pgtable-arm: Support SMMU coherent page tablesMitchel Humpherys
2016-03-23Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2David Keitel
2016-03-22iommu/io-pgtable-arm: Fix IOMMU_IO_PGTABLE_LPAE_SELFTEST compilationPatrick Daly
2016-03-22iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy
2016-03-22iommu/io-pgtable: Remove flush_pgtable callbackRobin Murphy
2016-03-22iommu/io-pgtable-arm: Restore selftest_runningPatrick Daly
2016-03-22iommu/io-pgtable-arm: Centralise sync pointsRobin Murphy
2016-03-22iommu/io-pgtable-arm: Allow appropriate DMA API useRobin Murphy
2016-03-22iommu/io-pgtable-arm: avoid speculative walks through TTBR1Will Deacon
2016-03-22iommu/io-pgtable-arm: Fix self-test WARNs on i386Will Deacon
2016-03-22iommu: io-pgtable-arm: Correctly update *size in map_sgMitchel Humpherys
2016-03-22iommu/io-pgtable-arm: Stricter double-map checkingMitchel Humpherys
2016-03-22iommu/io-pgtable-arm: add support for the IOMMU_PRIV flagJeremy Gebben
2016-03-22iommu/arm-smmu: Check the return type of map_sg and take appropriate actionRohit Vaswani
2016-03-22iommu/arm-smmu: Pass the correct size to be unmappedNeeti Desai
2016-03-22iommu/io-pgtable: fix __arm_lpae_free_pgtable leakLiam Mark
2016-03-22iommu/io-pgtable-arm: Optimize map by batching flushesStepan Moskovchenko
2016-03-22iommu/io-pgtable-arm: Generate a fault on TTBR1 usageMitchel Humpherys
2016-03-22iommu/io-pgtable: Delegate page table memory management to driversMitchel Humpherys
2016-03-22iommu/io-pgtable-arm: Correct size in arm_lpae_split_blk_unmapMitchel Humpherys
2016-03-22iommu/io-pgtable-arm: Don't leave dangling table entriesMitchel Humpherys
2016-03-22iommu/io-pgtable: Add memory stats debugfs fileMitchel Humpherys
2016-03-22iommu/io-pgtable-arm: Use non-cacheable page table memoryMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: Fix unmap optimization for pagetable boundariesJordan Crouse
2016-03-22iommu/arm-smmu: Fix size parameter in .unprepare_pgtable()Neeti Desai
2016-03-22iommu/arm-smmu: Add support for page table donationNeeti Desai
2016-03-22Revert "iommu: io-pgtable-arm: set page tables as outer shareable"Mitchel Humpherys
2016-03-22Revert "iommu: io-pgtable-arm: flush tlb for stale mappings"Mitchel Humpherys
2016-03-22iommu: io-pgtable-arm: Improve coverage of arm_lpae_range_has_mappingMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: Only suppress map failures during map testsMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: Add selftest for mixed block + page mappingsMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: Correctly unmap the last levelMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: unmap correct addresses in error pathMitchel Humpherys
2016-03-22iommu: io-pgtable: use size_t for unmap return valueMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: set page tables as outer shareableMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: flush tlb for stale mappingsMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: use correct mask during iova_to_physMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: make selftests more thoroughMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: add support for IOMMU_DEVICEMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: unmap last level all at onceMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: Flush all tlbs at end of unmapMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: add self-test for .mag_sgMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: implement .map_sgMitchel Humpherys
2016-03-22iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart