aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/pci-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge branch 'pci/pm'Bjorn Helgaas1-0/+3
2025-05-23PCI/AER: Add sysfs attributes for log ratelimitsJon Pan-Doh1-0/+1
2025-04-23PCI: Increment PM usage counter when probing reset methodsAlex Williamson1-0/+3
2025-03-27Merge branch 'pci/resource'Bjorn Helgaas1-2/+6
2025-03-21PCI/DOE: Expose DOE features via sysfsAlistair Francis1-0/+3
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle1-0/+4
2025-03-20PCI: Fix BAR resizing when VF BARs are assignedIlpo Järvinen1-2/+2
2025-01-23Merge branch 'pci/misc'Bjorn Helgaas1-21/+21
2025-01-15PCI/sysfs: Remove unnecessary zero in initializerIlpo Järvinen1-1/+1
2025-01-15PCI/sysfs: Use __free() in reset_method_store()Ilpo Järvinen1-11/+7
2025-01-15PCI/sysfs: Move reset related sysfs code to correct fileIlpo Järvinen1-0/+112
2024-12-03PCI/sysfs: Constify 'struct bin_attribute'Thomas Weißschuh1-21/+21
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-19/+23
2024-11-13PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch1-0/+26
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::llseek()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh1-5/+5
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+1
2024-11-05PCI/sysfs: Calculate bin_attribute size through bin_size()Thomas Weißschuh1-12/+16
2024-08-09s390/pci: Stop usurping pdev->dev.groupsLukas Wunner1-0/+5
2024-03-05PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functionsIlpo Järvinen1-64/+74
2024-03-05PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner1-28/+1
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+25
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-3/+2
2023-10-28Merge branch 'pci/vga'Bjorn Helgaas1-4/+3
2023-10-17PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+2
2023-10-06PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Sui Jingfeng1-4/+3
2023-10-05PCI: Implement custom llseek for sysfs resource entriesValentine Sinitsyn1-1/+25
2023-09-29PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner1-4/+1
2023-07-18PCI/sysfs: Make I/O resource depend on HAS_IOPORTNiklas Schnelle1-0/+4
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-1/+1
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+9
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-0/+7
2022-11-09PCI/sysfs: Fix double free in error pathSascha Hauer1-4/+9
2022-10-05PCI: Expose PCIe Resizable BAR support via sysfsAlex Williamson1-0/+108
2022-04-22PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-24/+4
2022-03-22PCI: Remove unused assignmentsBjorn Helgaas1-6/+1
2021-12-09PCI/sysfs: Use pci_irq_vector()Thomas Gleixner1-5/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+36
2021-11-05Merge branch 'pci/sysfs'Bjorn Helgaas1-14/+13
2021-10-18PCI/sysfs: Explicitly show first MSI IRQ for 'irq'Barry Song1-1/+23
2021-10-05PCI/sysfs: use NUMA_NO_NODE macroMax Gurtovoy1-2/+4
2021-09-28PCI/sysfs: Return -EINVAL consistently from "store" functionsKrzysztof Wilczyński1-11/+9
2021-09-28PCI/sysfs: Check CAP_SYS_ADMIN before parsing user inputKrzysztof Wilczyński1-7/+8
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2021-08-19PCI/sysfs: Use correct variable for the legacy_mem sysfs objectKrzysztof Wilczyński1-1/+1
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede1-0/+1
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede1-1/+1
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński1-3/+3
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński1-3/+3