summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)Author
2024-03-05PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functionsIlpo Järvinen
2024-03-05PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas
2023-10-28Merge branch 'pci/vga'Bjorn Helgaas
2023-10-17PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen
2023-10-06PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Sui Jingfeng
2023-10-05PCI: Implement custom llseek for sysfs resource entriesValentine Sinitsyn
2023-09-29PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner
2023-07-18PCI/sysfs: Make I/O resource depend on HAS_IOPORTNiklas Schnelle
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny
2022-11-09PCI/sysfs: Fix double free in error pathSascha Hauer
2022-10-05PCI: Expose PCIe Resizable BAR support via sysfsAlex Williamson
2022-04-22PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski
2022-03-22PCI: Remove unused assignmentsBjorn Helgaas
2021-12-09PCI/sysfs: Use pci_irq_vector()Thomas Gleixner
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-05Merge branch 'pci/sysfs'Bjorn Helgaas
2021-10-18PCI/sysfs: Explicitly show first MSI IRQ for 'irq'Barry Song
2021-10-05PCI/sysfs: use NUMA_NO_NODE macroMax Gurtovoy
2021-09-28PCI/sysfs: Return -EINVAL consistently from "store" functionsKrzysztof Wilczyński
2021-09-28PCI/sysfs: Check CAP_SYS_ADMIN before parsing user inputKrzysztof Wilczyński
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-19PCI/sysfs: Use correct variable for the legacy_mem sysfs objectKrzysztof Wilczyński
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński
2021-06-04PCI/sysfs: Add 'devspec' newlineKrzysztof Wilczyński
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