summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pci_hotplug_core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof WilczyƄski2021-06-031-4/+4
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-181-25/+1
* PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-181-13/+14
* PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-37/+102
* PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner2018-07-231-0/+9
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* PCI: hotplug: Remove hotplug core messageBjorn Helgaas2016-12-121-7/+3
* PCI: hotplug: Make core explicitly non-modularPaul Gortmaker2016-08-241-12/+6
* Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-5/+5
|\
| * PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-5/+5
* | PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang2016-01-101-3/+1
|/
* PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slotYijing Wang2015-07-151-61/+61
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-2/+1
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-51/+45
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-4/+3
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-4/+4
* PCI: Remove __must_check from definitionsBjorn Helgaas2013-04-171-2/+2
* PCI: Remove unused variablesBjorn Helgaas2013-04-151-2/+0
* PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2013-04-151-8/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-221-132/+0
* PCI hotplug: change PCI nomenclatureStefan Assmann2009-11-041-11/+11
* PCI hotplug: add support for 5.0G link speedKenji Kaneshige2009-09-091-0/+1
* PCI hotplug: fix typo in pcie link speed infoKenji Kaneshige2009-09-091-1/+1
* PCI: fix kernel-doc warningsRandy Dunlap2009-06-291-0/+2
* PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige2009-06-161-7/+16
* PCI hotplug: fix return value of has_foo() functionsKenji Kaneshige2009-06-161-64/+68
* PCI: Hotplug core: remove 'name'Alex Chiang2008-10-221-3/+3
* PCI: prevent duplicate slot namesAlex Chiang2008-10-221-25/+1
* PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige2008-10-221-23/+28
* PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang2008-10-221-1/+1
* PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang2008-10-221-7/+8
* PCI hotplug: fix get_##name return value problemKenji Kaneshige2008-10-201-1/+1
* PCI: fix hotplug get_##name return value problemZhao, Yu2008-10-201-7/+7
* Remove unnecessary 'tmp' variable from pci_hp_register().Kenji Kaneshige2008-06-251-3/+1
* PCI: fixup kdoc blocks for hotplug functionsJesse Barnes2008-06-251-2/+4
* PCI: ACPI PCI slot detection driverAlex Chiang2008-06-101-0/+16
* PCI: introduce pci_slotAlex Chiang2008-06-101-159/+99
* pci hotplug core: add check of duplicate slot nameKenji Kaneshige2008-05-271-1/+6
* PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-201-1/+1
* PCI: Add missing "space" in printk messagesJoe Perches2008-02-011-1/+1
* PCI: hotplug: pci_hotplug_core whitespace fixAlex Chiang2008-02-011-1/+1
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-1/+1
* driver core: add way to get to bus ksetGreg Kroah-Hartman2008-01-241-1/+4
* Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_an...Greg Kroah-Hartman2008-01-241-7/+7
* kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman2008-01-241-12/+11
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-3/+4
* Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.cLinus Torvalds2007-10-151-2/+0