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
2013-04-15
PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number
Bjorn Helgaas
-1
/
+1
2013-04-15
PCI: Remove unused variables
Bjorn Helgaas
-2
/
+0
2013-04-15
PCI: Move cpci_hotplug_init() proto to header file
Bjorn Helgaas
-8
/
+9
2013-04-12
PCI: acpiphp: Do not use ACPI PCI subdriver mechanism
Jiang Liu
-247
/
+57
2013-04-12
PCI: acpiphp: Convert acpiphp to be builtin only, not modular
Jiang Liu
-17
/
+10
2013-04-12
PCI: acpiphp: Replace local macros with standard ACPI macros
Jiang Liu
-6
/
+2
2013-04-12
PCI: acpiphp: Remove all functions even if function 0 doesn't exist
Jiang Liu
-7
/
+0
2013-04-12
PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()
Yijing Wang
-2
/
+2
2013-02-25
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-383
/
+151
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
-34
/
+26
2013-02-14
s390/pci: fix hotplug module init
Sebastian Ott
-33
/
+25
2013-02-14
s390/pci: rename pci_probe to s390_pci_probe
Heiko Carstens
-1
/
+1
2013-02-13
ACPI / hotplug: Fix concurrency issues and memory leaks
Rafael J. Wysocki
-1
/
+10
2013-02-02
Merge branch 'pci/misc' into next
Bjorn Helgaas
-2
/
+0
2013-02-02
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
-126
/
+17
2013-02-02
PCI: acpiphp: Remove dead code for PCI host bridge hotplug
Jiang Liu
-123
/
+14
2013-02-01
PCI: acpiphp: Create companion ACPI devices before creating PCI devices
Jiang Liu
-3
/
+3
2013-02-01
PCI: pciehp: Drop suspend/resume ENTRY messages
Paul Bolle
-2
/
+0
2013-01-29
Merge branch 'acpi-scan' into acpi-cleanup
Rafael J. Wysocki
-7
/
+3
2013-01-26
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
-125
/
+49
2013-01-26
Merge branch 'pci/acpi-scan2' into next
Bjorn Helgaas
-7
/
+7
2013-01-26
Merge branch 'pci/yijing-ari' into next
Bjorn Helgaas
-100
/
+72
2013-01-26
Merge branch 'acpi-scan' into acpi-cleanup
Rafael J. Wysocki
-35
/
+19
2013-01-26
ACPI / scan: Make it clear that acpi_bus_trim() cannot fail
Rafael J. Wysocki
-7
/
+3
2013-01-25
PCI: acpiphp: Keep driver loaded even if no slots found
Yinghai Lu
-44
/
+2
2013-01-25
PCI: acpiphp: Move host bridge hotplug to pci_root.c
Yinghai Lu
-44
/
+15
2013-01-25
PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()
Yinghai Lu
-36
/
+6
2013-01-25
PCI: acpiphp: Add is_hotplug_bridge detection
Yinghai Lu
-1
/
+26
2013-01-25
PCI: shpchp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
-20
/
+16
2013-01-25
PCI: sgihp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
-34
/
+29
2013-01-25
PCI: cpcihp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
-18
/
+11
2013-01-25
PCI: pciehp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
-28
/
+16
2013-01-19
ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
Rafael J. Wysocki
-4
/
+4
2013-01-15
ACPI / scan: Drop the second argument of acpi_bus_trim()
Rafael J. Wysocki
-3
/
+3
2013-01-14
PCI: shpchp: Use per-slot workqueues to avoid deadlock
Bjorn Helgaas
-16
/
+18
2013-01-14
PCI: shpchp: Handle push button event asynchronously
Bjorn Helgaas
-12
/
+1
2013-01-13
PCI: shpchp: Make shpchp_wq non-ordered
Bjorn Helgaas
-1
/
+1
2013-01-12
PCI: pciehp: Use per-slot workqueues to avoid deadlock
Yijing Wang
-15
/
+17
2013-01-10
Merge branch 'pci/yinghai-survey-resources+acpi-scan' into next
Bjorn Helgaas
-31
/
+15
2013-01-07
PCI: cpqphp: Cleanup and remove unreachable paths
Sasha Levin
-37
/
+20
2013-01-03
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
-10
/
+12
2013-01-03
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
-19
/
+5
2013-01-03
ACPI: Remove acpi_start_single_object() and acpi_bus_start()
Rafael J. Wysocki
-5
/
+1
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
-0
/
+264
2012-11-30
s390/pci: PCI hotplug support via SCLP
Jan Glauber
-0
/
+264
2012-11-28
PCI: Remove __dev* markings
Bill Pemberton
-2
/
+2
2012-10-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
-1
/
+1
2012-09-24
Merge branch 'pci/jiang-acpiphp' into next
Bjorn Helgaas
-10
/
+31
2012-09-24
Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into next
Bjorn Helgaas
-5
/
+7
2012-09-24
PCI: acpiphp: Handle PCIe ports without native hotplug capability
Jiang Liu
-10
/
+31
[prev]
[next]