summaryrefslogtreecommitdiffstats
path: root/drivers/pci/ats.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-101-0/+3
* PCI: Tidy commentsBjorn Helgaas2018-03-191-6/+4
* PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang2017-05-301-16/+48
* PCI: Cache PRI and PASID bits in pci_devJean-Philippe Brucker2017-05-301-0/+23
* PCI: Remove pci_ats_enabled()Bjorn Helgaas2015-08-131-3/+3
* PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas2015-08-131-5/+4
* PCI: Clean up ATS error handlingBjorn Helgaas2015-08-131-5/+5
* PCI: Use pci_physfn() rather than looking up physfn by handBjorn Helgaas2015-08-131-4/+4
* PCI: Inline the ATS setup code into pci_ats_init()Bjorn Helgaas2015-08-131-6/+1
* PCI: Rationalize pci_ats_queue_depth() error checkingBjorn Helgaas2015-08-131-4/+4
* PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2015-08-131-40/+21
* PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-131-56/+42
* PCI: Removed unused parts of Page Request Interface supportStephen Hemminger2014-01-101-82/+0
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-0/+17
|\
| * PCI: Enable ATS at the device state restoreHao, Xudong2012-01-061-0/+17
| * PCI: Fix PRI and PASID consistencyAlex Williamson2012-01-061-10/+10
| |
| \
*-. \ Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel2012-01-091-45/+45
|\ \ \ | |_|/ |/| |
| | * PCI: More PRI/PASID cleanupAlex Williamson2011-12-051-34/+35
| | * PCI: Enable is not exposed as a PASID capabilityAlex Williamson2011-12-051-3/+2
| | * PCI: Fix PRI and PASID consistencyAlex Williamson2011-12-051-10/+10
| |/
* / PCI: fix ats compile failureJames Bottomley2011-12-051-0/+1
|/
* pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* PCI: Add support for PASID capabilityJoerg Roedel2011-10-141-0/+113
* PCI: Add implementation for PRI capabilityJoerg Roedel2011-10-141-0/+167
* PCI: Export ATS functions to modulesJoerg Roedel2011-10-141-0/+3
* PCI: Move ATS implementation into own fileJoerg Roedel2011-10-141-0/+155