aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+11
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas1-7/+2
2018-01-23PCI: Expose ari_enabled in sysfsStuart Hayes1-0/+11
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-5/+5
2017-12-18PCI: Remove sysfs resource mmap warningBjorn Helgaas1-7/+2
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+34
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi1-0/+33
2017-10-05PCI: Constify pci_dev_type structureBhumika Goyal1-1/+1
2017-09-25PCI: Fix race condition with driver_overrideNicolai Stange1-2/+9
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-3/+0
2017-09-01PCI: Remove unused "res" variable from pci_resource_io()Shawn Lin1-3/+0
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring1-2/+2
2017-08-10PCI: Constify bin_attribute structuresBhumika Goyal1-2/+2
2017-08-10PCI: Constify sysfs attribute_group structuresArvind Yadav1-5/+5
2017-07-03Merge branch 'pci/virtualization' into nextBjorn Helgaas1-3/+2
2017-06-19PCI: Add sysfs max_link_speed/width, current_link_speed/width, etcWong Vee Khee1-4/+195
2017-06-14PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski1-3/+2
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas1-0/+28
2017-04-20PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang1-0/+28
2017-04-20PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse1-10/+3
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+1
2017-04-20PCI: Use BAR index in sysfs attr->private instead of resource pointerDavid Woodhouse1-24/+14
2017-04-18PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse1-5/+8
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse1-2/+2
2017-04-12PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse1-3/+7
2017-02-03PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov1-7/+16
2016-11-21PCI: Create revision file in sysfsEmil Velikov1-0/+2
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-0/+5
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+3
2016-04-25PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas1-4/+3
2016-04-14pci-sysfs: use proper file capability helper functionLinus Torvalds1-1/+1
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas1-40/+32
2016-03-12PCI: Simplify pci_create_attr() control flowBjorn Helgaas1-26/+27
2016-03-12PCI: Don't leak memory if sysfs_create_bin_file() failsBjorn Helgaas1-0/+2
2016-03-12PCI: Simplify sysfs ROM cleanupBjorn Helgaas1-10/+3
2016-03-12PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfsBjorn Helgaas1-6/+2
2016-02-29PCI: Determine actual VPD size on first accessHannes Reinecke1-1/+1
2016-02-29PCI: Allow access to VPD attributes with size 0Hannes Reinecke1-8/+12
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-34/+24
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-25/+15
2016-01-08PCI: Use kobj_to_dev() instead of open-coding itGeliang Tang1-25/+15
2015-12-10PCI: Support PCIe devices with short cfg_sizeJason S. McMullan1-9/+9
2015-11-24PCI: Prevent out of bounds access in numa_node overrideMathias Krause1-1/+4
2015-10-07PCI: Prevent out of bounds access in numa_node overrideSasha Levin1-1/+1
2015-02-24PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin1-2/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-29/+10
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+26