summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-201-118/+149
|\
| *-. Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel2016-05-091-125/+221
| |\ \
| | | * iommu/amd: Remove statistics codeJoerg Roedel2016-05-091-95/+0Star
| | | * iommu/amd: Move get_device_id() and friends to beginning of fileJoerg Roedel2016-04-211-54/+54
| | | * iommu/amd: Don't use IS_ERR_VALUE to check integer valuesJoerg Roedel2016-04-211-10/+10
| | | * iommu/amd: Signedness bug in acpihid_device_group()Dan Carpenter2016-04-151-1/+1
| | | * iommu/amd: Set AMD iommu callbacks for amba busWan Zongshun2016-04-071-1/+12
| | | * iommu/amd: Manage iommu_group for ACPI HID devicesWan Zongshun2016-04-071-1/+32
| | | * iommu/amd: Add iommu support for ACPI HID devicesWan Zongshun2016-04-071-9/+60
| | | * iommu/amd: Make call-sites of get_device_id aware of its return valueWan Zongshun2016-04-071-10/+41
| | | * iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun2016-04-071-0/+1
| | |/ | |/|
* | | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-191-2/+1Star
|\| | | |/ |/|
* | iommu/amd: Fix checking of pci dma aliasesJoerg Roedel2016-04-111-11/+76
|/
* iommu/amd: Detach device from domain before removalJoerg Roedel2016-02-291-0/+4
* iommu/amd: Correct the wrong setting of alias DTE in do_attachBaoquan He2016-01-291-1/+1
* iommu/amd: Remove an unneeded conditionDan Carpenter2016-01-071-5/+3Star
* iommu/amd: Preallocate dma_ops apertures based on dma_maskJoerg Roedel2015-12-281-7/+53
* iommu/amd: Use trylock to aquire bitmap_lockJoerg Roedel2015-12-281-3/+17
* iommu/amd: Make dma_ops_domain->next_index percpuJoerg Roedel2015-12-281-10/+29
* iommu/amd: Relax locking in dma_ops pathJoerg Roedel2015-12-281-59/+11Star
* iommu/amd: Initialize new aperture range before making it visibleJoerg Roedel2015-12-281-13/+20
* iommu/amd: Build io page-tables with cmpxchg64Joerg Roedel2015-12-281-3/+13
* iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addressesJoerg Roedel2015-12-281-19/+10Star
* iommu/amd: Optimize dma_ops_free_addressesJoerg Roedel2015-12-281-2/+3
* iommu/amd: Remove need_flush from struct dma_ops_domainJoerg Roedel2015-12-281-24/+6Star
* iommu/amd: Iterate over all aperture ranges in dma_ops_area_allocJoerg Roedel2015-12-281-17/+11Star
* iommu/amd: Flush iommu tlb in dma_ops_free_addressesJoerg Roedel2015-12-281-2/+4
* iommu/amd: Rename dma_ops_domain->next_address to next_indexJoerg Roedel2015-12-281-13/+13
* iommu/amd: Remove 'start' parameter from dma_ops_area_allocJoerg Roedel2015-12-281-6/+4Star
* iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc()Joerg Roedel2015-12-281-5/+16
* iommu/amd: Retry address allocation within one apertureJoerg Roedel2015-12-281-10/+19
* iommu/amd: Move aperture_range.offset to another cache-lineJoerg Roedel2015-12-281-2/+1Star
* iommu/amd: Add dma_ops_aperture_alloc() functionJoerg Roedel2015-12-281-12/+25
* iommu/amd: Pass correct shift to iommu_area_alloc()Joerg Roedel2015-12-281-1/+1
* iommu/amd: Flush the IOMMU TLB before the addresses are freedJoerg Roedel2015-12-281-4/+4
* iommu/amd: Flush IOMMU TLB on __map_single error pathJoerg Roedel2015-12-281-0/+2
* iommu/amd: Introduce bitmap_lock in struct aperture_rangeJoerg Roedel2015-12-281-0/+10
* iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.cJoerg Roedel2015-12-281-0/+40
* iommu/amd: Warn only once on unexpected pte valueJoerg Roedel2015-12-281-2/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
*---. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-021-134/+39Star
|\ \ \
| | | * iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel2015-10-211-6/+4Star
| | | * iommu/amd: Remove old alias handling codeJoerg Roedel2015-10-211-99/+0Star
| | | * iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel2015-10-211-2/+15
| | | * iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel2015-10-211-0/+12
| | | * iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel2015-10-211-3/+2Star
| | | * iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel2015-10-211-23/+3Star
| | | * iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel2015-10-211-1/+2
| | |/ | |/|
| | * iommu: Add device_group call-back to x86 iommu driversJoerg Roedel2015-10-221-0/+1
| |/
* | iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2015-10-211-2/+2