summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2012-02-14PCI: Move struct resource_list to setup-bus.cYinghai Lu
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu
2012-02-14PCI: make re-allocation try harder by reassigning ranges higher in the heirarchyYinghai Lu
2012-02-14PCI: Make pci_rescan_bus handle add_listYinghai Lu
2012-02-14PCI: Make rescan bus increase bridge resource size if neededYinghai Lu
2012-02-14PCI: Use add_list in pcie hotplug path.Yinghai Lu
2012-02-14PCI: try to assign required+option size firstYinghai Lu
2012-02-14PCI: Move get_res_add_size() functionYinghai Lu
2012-02-14PCI: Make add_to_list() return statusYinghai Lu
2012-02-14PCI : Calculate right add_sizeYinghai Lu
2012-02-14PCI: Fix typo in setup-res.cMasanari Iida
2012-02-14PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk
2012-02-14PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmapJulia Lawall
2012-02-14PCI: Can continually add funcs after adding func0Amos Kong
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe
2012-02-14PCI: Fix starting basis for resource requestsMyron Stowe
2012-02-10PCI: Fix pci cardbus removalYinghai Lu
2012-02-10PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan
2012-02-10PCI: workaround hard-wired bus number V2Yinghai Lu
2012-02-03xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman
2012-01-27PCI/XEN: Fix bug introduced by a recent changeAlan Stern
2012-01-27USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern
2012-01-25Remove useless get_driver()/put_driver() callsAlan Stern
2012-01-25Dynamic ID addition doesn't need get_driver()Alan Stern
2012-01-23kernel-doc: fix new warnings in pciRandy Dunlap
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-12module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-12pci: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-06PCI: Enable ATS at the device state restoreHao, Xudong
2012-01-06PCI: msi: fix imbalanced refcount of msi irq sysfs objectsNeil Horman
2012-01-06PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_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: show host bridges and root bus resourcesBjorn Helgaas
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas
2012-01-06PCI: delay configuration of SRIOV capabilityRam Pai
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu