aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-17/+6
2008-07-02PCI: acpiphp: cleanup notify handler on all root bridgesAlex Chiang1-3/+14
2008-06-10PCI: introduce pci_slotAlex Chiang1-17/+6
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-19/+19
2008-03-04PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg1-1/+1
2008-02-01PCI Hotplug: acpiphp: remove unneeded acpi_get_name function callMUNEDA Takahiro1-1/+0
2008-02-01PCI Hotplug: acpiphp: fix trivial typosMUNEDA Takahiro1-2/+2
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap1-21/+15
2007-07-11PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug failureGary Hade1-2/+46
2007-07-11PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridgeGary Hade1-0/+3
2007-07-11PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3Gary Hade1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-5/+5
2006-12-20acpiphp: Link-time error for PCI HotplugKristen Carlson Accardi1-1/+1
2006-12-01acpiphp: fix use of list_for_each macroAkinobu Mita1-6/+2
2006-10-27acpiphp: fix latch statusMUNEDA Takahiro1-3/+3
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman1-1/+1
2006-09-26acpiphp: add support for ioapic hot-removeSatoru Takeuchi1-14/+87
2006-09-26acpiphp: disable bridgesSatoru Takeuchi1-1/+16
2006-09-26acpiphp: stop bus device before acpi_bus_trimSatoru Takeuchi1-0/+3
2006-09-26acpiphp: do not initialize existing ioapicsSatoru Takeuchi1-1/+3
2006-09-26acpiphp: initialize ioapics before starting devicesSatoru Takeuchi1-1/+1
2006-09-26acpiphp: set hpp values before starting devicesSatoru Takeuchi1-1/+1
2006-09-26PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function staticAdrian Bunk1-1/+1
2006-08-03PCI Hotplug: add acpiphp to MAINTAINERSKristen Carlson Accardi1-1/+1
2006-06-28ACPIPHP: prevent duplicate slot numbers when no _SUNKristen Accardi1-2/+7
2006-06-28ACPI: static-ize handle_hotplug_event_func()Len Brown1-1/+2
2006-06-28ACPIPHP: use ACPI dock driverKristen Accardi1-27/+84
2006-06-19[PATCH] acpi_pcihp: Add support for _HPXKenji Kaneshige1-12/+19
2006-06-19[PATCH] acpi_pcihp: Fix programming _HPP valuesKenji Kaneshige1-1/+2
2006-06-19[PATCH] PCI Hotplug: don't use acpi_os_freeKristen Accardi1-1/+1
2006-06-19[PATCH] acpiphp: turn off slot power at error caseMUNEDA Takahiro1-1/+7
2006-06-19[PATCH] acpiphp: host and p2p hotplugMUNEDA Takahiro1-1/+0
2006-06-19[PATCH] acpiphp: hotplug slot hotplugMUNEDA Takahiro1-9/+117
2006-06-19[PATCH] acpiphp: configure _PRT - V3MUNEDA Takahiro1-38/+33
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi1-78/+13
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn1-10/+4
2006-03-23[PATCH] acpiphp: Scan slots under the nested P2P bridgeKenji Kaneshige1-1/+8
2006-03-23[PATCH] acpiphp: fix bridge handleMUNEDA Takahiro1-2/+2
2006-03-23[PATCH] acpiphp - slot management fix - V4MUNEDA Takahiro1-25/+23
2006-03-23[PATCH] acpiphp: add dock event handlingKristen Accardi1-22/+63
2006-03-23[PATCH] acpiphp: add new bus to acpiKristen Accardi1-2/+109
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar1-6/+6
2006-01-09[PATCH] acpiphp: only size new busKristen Accardi1-2/+4
2005-10-28[PATCH] acpiphp: allocate resources for adapters with bridgesKristen Accardi1-0/+8
2005-06-27[PATCH] ACPI based I/O APIC hot-plug: acpiphp supportKenji Kaneshige1-0/+127
2005-06-27[PATCH] acpi hotplug: decouple slot power state changes from physical hotplugRajesh Shah1-31/+38
2005-06-27[PATCH] acpi hotplug: aCPI based root bridge hot-addRajesh Shah1-9/+202
2005-06-27[PATCH] acpi hotplug: fix slot power-down problem with acpiphpRajesh Shah1-2/+2
2005-06-27[PATCH] acpi hotplug: clean up notify handlers on acpiphp unloadRajesh Shah1-8/+26