aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pci_hotplug_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner1-25/+1
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-13/+14
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner1-37/+102
2018-07-23PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner1-0/+9
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12PCI: hotplug: Remove hotplug core messageBjorn Helgaas1-7/+3
2016-08-24PCI: hotplug: Make core explicitly non-modularPaul Gortmaker1-12/+6
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-5/+5
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang1-3/+1
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-5/+5
2015-07-15PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slotYijing Wang1-61/+61
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-2/+1
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-51/+45
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-4/+3
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-4/+4
2013-04-17PCI: Remove __must_check from definitionsBjorn Helgaas1-2/+2
2013-04-15PCI: Remove unused variablesBjorn Helgaas1-2/+0
2013-04-15PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas1-8/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-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-1/+0
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-132/+0
2009-11-04PCI hotplug: change PCI nomenclatureStefan Assmann1-11/+11
2009-09-09PCI hotplug: add support for 5.0G link speedKenji Kaneshige1-0/+1
2009-09-09PCI hotplug: fix typo in pcie link speed infoKenji Kaneshige1-1/+1
2009-06-29PCI: fix kernel-doc warningsRandy Dunlap1-0/+2
2009-06-16PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige1-7/+16
2009-06-16PCI hotplug: fix return value of has_foo() functionsKenji Kaneshige1-64/+68
2008-10-22PCI: Hotplug core: remove 'name'Alex Chiang1-3/+3
2008-10-22PCI: prevent duplicate slot namesAlex Chiang1-25/+1
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+1
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-7/+8
2008-10-20PCI hotplug: fix get_##name return value problemKenji Kaneshige1-1/+1
2008-10-20PCI: fix hotplug get_##name return value problemZhao, Yu1-7/+7
2008-06-25Remove unnecessary 'tmp' variable from pci_hp_register().Kenji Kaneshige1-3/+1
2008-06-25PCI: fixup kdoc blocks for hotplug functionsJesse Barnes1-2/+4
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-0/+16
2008-06-10PCI: introduce pci_slotAlex Chiang1-159/+99
2008-05-27pci hotplug core: add check of duplicate slot nameKenji Kaneshige1-1/+6
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-01PCI: Add missing "space" in printk messagesJoe Perches1-1/+1
2008-02-01PCI: hotplug: pci_hotplug_core whitespace fixAlex Chiang1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman1-1/+4
2008-01-24Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_addGreg Kroah-Hartman1-7/+7
2008-01-24kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman1-12/+11
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-3/+4
2007-10-15Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.cLinus Torvalds1-2/+0
2007-10-12sysfs: kill sysfs_update_file()Tejun Heo1-60/+0