Age | Commit message (Expand) | Author |
2016-05-19 | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-05-19 | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-05-09 | Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc... | Joerg Roedel |
2016-05-09 | iommu/amd: Remove statistics code | Joerg Roedel |
2016-04-21 | iommu/amd: Move get_device_id() and friends to beginning of file | Joerg Roedel |
2016-04-21 | iommu/amd: Don't use IS_ERR_VALUE to check integer values | Joerg Roedel |
2016-04-15 | iommu/amd: Signedness bug in acpihid_device_group() | Dan Carpenter |
2016-04-11 | iommu/amd: Fix checking of pci dma aliases | Joerg Roedel |
2016-04-07 | iommu/amd: Set AMD iommu callbacks for amba bus | Wan Zongshun |
2016-04-07 | iommu/amd: Manage iommu_group for ACPI HID devices | Wan Zongshun |
2016-04-07 | iommu/amd: Add iommu support for ACPI HID devices | Wan Zongshun |
2016-04-07 | iommu/amd: Make call-sites of get_device_id aware of its return value | Wan Zongshun |
2016-04-07 | iommu/amd: Add new map for storing IVHD dev entry type HID | Wan Zongshun |
2016-02-29 | iommu/amd: Detach device from domain before removal | Joerg Roedel |
2016-01-29 | iommu/amd: Correct the wrong setting of alias DTE in do_attach | Baoquan He |
2016-01-07 | iommu/amd: Remove an unneeded condition | Dan Carpenter |
2015-12-28 | iommu/amd: Preallocate dma_ops apertures based on dma_mask | Joerg Roedel |
2015-12-28 | iommu/amd: Use trylock to aquire bitmap_lock | Joerg Roedel |
2015-12-28 | iommu/amd: Make dma_ops_domain->next_index percpu | Joerg Roedel |
2015-12-28 | iommu/amd: Relax locking in dma_ops path | Joerg Roedel |
2015-12-28 | iommu/amd: Initialize new aperture range before making it visible | Joerg Roedel |
2015-12-28 | iommu/amd: Build io page-tables with cmpxchg64 | Joerg Roedel |
2015-12-28 | iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses | Joerg Roedel |
2015-12-28 | iommu/amd: Optimize dma_ops_free_addresses | Joerg Roedel |
2015-12-28 | iommu/amd: Remove need_flush from struct dma_ops_domain | Joerg Roedel |
2015-12-28 | iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc | Joerg Roedel |
2015-12-28 | iommu/amd: Flush iommu tlb in dma_ops_free_addresses | Joerg Roedel |
2015-12-28 | iommu/amd: Rename dma_ops_domain->next_address to next_index | Joerg Roedel |
2015-12-28 | iommu/amd: Remove 'start' parameter from dma_ops_area_alloc | Joerg Roedel |
2015-12-28 | iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc() | Joerg Roedel |
2015-12-28 | iommu/amd: Retry address allocation within one aperture | Joerg Roedel |
2015-12-28 | iommu/amd: Move aperture_range.offset to another cache-line | Joerg Roedel |
2015-12-28 | iommu/amd: Add dma_ops_aperture_alloc() function | Joerg Roedel |
2015-12-28 | iommu/amd: Pass correct shift to iommu_area_alloc() | Joerg Roedel |
2015-12-28 | iommu/amd: Flush the IOMMU TLB before the addresses are freed | Joerg Roedel |
2015-12-28 | iommu/amd: Flush IOMMU TLB on __map_single error path | Joerg Roedel |
2015-12-28 | iommu/amd: Introduce bitmap_lock in struct aperture_range | Joerg Roedel |
2015-12-28 | iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c | Joerg Roedel |
2015-12-28 | iommu/amd: Warn only once on unexpected pte value | Joerg Roedel |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel |
2015-10-22 | iommu: Add device_group call-back to x86 iommu drivers | Joerg Roedel |
2015-10-21 | iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu | Joerg Roedel |
2015-10-21 | iommu/amd: Remove old alias handling code | Joerg Roedel |
2015-10-21 | iommu/amd: Set alias DTE in do_attach/do_detach | Joerg Roedel |
2015-10-21 | iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled | Joerg Roedel |
2015-10-21 | iommu/amd: Don't disable IRQs in __detach_device | Joerg Roedel |
2015-10-21 | iommu/amd: Do not iterate over alias-list in __[attach|detach]_device | Joerg Roedel |
2015-10-21 | iommu/amd: Do not BUG_ON in __detach_device() | Joerg Roedel |
2015-10-21 | iommu/amd: Don't clear DTE flags when modifying it | Joerg Roedel |