summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2012-02-14PCI: make sriov work with hotplug removeYinghai Lu1-1/+9
2012-02-14PCI: remove add_to_failed_list()Yinghai Lu1-10/+4
2012-02-14PCI: add debug print out for add_sizeYinghai Lu1-6/+18
2012-02-14PCI: make free_list() into a functionYinghai Lu1-17/+19
2012-02-14PCI: Rename dev_res_x to add_res or fail_resYinghai Lu1-55/+55
2012-02-14PCI: Merge pci_dev_resource_x and pci_dev_resourceYinghai Lu1-21/+15
2012-02-14PCI: Replace resource_list with generic listYinghai Lu1-192/+182
2012-02-14PCI: Move struct resource_list to setup-bus.cYinghai Lu1-0/+6
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu2-47/+46
2012-02-14PCI: make re-allocation try harder by reassigning ranges higher in the heirarchyYinghai Lu1-18/+28
2012-02-14PCI: Make pci_rescan_bus handle add_listYinghai Lu2-32/+39
2012-02-14PCI: Make rescan bus increase bridge resource size if neededYinghai Lu2-1/+29
2012-02-14PCI: Use add_list in pcie hotplug path.Yinghai Lu1-6/+12
2012-02-14PCI: try to assign required+option size firstYinghai Lu1-1/+82
2012-02-14PCI: Move get_res_add_size() functionYinghai Lu1-14/+15
2012-02-14PCI: Make add_to_list() return statusYinghai Lu1-2/+4
2012-02-14PCI : Calculate right add_sizeYinghai Lu2-4/+5
2012-02-14PCI: Fix typo in setup-res.cMasanari Iida1-1/+1
2012-02-14PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk1-0/+25
2012-02-14PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmapJulia Lawall1-2/+4
2012-02-14PCI: Can continually add funcs after adding func0Amos Kong1-16/+13
2012-02-14x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe1-3/+21
2012-02-14PCI: Fix starting basis for resource requestsMyron Stowe1-5/+9
2012-02-10PCI: Fix pci cardbus removalYinghai Lu1-6/+22
2012-02-10PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan1-2/+1
2012-02-10PCI: workaround hard-wired bus number V2Yinghai Lu1-0/+5
2012-01-23kernel-doc: fix new warnings in pciRandy Dunlap1-3/+3
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell16-25/+25
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds12-64/+372
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds8-85/+214
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+4
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel8-85/+214
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2012-01-06x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk1-2/+27
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+9
2012-01-06PCI: Enable ATS at the device state restoreHao, Xudong3-0/+26
2012-01-06PCI: msi: fix imbalanced refcount of msi irq sysfs objectsNeil Horman1-2/+12
2012-01-06PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas1-1/+1
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin2-6/+5
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas1-14/+0
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas1-0/+1
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas1-1/+6
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas1-0/+19
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas1-0/+15
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas1-4/+21
2012-01-06PCI: show host bridges and root bus resourcesBjorn Helgaas1-1/+12
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas1-5/+27
2012-01-06PCI: delay configuration of SRIOV capabilityRam Pai1-2/+2
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu1-3/+7