Age | Commit message (Expand) | Author |
2016-01-11 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-01-07 | iommu/dma: Use correct offset in map_sg | Robin Murphy |
2015-12-28 | iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabled | Geert Uytterhoeven |
2015-12-28 | iommu/dma: Avoid unlikely high-order allocations | Robin Murphy |
2015-12-28 | iommu/dma: Add some missing #includes | Robin Murphy |
2015-12-19 | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov |
2015-12-18 | Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-12-15 | Revert "scatterlist: use sg_phys()" | Dan Williams |
2015-12-14 | iommu/vt-d: Do access checks before calling handle_mm_fault() | Joerg Roedel |
2015-12-14 | iommu/amd: Do proper access checking before calling handle_mm_fault() | Joerg Roedel |
2015-11-09 | s390/pci_dma: handle dma table failures | Sebastian Ott |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2015-11-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-11-05 | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-11-05 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds |
2015-11-04 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel |
2015-11-02 | iommu/vt-d: Fix return value check of parse_ioapics_under_ir() | Joerg Roedel |
2015-10-28 | iommu/vt-d: Fix rwxp flags in SVM device fault callback | David Woodhouse |
2015-10-27 | Merge tag 'iommu-fixes-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-10-24 | iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependencies | David Woodhouse |
2015-10-24 | iommu/vt-d: Handle Caching Mode implementations of SVM | David Woodhouse |
2015-10-23 | iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope() | Joerg Roedel |
2015-10-23 | iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir | Baoquan He |
2015-10-21 | powerpc/fsl: Move fsl_guts.h out of arch/powerpc | Scott Wood |
2015-10-22 | iommu: Move default domain allocation to iommu_group_get_for_dev() | Joerg Roedel |
2015-10-22 | iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev | Joerg Roedel |
2015-10-22 | iommu/arm-smmu: Switch to device_group call-back | Joerg Roedel |
2015-10-22 | iommu/fsl: Convert to device_group call-back | Joerg Roedel |
2015-10-22 | iommu: Add device_group call-back to x86 iommu drivers | Joerg Roedel |
2015-10-22 | iommu: Add generic_device_group() function | Joerg Roedel |
2015-10-22 | iommu: Export and rename iommu_group_get_for_pci_dev() | Joerg Roedel |
2015-10-22 | iommu: Revive device_group iommu-ops call-back | Joerg Roedel |
2015-10-22 | Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommu | Linus Torvalds |
2015-10-21 | iommu/amd: Remove find_last_devid_on_pci() | Joerg Roedel |
2015-10-21 | iommu/amd: Remove first/last_device handling | Joerg Roedel |
2015-10-21 | iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALL | Joerg Roedel |
2015-10-21 | iommu/amd: Cleanup buffer allocation | 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: Align DTE flag definitions | 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 |
2015-10-20 | iommu/vt-d: Fix SVM IOTLB flush handling | David Woodhouse |
2015-10-19 | iommu/vt-d: Use dev_err(..) in intel_svm_device_to_iommu(..) | Sudeep Dutt |