Age | Commit message (Expand) | Author | Files | Lines |
2019-04-23 | iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel | Will Deacon | 1 | -6/+4 |
2019-04-23 | iommu/arm-smmu-v3: Disable tagged pointers | Jean-Philippe Brucker | 1 | -1/+0 |
2019-04-23 | iommu/arm-smmu-v3: Add support for PCI ATS | Jean-Philippe Brucker | 1 | -6/+195 |
2019-04-23 | iommu/arm-smmu-v3: Link domains and devices | Jean-Philippe Brucker | 1 | -1/+20 |
2019-04-23 | iommu/arm-smmu-v3: Add a master->domain pointer | Jean-Philippe Brucker | 1 | -47/+45 |
2019-04-23 | iommu/arm-smmu-v3: Store SteamIDs in master | Jean-Philippe Brucker | 1 | -15/+15 |
2019-04-23 | iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master | Jean-Philippe Brucker | 1 | -6/+6 |
2019-02-11 | iommu: Allow io-pgtable to be used outside of drivers/iommu/ | Rob Herring | 1 | -2/+1 |
2018-12-20 | Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar... | Joerg Roedel | 1 | -26/+37 |
2018-12-17 | iommu/arm-smmu: Use helper functions to access dev->iommu_fwspec | Joerg Roedel | 1 | -7/+9 |
2018-12-10 | iommu/arm-smmu-v3: Use explicit mb() when moving cons pointer | Will Deacon | 1 | -1/+7 |
2018-12-10 | iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads | Zhen Lei | 1 | -1/+5 |
2018-12-10 | iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes | Robin Murphy | 1 | -1/+7 |
2018-12-03 | iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular | Paul Gortmaker | 1 | -16/+9 |
2018-10-10 | iommu/arm-smmu-v3: Remove unnecessary wrapper function | Andrew Murray | 1 | -8/+4 |
2018-10-10 | iommu/arm-smmu-v3: Add SPDX header | Andrew Murray | 1 | -12/+1 |
2018-10-01 | iommu/arm-smmu-v3: Add support for non-strict mode | Zhen Lei | 1 | -23/+56 |
2018-10-01 | iommu/arm-smmu-v3: Implement flush_iotlb_all hook | Zhen Lei | 1 | -1/+9 |
2018-10-01 | iommu/arm-smmu-v3: Avoid back-to-back CMD_SYNC operations | Zhen Lei | 1 | -3/+13 |
2018-10-01 | iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout | Zhen Lei | 1 | -5/+3 |
2018-10-01 | iommu/arm-smmu-v3: Fix a couple of minor comment typos | John Garry | 1 | -3/+3 |
2018-08-24 | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+18 |
2018-08-08 | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 1 | -8/+18 |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 1 | -1/+0 |
2018-07-27 | iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel | Will Deacon | 1 | -6/+16 |
2018-07-27 | iommu/arm-smmu-v3: Prevent any devices access to memory without registration | Zhen Lei | 1 | -1/+1 |
2018-07-26 | iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register | Miao Zhong | 1 | -0/+1 |
2018-07-10 | iommu: Remove IOMMU_OF_DECLARE | Rob Herring | 1 | -2/+0 |
2018-03-27 | iommu/arm-smmu-v3: Support 52-bit virtual address | Robin Murphy | 1 | -1/+9 |
2018-03-27 | iommu/arm-smmu-v3: Support 52-bit physical address | Robin Murphy | 1 | -15/+20 |
2018-03-27 | iommu/arm-smmu-v3: Clean up queue definitions | Robin Murphy | 1 | -73/+55 |
2018-03-27 | iommu/arm-smmu-v3: Clean up table definitions | Robin Murphy | 1 | -90/+59 |
2018-03-27 | iommu/arm-smmu-v3: Clean up register definitions | Robin Murphy | 1 | -97/+77 |
2018-03-27 | iommu/arm-smmu-v3: Clean up address masking | Robin Murphy | 1 | -32/+21 |
2018-03-27 | iommu/arm-smmu-v3: limit reporting of MSI allocation failures | Nate Watterson | 1 | -1/+6 |
2018-03-27 | iommu/arm-smmu-v3: Warn about missing IRQs | Robin Murphy | 1 | -0/+6 |
2018-01-17 | Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -5/+14 |
2018-01-17 | iommu: Clean up of_iommu_init_fn | Robin Murphy | 1 | -1/+1 |
2018-01-02 | iommu/arm-smmu-v3: Cope with duplicated Stream IDs | Robin Murphy | 1 | -1/+8 |
2018-01-02 | iommu/arm-smmu-v3: Don't free page table ops twice | Jean-Philippe Brucker | 1 | -3/+5 |
2017-11-13 | Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-... | Alex Williamson | 1 | -0/+10 |
2017-10-20 | iommu/arm-smmu-v3: Use burst-polling for sync completion | Robin Murphy | 1 | -2/+6 |
2017-10-20 | iommu/arm-smmu-v3: Consolidate identical timeouts | Will Deacon | 1 | -11/+13 |
2017-10-20 | iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in half | Will Deacon | 1 | -12/+35 |
2017-10-20 | iommu/arm-smmu-v3: Use CMD_SYNC completion MSI | Robin Murphy | 1 | -2/+49 |
2017-10-20 | iommu/arm-smmu-v3: Forget about cmdq-sync interrupt | Robin Murphy | 1 | -23/+1 |
2017-10-20 | iommu/arm-smmu-v3: Specialise CMD_SYNC handling | Robin Murphy | 1 | -18/+34 |
2017-10-20 | iommu/arm-smmu-v3: Correct COHACC override message | Robin Murphy | 1 | -1/+1 |
2017-10-20 | iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.S | Yisheng Xie | 1 | -3/+12 |
2017-10-20 | iommu/arm-smmu-v3: Ensure we sync STE when only changing config field | Will Deacon | 1 | -1/+5 |