index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pci.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-09-06
PCI/AER: Add bus flag to skip source ID matching
Jon Derrick
1
-2
/
+3
2016-09-02
treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE
Joe Perches
1
-9
/
+0
2016-08-25
PCI: Add PTM clock granularity information
Bjorn Helgaas
1
-0
/
+1
[next]