summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)Author
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-29PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński
2021-04-29PCI/sysfs: Convert "index", "acpi_index", "label" to static attributesKrzysztof Wilczyński
2021-04-29PCI/sysfs: Convert "vpd" to static attributeKrzysztof Wilczyński
2021-04-27PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński
2021-04-27PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński
2021-04-27PCI/sysfs: Convert "config" to static attributeKrzysztof Wilczyński
2021-04-04PCI/IOV: Add sysfs MSI-X vector assignment interfaceLeon Romanovsky
2021-02-11PCI: Revoke mappings like devmemDaniel Vetter
2021-02-11PCI: Also set up legacy files only after sysfs initDaniel Vetter
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