Age | Commit message (Expand) | Author |
2019-11-28 | Merge branch 'pci/resource' | Bjorn Helgaas |
2019-11-28 | Merge branch 'pci/misc' | Bjorn Helgaas |
2019-11-21 | PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related code | Heiner Kallweit |
2019-11-21 | PCI/ASPM: Add sysfs attributes for controlling ASPM link states | Heiner Kallweit |
2019-11-21 | PCI: sysfs: Remove unused attribute groups | Ben Dooks |
2019-10-14 | PCI: Add PCI_STD_NUM_BARS for the number of standard BARs | Denis Efremov |
2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-08-20 | PCI/IOV: Move sysfs SR-IOV functions to iov.c | Kelsey Skunberg |
2019-08-20 | PCI: sysfs: Change permissions from symbolic to octal | Kelsey Skunberg |
2019-08-20 | PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO() | Kelsey Skunberg |
2019-08-20 | PCI: sysfs: Define device attributes with DEVICE_ATTR*() | Kelsey Skunberg |
2019-08-19 | PCI: Lock down BAR access when the kernel is locked down | Matthew Garrett |
2019-06-21 | PCI: sysfs: Ignore lockdep for remove attribute | Marek Vasut |
2019-06-13 | PCI: Decode PCIe 32 GT/s link speed | Gustavo Pimentel |
2019-05-09 | PCI: Use dev_printk() when possible | Bjorn Helgaas |
2019-01-22 | PCI: pci-sysfs.c: convert to use BUS_ATTR_WO | Greg Kroah-Hartman |
2018-08-15 | Merge branch 'pci/hotplug' | Bjorn Helgaas |
2018-08-15 | Merge branch 'pci/aspm' | Bjorn Helgaas |
2018-08-06 | PCI: Remove unnecessary include of <linux/pci-aspm.h> | Bjorn Helgaas |
2018-07-31 | PCI: sysfs: Resume to D0 on function reset | Lukas Wunner |
2018-07-19 | PCI/AER: Add sysfs attributes to provide AER stats and breakdown | Rajat Jain |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-05-25 | PCI: Prevent sysfs disable of device while driver is attached | Christoph Hellwig |
2018-04-04 | Merge branch 'pci/vpd' | Bjorn Helgaas |
2018-04-04 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2018-04-04 | Merge branch 'pci/misc' | Bjorn Helgaas |
2018-03-30 | PCI: Add pcie_get_width_cap() to find max supported link width | Tal Gilboa |
2018-03-30 | PCI: Add pcie_get_speed_cap() to find max supported link speed | Tal Gilboa |
2018-03-21 | PCI: Add decoding for 16 GT/s link speed | Jay Fang |
2018-03-19 | PCI: Tidy comments | Bjorn Helgaas |
2018-03-19 | PCI/VPD: Move VPD sysfs code to vpd.c | Bjorn Helgaas |
2018-02-16 | PCI: Probe for device reset support during enumeration | Bjorn Helgaas |
2018-01-31 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas |
2018-01-31 | Merge branch 'pci/resource' into next | Bjorn Helgaas |
2018-01-23 | PCI: Expose ari_enabled in sysfs | Stuart Hayes |
2018-01-18 | PCI: Add wrappers for dev_printk() | Frederick Lawler |
2017-12-18 | PCI: Remove sysfs resource mmap warning | Bjorn Helgaas |
2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-14 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-10 | PCI: Expose SR-IOV offset, stride, and VF device ID via sysfs | Filippo Sironi |
2017-10-05 | PCI: Constify pci_dev_type structure | Bhumika Goyal |
2017-09-25 | PCI: Fix race condition with driver_override | Nicolai Stange |
2017-09-07 | Merge branch 'pci/trivial' into next | Bjorn Helgaas |
2017-09-01 | PCI: Remove unused "res" variable from pci_resource_io() | Shawn Lin |
2017-08-24 | PCI: Convert to using %pOF instead of full_name() | Rob Herring |
2017-08-10 | PCI: Constify bin_attribute structures | Bhumika Goyal |
2017-08-10 | PCI: Constify sysfs attribute_group structures | Arvind Yadav |
2017-07-03 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas |
2017-06-19 | PCI: Add sysfs max_link_speed/width, current_link_speed/width, etc | Wong Vee Khee |