summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-07-031-3/+2Star
|\
| * PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski2017-06-151-3/+2Star
* | 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/+3Star
* | 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/+14Star
* | 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/+3Star
|\
| * PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive()Bjorn Helgaas2016-04-251-4/+3Star
* | pci-sysfs: use proper file capability helper functionLinus Torvalds2016-04-141-1/+1
|/
* Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-151-40/+32Star
|\
| * 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/+3Star
| * PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfsBjorn Helgaas2016-03-121-6/+2Star
* | PCI: Determine actual VPD size on first accessHannes Reinecke2016-03-011-1/+1
* | PCI: Allow access to VPD attributes with size 0Hannes Reinecke2016-03-011-8/+12
|/
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-34/+24Star
|\
| * Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-25/+15Star
| |\
| | * PCI: Use kobj_to_dev() instead of open-coding itGeliang Tang2016-01-081-25/+15Star
| * | PCI: Support PCIe devices with short cfg_sizeJason S. McMullan2015-12-111-9/+9
| |/
* / PCI: Prevent out of bounds access in numa_node overrideMathias Krause2015-11-241-1/+4
|/
* PCI: Prevent out of bounds access in numa_node overrideSasha Levin2015-10-071-1/+1
* PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin2015-02-251-2/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-29/+10Star
|\
| * cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-29/+10Star
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-111-2/+2
|\ \
| * | PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki2014-12-041-2/+2
| |/
* | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-111-1/+26
|\ \ | |/ |/|
| * PCI: Allow numa_node override via sysfsPrarit Bhargava2014-11-061-1/+26
* | PCI: Rename sysfs 'enabled' file back to 'enable'Greg Kroah-Hartman2014-10-301-4/+4
|/
* Merge branch 'pci/msi' into nextBjorn Helgaas2014-10-011-20/+19Star
|\
| * PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpointsYijing Wang2014-10-011-20/+19Star
* | PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado2014-09-221-1/+1
|/
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-6/+4Star
* PCI: Whitespace cleanupRyan Desfosses2014-06-111-158/+131Star
*-. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-291-0/+40
|\ \
| | * PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson2014-05-291-0/+40
| |/
* | PCI: Remove pcibios_add_platform_entries()Sebastian Ott2014-05-221-10/+0Star
* | PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott2014-04-301-0/+18
|/
* pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-081-14/+3Star
* PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-141-12/+7Star
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-12/+16