summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functionsIlpo Järvinen1-64/+74
2024-03-06PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner1-28/+1
2023-11-04Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-18PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+2
2023-10-07PCI/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-30PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner1-4/+1
2023-07-19PCI/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...Linus Torvalds1-4/+9
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-0/+7
2022-11-10PCI/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-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+36
2021-11-05Merge branch 'pci/sysfs'Bjorn Helgaas1-14/+13
2021-10-19PCI/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-29PCI/sysfs: Return -EINVAL consistently from "store" functionsKrzysztof Wilczyński1-11/+9
2021-09-29PCI/sysfs: Check CAP_SYS_ADMIN before parsing user inputKrzysztof Wilczyński1-7/+8
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2021-08-19PCI/sysfs: Use correct variable for the legacy_mem sysfs objectKrzysztof Wilczyński1-1/+1
2021-08-19PCI: Allow userspace to query and set device reset mechanismAmey Narkhede1-0/+1
2021-08-18PCI: 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
2021-06-04PCI/sysfs: Add 'devspec' newlineKrzysztof Wilczyński1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-28PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński1-27/+24
2021-04-28PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński1-38/+29
2021-04-28PCI/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-05PCI: 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