index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
/
acpiphp_glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
ACPI / dock / PCI: Synchronous handling of dock events for PCI devices
Rafael J. Wysocki
1
-14
/
+32
2013-06-23
PCI / ACPI: Use boot-time resource allocation rules during hotplug
Jiang Liu
1
-2
/
+5
2013-05-18
PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check
Yinghai Lu
1
-0
/
+14
2013-04-16
PCI: acpiphp: Protect acpiphp data structures from concurrent updates
Jiang Liu
1
-18
/
+77
2013-04-16
PCI: acpiphp: Use normal list to simplify implementation
Yijing Wang
1
-13
/
+10
2013-04-13
PCI: acpiphp: Do not use ACPI PCI subdriver mechanism
Jiang Liu
1
-233
/
+55
2013-04-13
PCI: acpiphp: Replace local macros with standard ACPI macros
Jiang Liu
1
-2
/
+2
2013-04-13
PCI: acpiphp: Remove all functions even if function 0 doesn't exist
Jiang Liu
1
-7
/
+0
2013-04-13
PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()
Yijing Wang
1
-2
/
+2
2013-02-26
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-210
/
+56
2013-02-13
ACPI / hotplug: Fix concurrency issues and memory leaks
Rafael J. Wysocki
1
-0
/
+6
2013-02-03
PCI: acpiphp: Remove dead code for PCI host bridge hotplug
Jiang Liu
1
-111
/
+13
2013-02-02
PCI: acpiphp: Create companion ACPI devices before creating PCI devices
Jiang Liu
1
-3
/
+3
2013-01-26
ACPI / scan: Make it clear that acpi_bus_trim() cannot fail
Rafael J. Wysocki
1
-7
/
+3
2013-01-26
PCI: acpiphp: Keep driver loaded even if no slots found
Yinghai Lu
1
-22
/
+0
2013-01-26
PCI: acpiphp: Move host bridge hotplug to pci_root.c
Yinghai Lu
1
-44
/
+15
2013-01-26
PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()
Yinghai Lu
1
-36
/
+6
2013-01-25
PCI: acpiphp: Add is_hotplug_bridge detection
Yinghai Lu
1
-1
/
+26
2013-01-19
ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
Rafael J. Wysocki
1
-2
/
+2
2013-01-15
ACPI / scan: Drop the second argument of acpi_bus_trim()
Rafael J. Wysocki
1
-2
/
+2
2013-01-03
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
1
-8
/
+11
2013-01-03
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
1
-17
/
+4
2013-01-03
ACPI: Remove acpi_start_single_object() and acpi_bus_start()
Rafael J. Wysocki
1
-3
/
+1
2012-09-25
Merge branch 'pci/jiang-acpiphp' into next
Bjorn Helgaas
1
-10
/
+31
2012-09-25
PCI: acpiphp: Handle PCIe ports without native hotplug capability
Jiang Liu
1
-10
/
+31
2012-09-25
PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interface
Taku Izumi
1
-5
/
+7
2012-08-22
PCI: Remove unused, commented-out, code
Bjorn Helgaas
1
-28
/
+0
2012-08-22
PCI: acpiphp: Use common pci_stop_and_remove_bus_device()
Bjorn Helgaas
1
-2
/
+1
2012-08-17
PCI: acpiphp: Stop disabling bridges on remove
Bjorn Helgaas
1
-15
/
+0
2012-07-11
Merge branch 'pci/yinghai-hotplug-cleanup' into next
Bjorn Helgaas
1
-3
/
+0
2012-07-11
PCI: acpiphp: remove unused res_lock
Yinghai Lu
1
-3
/
+0
2012-06-23
Merge branch 'topic/bjorn-trivial' into next
Bjorn Helgaas
1
-4
/
+9
2012-06-21
PCI: acpiphp: check whether _ADR evaluation succeeded
Bjorn Helgaas
1
-4
/
+9
2012-06-14
PCI: acpiphp: remove all functions in slot, even without ACPI _EJx
Amos Kong
1
-10
/
+32
2012-06-14
PCI: acpiphp: fix function 0 leak when disabling a slot
Amos Kong
1
-0
/
+1
2012-06-14
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-4
/
+4
2012-02-28
PCI: make acpihp use __pci_remove_bus_device instead
Yinghai Lu
1
-1
/
+1
2012-02-28
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
1
-2
/
+2
2012-02-14
PCI: Can continually add funcs after adding func0
Amos Kong
1
-16
/
+13
2011-12-14
PCI: Set device power state to PCI_D0 for device without native PM support
Ajaykumar Hotchandani
1
-1
/
+0
2011-12-13
PCI hotplug: Always allow acpiphp to handle non-PCIe bridges
Rafael J. Wysocki
1
-17
/
+12
2011-10-31
PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplug
Rafael J. Wysocki
1
-5
/
+24
2011-10-14
PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge remove
Prarit Bhargava
1
-15
/
+94
2011-07-17
ACPI: constify ops structs
Vasiliy Kulikov
1
-1
/
+1
2011-05-11
PCI hotplug: acpiphp: assume device is in state D0 after powering on a slot.
Ian Campbell
1
-0
/
+7
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-04
PCI hotplug: acpiphp: set current_state to D0 in register_slot
Stefano Stabellini
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-14
acpiphp: Execute ACPI _REG method for hotadded devices
Shaohua Li
1
-0
/
+19
2010-02-01
ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was found
Thomas Renninger
1
-6
/
+0
[next]