aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28Merge branch 'pci/resource'Gravatar Bjorn Helgaas 1-2/+2
2019-11-28Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-18/+0
2019-11-21PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related codeGravatar Heiner Kallweit 1-3/+0
2019-11-21PCI/ASPM: Add sysfs attributes for controlling ASPM link statesGravatar Heiner Kallweit 1-0/+3
2019-11-21PCI: sysfs: Remove unused attribute groupsGravatar Ben Dooks 1-18/+0
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsGravatar Denis Efremov 1-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+16
2019-08-20PCI/IOV: Move sysfs SR-IOV functions to iov.cGravatar Kelsey Skunberg 1-173/+0
2019-08-20PCI: sysfs: Change permissions from symbolic to octalGravatar Kelsey Skunberg 1-11/+10
2019-08-20PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()Gravatar Kelsey Skunberg 1-6/+6
2019-08-20PCI: sysfs: Define device attributes with DEVICE_ATTR*()Gravatar Kelsey Skunberg 1-32/+27
2019-08-19PCI: Lock down BAR access when the kernel is locked downGravatar Matthew Garrett 1-0/+16
2019-06-21PCI: sysfs: Ignore lockdep for remove attributeGravatar Marek Vasut 1-1/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGravatar Gustavo Pimentel 1-0/+3
2019-05-09PCI: Use dev_printk() when possibleGravatar Bjorn Helgaas 1-2/+1
2019-01-22PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGravatar Greg Kroah-Hartman 1-3/+2
2018-08-15Merge branch 'pci/hotplug'Gravatar Bjorn Helgaas 1-0/+2
2018-08-15Merge branch 'pci/aspm'Gravatar Bjorn Helgaas 1-1/+0
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Gravatar Bjorn Helgaas 1-1/+0
2018-07-31PCI: sysfs: Resume to D0 on function resetGravatar Lukas Wunner 1-0/+2
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownGravatar Rajat Jain 1-0/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-25PCI: Prevent sysfs disable of device while driver is attachedGravatar Christoph Hellwig 1-6/+9
2018-04-04Merge branch 'pci/vpd'Gravatar Bjorn Helgaas 1-64/+3
2018-04-04Merge branch 'pci/virtualization'Gravatar Bjorn Helgaas 1-2/+1
2018-04-04Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-3/+0
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthGravatar Tal Gilboa 1-8/+2
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedGravatar Tal Gilboa 1-26/+2
2018-03-21PCI: Add decoding for 16 GT/s link speedGravatar Jay Fang 1-0/+6
2018-03-19PCI: Tidy commentsGravatar Bjorn Helgaas 1-3/+0
2018-03-19PCI/VPD: Move VPD sysfs code to vpd.cGravatar Bjorn Helgaas 1-64/+3
2018-02-16PCI: Probe for device reset support during enumerationGravatar Bjorn Helgaas 1-2/+1
2018-01-31Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-0/+11
2018-01-31Merge branch 'pci/resource' into nextGravatar Bjorn Helgaas 1-7/+2
2018-01-23PCI: Expose ari_enabled in sysfsGravatar Stuart Hayes 1-0/+11
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-5/+5
2017-12-18PCI: Remove sysfs resource mmap warningGravatar Bjorn Helgaas 1-7/+2
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+34
2017-11-14Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-0/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsGravatar Filippo Sironi 1-0/+33
2017-10-05PCI: Constify pci_dev_type structureGravatar Bhumika Goyal 1-1/+1
2017-09-25PCI: Fix race condition with driver_overrideGravatar Nicolai Stange 1-2/+9
2017-09-07Merge branch 'pci/trivial' into nextGravatar Bjorn Helgaas 1-3/+0
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Gravatar Shawn Lin 1-3/+0
2017-08-24PCI: Convert to using %pOF instead of full_name()Gravatar Rob Herring 1-2/+2
2017-08-10PCI: Constify bin_attribute structuresGravatar Bhumika Goyal 1-2/+2
2017-08-10PCI: Constify sysfs attribute_group structuresGravatar Arvind Yadav 1-5/+5
2017-07-03Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-3/+2
2017-06-19PCI: Add sysfs max_link_speed/width, current_link_speed/width, etcGravatar Wong Vee Khee 1-4/+195