summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | PCI: Allow access to VPD attributes with size 0Hannes Reinecke2016-02-291-8/+12
|/
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-34/+24
|\
| * Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-25/+15
| |\
| | * PCI: Use kobj_to_dev() instead of open-coding itGeliang Tang2016-01-081-25/+15
| * | PCI: Support PCIe devices with short cfg_sizeJason S. McMullan2015-12-101-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-241-2/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-29/+10
|\
| * cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-29/+10
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-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-101-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/+19
|\
| * PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpointsYijing Wang2014-10-011-20/+19
* | PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado2014-09-221-1/+1
|/
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-6/+4
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-158/+131
*-. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-281-0/+40
|\ \
| | * PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson2014-05-281-0/+40
| |/
* | PCI: Remove pcibios_add_platform_entries()Sebastian Ott2014-05-221-10/+0
* | 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-071-14/+3
* PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-131-12/+7
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-12/+16
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-10-311-17/+16
|\
| * PCI: Add pci_dev_show_local_cpu() to simplify codeYijing Wang2013-10-071-17/+15
* | PCI: Make pci_bus_attrs, pci_dev_attrs, dev_rescan_attr, dev_remove_attr, vga...Sachin Kamat2013-10-071-7/+9
* | PCI: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-071-27/+46
* | PCI: convert bus code to use bus_groupsGreg Kroah-Hartman2013-10-071-3/+13
|/
* PCI: Convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-11/+21
* Merge branch 'pci/jiang-iov-fixes' into nextBjorn Helgaas2013-06-051-2/+28
|\
| * PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functionsJiang Liu2013-06-051-2/+28
* | PCI: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-011-9/+9
|/
* PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-04-151-1/+1
* PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-11/+161
|\
OpenPOWER on IntegriCloud