Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-29PCI/sysfs: Use default_groups in kobj_type for slot attrsGreg Kroah-Hartman
2021-06-04PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof WilczyƄski
2020-12-16Merge branch 'pci/misc'Bjorn Helgaas
2020-12-05PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab
2020-07-10PCI: Fix pci_create_slot() reference count leakQiushi Wu
2020-03-10PCI: Add pci_speed_string()Bjorn Helgaas
2019-06-14PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch
2018-09-19PCI: hotplug: Constify hotplug_slot_opsLukas Wunner
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas
2018-03-22PCI: Add decoding for 16 GT/s link speedJay Fang
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2015-07-31PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang
2015-07-30PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas
2011-11-01pci: add module.h to files implicitly relying on its presence.Paul Gortmaker
2010-09-01PCI: bus speed strings should be constStephen Hemminger
2010-06-12Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes
2010-05-11PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-02-23PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox
2010-02-23PCI: Add support for AGP in cur/max bus speedMatthew Wilcox
2010-02-23PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox
2009-06-29PCI: fix kernel-doc warningsRandy Dunlap
2009-06-17PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige
2009-04-23docbooks: add/fix PCI kernel-docRandy Dunlap
2009-03-20PCI: enhance physical slot debug informationAlex Chiang
2008-12-10PCI: stop leaking 'slot_name' in pci_create_slotAlex Chiang
2008-10-23PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang
2008-10-23PCI: prevent duplicate slot namesAlex Chiang
2008-10-23PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang
2008-10-23PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang
2008-10-20PCI: connect struct pci_dev to struct pci_slotAlex Chiang
2008-06-11PCI: introduce pci_slotAlex Chiang