aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/sgi_hotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-16PCI/hotplug: remove the sgi_hotplug driverChristoph Hellwig1-700/+0
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-30/+22
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner1-9/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner1-3/+6
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas1-4/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-18/+18
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-3/+3
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng1-6/+7
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-22/+11
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-1/+1
2014-01-14PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki1-0/+5
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-4/+4
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-34/+29
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki1-1/+4
2013-01-26Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas1-3/+3
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas1-34/+29
2013-01-25PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-34/+29
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki1-2/+2
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki1-1/+1
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki1-2/+1
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki1-2/+1
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki1-2/+0
2012-06-13PCI: sgihp: use generic pci_hp_add_bridge()Yinghai Lu1-9/+5
2012-06-13PCI: sgihp: register busn_resYinghai Lu1-1/+3
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-07PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige1-10/+3
2009-08-07PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige1-0/+6
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+0
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige1-1/+0
2009-06-12trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugPeter Huewe1-2/+2
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+2
2008-10-22PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameAlex Chiang1-13/+6
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-1/+2
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-2/+2
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-1/+1
2008-06-10PCI: introduce pci_slotAlex Chiang1-3/+7
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2007-05-10[IA64] Fix warnings resulting from type-checking in dev_dbg()Tony Luck1-18/+18
2007-02-02Altix: Add ACPI SSDT PCI device support (hotplug)John Keller1-7/+148
2006-12-01Altix: SN ACPI hotplug support.John Keller1-22/+13
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman1-1/+1
2006-06-19[PATCH] SGI Hotplug: Incorrect power statusMike Habeck1-1/+3
2006-06-19[PATCH] PCI Hotplug: Tollhouse HP: SGI hotplug driver changesPrarit Bhargava1-21/+21
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-9/+10
2006-03-23[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPBJohn Keller1-8/+8
2005-09-22[PATCH] PCI: convert kcalloc to kzallocPekka Enberg1-3/+3
2005-09-08[PATCH] PCI Hotplug: SGI hotplug driver fixesPrarit Bhargava1-104/+91