aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-28iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesJoerg Roedel1-2/+2
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-3/+6
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel1-4/+2
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel1-0/+5
2017-01-10iommu/amd: Fix error code path in early_amd_iommu_init()Rafael J. Wysocki1-1/+1
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+4
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-6/+4
2016-11-10iommu/amd: Tell kmemleak about the irq_remap_tableLucas Stach1-0/+4
2016-09-19iommu/amd: Use standard bitmap operation to set bitmapBaoquan He1-1/+2
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit1-1/+11
2016-09-05iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit1-7/+105
2016-09-05iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit1-0/+2
2016-09-05iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit1-6/+65
2016-07-06iommu/amd: Fix unity mapping initialization raceJoerg Roedel1-2/+12
2016-06-27iommu/amd: Initialize devid variable before using itNicolas Iooss1-1/+1
2016-04-07iommu/amd: Introduces ivrs_acpihid kernel parameterSuravee Suthikulpanit1-0/+33
2016-04-07iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun1-0/+122
2016-04-07iommu/amd: Use the most comprehensive IVHD type that the driver can supportSuravee Suthikulpanit1-29/+78
2016-04-07iommu/amd: Modify ivhd_header structure to support type 11h and 40hSuravee Suthikulpanit1-2/+33
2016-04-07iommu/amd: Adding Extended Feature Register check for PC supportSuravee Suthikulpanit1-8/+24
2016-02-25iommu/amd: Apply workaround for ATS write permission checkJay Cornwall1-0/+29
2016-02-25iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-93/+27
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into nextJoerg Roedel1-93/+27
2015-10-21iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel1-19/+0
2015-10-21iommu/amd: Remove first/last_device handlingJoerg Roedel1-31/+3
2015-10-21iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel1-0/+4
2015-10-21iommu/amd: Cleanup buffer allocationJoerg Roedel1-30/+16
2015-10-21iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel1-7/+1
2015-10-09iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devicesJiang Liu1-0/+3
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-09-29iommu/amd: Drop null test before destroy functionsJulia Lawall1-5/+2
2015-09-24iommu/amd: Return positive value in amd_iommu_detect()Jérôme Glisse1-1/+1
2015-08-13iommu/amd: Make a symbol staticJoerg Roedel1-1/+1
2015-07-30iommu/amd: Use iommu core for passthrough modeJoerg Roedel1-9/+1
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-23/+11
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel1-2/+3
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel1-22/+9
2015-04-24irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu1-0/+4
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2015-02-04iommu: Update my email addressJoerg Roedel1-1/+1
2015-01-23iommu/amd: Fix irq remapping detection logicThomas Gleixner1-1/+6
2015-01-15iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu1-5/+1
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu1-5/+0
2015-01-15iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel1-0/+3
2014-09-25iommu/amd: Fix devid mapping for ivrs_ioapic overrideJoerg Roedel1-6/+15
2014-07-04iommu/amd: Add sysfs supportAlex Williamson1-0/+38
2014-05-13iommu/amd: fix enabling exclusion range for an exact deviceSu Friendy1-1/+1
2014-03-24iommu/amd: Fix logic to determine and checking max PASIDSuravee Suthikulpanit1-7/+9