index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pci-sysfs.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
Merge branch 'pci/pm'
Bjorn Helgaas
1
-0
/
+3
2025-05-23
PCI/AER: Add sysfs attributes for log ratelimits
Jon Pan-Doh
1
-0
/
+1
2025-04-23
PCI: Increment PM usage counter when probing reset methods
Alex Williamson
1
-0
/
+3
2025-03-27
Merge branch 'pci/resource'
Bjorn Helgaas
1
-2
/
+6
2025-03-21
PCI/DOE: Expose DOE features via sysfs
Alistair Francis
1
-0
/
+3
2025-03-21
s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAP
Niklas Schnelle
1
-0
/
+4
2025-03-20
PCI: Fix BAR resizing when VF BARs are assigned
Ilpo Järvinen
1
-2
/
+2
2025-01-23
Merge branch 'pci/misc'
Bjorn Helgaas
1
-21
/
+21
2025-01-15
PCI/sysfs: Remove unnecessary zero in initializer
Ilpo Järvinen
1
-1
/
+1
2025-01-15
PCI/sysfs: Use __free() in reset_method_store()
Ilpo Järvinen
1
-11
/
+7
2025-01-15
PCI/sysfs: Move reset related sysfs code to correct file
Ilpo Järvinen
1
-0
/
+112
2024-12-03
PCI/sysfs: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-21
/
+21
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-19
/
+23
2024-11-13
PCI: Add 'reset_subordinate' to reset hierarchy below bridge
Keith Busch
1
-0
/
+26
2024-11-05
sysfs: treewide: constify attribute callback of bin_attribute::llseek()
Thomas Weißschuh
1
-1
/
+1
2024-11-05
sysfs: treewide: constify attribute callback of bin_attribute::mmap()
Thomas Weißschuh
1
-5
/
+5
2024-11-05
sysfs: treewide: constify attribute callback of bin_is_visible()
Thomas Weißschuh
1
-1
/
+1
2024-11-05
PCI/sysfs: Calculate bin_attribute size through bin_size()
Thomas Weißschuh
1
-12
/
+16
2024-08-09
s390/pci: Stop usurping pdev->dev.groups
Lukas Wunner
1
-0
/
+5
2024-03-05
PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functions
Ilpo Järvinen
1
-64
/
+74
2024-03-05
PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=y
Lukas Wunner
1
-28
/
+1
2023-11-03
Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+25
2023-10-28
Merge branch 'pci/field-get'
Bjorn Helgaas
1
-3
/
+2
2023-10-28
Merge branch 'pci/vga'
Bjorn Helgaas
1
-4
/
+3
2023-10-17
PCI: Use FIELD_GET() to extract Link Width
Ilpo Järvinen
1
-3
/
+2
2023-10-06
PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()
Sui Jingfeng
1
-4
/
+3
2023-10-05
PCI: Implement custom llseek for sysfs resource entries
Valentine Sinitsyn
1
-1
/
+25
2023-09-29
PCI/sysfs: Protect driver's D3cold preference from user space
Lukas Wunner
1
-4
/
+1
2023-07-18
PCI/sysfs: Make I/O resource depend on HAS_IOPORT
Niklas Schnelle
1
-0
/
+4
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-1
/
+1
2022-12-14
Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-4
/
+9
2022-11-14
PCI: Allow drivers to request exclusive config regions
Ira Weiny
1
-0
/
+7
2022-11-09
PCI/sysfs: Fix double free in error path
Sascha Hauer
1
-4
/
+9
2022-10-05
PCI: Expose PCIe Resizable BAR support via sysfs
Alex Williamson
1
-0
/
+108
2022-04-22
PCI: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
1
-24
/
+4
2022-03-22
PCI: Remove unused assignments
Bjorn Helgaas
1
-6
/
+1
2021-12-09
PCI/sysfs: Use pci_irq_vector()
Thomas Gleixner
1
-5
/
+2
2021-11-06
Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-15
/
+36
2021-11-05
Merge branch 'pci/sysfs'
Bjorn Helgaas
1
-14
/
+13
2021-10-18
PCI/sysfs: Explicitly show first MSI IRQ for 'irq'
Barry Song
1
-1
/
+23
2021-10-05
PCI/sysfs: use NUMA_NO_NODE macro
Max Gurtovoy
1
-2
/
+4
2021-09-28
PCI/sysfs: Return -EINVAL consistently from "store" functions
Krzysztof Wilczyński
1
-11
/
+9
2021-09-28
PCI/sysfs: Check CAP_SYS_ADMIN before parsing user input
Krzysztof Wilczyński
1
-7
/
+8
2021-09-07
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-1
/
+2
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-3
/
+3
2021-08-19
PCI/sysfs: Use correct variable for the legacy_mem sysfs object
Krzysztof Wilczyński
1
-1
/
+1
2021-08-18
PCI: Allow userspace to query and set device reset mechanism
Amey Narkhede
1
-0
/
+1
2021-08-17
PCI: Remove reset_fn field from pci_dev
Amey Narkhede
1
-1
/
+1
2021-08-05
sysfs: Rename struct bin_attribute member to f_mapping
Krzysztof Wilczyński
1
-3
/
+3
2021-08-05
sysfs: Invoke iomem_get_mapping() from the sysfs open callback
Krzysztof Wilczyński
1
-3
/
+3
[next]