Age | Commit message (Expand) | Author | Files | Lines |
2017-05-26 | Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+5 |
2017-05-26 | PCI/msi: fix the pci_alloc_irq_vectors_affinity stub | Christoph Hellwig | 1 | -3/+3 |
2017-05-23 | PCI/PM: Add needs_resume flag to avoid suspend complete optimization | Imre Deak | 1 | -0/+5 |
2017-05-09 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -30/+54 |
2017-05-03 | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+23 |
2017-04-28 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 1 | -0/+3 |
2017-04-28 | Merge branch 'pci/resource-mmap' into next | Bjorn Helgaas | 1 | -0/+30 |
2017-04-28 | Merge branch 'pci/msi' into next | Bjorn Helgaas | 1 | -4/+0 |
2017-04-28 | Merge branch 'pci/irq' into next | Bjorn Helgaas | 1 | -0/+6 |
2017-04-28 | Merge branch 'pci/ioremap' into next | Bjorn Helgaas | 1 | -0/+5 |
2017-04-28 | Merge branch 'pci/enumeration' into next | Bjorn Helgaas | 1 | -26/+8 |
2017-04-24 | PCI: Implement devm_pci_remap_cfgspace() | Lorenzo Pieralisi | 1 | -0/+5 |
2017-04-20 | PCI: Export pcie_flr() | Christoph Hellwig | 1 | -0/+1 |
2017-04-20 | PCI: Add I/O BAR support to generic pci_mmap_resource_range() | David Woodhouse | 1 | -0/+4 |
2017-04-20 | PCI: Add pci_mmap_resource_range() and use it for ARM64 | David Woodhouse | 1 | -4/+15 |
2017-04-20 | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 1 | -1/+2 |
2017-04-18 | PCI/irq: Add pci_request_irq() and pci_free_irq() helpers | Christoph Hellwig | 1 | -0/+6 |
2017-04-18 | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space | David Woodhouse | 1 | -0/+3 |
2017-04-18 | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> | David Woodhouse | 1 | -0/+7 |
2017-04-18 | PCI: Add arch_can_pci_mmap_wc() macro | David Woodhouse | 1 | -0/+4 |
2017-04-14 | PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT | Jayachandran C | 1 | -0/+2 |
2017-04-11 | PCI: remove pci_enable_msix | Christoph Hellwig | 1 | -4/+0 |
2017-04-04 | PCI: Avoid FLR for Intel 82579 NICs | Sasha Neftin | 1 | -0/+2 |
2017-03-30 | PCI: Recognize Thunderbolt devices | Lukas Wunner | 1 | -0/+23 |
2017-03-30 | PCI: Add device disconnected state | Keith Busch | 1 | -0/+2 |
2017-03-30 | PCI: Export PCI device config accessors | Keith Busch | 1 | -26/+6 |
2017-03-10 | PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() static | Bjorn Helgaas | 1 | -4/+0 |
2017-03-02 | PCI: add an API to get node from vector | Shaohua Li | 1 | -0/+6 |
2017-02-23 | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -17/+2 |
2017-02-15 | Merge branch 'pci/msi' into next | Bjorn Helgaas | 1 | -14/+2 |
2017-02-10 | PCI/AER: Remove unused .link_reset() callback | Michael S. Tsirkin | 1 | -3/+0 |
2017-01-20 | device: Implement a bus agnostic dev_num_vf routine | Phil Sutter | 1 | -2/+0 |
2017-01-13 | PCI/MSI: Remove pci_enable_msi_{exact,range}() | Christoph Hellwig | 1 | -14/+2 |
2016-12-15 | Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+17 |
2016-12-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+19 |
2016-12-07 | PCI: Export host bridge registration interface | Thierry Reding | 1 | -0/+2 |
2016-12-07 | PCI: Allow driver-specific data in host bridge | Thierry Reding | 1 | -0/+11 |
2016-12-07 | PCI: Add pci_register_host_bridge() interface | Arnd Bergmann | 1 | -0/+4 |
2016-11-24 | PCI: Export pcie_find_root_port | Johannes Thumshirn | 1 | -0/+14 |
2016-11-09 | PCI: Remove the irq_affinity mask from struct pci_dev | Christoph Hellwig | 1 | -1/+0 |
2016-11-09 | PCI/MSI: Provide pci_alloc_irq_vectors_affinity() | Christoph Hellwig | 1 | -5/+19 |
2016-10-07 | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+24 |
2016-10-05 | Merge branch 'pci/host-vmd' into next | Bjorn Helgaas | 1 | -4/+6 |
2016-10-04 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+6 |
2016-10-03 | Merge branch 'pci/hotplug' into next | Bjorn Helgaas | 1 | -0/+3 |
2016-10-03 | Merge branch 'pci/aer' into next | Bjorn Helgaas | 1 | -2/+8 |
2016-09-28 | PCI/AER: Cache capability position | Keith Busch | 1 | -0/+5 |
2016-09-23 | PCI: pciehp: Allow exclusive userspace control of indicators | Keith Busch | 1 | -0/+3 |
2016-09-17 | PCI: Add pci_find_resource() | Mika Westerberg | 1 | -0/+4 |
2016-09-14 | pci/msi: Retrieve affinity for a vector | Thomas Gleixner | 1 | -0/+6 |