summaryrefslogtreecommitdiff
path: root/drivers/iommu/dmar.c
AgeCommit message (Expand)Author
2017-08-15iommu/vt-d: Allow to flush more than 4GB of device TLBsJoerg Roedel
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko
2017-03-22iommu/dmar: Remove redundant ' != 0' when check return codeAndy Shevchenko
2017-03-22iommu/dmar: Remove redundant assignment of retAndy Shevchenko
2017-03-22iommu/dmar: Return directly from a loop in dmar_dev_scope_status()Andy Shevchenko
2017-03-22iommu/dmar: Rectify return code handling in detect_intel_iommu()Andy Shevchenko
2017-02-22iommu/vt-d: Fix crash on boot when DMAR is disabledAndy Shevchenko
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel
2017-01-05ACPI / DMAR: Avoid passing NULL to acpi_put_table()Rafael J. Wysocki
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng
2016-10-30iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds
2016-07-13iommu/vt-d: Remove unnecassary qi clflushesNadav Amit
2016-06-15iommu/vt-d: Don't reject NTB devices due to scope mismatchRoland Dreier
2016-04-05iommu/vt-d: Improve fault handler error messagesAlex Williamson
2016-04-05iommu/vt-d: Ratelimit fault handlerAlex Williamson
2016-02-29iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel
2016-02-16Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommuLinus Torvalds
2016-01-13iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang
2016-01-07iommu/vt-d: Fix up error handling in alloc_iommuJoerg Roedel
2016-01-07iommu/vt-d: Check the return value of iommu_device_create()Nicholas Krause
2015-10-15iommu/vt-d: Generalise DMAR MSI setup to allow for page request eventsDavid Woodhouse
2015-08-03iommu/vt-d: Avoid format string leaks into iommu_device_createKees Cook
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-06-16iommu/vt-d: Cleanup log messagesJoerg Roedel
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu
2014-11-18iommu/vt-d: Search for ACPI _DSM method for DMAR hotplugJiang Liu
2014-11-18iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel
2014-10-02iommu/vt-d: Work around broken RMRR firmware entriesJoerg Roedel
2014-10-02iommu/vt-d: Store bus information in RMRR PCI device pathJoerg Roedel
2014-08-26iommu/vt-d: Check return value of acpi_bus_get_device()Joerg Roedel
2014-08-19iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-31ACPICA: Tables: Update for DMAR table changes.Bob Moore
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson
2014-07-04iommu/vt-d: Clear the redundant assignment in dmar_enable_qiYijing Wang
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner
2014-05-16iommu: smar: Fix return value check of create_irq()Thomas Gleixner
2014-04-14iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptorsJiang Liu
2014-04-01iommu/vt-d: Fix error handling in ANDD processingDavid Woodhouse
2014-03-28iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units presentDavid Woodhouse
2014-03-25iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init()Joerg Roedel