summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-24PCI: print out suggestion about using pci=reallocYinghai Lu1-0/+3
2012-02-24PCI: prepare pci=realloc for multiple optionsYinghai Lu4-11/+38
2012-02-24PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu1-11/+1
2012-02-23x86/mrst/pci: avoid SoC fixups on non-SoC platformsAlan Cox1-1/+11
2012-02-23x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceJacob Pan1-1/+3
2012-02-23x86/mrst/pci: assign d3_delay to 0 for Langwell devicesJacob Pan1-0/+24
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro3-2/+30
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2-19/+19
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu3-0/+11
2012-02-23PCI: Fix device class print outYinghai Lu1-7/+5
2012-02-23PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE valueAnthony PERARD1-0/+1
2012-02-23PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu1-0/+14
2012-02-23PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu1-28/+37
2012-02-23PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu1-0/+8
2012-02-17PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki1-0/+10
2012-02-17PCI: Fix /sys warning when sriov enabled and card is hot removedYinghai Lu1-1/+7
2012-02-17PCI: pcie: Add support for setting default ASPM policyMatthew Garrett2-0/+33
2012-02-14PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUsThomas Jarosch1-0/+34
2012-02-14PCI: Annotate PCI quirks in initcall_debug styleArjan van de Ven1-1/+22
2012-02-14PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka1-1/+1
2012-02-14PCI: check for pci bar restore completion and retryKay, Allen M1-1/+6
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu1-0/+12
2012-02-14PCI: pciehp: Add Disable/enable link functionsYinghai Lu1-0/+36
2012-02-14PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu1-4/+15
2012-02-14PCI: pciehp: make check_link_active more helpfulYinghai Lu1-5/+12
2012-02-14PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu1-15/+34
2012-02-14PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_deviceYinghai Lu2-17/+33
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 Lu2-6/+6
2012-02-14PCI: Move pdev_sort_resources() to setup-bus.cYinghai Lu3-48/+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 Lu3-1/+30
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-14x86/PCI: don't fall back to defaults if _CRS has no aperturesBjorn Helgaas1-1/+6
2012-02-14xen/pciback: Support pci_reset_function, aka FLR or D3 support.Konrad Rzeszutek Wilk2-3/+39
2012-02-14PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk2-0/+26
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