summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* PCI: Prevent sysfs disable of device while driver is attachedChristoph Hellwig2018-05-251-6/+9
* Merge branch 'pci/vpd'Bjorn Helgaas2018-04-041-64/+3
|\
| * PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas2018-03-191-64/+3
* | Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-041-2/+1
|\ \
| * | PCI: Probe for device reset support during enumerationBjorn Helgaas2018-02-161-2/+1
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2018-04-041-3/+0
|\ \
| * | PCI: Tidy commentsBjorn Helgaas2018-03-191-3/+0
| |/
* | PCI: Add pcie_get_width_cap() to find max supported link widthTal Gilboa2018-03-301-8/+2
* | PCI: Add pcie_get_speed_cap() to find max supported link speedTal Gilboa2018-03-301-26/+2
* | PCI: Add decoding for 16 GT/s link speedJay Fang2018-03-211-0/+6
|/
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2018-01-311-0/+11
|\
| * PCI: Expose ari_enabled in sysfsStuart Hayes2018-01-231-0/+11
* | Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-311-7/+2
|\ \
| * | PCI: Remove sysfs resource mmap warningBjorn Helgaas2017-12-181-7/+2
| |/
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-5/+5
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+34
|\
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-141-0/+33
| |\
| | * PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi2017-10-101-0/+33
| * | PCI: Constify pci_dev_type structureBhumika Goyal2017-10-051-1/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* PCI: Fix race condition with driver_overrideNicolai Stange2017-09-251-2/+9
* Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-071-3/+0
|\
| * PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin2017-09-011-3/+0
* | PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-241-2/+2
* | PCI: Constify bin_attribute structuresBhumika Goyal2017-08-101-2/+2
* | PCI: Constify sysfs attribute_group structuresArvind Yadav2017-08-101-5/+5
|/
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-07-031-3/+2
|\
| * PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski2017-06-141-3/+2
* | PCI: Add sysfs max_link_speed/width, current_link_speed/width, etcWong Vee Khee2017-06-191-4/+195
|/
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-281-0/+28
|\
| * PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-201-0/+28
* | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-201-10/+3
* | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+1
* | PCI: Use BAR index in sysfs attr->private instead of resource pointerDavid Woodhouse2017-04-201-24/+14
* | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-5/+8
* | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-181-2/+2
* | PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse2017-04-121-3/+7
|/
* PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov2017-02-031-7/+16
* PCI: Create revision file in sysfsEmil Velikov2016-11-211-0/+2
* PCI: Put PCIe ports into D3 during suspendMika Westerberg2016-06-131-0/+5
* Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-191-4/+3
|\
| * PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas2016-04-251-4/+3
* | pci-sysfs: use proper file capability helper functionLinus Torvalds2016-04-141-1/+1
|/
* Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-151-40/+32
|\
| * PCI: Simplify pci_create_attr() control flowBjorn Helgaas2016-03-121-26/+27
| * PCI: Don't leak memory if sysfs_create_bin_file() failsBjorn Helgaas2016-03-121-0/+2
| * PCI: Simplify sysfs ROM cleanupBjorn Helgaas2016-03-121-10/+3
| * PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfsBjorn Helgaas2016-03-121-6/+2
* | PCI: Determine actual VPD size on first accessHannes Reinecke2016-02-291-1/+1
OpenPOWER on IntegriCloud