Age | Commit message (Expand) | Author | Files | Lines |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-02-15 | iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts | David Woodhouse | 1 | -0/+4 |
2016-01-14 | iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users | David Woodhouse | 1 | -6/+27 |
2015-12-14 | iommu/vt-d: Do access checks before calling handle_mm_fault() | Joerg Roedel | 1 | -0/+20 |
2015-10-28 | iommu/vt-d: Fix rwxp flags in SVM device fault callback | David Woodhouse | 1 | -1/+1 |
2015-10-24 | iommu/vt-d: Handle Caching Mode implementations of SVM | David Woodhouse | 1 | -5/+18 |
2015-10-20 | iommu/vt-d: Fix SVM IOTLB flush handling | David Woodhouse | 1 | -20/+15 |
2015-10-18 | iommu/vt-d: fix a loop in prq_event_thread() | Dan Carpenter | 1 | -1/+1 |
2015-10-16 | iommu/vt-d: Fix IOTLB flushing for global pages | David Woodhouse | 1 | -10/+17 |
2015-10-16 | iommu/vt-d: Fix address shifting in page request handler | David Woodhouse | 1 | -1/+1 |
2015-10-15 | iommu/vt-d: shift wrapping bug in prq_event_thread() | Dan Carpenter | 1 | -1/+1 |
2015-10-15 | iommu/vt-d: Fix NULL pointer dereference in page request error case | David Woodhouse | 1 | -4/+8 |
2015-10-15 | iommu/vt-d: Implement SVM_FLAG_SUPERVISOR_MODE for kernel access | David Woodhouse | 1 | -12/+31 |
2015-10-15 | iommu/vt-d: Implement SVM_FLAG_PRIVATE_PASID to allocate unique PASIDs | David Woodhouse | 1 | -2/+4 |
2015-10-15 | iommu/vt-d: Add callback to device driver on page faults | David Woodhouse | 1 | -1/+25 |
2015-10-15 | iommu/vt-d: Implement page request handling | David Woodhouse | 1 | -0/+173 |
2015-10-15 | iommu/vt-d: Implement deferred invalidate for SVM | David Woodhouse | 1 | -0/+9 |
2015-10-15 | iommu/vt-d: Add basic SVM PASID support | David Woodhouse | 1 | -0/+291 |
2015-10-15 | iommu/vt-d: Add initial support for PASID tables | David Woodhouse | 1 | -0/+65 |