aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp_ibm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-04PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()Rafael J. Wysocki1-2/+3
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-1/+1
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2018-02-04PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning statusHans de Goede1-1/+4
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2017-01-11PCI: acpiphp_ibm: Make ibm_apci_table_attr __ro_after_initBhumika Goyal1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-15PCI: acpiphp_ibm: Avoid uninitialized variable referenceDan Carpenter1-0/+2
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2016-01-08PCI: acpiphp_ibm: Fix null dereferences on null ibm_slotColin Ian King1-3/+14
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2014-09-24PCI: Add space before open parenthesisQuentin Lambert1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-7/+7
2013-09-25PCI: acpiphp_ibm: Convert to dynamic debugLan Tianyu1-34/+24
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+0
2013-07-23ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slotRafael J. Wysocki1-1/+1
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+3
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-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
2009-09-25ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas1-1/+0
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-7/+5
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-23Fix PCI hotplug printk formatRandy Dunlap1-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-1/+1
2008-06-10PCI: introduce pci_slotAlex Chiang1-2/+4
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-18/+18
2008-02-21PCI: hotplug: acpiphp_ibm: Remove get device informationGary Hade1-16/+17
2008-01-24kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman1-2/+2
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap1-23/+24
2007-08-25Pull events into release branchLen Brown1-1/+4
2007-08-25acpiphp_ibm: add missing '\n' to error messageJeremy Fitzhardinge1-1/+1
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-1/+1
2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui1-0/+3
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+4
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-2/+2
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman1-1/+0
2006-09-25sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap1-3/+1
2006-01-31[PATCH] PCI Hotplug: fix up coding style issuesPavel Machek1-12/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+499