summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Merge branch 'pci/yinghai-pciehp-unused' into nextBjorn Helgaas2-105/+0
2012-07-19Merge branch 'pci/nikhil-big-bar-fixes' into nextBjorn Helgaas1-53/+54
2012-07-16Merge branch 'pci/julia-return-values' into nextBjorn Helgaas4-16/+40
2012-07-16PCI: hotplug: ensure a consistent return value in error caseJulia Lawall4-16/+40
2012-07-16Merge branch 'pci/myron-final-fixups-v2' into nextBjorn Helgaas2-19/+5
2012-07-16PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe2-19/+5
2012-07-13Merge branch 'pci/greg-m68k' into nextBjorn Helgaas1-0/+1
2012-07-13PCI: build resource code for M68K architectureGreg Ungerer1-0/+1
2012-07-13PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu2-105/+0
2012-07-12PCI: reorder __pci_assign_resource() (no change)Bjorn Helgaas1-52/+52
2012-07-12PCI: fix truncation of resource size to 32 bitsNikhil P Rao1-1/+2
2012-07-11Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas3-11/+3
2012-07-11PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu2-6/+3
2012-07-11PCI: acpiphp: remove unused res_lockYinghai Lu2-5/+0
2012-07-10Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas6-149/+53
2012-07-10sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()Bjorn Helgaas1-88/+1
2012-07-10Merge branch 'pci/bjorn-disable-decode' into nextBjorn Helgaas2-3/+21
2012-07-10Merge branch 'pci/myron-final-fixups-v2' into nextBjorn Helgaas5-36/+75
2012-07-10PCI: call final fixups hot-added devicesMyron Stowe2-0/+22
2012-07-10PCI: move final fixups from __init to __devinitMyron Stowe1-4/+4
2012-07-10x86/PCI: move final fixups from __init to __devinitMyron Stowe1-1/+1
2012-07-10MIPS/PCI: move final fixups from __init to __devinitMyron Stowe3-4/+4
2012-07-10PCI: support sizing P2P bridge I/O windows with 1K granularityYinghai Lu1-6/+22
2012-07-10PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas5-52/+27
2012-07-10PCI: disable MEM decoding while updating 64-bit MEM BARsBjorn Helgaas1-0/+18
2012-07-10PCI: leave MEM and IO decoding disabled during 64-bit BAR sizing, tooBjorn Helgaas1-3/+3
2012-07-10PCI: never discard enable/suspend/resume_early/resume fixupsMyron Stowe1-14/+14
2012-07-10PCI: release temporary reference in __nv_msi_ht_cap_quirk()Myron Stowe1-2/+5
2012-07-10PCI: restructure 'pci_do_fixups()'Myron Stowe1-16/+30
2012-07-09PCI: allow P2P bridge windows starting at PCI bus address zeroBjorn Helgaas1-3/+3
2012-07-06Merge branch 'pci/rafael-pci_set_power_state-rebase' into nextBjorn Helgaas3-7/+27
2012-07-06Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas20-96/+21
2012-07-06PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki3-7/+27
2012-07-06xtensa/PCI: factor out pcibios_setup()Myron Stowe1-6/+0
2012-07-06x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-07-06unicore32/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-07-06tile/PCI: factor out pcibios_setup()Myron Stowe1-10/+0
2012-07-06sparc/PCI: factor out pcibios_setup()Myron Stowe3-21/+0
2012-07-06sh/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-2/+2
2012-07-06sh/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-06powerpc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-06parisc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-06MIPS/PCI: adjust section annotations for pcibios_setup()Myron Stowe2-4/+4
2012-07-06MIPS/PCI: factor out pcibios_setup()Myron Stowe1-11/+0
2012-07-06microblaze/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-06ia64/PCI: factor out pcibios_setup()Myron Stowe1-9/+0
2012-07-06cris/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-26alpha/PCI: factor out pcibios_setup()Myron Stowe1-6/+0
2012-06-26PCI: pull pcibios_setup() up into coreMyron Stowe2-0/+13
2012-06-23Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas12-29/+271