| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-09 | 7 | -0/+604 |
|\ |
|
| * | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 2017-04-28 | 1 | -0/+12 |
| |\ |
|
| | * | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding | Bodong Wang | 2017-04-20 | 1 | -0/+12 |
| * | | Documentation: PCI: Add userguide for PCI endpoint test function | Kishon Vijay Abraham I | 2017-04-28 | 2 | -0/+181 |
| * | | Documentation: PCI: Add binding documentation for pci-test endpoint function | Kishon Vijay Abraham I | 2017-04-28 | 2 | -0/+19 |
| * | | Documentation: PCI: Add specification for the *PCI test* function device | Kishon Vijay Abraham I | 2017-04-11 | 2 | -0/+68 |
| * | | Documentation: PCI: Guide to use PCI endpoint configfs | Kishon Vijay Abraham I | 2017-04-11 | 2 | -0/+107 |
| * | | Documentation: PCI: Guide to use PCI Endpoint Core Layer | Kishon Vijay Abraham I | 2017-04-11 | 2 | -0/+217 |
| |/ |
|
* / | pci-error-recovery: doc cleanup | Cao jin | 2017-03-29 | 1 | -6/+6 |
|/ |
|
* | Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linux | Linus Torvalds | 2017-03-04 | 1 | -1/+1 |
|\ |
|
| * | pcieaer doc: update the link | Cao jin | 2017-03-03 | 1 | -1/+1 |
* | | Merge branch 'pci/msi' into next | Bjorn Helgaas | 2017-02-15 | 3 | -42/+21 |
|\ \ |
|
| * | | PCI/MSI: Update MSI/MSI-X bits in PCIEBUS-HOWTO | Christoph Hellwig | 2017-02-15 | 1 | -26/+7 |
| * | | PCI/MSI: Document pci_alloc_irq_vectors(), deprecate pci_enable_msi() | Christoph Hellwig | 2017-02-15 | 1 | -12/+12 |
| * | | PCI/MSI: Remove pci_enable_msi_{exact,range}() | Christoph Hellwig | 2017-01-13 | 1 | -4/+2 |
| |/ |
|
* / | PCI/AER: Remove unused .link_reset() callback | Michael S. Tsirkin | 2017-02-09 | 1 | -21/+3 |
|/ |
|
* | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-07 | 1 | -17/+9 |
|\ |
|
| * | Merge branch 'pci/host-vmd' into next | Bjorn Helgaas | 2016-10-05 | 1 | -14/+10 |
| |\ |
|
| * | | PCI/AER: Remove aerdriver.forceload kernel parameter | Bjorn Helgaas | 2016-09-14 | 1 | -13/+9 |
| * | | PCI/AER: Remove aerdriver.nosourceid kernel parameter | Bjorn Helgaas | 2016-09-14 | 1 | -4/+0 |
* | | | treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE | Joe Perches | 2016-09-02 | 1 | -1/+0 |
| |/
|/| |
|
* | | PCI: Use positive flags in pci_alloc_irq_vectors() | Christoph Hellwig | 2016-08-16 | 1 | -14/+10 |
|/ |
|
* | PCI: Spread interrupt vectors in pci_alloc_irq_vectors() | Christoph Hellwig | 2016-07-21 | 1 | -0/+4 |
* | PCI: Provide sensible IRQ vector alloc/free routines | Christoph Hellwig | 2016-07-21 | 1 | -391/+76 |
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2015-04-18 | 3 | -18/+9 |
|\ |
|
| * | doc:pci: Fix typo in Documentation/PCI | Masanari Iida | 2015-03-20 | 3 | -6/+6 |
| * | MSI-HOWTO.txt: remove reference on IRQF_DISABLED | Valentin Rothberg | 2015-03-20 | 1 | -12/+3 |
* | | PCI: Clarify policy for vendor IDs in pci.txt | Michael S. Tsirkin | 2015-04-09 | 1 | -6/+6 |
|/ |
|
* | doc: replace "practise" with "practice" in Documentation | Jeremiah Mahler | 2014-06-19 | 1 | -1/+1 |
* | Merge branch 'pci/dead-code' into next | Bjorn Helgaas | 2014-02-20 | 1 | -4/+0 |
|\ |
|
| * | PCI: Remove unused SR-IOV VF Migration support | Bjorn Helgaas | 2014-02-19 | 1 | -4/+0 |
* | | PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact() | Alexander Gordeev | 2014-02-13 | 1 | -2/+84 |
* | | PCI/MSI: Fix cut-and-paste errors in documentation | Alexander Gordeev | 2014-02-13 | 1 | -6/+6 |
* | | PCI/MSI: Add pci_enable_msi() documentation back | Alexander Gordeev | 2014-02-04 | 1 | -3/+20 |
|/ |
|
* | Merge branch 'pci/msi' into next | Bjorn Helgaas | 2014-01-08 | 1 | -98/+210 |
|\ |
|
| * | PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range() | Alexander Gordeev | 2014-01-04 | 1 | -75/+186 |
| * | PCI/MSI: Add pci_msix_vec_count() | Alexander Gordeev | 2014-01-04 | 1 | -0/+13 |
| * | PCI/MSI: Remove pci_enable_msi_block_auto() | Alexander Gordeev | 2014-01-04 | 1 | -33/+6 |
| * | PCI/MSI: Add pci_msi_vec_count() | Alexander Gordeev | 2014-01-04 | 1 | -0/+15 |
* | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2014-01-08 | 1 | -2/+2 |
|\ \ |
|
| * | | PCI: Update documentation 00-INDEX file | Erik Ekman | 2014-01-08 | 1 | -2/+2 |
* | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-12-20 | 1 | -2/+4 |
|\| |
| |/
|/| |
|
| * | PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE | Joe Perches | 2013-12-13 | 1 | -2/+4 |
* | | PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int | Alexander Gordeev | 2013-12-20 | 1 | -1/+1 |
|/ |
|
* | PCI: Update pci_find_slot() description in pci.txt | Yijing Wang | 2013-09-25 | 1 | -3/+5 |
* | PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() | Alexander Gordeev | 2013-01-24 | 1 | -5/+32 |
* | Documentation: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 2 | -23/+3 |
* | PCI: SRIOV control and status via sysfs (documentation) | Donald Dutile | 2012-11-28 | 1 | -4/+44 |
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
* | Docs: MSI-HOWTO: MSI -> MSIs | Michael Witten | 2011-08-02 | 1 | -1/+1 |