aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/sgi_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-30/+22
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-9/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsGravatar Lukas Wunner 1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-3/+6
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-4/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateGravatar Bjorn Helgaas 1-4/+1
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-18/+18
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-3/+3
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelGravatar Lv Zheng 1-6/+7
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-22/+11
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-1/+1
2014-01-14PCI: hotplug: Use global PCI rescan-remove lockingGravatar Rafael J. Wysocki 1-0/+5
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeGravatar Rafael J. Wysocki 1-4/+4
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-34/+29
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksGravatar Rafael J. Wysocki 1-1/+4
2013-01-26Merge branch 'pci/acpi-scan2' into nextGravatar Bjorn Helgaas 1-3/+3
2013-01-26Merge branch 'pci/yijing-ari' into nextGravatar Bjorn Helgaas 1-34/+29
2013-01-25PCI: sgihp: Iterate over all devices in slot, not functions 0-7Gravatar Yijing Wang 1-34/+29
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadGravatar Rafael J. Wysocki 1-2/+2
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Gravatar Rafael J. Wysocki 1-1/+1
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentGravatar Rafael J. Wysocki 1-2/+1
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedGravatar Rafael J. Wysocki 1-2/+1
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Gravatar Rafael J. Wysocki 1-2/+0
2012-06-13PCI: sgihp: use generic pci_hp_add_bridge()Gravatar Yinghai Lu 1-9/+5
2012-06-13PCI: sgihp: register busn_resGravatar Yinghai Lu 1-1/+3
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceGravatar Yinghai Lu 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-07PCI hotplug: SGI hotplug: do not use hotplug_slot_attrGravatar Kenji Kaneshige 1-10/+3
2009-08-07PCI hotplug: SGI hotplug: fix build failureGravatar Kenji Kaneshige 1-0/+6
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-1/+0
2009-06-16PCI hotplug: remove redundant .owner initializationsGravatar Kenji Kaneshige 1-1/+0
2009-06-12trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugGravatar Peter Huewe 1-2/+2
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-2/+2
2008-10-22PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameGravatar Alex Chiang 1-13/+6
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 1-1/+2
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsGravatar Matthew Wilcox 1-2/+2
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 1-1/+1
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-3/+7
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2007-05-10[IA64] Fix warnings resulting from type-checking in dev_dbg()Gravatar Tony Luck 1-18/+18
2007-02-02Altix: Add ACPI SSDT PCI device support (hotplug)Gravatar John Keller 1-7/+148
2006-12-01Altix: SN ACPI hotplug support.Gravatar John Keller 1-22/+13
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Gravatar Greg Kroah-Hartman 1-1/+1
2006-06-19[PATCH] SGI Hotplug: Incorrect power statusGravatar Mike Habeck 1-1/+3
2006-06-19[PATCH] PCI Hotplug: Tollhouse HP: SGI hotplug driver changesGravatar Prarit Bhargava 1-21/+21
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesGravatar Ingo Molnar 1-9/+10
2006-03-23[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPBGravatar John Keller 1-8/+8
2005-09-22[PATCH] PCI: convert kcalloc to kzallocGravatar Pekka Enberg 1-3/+3
2005-09-08[PATCH] PCI Hotplug: SGI hotplug driver fixesGravatar Prarit Bhargava 1-104/+91
2005-07-06[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver codeGravatar Prarit Bhargava 1-0/+611