aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ppp_generic.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSAlex Williamson1-1/+1
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu4-16/+8
2013-02-11PCI/PM: Clear state_saved during suspendRafael J. Wysocki1-0/+4
2013-02-11PCI: Use atomic_inc_return() rather than atomic_add_return()Bjorn Helgaas1-2/+2
2013-02-11PCI: Catch attempts to disable already-disabled devicesKonstantin Khlebnikov1-0/+3
2013-02-11PCI: Disable Bus Master unconditionally in pci_device_shutdown()Konstantin Khlebnikov1-1/+1
2013-02-02PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2-123/+14
2013-02-01PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu1-3/+3
2013-02-01PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang1-1/+0
2013-02-01PCI: pciehp: Drop suspend/resume ENTRY messagesPaul Bolle1-2/+0
2013-02-01PCI/ASPM: Don't touch ASPM if forcibly disabledJoe Lawrence1-0/+3
2013-02-01PCI/ASPM: Deallocate upstream link state even if device is not PCIeMyron Stowe1-4/+1
2013-01-31PCI: Document MPS parameters pci=pcie_bus_safe, pci=pcie_bus_perf, etcYijing Wang1-0/+15
2013-01-31PCI: Document hpiosize= and hpmemsize= resource reservation parametersYijing Wang1-0/+6
2013-01-30PCI: Use PCI Express Capability accessorMyron Stowe3-4/+4
2013-01-30PCI: Introduce accessor to retrieve PCIe Capabilities RegisterMyron Stowe1-0/+9
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu4-82/+41
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu3-1/+11
2013-01-25PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu3-44/+2
2013-01-25PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen1-3/+9
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu4-44/+143
2013-01-25PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu4-40/+37
2013-01-25PCI: Make device create/destroy logic symmetricJiang Liu2-3/+2
2013-01-25PCI: Fix reference count leak in pci_dev_present()Jiang Liu1-5/+5
2013-01-25PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu1-0/+1
2013-01-25PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1
2013-01-25PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu1-1/+26
2013-01-25PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-20/+16
2013-01-25PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-34/+29
2013-01-25PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-18/+11
2013-01-25PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-28/+16
2013-01-25PCI: Consolidate "next-function" functionsYijing Wang1-27/+21
2013-01-25PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang3-4/+4
2013-01-24PCI: Kill pci_is_reassigndev()Yinghai Lu1-14/+3
2013-01-24PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang1-5/+12
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki8-41/+31
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu4-13/+7
2013-01-15ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki1-16/+30
2013-01-15ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki1-49/+15
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki5-17/+9
2013-01-15ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki1-3/+3
2013-01-15ACPI: Remove the ops field from struct acpi_deviceRafael J. Wysocki1-1/+0
2013-01-14ACPI: remove unused acpi_op_bind and acpi_op_unbindJiang Liu1-2/+0
2013-01-13ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki8-38/+38
2013-01-11ACPI / scan: Fix check of device_attach() return value.Mika Westerberg1-1/+1
2013-01-07x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu1-0/+13
2013-01-07PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu3-1/+6
2013-01-07x86/PCI: Keep resource allocation functions after bootYinghai Lu1-6/+6
2013-01-07x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu1-1/+9
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu1-17/+35