summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Merge branch 'for-linus' into nextBjorn Helgaas2012-11-261-34/+0
| |\
| * | PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas2012-11-091-5/+5
| * | PCI: Provide method to reduce the number of total VFs supportedDonald Dutile2012-11-091-2/+2
| * | PCI: SRIOV control and status via sysfsDonald Dutile2012-11-091-0/+127
| * | PCI: Use is_visible() with boot_vga attribute for pci_devYinghai Lu2012-11-091-11/+10
| * | PCI: Add pci_device_type to pdev's device structYinghai Lu2012-11-091-0/+24
* | | PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-7/+0
| |/ |/|
* | PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-051-34/+0
|/
* PCI/PM: Fix config reg access for D3cold and bridge suspendingHuang Ying2012-08-211-0/+42
* Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-0/+29
|\
| * PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-0/+29
OpenPOWER on IntegriCloud