aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-13USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-0/+2
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+3
2012-05-21OF: PCI: const usage needed by MIPSJohn Crispin1-2/+3
2012-04-30PCI: add host bridge release supportYinghai Lu1-0/+5
2012-04-30PCI: add generic device into pci_host_bridge structYinghai Lu1-1/+3
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-32/+73
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+7
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+6
2012-03-20constify struct pci_dev * in obvious casesAl Viro1-6/+6
2012-03-09powerpc/eeh: Introduce EEH deviceGavin Shan1-0/+7
2012-02-27PCI: export __pci_remove_bus_deviceYinghai Lu1-0/+1
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-02-24PCI: Add class support in quirk handlingYinghai Lu1-11/+52
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas1-0/+4
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas1-0/+9
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas1-0/+5
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu1-19/+0
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu1-1/+0
2012-02-14PCI: Make rescan bus increase bridge resource size if neededYinghai Lu1-0/+1
2012-02-14PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk1-0/+1
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe1-1/+0
2012-02-14x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe1-0/+1
2012-02-09PCI: Add helper macro for pci_register_driver boilerplateGreg Kroah-Hartman1-0/+13
2012-01-12pci: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk1-0/+1
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu1-3/+3
2012-01-06PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCESYinghai Lu1-1/+1
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas1-2/+0
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas1-9/+1
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas1-0/+3
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas1-0/+3
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas1-0/+2
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-0/+3
2012-01-06PCI: add declaration for pcibios_set_master() to pci coreMyron Stowe1-0/+2
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka1-0/+3
2012-01-06PCI: Rework config space blocking servicesJan Kiszka1-5/+9
2012-01-06PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman1-0/+1
2011-10-31PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel1-1/+1
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-0/+2
2011-10-14PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki1-0/+1
2011-10-14PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt1-0/+1
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+2
2011-10-04PCI: Disable MPS configuration by defaultJon Mason1-1/+2
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller1-0/+2
2011-09-23pci: Add flag indicating device has been assigned by KVMGreg Rose1-0/+2
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai1-0/+1
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason1-1/+14
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1