summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify codeJiang Liu
2014-07-23iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated codeJiang Liu
2014-07-23iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu
2014-07-23iommu/vt-d: Simplify include/linux/dmar.hJiang Liu
2014-07-23iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu
2014-07-23iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel
2014-07-08iommu: Fix IOMMU sysfs stubsAlex Williamson
2014-07-07iommu: Fix compile error in iommu-sysfs.cJoerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-04iommu/amd: Add sysfs supportAlex Williamson
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson
2014-07-04iommu: Add sysfs support for IOMMUsAlex Williamson
2014-07-04iommu: Remove pci.hAlex Williamson
2014-07-04iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groupsAlex Williamson
2014-07-04iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson
2014-07-04iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/amd: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/amd: Update to use PCI DMA aliasesAlex Williamson
2014-07-04iommu/core: Create central IOMMU group lookup/creation interfaceAlex Williamson
2014-07-04iommu/vt-d: Suppress compiler warningsYijing Wang
2014-07-04iommu/vt-d: Remove the useless dma_pte_addrYijing Wang
2014-07-04iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel
2014-07-04iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang
2014-07-04iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang
2014-07-04iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang
2014-07-04iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang
2014-07-04iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang
2014-06-29Linux 3.16-rc3v3.16-rc3Linus Torvalds
2014-06-29Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-06-29MAINTAINERS: exceptions for Documentation maintainerRandy Dunlap
2014-06-29Documentation: add section about git to email-clients.txtDan Carpenter
2014-06-29ARM: 8087/1: ptrace: reload syscall number after secure_computing() checkWill Deacon
2014-06-29ARM: 8086/1: Set memblock limit for nommuLaura Abbott
2014-06-29ARM: 8085/1: sa1100: collie: add top boot mtd partitionAndrea Adami
2014-06-29ARM: 8084/1: sa1100: collie: revert back to cfi_probeAndrea Adami
2014-06-29ARM: 8080/1: mcpm.h: remove unused variable declarationNicolas Pitre
2014-06-29ARM: 8076/1: mm: add support for HW coherent systems in PL310 cacheThomas Petazzoni
2014-06-28Merge tag 'spi-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2014-06-28Merge tag 'regulator-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2014-06-28Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/s...Mark Brown
2014-06-28Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palma...Mark Brown
2014-06-27iscsi-target: fix iscsit_del_np deadlock on unloadMikulas Patocka