summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20constify struct pci_dev * in obvious casesAl Viro
2012-03-09powerpc/eeh: Introduce EEH deviceGavin Shan
2012-02-27PCI: export __pci_remove_bus_deviceYinghai Lu
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu
2012-02-24PCI: Add class support in quirk handlingYinghai Lu
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu
2012-02-14PCI: Make rescan bus increase bridge resource size if neededYinghai Lu
2012-02-14PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe
2012-02-14x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe
2012-02-09PCI: Add helper macro for pci_register_driver boilerplateGreg Kroah-Hartman
2012-01-12pci: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu
2012-01-06PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCESYinghai Lu
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe
2012-01-06PCI: add declaration for pcibios_set_master() to pci coreMyron Stowe
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka
2012-01-06PCI: Rework config space blocking servicesJan Kiszka
2012-01-06PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman
2011-10-31PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2011-10-14PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki
2011-10-14PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-10-04PCI: Disable MPS configuration by defaultJon Mason
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-09-23pci: Add flag indicating device has been assigned by KVMGreg Rose
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle
2011-07-22PCI: Assign values to 'pci_obff_signal_type' enumeration constantsMyron Stowe
2011-06-21x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen
2011-06-08pci/of: Consolidate pci_bus_to_OF_node()Benjamin Herrenschmidt