summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)Author
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
2016-04-25PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas
2016-04-14pci-sysfs: use proper file capability helper functionLinus Torvalds
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas
2016-03-12PCI: Simplify pci_create_attr() control flowBjorn Helgaas
2016-03-12PCI: Don't leak memory if sysfs_create_bin_file() failsBjorn Helgaas
2016-03-12PCI: Simplify sysfs ROM cleanupBjorn Helgaas
2016-03-12PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfsBjorn Helgaas
2016-02-29PCI: Determine actual VPD size on first accessHannes Reinecke
2016-02-29PCI: Allow access to VPD attributes with size 0Hannes Reinecke
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas
2016-01-08PCI: Use kobj_to_dev() instead of open-coding itGeliang Tang
2015-12-10PCI: Support PCIe devices with short cfg_sizeJason S. McMullan
2015-11-24PCI: Prevent out of bounds access in numa_node overrideMathias Krause
2015-10-07PCI: Prevent out of bounds access in numa_node overrideSasha Levin
2015-02-24PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-04PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-11-06PCI: Allow numa_node override via sysfsPrarit Bhargava
2014-10-30PCI: Rename sysfs 'enabled' file back to 'enable'Greg Kroah-Hartman
2014-10-01Merge branch 'pci/msi' into nextBjorn Helgaas
2014-10-01PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpointsYijing Wang
2014-09-22PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson