summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+1
2026-01-28PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen1-1/+1
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+4
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+3
2025-11-14PCI/sysfs: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR()Rafael J. Wysocki1-2/+2
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen1-1/+1
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-15/+2
2025-11-04PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-0/+4
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+3
2025-10-03Merge branch 'pci/misc'Bjorn Helgaas1-0/+21
2025-10-03Merge branch 'pci/resource'Bjorn Helgaas1-7/+20
2025-09-29PCI/sysfs: Use runtime PM guard macro for auto-cleanupRafael J. Wysocki1-2/+3
2025-09-24PCI/sysfs: Ensure devices are powered for config readsBrian Norris1-1/+19
2025-09-17PCI/sysfs: Expose PCI device serial numberMatthew Wood1-0/+21
2025-09-16PCI: Use pbus_select_window() during BAR resizeIlpo Järvinen1-7/+13
2025-09-16PCI: Preserve bridge window resource type flagsIlpo Järvinen1-0/+7
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-2/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-4/+4
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-24PCI: Increment PM usage counter when probing reset methodsAlex Williamson1-0/+3
2025-03-27Merge branch 'pci/resource'Bjorn Helgaas1-2/+6
2025-03-22PCI/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-21PCI: 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-04PCI/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...Linus Torvalds1-19/+23
2024-11-14PCI: 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-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