aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/slot.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16PCI/sysfs: Constify struct kobj_type pci_slot_ktypeGravatar Thomas Weißschuh 1-1/+1
2021-12-29PCI/sysfs: Use default_groups in kobj_type for slot attrsGravatar Greg Kroah-Hartman 1-1/+2
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsGravatar Krzysztof Wilczyński 1-9/+9
2020-12-15Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-2/+3
2020-12-04PCI: Fix pci_slot_release() NULL pointer dereferenceGravatar Jubin Zhong 1-3/+3
2020-11-30PCI: Fix kernel-doc markupGravatar Mauro Carvalho Chehab 1-2/+3
2020-07-10PCI: Fix pci_create_slot() reference count leakGravatar Qiushi Wu 1-2/+4
2020-03-10PCI: Add pci_speed_string()Gravatar Bjorn Helgaas 1-37/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGravatar Gustavo Pimentel 1-0/+1
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcGravatar Mohan Kumar 1-1/+1
2018-09-21PCI/ERR: Use slot reset if availableGravatar Keith Busch 1-1/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsGravatar Lukas Wunner 1-1/+1
2018-04-04Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-1/+0
2018-03-21PCI: Add decoding for 16 GT/s link speedGravatar Jay Fang 1-0/+1
2018-03-19PCI: Tidy commentsGravatar Bjorn Helgaas 1-1/+0
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedGravatar Bjorn Helgaas 1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listGravatar Yijing Wang 1-0/+11
2015-07-30PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semGravatar Yijing Wang 1-7/+11
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Gravatar Rusty Russell 1-3/+3
2014-01-13PCI: Remove unused pci_renumber_slot()Gravatar Stephen Hemminger 1-26/+0
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-1/+1
2013-04-17PCI: Warn about failures instead of "must_check" functionsGravatar Bjorn Helgaas 1-2/+5
2011-10-31pci: add module.h to files implicitly relying on its presence.Gravatar Paul Gortmaker 1-0/+1
2010-08-31PCI: bus speed strings should be constGravatar Stephen Hemminger 1-1/+1
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Gravatar Jesse Barnes 1-48/+0
2010-05-11PCI: create function symlinks in /sys/bus/pci/slots/N/Gravatar Alex Chiang 1-0/+48
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsGravatar Matthew Wilcox 1-0/+1
2010-02-22PCI: Add support for AGP in cur/max bus speedGravatar Matthew Wilcox 1-5/+5
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-0/+54
2009-06-29PCI: fix kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2009-06-16PCI hotplug: create symlink to hotplug driver moduleGravatar Kenji Kaneshige 1-0/+39
2009-04-22docbooks: add/fix PCI kernel-docGravatar Randy Dunlap 1-2/+2
2009-03-19PCI: enhance physical slot debug informationGravatar Alex Chiang 1-10/+8
2008-12-09PCI: stop leaking 'slot_name' in pci_create_slotGravatar Alex Chiang 1-0/+1
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersGravatar Alex Chiang 1-1/+1
2008-10-22PCI: prevent duplicate slot namesGravatar Alex Chiang 1-28/+113
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramGravatar Alex Chiang 1-1/+3
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotGravatar Alex Chiang 1-10/+5
2008-10-20PCI: connect struct pci_dev to struct pci_slotGravatar Alex Chiang 1-0/+10
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-0/+233