aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-151/+109
2021-04-29PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński1-36/+36
2021-04-29PCI/sysfs: Convert "index", "acpi_index", "label" to static attributesKrzysztof Wilczyński1-10/+7
2021-04-29PCI/sysfs: Convert "vpd" to static attributeKrzysztof Wilczyński1-14/+1
2021-04-27PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński1-27/+24
2021-04-27PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński1-38/+29
2021-04-27PCI/sysfs: Convert "config" to static attributeKrzysztof Wilczyński1-39/+25
2021-04-04PCI/IOV: Add sysfs MSI-X vector assignment interfaceLeon Romanovsky1-1/+2
2021-02-11PCI: Revoke mappings like devmemDaniel Vetter1-0/+4
2021-02-11PCI: Also set up legacy files only after sysfs initDaniel Vetter1-0/+7
2020-12-04PCI: Add sysfs attribute for device power stateMaximilian Luz1-0/+10
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas1-3/+3
2020-09-17PCI: Update mmap-related #ifdef commentsClint Sbisa1-2/+2
2020-09-17PCI: Add schedule point in pci_read_config()Jiang Biao1-0/+1
2020-09-01PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński1-1/+1
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