index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
ats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI/ATS: Use FIELD_GET()
Bjorn Helgaas
2023-10-24
1
-5
/
+2
*
PCI: Enable PASID only when ACS RR & UF enabled on upstream path
Lu Baolu
2022-11-03
1
-0
/
+3
*
PCI: Allow PASID on fake PCIe devices without TLP prefixes
Zhangfei Gao
2021-08-26
1
-1
/
+1
*
PCI: Fix kernel-doc errors
Krzysztof WilczyĆski
2021-03-11
1
-1
/
+1
*
Merge branch 'pci/doc'
Bjorn Helgaas
2020-08-05
1
-1
/
+2
|
\
|
*
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
2020-08-05
1
-1
/
+2
*
|
PCI/ATS: Add pci_pri_supported() to check device or associated PF
Ashok Raj
2020-07-24
1
-0
/
+15
|
/
*
PCI/ATS: Only enable ATS for trusted devices
Jean-Philippe Brucker
2020-05-27
1
-1
/
+17
*
PCI/ATS: Export symbols of PASID functions
Jean-Philippe Brucker
2020-03-18
1
-0
/
+4
*
Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-02-06
1
-2
/
+4
|
\
|
*
PCI/ATS: Use PF PASID for VFs
Kuppuswamy Sathyanarayanan
2020-02-05
1
-2
/
+4
*
|
PCI/ATS: Restore EXPORT_SYMBOL_GPL() for pci_{enable,disable}_ats()
Greg Kroah-Hartman
2019-12-23
1
-0
/
+2
|
/
*
PCI/ATS: Remove unnecessary EXPORT_SYMBOL_GPL()
Bjorn Helgaas
2019-10-15
1
-14
/
+0
*
PCI/ATS: Cache PRI PRG Response PASID Required bit
Bjorn Helgaas
2019-10-15
1
-13
/
+10
*
PCI/ATS: Cache PASID Capability offset
Kuppuswamy Sathyanarayanan
2019-10-15
1
-21
/
+21
*
PCI/ATS: Cache PRI Capability offset
Kuppuswamy Sathyanarayanan
2019-10-15
1
-25
/
+26
*
PCI/ATS: Disable PF/VF ATS service independently
Kuppuswamy Sathyanarayanan
2019-10-15
1
-11
/
+0
*
PCI/ATS: Handle sharing of PF PASID Capability with all VFs
Kuppuswamy Sathyanarayanan
2019-10-15
1
-0
/
+23
*
PCI/ATS: Handle sharing of PF PRI Capability with all VFs
Kuppuswamy Sathyanarayanan
2019-10-15
1
-0
/
+24
*
PCI/ATS: Move pci_prg_resp_pasid_required() to CONFIG_PCI_PRI
Bjorn Helgaas
2019-10-15
1
-30
/
+25
*
PCI: Fix typos and whitespace errors
Bjorn Helgaas
2019-07-09
1
-1
/
+1
*
PCI/ATS: Add pci_ats_page_aligned() interface
Kuppuswamy Sathyanarayanan
2019-02-26
1
-0
/
+27
*
PCI/ATS: Add pci_prg_resp_pasid_required() interface.
Kuppuswamy Sathyanarayanan
2019-02-26
1
-0
/
+30
*
PCI: Enable PASID only if entire path supports End-End TLP prefixes
Sinan Kaya
2018-06-30
1
-0
/
+3
*
PCI: Add "pci=noats" boot parameter
Gil Kupfer
2018-05-10
1
-0
/
+3
*
PCI: Tidy comments
Bjorn Helgaas
2018-03-19
1
-6
/
+4
*
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
2018-01-26
1
-0
/
+1
*
PCI: Restore PRI and PASID state after Function-Level Reset
CQ Tang
2017-05-30
1
-16
/
+48
*
PCI: Cache PRI and PASID bits in pci_dev
Jean-Philippe Brucker
2017-05-30
1
-0
/
+23
*
PCI: Remove pci_ats_enabled()
Bjorn Helgaas
2015-08-13
1
-3
/
+3
*
PCI: Stop caching ATS Invalidate Queue Depth
Bjorn Helgaas
2015-08-13
1
-5
/
+4
*
PCI: Clean up ATS error handling
Bjorn Helgaas
2015-08-13
1
-5
/
+5
*
PCI: Use pci_physfn() rather than looking up physfn by hand
Bjorn Helgaas
2015-08-13
1
-4
/
+4
*
PCI: Inline the ATS setup code into pci_ats_init()
Bjorn Helgaas
2015-08-13
1
-6
/
+1
*
PCI: Rationalize pci_ats_queue_depth() error checking
Bjorn Helgaas
2015-08-13
1
-4
/
+4
*
PCI: Embed ATS info directly into struct pci_dev
Bjorn Helgaas
2015-08-13
1
-40
/
+21
*
PCI: Allocate ATS struct during enumeration
Bjorn Helgaas
2015-08-13
1
-56
/
+42
*
PCI: Removed unused parts of Page Request Interface support
Stephen Hemminger
2014-01-10
1
-82
/
+0
*
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
2013-11-14
1
-1
/
+1
*
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2012-01-11
1
-0
/
+17
|
\
|
*
PCI: Enable ATS at the device state restore
Hao, Xudong
2012-01-06
1
-0
/
+17
|
*
PCI: Fix PRI and PASID consistency
Alex Williamson
2012-01-06
1
-10
/
+10
|
|
|
\
*
-
.
\
Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next
Joerg Roedel
2012-01-09
1
-45
/
+45
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
PCI: More PRI/PASID cleanup
Alex Williamson
2011-12-05
1
-34
/
+35
|
|
*
PCI: Enable is not exposed as a PASID capability
Alex Williamson
2011-12-05
1
-3
/
+2
|
|
*
PCI: Fix PRI and PASID consistency
Alex Williamson
2011-12-05
1
-10
/
+10
|
|
/
*
/
PCI: fix ats compile failure
James Bottomley
2011-12-05
1
-0
/
+1
|
/
*
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
PCI: Add support for PASID capability
Joerg Roedel
2011-10-14
1
-0
/
+113
*
PCI: Add implementation for PRI capability
Joerg Roedel
2011-10-14
1
-0
/
+167
[next]