summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-03-01PCI: Determine actual VPD size on first accessHannes Reinecke1-1/+1
2016-03-01PCI: 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...Linus 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-11PCI: 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-25PCI: Don't read past the end of sysfs "driver_override" bufferSasha Levin1-2/+3
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-29/+10
2014-12-11Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-12-11Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+26
2014-12-04PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki1-2/+2
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-29/+10
2014-11-07PCI: Allow numa_node override via sysfsPrarit Bhargava1-1/+26
2014-10-30PCI: Rename sysfs 'enabled' file back to 'enable'Greg Kroah-Hartman1-4/+4
2014-10-01Merge branch 'pci/msi' into nextBjorn Helgaas1-20/+19
2014-10-01PCI/MSI: Add "msi_bus" sysfs MSI/MSI-X control for endpointsYijing Wang1-20/+19
2014-09-22PCI: Generate uppercase hex for modalias interface classRicardo Ribalda Delgado1-1/+1
2014-06-11PCI: Merge multi-line quoted stringsRyan Desfosses1-6/+4
2014-06-11PCI: Whitespace cleanupRyan Desfosses1-158/+131
2014-05-29Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas1-0/+40
2014-05-29PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson1-0/+40
2014-05-22PCI: Remove pcibios_add_platform_entries()Sebastian Ott1-10/+0
2014-05-01PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott1-0/+18
2014-02-08pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-14/+3
2014-01-14PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki1-12/+7
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-12/+16
2013-11-01Merge branch 'pci/misc' into nextBjorn Helgaas1-17/+16
2013-10-08PCI: Add pci_dev_show_local_cpu() to simplify codeYijing Wang1-17/+15
2013-10-08PCI: Make pci_bus_attrs, pci_dev_attrs, dev_rescan_attr, dev_remove_attr, vga...Sachin Kamat1-7/+9
2013-10-08PCI: convert bus code to use dev_groupsGreg Kroah-Hartman1-27/+46
2013-10-08PCI: convert bus code to use bus_groupsGreg Kroah-Hartman1-3/+13
2013-07-25PCI: Convert class code to use dev_groupsGreg Kroah-Hartman1-11/+21
2013-06-05Merge branch 'pci/jiang-iov-fixes' into nextBjorn Helgaas1-2/+28
2013-06-05PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functionsJiang Liu1-2/+28
2013-06-02PCI: Replace strict_strtoul() with kstrtoul()Jingoo Han1-9/+9
2013-04-16PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2012-12-26PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas1-51/+34
2012-12-14Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+161
2012-11-29PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-7/+0
2012-11-27Merge branch 'for-linus' into nextBjorn Helgaas1-34/+0