summaryrefslogtreecommitdiffstats
path: root/kernel/timeconst.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-16PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe2-19/+5
2012-07-13PCI: build resource code for M68K architectureGreg Ungerer1-0/+1
2012-07-12PCI: 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-11PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu2-6/+3
2012-07-10PCI: acpiphp: remove unused res_lockYinghai Lu2-5/+0
2012-07-10sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()Bjorn Helgaas1-88/+1
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-05PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki3-7/+27
2012-07-05xtensa/PCI: factor out pcibios_setup()Myron Stowe1-6/+0
2012-07-05x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-07-05unicore32/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-07-05tile/PCI: factor out pcibios_setup()Myron Stowe1-10/+0
2012-07-05sparc/PCI: factor out pcibios_setup()Myron Stowe3-21/+0
2012-07-05sh/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-2/+2
2012-07-05sh/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-05powerpc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-05parisc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-05MIPS/PCI: adjust section annotations for pcibios_setup()Myron Stowe2-4/+4
2012-07-05MIPS/PCI: factor out pcibios_setup()Myron Stowe1-11/+0
2012-07-05microblaze/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-05ia64/PCI: factor out pcibios_setup()Myron Stowe1-9/+0
2012-07-05cris/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-23PCI/PM: add PCIe runtime D3cold supportHuang Ying7-22/+215
2012-06-23PCI: do not call pci_set_power_state with PCI_D3coldHuang Ying2-2/+2
2012-06-23PCI/PM: add runtime PM support to PCIe portZheng Yan2-0/+34
2012-06-23ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying4-11/+26
2012-06-22ACPI: mark acpi_sfi_table_parse() as __initJiang Liu1-2/+2
2012-06-22MAINTAINERS: correct PCI git tree addressBjorn Helgaas1-1/+1
2012-06-22x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu2-14/+10
2012-06-22x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu1-25/+21
2012-06-22x86/PCI: get rid of redundant log messagesJiang Liu1-7/+0
2012-06-22x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu1-26/+8
2012-06-22x86/PCI: update MMCONFIG information when hot-plugging PCI host bridgesJiang Liu4-5/+93
2012-06-22PCI/ACPI: provide MMCONFIG address for PCI host bridgesJiang Liu5-0/+19
2012-06-22x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu2-4/+109