| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-10-26 | 1 | -1/+1 |
|\ |
|
| * | powerpc/iommu: Avoid derefence before pointer check | Breno Leitao | 2018-09-19 | 1 | -1/+1 |
* | | KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode | Alexey Kardashevskiy | 2018-09-12 | 1 | -25/+0 |
|/ |
|
* | powerpc/iommu: Use permission-specific DEVICE_ATTR variants | Julia Lawall | 2017-09-01 | 1 | -2/+1 |
* | powerpc/iommu: Avoid undefined right shift in iommu_range_alloc() | Michael Ellerman | 2017-08-15 | 1 | -1/+1 |
* | powerpc/kernel: Avoid preemption check in iommu_range_alloc() | Victor Aoqui | 2017-08-01 | 1 | -1/+1 |
* | powerpc: implement ->mapping_error | Christoph Hellwig | 2017-06-28 | 1 | -14/+14 |
* | KVM: PPC: iommu: Unify TCE checking | Alexey Kardashevskiy | 2017-04-20 | 1 | -24/+13 |
* | powerpc/vfio_spapr_tce: Add reference counting to iommu_table | Alexey Kardashevskiy | 2017-03-30 | 1 | -5/+22 |
* | powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal | Alexey Kardashevskiy | 2017-03-30 | 1 | -0/+4 |
* | powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange() | Alexey Kardashevskiy | 2017-03-30 | 1 | -0/+25 |
* | powerpc: implement the DMA_ATTR_NO_WARN attribute | Mauricio Faria de Oliveira | 2016-10-11 | 1 | -2/+4 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -6/+6 |
* | powerpc/iommu/powernv: Release replaced TCE | Alexey Kardashevskiy | 2015-06-11 | 1 | -40/+19 |
* | powerpc/iommu: Fix IOMMU ownership control functions | Alexey Kardashevskiy | 2015-06-11 | 1 | -5/+25 |
* | vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control | Alexey Kardashevskiy | 2015-06-11 | 1 | -12/+0 |
* | powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group | Alexey Kardashevskiy | 2015-06-11 | 1 | -3/+11 |
* | powerpc/spapr: vfio: Replace iommu_table with iommu_table_group | Alexey Kardashevskiy | 2015-06-11 | 1 | -8/+9 |
* | powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table | Alexey Kardashevskiy | 2015-06-11 | 1 | -22/+24 |
* | powerpc/powernv: Do not set "read" flag if direction==DMA_NONE | Alexey Kardashevskiy | 2015-06-11 | 1 | -0/+15 |
* | vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver | Alexey Kardashevskiy | 2015-06-11 | 1 | -55/+0 |
* | powerpc/iommu: Always release iommu_table in iommu_free_table() | Alexey Kardashevskiy | 2015-06-11 | 1 | -3/+5 |
* | powerpc/iommu: Put IOMMU group explicitly | Alexey Kardashevskiy | 2015-06-11 | 1 | -7/+0 |
* | powerpc/iommu: Remove IOMMU device references via bus notifier | Nishanth Aravamudan | 2015-03-04 | 1 | -0/+26 |
* | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2014-12-11 | 1 | -1/+1 |
|\ |
|
| * | powerpc: Replace __get_cpu_var uses | Christoph Lameter | 2014-11-03 | 1 | -1/+1 |
* | | powerpc/iommu: Rename iommu_[un]map_sg functions | Joerg Roedel | 2014-11-18 | 1 | -8/+8 |
|/ |
|
* | powerpc/powernv: Fix IOMMU group lost | Gavin Shan | 2014-08-13 | 1 | -17/+21 |
* | powerpc/iommu: Fix comments with it_page_shift | Alexey Kardashevskiy | 2014-08-05 | 1 | -2/+2 |
* | powerpc/powernv: Add iommu DMA bypass support for IODA2 | Benjamin Herrenschmidt | 2014-02-11 | 1 | -0/+12 |
* | powerpc/iommu: Don't detach device without IOMMU group | Gavin Shan | 2014-01-15 | 1 | -0/+11 |
* | powerpc/iommu: Update the generic code to use dynamic iommu page sizes | Alistair Popple | 2013-12-30 | 1 | -41/+47 |
* | powerpc/iommu: Update constant names to reflect their hardcoded page size | Alistair Popple | 2013-12-30 | 1 | -39/+39 |
* | PPC: POWERNV: move iommu_add_device earlier | Alexey Kardashevskiy | 2013-12-05 | 1 | -44/+4 |
* | powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table() | Nishanth Aravamudan | 2013-10-03 | 1 | -1/+1 |
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
* | powerpc/vfio: Enable on PowerNV platform | Alexey Kardashevskiy | 2013-06-20 | 1 | -0/+323 |
* | powerpc: Use PTR_RET instead of IS_ERR/PTR_ERR | Adrian-Leonard Radu | 2013-04-18 | 1 | -1/+1 |
* | powerpc/iommu: Prevent false TCE leak message | Thadeu Lima de Souza Cascardo | 2013-01-10 | 1 | -0/+7 |
* | powerpc/iommu: Use bitmap library | Akinobu Mita | 2012-11-15 | 1 | -11/+5 |
* | powerpc/iommu: Fix multiple issues with IOMMU pools code | Anton Blanchard | 2012-10-04 | 1 | -1/+4 |
* | powerpc/iommu: Fix iommu pool initialization | Benjamin Herrenschmidt | 2012-07-13 | 1 | -2/+2 |
* | powerpc: IOMMU fault injection | Anton Blanchard | 2012-07-10 | 1 | -0/+94 |
* | powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performance | Anton Blanchard | 2012-07-03 | 1 | -34/+114 |
* | powerpc/iommu: Push spinlock into iommu_range_alloc and __iommu_free | Anton Blanchard | 2012-07-03 | 1 | -33/+8 |
* | powerpc/iommu: Reduce spinlock coverage in iommu_free | Anton Blanchard | 2012-07-03 | 1 | -11/+40 |
* | powerpc/iommu: Reduce spinlock coverage in iommu_alloc and iommu_free | Anton Blanchard | 2012-07-03 | 1 | -10/+5 |
* | fadump: Register for firmware assisted dump. | Mahesh Salgaonkar | 2012-02-23 | 1 | -1/+7 |
* | powerpc: Reserve iommu page 0 | Thadeu Lima de Souza Cascardo | 2011-09-23 | 1 | -0/+8 |
* | powerpc: iommu: Add device name to iommu error printks | Anton Blanchard | 2010-12-09 | 1 | -6/+8 |