summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Revoke mappings like devmemDaniel Vetter2021-02-111-0/+4
* PCI: Also set up legacy files only after sysfs initDaniel Vetter2021-02-111-0/+7
* PCI: Add sysfs attribute for device power stateMaximilian Luz2020-12-041-0/+10
* Merge branch 'pci/misc'Bjorn Helgaas2020-10-211-3/+3
|\
| * PCI: Update mmap-related #ifdef commentsClint Sbisa2020-09-171-2/+2
| * PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof WilczyƄski2020-09-011-1/+1
* | PCI: Add schedule point in pci_read_config()Jiang Biao2020-09-171-0/+1
|/
* Merge branch 'pci/misc'Bjorn Helgaas2020-04-021-2/+4
|\
| * PCI: sysfs: Revert "rescan" file renamesKelsey Skunberg2020-03-301-2/+4
* | PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas2020-03-101-22/+5
|/
* Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-2/+2
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-2/+2
* | Merge branch 'pci/misc'Bjorn Helgaas2019-11-281-18/+0
|\ \
| * | PCI: sysfs: Remove unused attribute groupsBen Dooks2019-11-211-18/+0
| |/
* | PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related codeHeiner Kallweit2019-11-211-3/+0
* | PCI/ASPM: Add sysfs attributes for controlling ASPM link statesHeiner Kallweit2019-11-211-0/+3
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+16
|\
| * PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-191-0/+16
* | PCI/IOV: Move sysfs SR-IOV functions to iov.cKelsey Skunberg2019-08-201-173/+0
* | PCI: sysfs: Change permissions from symbolic to octalKelsey Skunberg2019-08-201-11/+10
* | PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO()Kelsey Skunberg2019-08-201-6/+6
* | PCI: sysfs: Define device attributes with DEVICE_ATTR*()Kelsey Skunberg2019-08-201-32/+27
* | PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut2019-06-211-1/+1
* | PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel2019-06-131-0/+3
|/
* PCI: Use dev_printk() when possibleBjorn Helgaas2019-05-091-2/+1
* PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-221-3/+2
* Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-151-0/+2
|\
| * PCI: sysfs: Resume to D0 on function resetLukas Wunner2018-07-311-0/+2
* | Merge branch 'pci/aspm'Bjorn Helgaas2018-08-151-1/+0
|\ \
| * | PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
| |/
* / PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain2018-07-191-0/+3
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig2018-05-251-6/+9
* Merge branch 'pci/vpd'Bjorn Helgaas2018-04-041-64/+3
|\
| * PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas2018-03-191-64/+3
* | Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-041-2/+1
|\ \
| * | PCI: Probe for device reset support during enumerationBjorn Helgaas2018-02-161-2/+1
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2018-04-041-3/+0
|\ \
| * | PCI: Tidy commentsBjorn Helgaas2018-03-191-3/+0
| |/
* | PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa2018-03-301-8/+2
* | PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa2018-03-301-26/+2
* | PCI: Add decoding for 16 GT/s link speedJay Fang2018-03-211-0/+6
|/
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2018-01-311-0/+11
|\
| * PCI: Expose ari_enabled in sysfsStuart Hayes2018-01-231-0/+11
* | Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-311-7/+2
|\ \
| * | PCI: Remove sysfs resource mmap warningBjorn Helgaas2017-12-181-7/+2
| |/
* / PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-5/+5
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+34
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-141-0/+33
| |\
| | * PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi2017-10-101-0/+33