| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2020-11-11 | 1 | -3/+2 |
|\ |
|
| * | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single | Christoph Hellwig | 2020-11-02 | 1 | -3/+2 |
* | | iommu/vt-d: Fix a bug for PDP check in prq_event_thread | Liu, Yi L | 2020-11-03 | 1 | -1/+1 |
* | | iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid() | Liu Yi L | 2020-11-03 | 1 | -0/+6 |
* | | iommu/vt-d: Fix kernel NULL pointer dereference in find_domain() | Lu Baolu | 2020-11-03 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'iommu-fix-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-10-20 | 1 | -1/+1 |
|\ |
|
| * | iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built | Bartosz Golaszewski | 2020-10-19 | 1 | -1/+1 |
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 1 | -3/+7 |
|\ \ |
|
| * | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
| * | | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
| * | | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig | 2020-09-25 | 1 | -0/+4 |
| * | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv... | Christoph Hellwig | 2020-09-25 | 2 | -54/+70 |
| |\ \ |
|
| * | | | dma-direct: rename and cleanup __phys_to_dma | Christoph Hellwig | 2020-09-11 | 1 | -1/+1 |
* | | | | Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-14 | 3 | -34/+89 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', '... | Joerg Roedel | 2020-10-07 | 3 | -34/+89 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | | | * | | iommu/vt-d: Check UAPI data processed by IOMMU core | Jacob Pan | 2020-10-01 | 2 | -4/+10 |
| | | | * | | iommu/uapi: Use named union for user data | Jacob Pan | 2020-10-01 | 2 | -12/+12 |
| | | |/ /
| | |/| | |
|
| | | * | | iommu/vt-d: Gracefully handle DMAR units with no supported address widths | David Woodhouse | 2020-10-07 | 1 | -15/+31 |
| | | * | | iommu/vt-d: Use device numa domain if RHSA is missing | Lu Baolu | 2020-09-24 | 1 | -2/+35 |
| | | * | | iommu/vt-d: Drop kerneldoc marker from regular comment | Krzysztof Kozlowski | 2020-09-04 | 1 | -1/+1 |
| | |/ / |
|
* | | | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-10-14 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'acpi-numa' | Rafael J. Wysocki | 2020-10-13 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT | Jonathan Cameron | 2020-09-24 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-10-12 | 2 | -65/+57 |
|\ \ \ \ |
|
| * | | | | iommu/vt-d: Remove domain search for PCI/MSI[X] | Thomas Gleixner | 2020-09-16 | 1 | -3/+0 |
| * | | | | iommm/vt-d: Store irq domain in struct device | Thomas Gleixner | 2020-09-16 | 2 | -0/+19 |
| * | | | | x86/msi: Consolidate MSI allocation | Thomas Gleixner | 2020-09-16 | 1 | -2/+2 |
| * | | | | x86_ioapic_Consolidate_IOAPIC_allocation | Thomas Gleixner | 2020-09-16 | 1 | -9/+9 |
| * | | | | x86/msi: Consolidate HPET allocation | Thomas Gleixner | 2020-09-16 | 1 | -2/+2 |
| * | | | | iommu/irq_remapping: Consolidate irq domain lookup | Thomas Gleixner | 2020-09-16 | 1 | -1/+0 |
| * | | | | iommu/vt-d: Consolidate irq domain getter | Thomas Gleixner | 2020-09-16 | 1 | -43/+24 |
| * | | | | x86/irq: Add allocation type for parent domain retrieval | Thomas Gleixner | 2020-09-16 | 1 | -6/+2 |
| * | | | | x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependency | Thomas Gleixner | 2020-09-16 | 1 | -9/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-10-12 | 5 | -43/+70 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | x86/mmu: Allocate/free a PASID | Fenghua Yu | 2020-09-17 | 1 | -1/+27 |
| * | | | iommu/vt-d: Change flags type to unsigned int in binding mm | Fenghua Yu | 2020-09-17 | 1 | -3/+4 |
| * | | | drm, iommu: Change type of pasid to u32 | Fenghua Yu | 2020-09-17 | 5 | -39/+39 |
| |/ / |
|
* / / | iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb() | Lu Baolu | 2020-10-01 | 1 | -2/+2 |
|/ / |
|
* | | iommu/vt-d: Handle 36bit addressing for x86-32 | Chris Wilson | 2020-09-04 | 1 | -7/+7 |
* | | iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set() | Lu Baolu | 2020-09-04 | 1 | -45/+55 |
* | | iommu/vt-d: Serialize IOMMU GCMD register modifications | Lu Baolu | 2020-09-04 | 1 | -2/+8 |
|/ |
|
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-08-12 | 1 | -1/+2 |
|\ |
|
| * | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 1 | -1/+2 |
* | | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-08-11 | 8 | -151/+462 |
|\ \
| |/
|/| |
|
| *---. | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 2020-07-29 | 8 | -151/+461 |
| |\ \ \ |
|
| | | | * | iommu/vt-d: Move Kconfig and Makefile bits down into intel directory | Jerry Snitselaar | 2020-07-29 | 2 | -0/+93 |
| | | | * | iommu/vt-d: Use dev_iommu_priv_get/set() | Joerg Roedel | 2020-06-30 | 1 | -9/+9 |
| | | |/
| | |/| |
|
| | | * | iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommu | Lu Baolu | 2020-07-24 | 2 | -0/+28 |
| | | * | iommu/vt-d: Rename intel-pasid.h to pasid.h | Lu Baolu | 2020-07-24 | 5 | -5/+5 |