summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
Commit message (Expand)AuthorAgeFilesLines
...
* iommu/ipmmu-vmsa: Clean up device trackingRobin Murphy2017-07-261-12/+0Star
* iommu/ipmmu-vmsa: Replace local utlb code with fwspec idsMagnus Damm2017-07-261-85/+19Star
* iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARMRobin Murphy2017-07-261-18/+3Star
* iommu/ipmmu-vmsa: Consistent ->of_xlate() handlingMagnus Damm2017-07-261-34/+17Star
* iommu/ipmmu-vmsa: Use iommu_device_register()/unregister()Magnus Damm2017-07-261-0/+10
* iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typoMagnus Damm2017-05-171-1/+1
* iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64Magnus Damm2017-05-171-39/+58
* iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA opsMagnus Damm2017-05-171-9/+155
* iommu/ipmmu-vmsa: Break out domain allocation codeMagnus Damm2017-05-171-4/+9
* iommu/ipmmu-vmsa: Break out utlb parsing codeMagnus Damm2017-05-171-23/+41
* iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for contextMagnus Damm2017-05-171-10/+66
* iommu/ipmmu-vmsa: Remove platform data handlingMagnus Damm2017-05-171-5/+0Star
* iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address spaceGeert Uytterhoeven2017-02-061-0/+2
* iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_deviceShawn Lin2016-09-051-1/+1
*-. Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', ...Joerg Roedel2016-01-191-2/+2
|\ \
| | * iommu/io-pgtable: Indicate granule for TLB maintenanceRobin Murphy2015-12-171-2/+2
| |/
* / iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGeert Uytterhoeven2015-12-281-1/+1
|/
* iommu/ipmmu-vmsa: Clean up DMA API usageRobin Murphy2015-08-061-14/+5Star
*-. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel2015-04-021-18/+23
|\ \
| | * iommu/ipmmu-vmsa: Make use of domain_alloc and domain_freeJoerg Roedel2015-03-311-18/+23
| |/
* / iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_idsAxel Lin2015-03-231-0/+1
|/
* iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registeredLaurent Pinchart2015-01-301-28/+21Star
* iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorLaurent Pinchart2015-01-261-494/+60Star
* iommu/ipmmu-vmsa: Remove platform data supportLaurent Pinchart2015-01-161-24/+0Star
* iommu/ipmmu-vmsa: Support multiple micro TLBs per deviceLaurent Pinchart2015-01-161-29/+86
* iommu/ipmmu-vmsa: Add device tree supportLaurent Pinchart2015-01-161-8/+47
* iommu/ipmmu-vmsa: Invalidate TLB after unmappingLaurent Pinchart2015-01-161-3/+1Star
* iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page tableLaurent Pinchart2015-01-161-8/+11
* iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachmentLaurent Pinchart2015-01-161-1/+3
* iommu/ipmmu-vmsa: Change IOMMU_EXEC to IOMMU_NOEXECLaurent Pinchart2015-01-051-3/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * iommu: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| |
| \
*-. \ Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Joerg Roedel2014-12-021-1/+2
|\ \ \ | |_|/ |/| |
| | * iommu: Add iommu_map_sg() functionOlav Haugan2014-11-041-0/+1
| |/ |/|
| * iommu/ipmmu-vmsa: Return proper error if devm_request_irq failsAxel Lin2014-11-041-1/+1
|/
* iommu: Constify struct iommu_opsThierry Reding2014-07-071-1/+1
* arm/ipmmu-vmsa: Fix compile errorJoerg Roedel2014-05-261-1/+1
* iommu/ipmmu-vmsa: Support clearing mappingsLaurent Pinchart2014-05-261-4/+186
* iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitionsLaurent Pinchart2014-05-261-8/+0Star
* iommu/ipmmu-vmsa: Support 2MB mappingsLaurent Pinchart2014-05-261-3/+29
* iommu/ipmmu-vmsa: Rewrite page table managementLaurent Pinchart2014-05-261-107/+86Star
* iommu/ipmmu-vmsa: PMD is never folded, PUD always isLaurent Pinchart2014-05-261-57/+9Star
* iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possibleLaurent Pinchart2014-05-261-3/+40
* iommu/ipmmu-vmsa: Define driver-specific page directory sizesLaurent Pinchart2014-05-261-5/+10
* iommu/ipmmu-vmsa: Fix the supported page sizesLaurent Pinchart2014-05-261-1/+1
* iommu/ipmmu-vmsa: Refactor micro-TLB lookupLaurent Pinchart2014-05-261-40/+52
* iommu: Add driver for Renesas VMSA-compatible IPMMULaurent Pinchart2014-05-261-0/+1070