summaryrefslogtreecommitdiff
path: root/drivers/pci/ats.c
AgeCommit message (Expand)Author
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao
2021-03-11PCI: Fix kernel-doc errorsKrzysztof WilczyƄski
2020-08-05Merge branch 'pci/doc'Bjorn Helgaas
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski
2020-07-24PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj
2020-05-27PCI/ATS: Only enable ATS for trusted devicesJean-Philippe Brucker
2020-03-18PCI/ATS: Export symbols of PASID functionsJean-Philippe Brucker
2020-02-06Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-05PCI/ATS: Use PF PASID for VFsKuppuswamy Sathyanarayanan
2019-12-23PCI/ATS: Restore EXPORT_SYMBOL_GPL() for pci_{enable,disable}_ats()Greg Kroah-Hartman
2019-10-15PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL()Bjorn Helgaas
2019-10-15PCI/ATS: Cache PRI PRG Response PASID Required bitBjorn Helgaas
2019-10-15PCI/ATS: Cache PASID Capability offsetKuppuswamy Sathyanarayanan
2019-10-15PCI/ATS: Cache PRI Capability offsetKuppuswamy Sathyanarayanan
2019-10-15PCI/ATS: Disable PF/VF ATS service independentlyKuppuswamy Sathyanarayanan
2019-10-15PCI/ATS: Handle sharing of PF PASID Capability with all VFsKuppuswamy Sathyanarayanan
2019-10-15PCI/ATS: Handle sharing of PF PRI Capability with all VFsKuppuswamy Sathyanarayanan
2019-10-15PCI/ATS: Move pci_prg_resp_pasid_required() to CONFIG_PCI_PRIBjorn Helgaas
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas
2019-02-26PCI/ATS: Add pci_ats_page_aligned() interfaceKuppuswamy Sathyanarayanan
2019-02-26PCI/ATS: Add pci_prg_resp_pasid_required() interface.Kuppuswamy Sathyanarayanan
2018-06-30PCI: Enable PASID only if entire path supports End-End TLP prefixesSinan Kaya
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2017-05-30PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang
2017-05-30PCI: Cache PRI and PASID bits in pci_devJean-Philippe Brucker
2015-08-13PCI: Remove pci_ats_enabled()Bjorn Helgaas
2015-08-13PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas
2015-08-13PCI: Clean up ATS error handlingBjorn Helgaas
2015-08-13PCI: Use pci_physfn() rather than looking up physfn by handBjorn Helgaas
2015-08-13PCI: Inline the ATS setup code into pci_ats_init()Bjorn Helgaas
2015-08-13PCI: Rationalize pci_ats_queue_depth() error checkingBjorn Helgaas
2015-08-13PCI: Embed ATS info directly into struct pci_devBjorn Helgaas
2015-08-13PCI: Allocate ATS struct during enumerationBjorn Helgaas
2014-01-10PCI: Removed unused parts of Page Request Interface supportStephen Hemminger
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel
2012-01-06PCI: Enable ATS at the device state restoreHao, Xudong
2012-01-06PCI: Fix PRI and PASID consistencyAlex Williamson
2011-12-05PCI: fix ats compile failureJames Bottomley
2011-12-05PCI: More PRI/PASID cleanupAlex Williamson
2011-12-05PCI: Enable is not exposed as a PASID capabilityAlex Williamson
2011-12-05PCI: Fix PRI and PASID consistencyAlex Williamson
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-14PCI: Add support for PASID capabilityJoerg Roedel
2011-10-14PCI: Add implementation for PRI capabilityJoerg Roedel
2011-10-14PCI: Export ATS functions to modulesJoerg Roedel
2011-10-14PCI: Move ATS implementation into own fileJoerg Roedel