summaryrefslogtreecommitdiffstats
path: root/Documentation/PCI
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2018-08-154-9/+56
|\
| * tools: PCI: Add MSI-X supportGustavo Pimentel2018-07-191-14/+22
| * pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-193-6/+24
| * pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel2018-07-191-4/+23
| * PCI: endpoint: Add MSI-X interfacesGustavo Pimentel2018-07-191-0/+2
* | Merge branch 'pci/notes'Bjorn Helgaas2018-08-152-0/+189
|\ \
| * | PCI: Document ACPI description of PCI host bridgesBjorn Helgaas2018-07-272-0/+189
| |/
* / PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain2018-07-191-0/+5
|/
* PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devicesOza Pawandeep2018-05-171-10/+25
* PCI: Update location of pci.ids fileRandy Dunlap2018-02-221-1/+3
* docs: update old references for DocBook from the documentationMauro Carvalho Chehab2017-05-161-1/+1
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-087-0/+604
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-281-0/+12
| |\
| | * PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-201-0/+12
| * | Documentation: PCI: Add userguide for PCI endpoint test functionKishon Vijay Abraham I2017-04-282-0/+181
| * | Documentation: PCI: Add binding documentation for pci-test endpoint functionKishon Vijay Abraham I2017-04-282-0/+19
| * | Documentation: PCI: Add specification for the *PCI test* function deviceKishon Vijay Abraham I2017-04-112-0/+68
| * | Documentation: PCI: Guide to use PCI endpoint configfsKishon Vijay Abraham I2017-04-112-0/+107
| * | Documentation: PCI: Guide to use PCI Endpoint Core LayerKishon Vijay Abraham I2017-04-112-0/+217
| |/
* / pci-error-recovery: doc cleanupCao jin2017-03-291-6/+6
|/
* Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linuxLinus Torvalds2017-03-041-1/+1
|\
| * pcieaer doc: update the linkCao jin2017-03-031-1/+1
* | Merge branch 'pci/msi' into nextBjorn Helgaas2017-02-153-42/+21
|\ \
| * | PCI/MSI: Update MSI/MSI-X bits in PCIEBUS-HOWTOChristoph Hellwig2017-02-151-26/+7
| * | PCI/MSI: Document pci_alloc_irq_vectors(), deprecate pci_enable_msi()Christoph Hellwig2017-02-151-12/+12
| * | PCI/MSI: Remove pci_enable_msi_{exact,range}()Christoph Hellwig2017-01-131-4/+2
| |/
* / PCI/AER: Remove unused .link_reset() callbackMichael S. Tsirkin2017-02-091-21/+3
|/
* Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-071-17/+9
|\
| * Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-10-051-14/+10
| |\
| * | PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas2016-09-141-13/+9
| * | PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas2016-09-141-4/+0
* | | treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-011-1/+0
| |/ |/|
* | PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig2016-08-161-14/+10
|/
* PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig2016-07-211-0/+4
* PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig2016-07-211-391/+76
* Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2015-04-183-18/+9
|\
| * doc:pci: Fix typo in Documentation/PCIMasanari Iida2015-03-203-6/+6
| * MSI-HOWTO.txt: remove reference on IRQF_DISABLEDValentin Rothberg2015-03-201-12/+3
* | PCI: Clarify policy for vendor IDs in pci.txtMichael S. Tsirkin2015-04-091-6/+6
|/
* doc: replace "practise" with "practice" in DocumentationJeremiah Mahler2014-06-191-1/+1
* Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-02-201-4/+0
|\
| * PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas2014-02-191-4/+0
* | PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()Alexander Gordeev2014-02-131-2/+84
* | PCI/MSI: Fix cut-and-paste errors in documentationAlexander Gordeev2014-02-131-6/+6
* | PCI/MSI: Add pci_enable_msi() documentation backAlexander Gordeev2014-02-031-3/+20
|/
* Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-071-98/+210
|\
| * PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-01-031-75/+186
| * PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-031-0/+13
| * PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-031-33/+6
| * PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev2014-01-031-0/+15