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
2012-05-01
PCI: add host bridge release support
Yinghai Lu
1
-0
/
+5
2012-04-30
PCI: add generic device into pci_host_bridge struct
Yinghai Lu
1
-1
/
+3
2012-03-24
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-32
/
+73
2012-03-23
Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+7
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-6
/
+6
2012-03-20
constify struct pci_dev * in obvious cases
Al Viro
1
-6
/
+6
2012-03-09
powerpc/eeh: Introduce EEH device
Gavin Shan
1
-0
/
+7
2012-02-28
PCI: export __pci_remove_bus_device
Yinghai Lu
1
-0
/
+1
2012-02-28
PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge
Yinghai Lu
1
-1
/
+1
2012-02-28
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
1
-1
/
+1
2012-02-25
PCI: Add class support in quirk handling
Yinghai Lu
1
-11
/
+52
2012-02-24
PCI: add generic pcibios_resource_to_bus()
Bjorn Helgaas
1
-0
/
+4
2012-02-24
PCI: add struct pci_host_bridge_window with CPU/bus address offset
Bjorn Helgaas
1
-0
/
+9
2012-02-24
PCI: add struct pci_host_bridge and a list of all bridges found
Bjorn Helgaas
1
-0
/
+5
2012-02-24
PCI: move pci_find_saved_cap out of linux/pci.h
Yinghai Lu
1
-19
/
+0
2012-02-14
PCI: Move pdev_sort_resources() to setup-bus.c
Yinghai Lu
1
-1
/
+0
2012-02-14
PCI: Make rescan bus increase bridge resource size if needed
Yinghai Lu
1
-0
/
+1
2012-02-14
PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.
Konrad Rzeszutek Wilk
1
-0
/
+1
2012-02-14
x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list
Myron Stowe
1
-1
/
+0
2012-02-14
x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR values
Myron Stowe
1
-0
/
+1
2012-02-09
PCI: Add helper macro for pci_register_driver boilerplate
Greg Kroah-Hartman
1
-0
/
+13
2012-01-12
pci: Introduce __pci_reset_function_locked to be used when holding device_lock.
Konrad Rzeszutek Wilk
1
-0
/
+1
2012-01-07
PCI: Increase resource array mask bit size in pcim_iomap_regions()
Yinghai Lu
1
-3
/
+3
2012-01-07
PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES
Yinghai Lu
1
-1
/
+1
2012-01-07
PCI: remove pci_create_bus()
Bjorn Helgaas
1
-2
/
+0
2012-01-07
PCI: convert pci_scan_bus() to use pci_create_root_bus()
Bjorn Helgaas
1
-9
/
+1
2012-01-07
PCI: add pci_scan_root_bus() that accepts resource list
Bjorn Helgaas
1
-0
/
+3
2012-01-07
PCI: add pci_create_root_bus() that accepts resource list
Bjorn Helgaas
1
-0
/
+3
2012-01-07
PCI: add helpers for building PCI bus resource lists
Bjorn Helgaas
1
-0
/
+2
2012-01-07
PCI: Pull PCI 'latency timer' setup up into the core
Myron Stowe
1
-0
/
+3
2012-01-07
PCI: add declaration for pcibios_set_master() to pci core
Myron Stowe
1
-0
/
+2
2012-01-07
PCI: Introduce INTx check & mask API
Jan Kiszka
1
-0
/
+3
2012-01-07
PCI: Rework config space blocking services
Jan Kiszka
1
-5
/
+9
2012-01-07
PCI/sysfs: add per pci device msi[x] irq listing (v5)
Neil Horman
1
-0
/
+1
2011-10-31
PCI: Fix compile errors with PCI_ATS and !PCI_IOV
Joerg Roedel
1
-1
/
+1
2011-10-29
Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-0
/
+2
2011-10-14
PCI / PM: Extend PME polling to all PCI devices
Rafael J. Wysocki
1
-0
/
+1
2011-10-14
PCI: Make pci_setup_bridge() non-static for use by arch code
Benjamin Herrenschmidt
1
-0
/
+1
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-1
/
+2
2011-10-04
PCI: Disable MPS configuration by default
Jon Mason
1
-1
/
+2
2011-09-23
Merge git://github.com/Jkirsher/net-next
David S. Miller
1
-0
/
+2
2011-09-23
pci: Add flag indicating device has been assigned by KVM
Greg Rose
1
-0
/
+2
2011-08-01
PCI : ability to relocate assigned pci-resources
Ram Pai
1
-0
/
+1
2011-08-01
PCI: Set PCI-E Max Payload Size on fabric
Jon Mason
1
-1
/
+14
2011-07-30
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-3
/
+3
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-23
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+11
2011-07-22
PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
Ralf Baechle
1
-1
/
+1
2011-07-22
PCI: Assign values to 'pci_obff_signal_type' enumeration constants
Myron Stowe
1
-2
/
+2
[next]