PCI/PM Runtime: Make runtime PM of PCI devices inactive by default
[safe/jmp/linux-2.6] / drivers / pci / hotplug /
2010-03-03 Linus TorvaldsMerge branch 'x86-bootmem-for-linus' of git://git....
2010-02-23 Bjorn HelgaasPCI: add pci_bus_for_each_resource(), remove direct...
2010-02-23 Yinghai LuPCI: pciehp: cleanup flow in pciehp_configure_device
2010-02-23 Andrew MortonPCI hotplug: check ioremap() return value in ibmphp_ebda.c
2010-02-23 Randy DunlapPCI hotplug: fix ibmphp build error
2010-02-23 Jiri SlabyPCI: hotplug/cpcihp, fix pci device refcounting
2010-02-23 ChandruPCI hotplug: ibmphp: read the length of ebda and map...
2010-02-23 Jiri SlabyPCI hotplug: fix memory leaks
2010-02-23 Jesse BarnesPCI hotplug: remove obsolete usage of get_bus_speed...
2010-02-23 Matthew WilcoxPCI: Make current and maximum bus speeds part of the...
2010-02-23 Matthew WilcoxPCI: Unify pcie_link_speed and pci_bus_speed
2010-02-11 H. Peter Anvinibmphp: Rename add_range() to add_bus_range() to avoid...
2010-02-01 Thomas RenningerACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no...
2009-12-16 Stefan AssmannPCI: change PCI nomenclature in drivers/pci/ (comment...
2009-12-11 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-12-04 Jesse BarnesPCI: ibmphp_hpc: don't release hw sem twice if kthread...
2009-11-25 Lin MingACPICA: Add post-order callback to acpi_walk_namespace
2009-11-24 Kenji KaneshigePCI pciehp: fix power fault interrupt storm problem
2009-11-24 Kenji KaneshigePCI hotplug: use pci_is_pcie()
2009-11-24 Kenji Kaneshigepciehp: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCI hotplug: use pci_pcie_cap()
2009-11-06 Kenji KaneshigePCI hotplug: fix oshp evaluation
2009-11-04 Alex ChiangPCI Hotplug: acpiphp: clean up list traversals
2009-11-04 Bjorn HelgaasPCI hotplug: move IOAPIC support from acpiphp to ioapic...
2009-11-04 Kenji KaneshigePCI: pciehp: prevent unnecessary power off
2009-11-04 Kenji KaneshigePCI: pciehp: fix typo in pciehp_probe
2009-11-04 Kenji KaneshigePCI: pciehp: return error on read/write failure
2009-11-04 Kenji KaneshigePCI: pciehp: create files only for existing capabilities
2009-11-04 Kenji KaneshigePCI: pciehp: remove wrong workaround for bad DLLP
2009-11-04 Kenji KaneshigePCI: pciehp: disable DLL state changed event notification
2009-11-04 Matthew GarrettPCI hotplug: acpiphp should be linked after vendor...
2009-11-04 Stefan AssmannPCI hotplug: change PCI nomenclature
2009-10-13 Ingo Molnarheaders: Fix build after <linux/sched.h> removal
2009-09-25 Bjorn HelgaasACPICA: fixup after acpi_get_object_info() change
2009-09-24 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-09-19 Len BrownMerge branch 'acpica' into release
2009-09-17 Kenji KaneshigePCI: pciehp: remove slot capabilities definitions
2009-09-17 Kenji KaneshigePCI: pciehp: remove error message definitions
2009-09-17 Kenji KaneshigePCI: pciehp: remove number field
2009-09-17 Kenji KaneshigePCI: pciehp: remove hpc_ops
2009-09-17 Kenji KaneshigePCI: pciehp: remove pci_dev field
2009-09-17 Kenji KaneshigePCI: pciehp: remove crit_sect mutex
2009-09-17 Kenji KaneshigePCI: pciehp: remove slot_bus field
2009-09-17 Kenji KaneshigePCI: pciehp: remove first_slot field
2009-09-17 Kenji KaneshigePCI: pciehp: remove slot_device_offset field
2009-09-17 Kenji KaneshigePCI: pciehp: remove hp_slot field
2009-09-17 Kenji KaneshigePCI: pciehp: remove device field
2009-09-17 Kenji KaneshigePCI: pciehp: remove bus field
2009-09-17 Kenji KaneshigePCI: pciehp: remove slot_num_inc field
2009-09-17 Kenji KaneshigePCI: pciehp: remove num_slots field
2009-09-17 Kenji KaneshigePCI: pciehp: remove slot_list field
2009-09-15 Bjorn HelgaasPCI hotplug: clean up acpi_run_hpp()
2009-09-15 Bjorn HelgaasPCI hotplug: acpiphp: use generic pci_configure_slot()
2009-09-15 Bjorn HelgaasPCI hotplug: shpchp: use generic pci_configure_slot()
2009-09-15 Bjorn HelgaasPCI hotplug: pciehp: use generic pci_configure_slot()
2009-09-15 Bjorn HelgaasPCI hotplug: add pci_configure_slot()
2009-09-15 Bjorn HelgaasPCI hotplug: clean up acpi_get_hp_params_from_firmware...
2009-09-15 Bjorn HelgaasPCI hotplug: acpiphp: don't cache hotplug_params in...
2009-09-15 Bjorn HelgaasPCI hotplug: acpiphp: remove superfluous _HPP/_HPX...
2009-09-14 Alex ChiangPCI Hotplug: convert acpi_pci_detect_ejectable() to...
2009-09-14 Alex ChiangPCI Hotplug: acpiphp: find bridges the easy way
2009-09-09 Eric W. BiedermanPCI: Simplify hotplug mch quirk.
2009-09-09 Kenji KaneshigePCI hotplug: add support for 5.0G link speed
2009-09-09 Kenji KaneshigePCI hotplug: fix typo in pcie link speed info
2009-09-09 Alex ChiangPCI Hotplug: acpiphp: get pci_bus from acpi handle...
2009-08-27 Bob MooreACPICA: Major update for acpi_get_object_info external...
2009-08-07 Kenji KaneshigePCI hotplug: SGI hotplug: do not use hotplug_slot_attr
2009-08-07 Kenji KaneshigePCI hotplug: SGI hotplug: fix build failure
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-29 Randy DunlapPCI: fix kernel-doc warnings
2009-06-24 Len BrownMerge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci...
2009-06-22 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-06-18 Alex ChiangPCI: drivers/pci/slot.c should depend on CONFIG_SYSFS
2009-06-18 Alexander ChiangPCI Hotplug: acpiphp: convert to acpi_get_pci_dev
2009-06-18 Alexander ChiangACPI: Introduce acpi_is_root_bridge()
2009-06-16 Kenji KaneshigePCI hotplug: remove redundant .owner initializations
2009-06-16 Kenji KaneshigePCI hotplug: create symlink to hotplug driver module
2009-06-16 Kenji KaneshigePCI hotplug: fix return value of has_foo() functions
2009-06-16 Kenji KaneshigePCI: Remove untested Electromechanical Interlock (EMI...
2009-06-12 Peter Huewetrivial: pci hotplug: adding __init/__exit macros to...
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: don't use pci_find_slot()
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: constify slot_name()
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusN...
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: clean up accesses to pcibios_get_i...
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: refactor cpqhp_save_config
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: style cleanups
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: refactor cpqphp_save_slot_config
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: clean up cpqphp_ctrl.c
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: refactor cpqhp_probe
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: eliminate stray braces
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: remove useless prototypes in cpqph...
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: fix comment style
2009-06-11 Alex ChiangPCI Hotplug: cpqphp: stray whitespace cleanups
2009-06-11 akpm@linux-foundat... PCI: ibmphp_core.c: fix warning due to missing module_e...
2009-06-01 Ingo MolnarMerge branch 'linus' into irq/numa
2009-05-27 Alex ChiangPCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_func
2009-05-18 Yinghai Lux86, apic: introduce io_apic_irq_attr
2009-05-12 Cyrill Gorcunovx86/pci: add 4 more return parameters to IO_APIC_get_PC...
2009-05-11 Yinghai Lux86/pci: add 4 more return parameters to IO_APIC_get_PC...
next