summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu_init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2017-03-301-19/+24
* x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2017-03-301-14/+20
* x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-301-2/+9
* drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Suravee Suthikulpanit2017-03-301-5/+8
* iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesJoerg Roedel2017-02-281-2/+2
*---. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-3/+6
|\ \ \
| | | * iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel2017-02-101-4/+2
| | | * iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-101-0/+5
| | |/
* | | iommu/amd: Fix error code path in early_amd_iommu_init()Rafael J. Wysocki2017-01-101-1/+1
| |/ |/|
* | Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-221-6/+4
|\ \
| * | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng2016-12-211-6/+4
| |/
* | iommu/amd: Tell kmemleak about the irq_remap_tableLucas Stach2016-11-101-0/+4
|/
* iommu/amd: Use standard bitmap operation to set bitmapBaoquan He2016-09-191-1/+2
* iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit2016-09-051-1/+11
* iommu/amd: Detect and initialize guest vAPIC logSuravee Suthikulpanit2016-09-051-7/+105
* iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit2016-09-051-0/+2
* iommu/amd: Detect and enable guest vAPIC supportSuravee Suthikulpanit2016-09-051-6/+65
* iommu/amd: Fix unity mapping initialization raceJoerg Roedel2016-07-061-2/+12
* iommu/amd: Initialize devid variable before using itNicolas Iooss2016-06-271-1/+1
* iommu/amd: Introduces ivrs_acpihid kernel parameterSuravee Suthikulpanit2016-04-071-0/+33
* iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun2016-04-071-0/+122
* iommu/amd: Use the most comprehensive IVHD type that the driver can supportSuravee Suthikulpanit2016-04-071-29/+78
* iommu/amd: Modify ivhd_header structure to support type 11h and 40hSuravee Suthikulpanit2016-04-071-2/+33
* iommu/amd: Adding Extended Feature Register check for PC supportSuravee Suthikulpanit2016-04-071-8/+24
* iommu/amd: Apply workaround for ATS write permission checkJay Cornwall2016-02-251-0/+29
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit2016-02-251-12/+22
* Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-93/+27
|\
| *-. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-021-93/+27
| |\ \
| | | * iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel2015-10-211-19/+0
| | | * iommu/amd: Remove first/last_device handlingJoerg Roedel2015-10-211-31/+3
| | | * iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel2015-10-211-0/+4
| | | * iommu/amd: Cleanup buffer allocationJoerg Roedel2015-10-211-30/+16
| | | * iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel2015-10-211-7/+1
| | | * iommu/amd: Drop null test before destroy functionsJulia Lawall2015-09-291-5/+2
| | | * iommu/amd: Return positive value in amd_iommu_detect()Jérôme Glisse2015-09-241-1/+1
| | |/
* | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-1/+1
|\ \ \ | |/ / |/| |
| * | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
| |/
* | iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devicesJiang Liu2015-10-091-0/+3
|/
* iommu/amd: Make a symbol staticJoerg Roedel2015-08-131-1/+1
* iommu/amd: Use iommu core for passthrough modeJoerg Roedel2015-07-301-9/+1
* Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-231-23/+11
|\
| * iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel2015-06-111-2/+3
| * iommu/amd: Implement add_device and remove_deviceJoerg Roedel2015-06-111-22/+9
* | irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu2015-04-241-0/+4
|/
* Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-121-1/+1
|\
| * iommu: Update my email addressJoerg Roedel2015-02-041-1/+1
* | iommu/amd: Fix irq remapping detection logicThomas Gleixner2015-01-231-1/+6
* | iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu2015-01-151-5/+1
* | iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu2015-01-151-5/+0
* | iommu/amd: Check for irq-remap support amd_iommu_prepare()Joerg Roedel2015-01-151-0/+3
|/
OpenPOWER on IntegriCloud