Age | Commit message (Expand) | Author | Files | Lines |
2015-11-09 | s390/pci_dma: handle dma table failures | Sebastian Ott | 1 | -2/+21 |
2015-11-07 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2 | -2/+2 |
2015-11-06 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |
2015-11-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -4/+8 |
2015-11-06 | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 15 | -421/+1351 |
2015-11-06 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds | 5 | -59/+899 |
2015-11-05 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel | 15 | -421/+1351 |
2015-11-02 | iommu/vt-d: Fix return value check of parse_ioapics_under_ir() | Joerg Roedel | 1 | -1/+1 |
2015-10-28 | iommu/vt-d: Fix rwxp flags in SVM device fault callback | David Woodhouse | 1 | -1/+1 |
2015-10-27 | Merge tag 'iommu-fixes-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -2/+10 |
2015-10-24 | iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependencies | David Woodhouse | 1 | -7/+23 |
2015-10-24 | iommu/vt-d: Handle Caching Mode implementations of SVM | David Woodhouse | 1 | -5/+18 |
2015-10-23 | iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope() | Joerg Roedel | 1 | -6/+11 |
2015-10-23 | iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir | Baoquan He | 1 | -3/+3 |
2015-10-22 | powerpc/fsl: Move fsl_guts.h out of arch/powerpc | Scott Wood | 1 | -1/+1 |
2015-10-22 | iommu: Move default domain allocation to iommu_group_get_for_dev() | Joerg Roedel | 1 | -8/+10 |
2015-10-22 | iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev | Joerg Roedel | 1 | -2/+0 |
2015-10-22 | iommu/arm-smmu: Switch to device_group call-back | Joerg Roedel | 2 | -31/+47 |
2015-10-22 | iommu/fsl: Convert to device_group call-back | Joerg Roedel | 1 | -25/+16 |
2015-10-22 | iommu: Add device_group call-back to x86 iommu drivers | Joerg Roedel | 2 | -0/+2 |
2015-10-22 | iommu: Add generic_device_group() function | Joerg Roedel | 1 | -0/+15 |
2015-10-22 | iommu: Export and rename iommu_group_get_for_pci_dev() | Joerg Roedel | 1 | -2/+6 |
2015-10-22 | iommu: Revive device_group iommu-ops call-back | Joerg Roedel | 1 | -3/+6 |
2015-10-22 | Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommu | Linus Torvalds | 1 | -4/+8 |
2015-10-21 | iommu/amd: Remove find_last_devid_on_pci() | Joerg Roedel | 1 | -19/+0 |
2015-10-21 | iommu/amd: Remove first/last_device handling | Joerg Roedel | 2 | -36/+3 |
2015-10-21 | iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALL | Joerg Roedel | 1 | -0/+4 |
2015-10-21 | iommu/amd: Cleanup buffer allocation | Joerg Roedel | 1 | -30/+16 |
2015-10-21 | iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu | Joerg Roedel | 3 | -17/+5 |
2015-10-21 | iommu/amd: Align DTE flag definitions | Joerg Roedel | 1 | -2/+2 |
2015-10-21 | iommu/amd: Remove old alias handling code | Joerg Roedel | 1 | -99/+0 |
2015-10-21 | iommu/amd: Set alias DTE in do_attach/do_detach | Joerg Roedel | 1 | -2/+15 |
2015-10-21 | iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled | Joerg Roedel | 1 | -0/+12 |
2015-10-21 | iommu/amd: Don't disable IRQs in __detach_device | Joerg Roedel | 1 | -3/+2 |
2015-10-21 | iommu/amd: Do not iterate over alias-list in __[attach|detach]_device | Joerg Roedel | 1 | -23/+3 |
2015-10-21 | iommu/amd: Do not BUG_ON in __detach_device() | Joerg Roedel | 1 | -1/+2 |
2015-10-21 | iommu/amd: Don't clear DTE flags when modifying it | Joerg Roedel | 2 | -2/+3 |
2015-10-20 | iommu/vt-d: Fix SVM IOTLB flush handling | David Woodhouse | 1 | -20/+15 |
2015-10-19 | iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..) | Sudeep Dutt | 1 | -2/+2 |
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/arm-smmu: Add support for MSI on SMMUv3 | Marc Zyngier | 2 | -8/+98 |
2015-10-15 | iommu/arm-smmu: Remove redundant calculation of gr0 base address | Will Deacon | 1 | -2/+1 |
2015-10-15 | iommu/arm-smmu: Fix error checking for ASID and VMID allocation | Will Deacon | 1 | -4/+5 |
2015-10-15 | iommu/vt-d: Implement SVM_FLAG_SUPERVISOR_MODE for kernel access | David Woodhouse | 1 | -12/+31 |
2015-10-15 | iommu: Implement common IOMMU ops for DMA mapping | Robin Murphy | 3 | -0/+532 |