summaryrefslogtreecommitdiffstats
path: root/samples/hw_breakpoint (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-06-22x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu1-36/+68
2012-06-22x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()Jiang Liu3-12/+43
2012-06-22x86/PCI: use RCU list to protect mmconfig listJiang Liu3-10/+34
2012-06-22x86/PCI: split out pci_mmconfig_alloc() for code reuseJiang Liu1-4/+15
2012-06-22x86/PCI: split out pci_mmcfg_check_reserved() for code reuseJiang Liu1-26/+25
2012-06-21PCI: remove useless pcix_set_mmrbc() dev->bus checkBjorn Helgaas1-2/+1
2012-06-21PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas1-4/+9
2012-06-21PCI: shpchp: remove dead codeBjorn Helgaas1-3/+0
2012-06-21PCI: fix P2P bridge I/O port window sign extensionBjorn Helgaas1-8/+10
2012-06-21PCI: fix upstream P2P bridge checks when enabling OBFF and LTRBjorn Helgaas1-2/+2
2012-06-20PCI: use __weak consistentlyBjorn Helgaas2-5/+5
2012-06-20PCI: cleanup assign_requested_resources_sorted() kernel-doc warningWanpeng Li1-1/+1
2012-06-18PCI: add Ralink RT2800 broken INTx masking quirkAlex Williamson1-0/+2
2012-06-18PCI: add Chelsio T310 10GbE NIC broken INTx masking quirkJan Kiszka1-0/+2
2012-06-16PCI: add infrastructure for devices with broken INTx maskingBjorn Helgaas3-0/+14
2012-06-16scripts/modpost: check for bad references in .pci.fixups areaSebastian Andrzej Siewior1-0/+11
2012-06-16sh/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior1-1/+1
2012-06-16powerpc/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior6-6/+6
2012-06-16sparc/PCI: remove unused pcibios_assign_resource() definitionBjorn Helgaas1-5/+0
2012-06-14PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong2-10/+34
2012-06-14PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong1-0/+1
2012-06-13PCI: hotplug: remove pci_do_scan_bus()Yinghai Lu2-16/+0