aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)Author
2019-07-31PCI: sysfs: Ignore lockdep for remove attributeMarek Vasut
2019-05-09PCI: Use dev_printk() when possibleBjorn Helgaas
2019-01-22PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas
2018-07-31PCI: sysfs: Resume to D0 on function resetLukas Wunner
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig
2018-04-04Merge branch 'pci/vpd'Bjorn Helgaas
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas
2018-03-30PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa
2018-03-30PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa
2018-03-21PCI: Add decoding for 16 GT/s link speedJay Fang
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-03-19PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas
2018-02-16PCI: Probe for device reset support during enumerationBjorn Helgaas
2018-01-31Merge branch 'pci/virtualization' into nextBjorn Helgaas
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas
2018-01-23PCI: Expose ari_enabled in sysfsStuart Hayes
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-12-18PCI: Remove sysfs resource mmap warningBjorn Helgaas
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal
2017-09-25PCI: Fix race condition with driver_overrideNicolai Stange
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring
2017-08-10PCI: Constify bin_attribute structuresBhumika Goyal
2017-08-10PCI: Constify sysfs attribute_group structuresArvind Yadav
2017-07-03Merge branch 'pci/virtualization' into nextBjorn Helgaas
2017-06-19PCI: Add sysfs max_link_speed/width, current_link_speed/width, etcWong Vee Khee
2017-06-14PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas
2017-04-20PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang
2017-04-20PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse
2017-04-20PCI: Use BAR index in sysfs attr->private instead of resource pointerDavid Woodhouse
2017-04-18PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse
2017-04-12PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse
2017-02-03PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov
2016-11-21PCI: Create revision file in sysfsEmil Velikov
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds