aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/pci-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge branch 'pci/misc'Bjorn Helgaas1-2/+4
2020-03-30PCI: sysfs: Revert "rescan" file renamesKelsey Skunberg1-2/+4
2020-03-10PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas1-22/+5
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-2/+2
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas1-18/+0
2019-11-21PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related codeHeiner Kallweit1-3/+0
2019-11-21PCI/ASPM: Add sysfs attributes for controlling ASPM link statesHeiner Kallweit1-0/+3
2019-11-21PCI: sysfs: Remove unused attribute groupsBen Dooks1-18/+0
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+16
2019-08-20PCI/IOV: Move sysfs SR-IOV functions to iov.cKelsey Skunberg1-173/+0
2019-08-20PCI: sysfs: Change permissions from symbolic to octalKelsey Skunberg1-11/+10
2019-08-20PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()Kelsey Skunberg1-6/+6
2019-08-20PCI: sysfs: Define device attributes with DEVICE_ATTR*()Kelsey Skunberg1-32/+27
2019-08-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett1-0/+16
2019-06-21PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut1-1/+1
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel1-0/+3
2019-05-09PCI: Use dev_printk() when possibleBjorn Helgaas1-2/+1
2019-01-22PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman1-3/+2
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas1-0/+2
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas1-1/+0
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-31PCI: sysfs: Resume to D0 on function resetLukas Wunner1-0/+2
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain1-0/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-25PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig1-6/+9
2018-04-04Merge branch 'pci/vpd'Bjorn Helgaas1-64/+3
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+1
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas1-3/+0
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa1-8/+2
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa1-26/+2
2018-03-21PCI: Add decoding for 16 GT/s link speedJay Fang1-0/+6
2018-03-19PCI: Tidy commentsBjorn Helgaas1-3/+0
2018-03-19PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas1-64/+3
2018-02-16PCI: Probe for device reset support during enumerationBjorn Helgaas1-2/+1
2018-01-31Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+11
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas1-7/+2
2018-01-23PCI: Expose ari_enabled in sysfsStuart Hayes1-0/+11
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-5/+5
2017-12-18PCI: Remove sysfs resource mmap warningBjorn Helgaas1-7/+2
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+34
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi1-0/+33
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal1-1/+1
2017-09-25PCI: Fix race condition with driver_overrideNicolai Stange1-2/+9
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-3/+0
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin1-3/+0
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring1-2/+2
2017-08-10PCI: Constify bin_attribute structuresBhumika Goyal1-2/+2