summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)Author
2020-12-04PCI: Add sysfs attribute for device power stateMaximilian Luz
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas
2020-09-17PCI: Update mmap-related #ifdef commentsClint Sbisa
2020-09-17PCI: Add schedule point in pci_read_config()Jiang Biao
2020-09-01PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof WilczyƄski
2020-04-02Merge branch 'pci/misc'Bjorn Helgaas
2020-03-30PCI: sysfs: Revert "rescan" file renamesKelsey Skunberg
2020-03-10PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas
2019-11-21PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related codeHeiner Kallweit
2019-11-21PCI/ASPM: Add sysfs attributes for controlling ASPM link statesHeiner Kallweit
2019-11-21PCI: sysfs: Remove unused attribute groupsBen Dooks
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-20PCI/IOV: Move sysfs SR-IOV functions to iov.cKelsey Skunberg
2019-08-20PCI: sysfs: Change permissions from symbolic to octalKelsey Skunberg
2019-08-20PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()Kelsey Skunberg
2019-08-20PCI: sysfs: Define device attributes with DEVICE_ATTR*()Kelsey Skunberg
2019-08-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett
2019-06-21PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut
2019-06-13PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel
2019-05-09PCI: Use dev_printk() when possibleBjorn Helgaas
2019-01-22PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas
2018-07-31PCI: sysfs: Resume to D0 on function resetLukas Wunner
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig
2018-04-04Merge branch 'pci/vpd'Bjorn Helgaas
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa
2018-03-21PCI: Add decoding for 16 GT/s link speedJay Fang
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-03-19PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas
2018-02-16PCI: Probe for device reset support during enumerationBjorn Helgaas
2018-01-31Merge branch 'pci/virtualization' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas
2018-01-23PCI: Expose ari_enabled in sysfsStuart Hayes
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-12-18PCI: Remove sysfs resource mmap warningBjorn Helgaas
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal