aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/slot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-10PCI: Add pci_speed_string()Bjorn Helgaas1-37/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel1-0/+1
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar1-1/+1
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch1-1/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-1/+1
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2018-03-21PCI: Add decoding for 16 GT/s link speedJay Fang1-0/+1
2018-03-19PCI: Tidy commentsBjorn Helgaas1-1/+0
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang1-0/+11
2015-07-30PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang1-7/+11
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-3/+3
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger1-26/+0
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas1-2/+5
2011-10-31pci: add module.h to files implicitly relying on its presence.Paul Gortmaker1-0/+1
2010-08-31PCI: bus speed strings should be constStephen Hemminger1-1/+1
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes1-48/+0
2010-05-11PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang1-0/+48
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
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox1-0/+1
2010-02-22PCI: Add support for AGP in cur/max bus speedMatthew Wilcox1-5/+5
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-0/+54
2009-06-29PCI: fix kernel-doc warningsRandy Dunlap1-2/+2
2009-06-16PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige1-0/+39
2009-04-22docbooks: add/fix PCI kernel-docRandy Dunlap1-2/+2
2009-03-19PCI: enhance physical slot debug informationAlex Chiang1-10/+8
2008-12-09PCI: stop leaking 'slot_name' in pci_create_slotAlex Chiang1-0/+1
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang1-1/+1
2008-10-22PCI: prevent duplicate slot namesAlex Chiang1-28/+113
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+3
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang1-10/+5
2008-10-20PCI: connect struct pci_dev to struct pci_slotAlex Chiang1-0/+10
2008-06-10PCI: introduce pci_slotAlex Chiang1-0/+233