index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
Age
Commit message (
Expand
)
Author
Lines
2010-01-31
ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was found
Thomas Renninger
-6
/
+0
2009-12-16
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
-1
/
+1
2009-12-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
-492
/
+143
2009-12-04
PCI: ibmphp_hpc: don't release hw sem twice if kthread stops
Jesse Barnes
-1
/
+2
2009-11-24
ACPICA: Add post-order callback to acpi_walk_namespace
Lin Ming
-13
/
+13
2009-11-24
PCI pciehp: fix power fault interrupt storm problem
Kenji Kaneshige
-36
/
+17
2009-11-24
PCI hotplug: use pci_is_pcie()
Kenji Kaneshige
-1
/
+1
2009-11-24
pciehp: use pci_pcie_cap()
Kenji Kaneshige
-25
/
+25
2009-11-24
PCI hotplug: use pci_pcie_cap()
Kenji Kaneshige
-1
/
+1
2009-11-06
PCI hotplug: fix oshp evaluation
Kenji Kaneshige
-2
/
+3
2009-11-04
PCI Hotplug: acpiphp: clean up list traversals
Alex Chiang
-41
/
+17
2009-11-04
PCI hotplug: move IOAPIC support from acpiphp to ioapic driver
Bjorn Helgaas
-196
/
+0
2009-11-04
PCI: pciehp: prevent unnecessary power off
Kenji Kaneshige
-16
/
+10
2009-11-04
PCI: pciehp: fix typo in pciehp_probe
Kenji Kaneshige
-1
/
+1
2009-11-04
PCI: pciehp: return error on read/write failure
Kenji Kaneshige
-92
/
+22
2009-11-04
PCI: pciehp: create files only for existing capabilities
Kenji Kaneshige
-16
/
+22
2009-11-04
PCI: pciehp: remove wrong workaround for bad DLLP
Kenji Kaneshige
-50
/
+3
2009-11-04
PCI: pciehp: disable DLL state changed event notification
Kenji Kaneshige
-1
/
+2
2009-11-04
PCI hotplug: acpiphp should be linked after vendor drivers
Matthew Garrett
-4
/
+8
2009-11-04
PCI hotplug: change PCI nomenclature
Stefan Assmann
-11
/
+11
2009-10-13
headers: Fix build after <linux/sched.h> removal
Ingo Molnar
-0
/
+1
2009-09-25
ACPICA: fixup after acpi_get_object_info() change
Bjorn Helgaas
-1
/
+0
2009-09-24
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
-311
/
+190
2009-09-19
Merge branch 'acpica' into release
Len Brown
-7
/
+5
2009-09-17
PCI: pciehp: remove slot capabilities definitions
Kenji Kaneshige
-18
/
+8
2009-09-17
PCI: pciehp: remove error message definitions
Kenji Kaneshige
-12
/
+1
2009-09-17
PCI: pciehp: remove number field
Kenji Kaneshige
-4
/
+2
2009-09-17
PCI: pciehp: remove hpc_ops
Kenji Kaneshige
-118
/
+87
2009-09-17
PCI: pciehp: remove pci_dev field
Kenji Kaneshige
-17
/
+15
2009-09-17
PCI: pciehp: remove crit_sect mutex
Kenji Kaneshige
-16
/
+0
2009-09-17
PCI: pciehp: remove slot_bus field
Kenji Kaneshige
-1
/
+0
2009-09-17
PCI: pciehp: remove first_slot field
Kenji Kaneshige
-4
/
+3
2009-09-17
PCI: pciehp: remove slot_device_offset field
Kenji Kaneshige
-9
/
+2
2009-09-17
PCI: pciehp: remove hp_slot field
Kenji Kaneshige
-12
/
+4
2009-09-17
PCI: pciehp: remove device field
Kenji Kaneshige
-28
/
+17
2009-09-17
PCI: pciehp: remove bus field
Kenji Kaneshige
-7
/
+10
2009-09-17
PCI: pciehp: remove slot_num_inc field
Kenji Kaneshige
-1
/
+0
2009-09-17
PCI: pciehp: remove num_slots field
Kenji Kaneshige
-2
/
+0
2009-09-17
PCI: pciehp: remove slot_list field
Kenji Kaneshige
-97
/
+76
2009-09-14
PCI hotplug: clean up acpi_run_hpp()
Bjorn Helgaas
-62
/
+22
2009-09-14
PCI hotplug: acpiphp: use generic pci_configure_slot()
Bjorn Helgaas
-84
/
+6
2009-09-14
PCI hotplug: shpchp: use generic pci_configure_slot()
Bjorn Helgaas
-68
/
+1
2009-09-14
PCI hotplug: pciehp: use generic pci_configure_slot()
Bjorn Helgaas
-138
/
+1
2009-09-14
PCI hotplug: add pci_configure_slot()
Bjorn Helgaas
-1
/
+188
2009-09-14
PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface
Bjorn Helgaas
-17
/
+12
2009-09-14
PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridge
Bjorn Helgaas
-34
/
+27
2009-09-14
PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluation
Bjorn Helgaas
-3
/
+0
2009-09-14
PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle
Alex Chiang
-31
/
+21
2009-09-14
PCI Hotplug: acpiphp: find bridges the easy way
Alex Chiang
-60
/
+21
2009-09-09
PCI: Simplify hotplug mch quirk.
Eric W. Biederman
-10
/
+0
[next]