summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-291-2/+3
|\
| * OF: PCI: const usage needed by MIPSJohn Crispin2012-05-211-2/+3
* | PCI: add host bridge release supportYinghai Lu2012-04-301-0/+5
* | PCI: add generic device into pci_host_bridge structYinghai Lu2012-04-301-1/+3
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-32/+73
|\
| * PCI: export __pci_remove_bus_deviceYinghai Lu2012-02-271-0/+1
| * PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu2012-02-271-1/+1
| * PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
| * PCI: Add class support in quirk handlingYinghai Lu2012-02-241-11/+52
| * PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas2012-02-231-0/+4
| * PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas2012-02-231-0/+9
| * PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas2012-02-231-0/+5
| * PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2012-02-231-19/+0
| * PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu2012-02-141-1/+0
| * PCI: Make rescan bus increase bridge resource size if neededYinghai Lu2012-02-141-0/+1
| * PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk2012-02-141-0/+1
| * x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe2012-02-141-1/+0
| * x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe2012-02-141-0/+1
* | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-0/+1
|\ \
| * | pci: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk2012-01-121-0/+1
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-0/+7
|\ \
| * | powerpc/eeh: Introduce EEH deviceGavin Shan2012-03-091-0/+7
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-6/+6
|\ \
| * | constify struct pci_dev * in obvious casesAl Viro2012-03-201-6/+6
| |/
* / PCI: Add helper macro for pci_register_driver boilerplateGreg Kroah-Hartman2012-02-091-0/+13
|/
* PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu2012-01-061-3/+3
* PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCESYinghai Lu2012-01-061-1/+1
* PCI: remove pci_create_bus()Bjorn Helgaas2012-01-061-2/+0
* PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-9/+1
* PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2012-01-061-0/+3
* PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2012-01-061-0/+3
* PCI: add helpers for building PCI bus resource listsBjorn Helgaas2012-01-061-0/+2
* PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-0/+3
* PCI: add declaration for pcibios_set_master() to pci coreMyron Stowe2012-01-061-0/+2
* PCI: Introduce INTx check & mask APIJan Kiszka2012-01-061-0/+3
* PCI: Rework config space blocking servicesJan Kiszka2012-01-061-5/+9
* PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman2012-01-061-0/+1
* PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-311-1/+1
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-281-0/+2
|\
| * PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki2011-10-141-0/+1
| * PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt2011-10-141-0/+1
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-1/+2
|\|
| * PCI: Disable MPS configuration by defaultJon Mason2011-10-041-1/+2
* | Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-231-0/+2
|\ \ | |/ |/|
| * pci: Add flag indicating device has been assigned by KVMGreg Rose2011-09-231-0/+2
* | PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-011-0/+1
* | PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-1/+14
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-3/+3
|\
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
| * PCI: Assign values to 'pci_obff_signal_type' enumeration constantsMyron Stowe2011-07-221-2/+2