aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-19PCI: Wrong register used to check pending trafficGavin Shan1-2/+3
2014-05-16x86: htirq: Use irq_alloc/free_irq()Thomas Gleixner1-9/+4
2014-05-15PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum1-2/+2
2014-05-05pci: change "foo* bar" to "foo *bar"Ryan Desfosses1-3/+3
2014-05-04Merge tag 'mvebu-mbus_pci-fixes-3.15' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-16/+76
2014-04-30PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev1-46/+33
2014-04-30PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott1-0/+18
2014-04-29Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into nextBjorn Helgaas23-61/+76
2014-04-29PCI: Fix use of uninitialized MPS valueBjorn Helgaas1-1/+1
2014-04-29PCI: Remove dead codeBjorn Helgaas1-2/+1
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas7-25/+24
2014-04-29PCI: Fail new_id for vendor/device values already built into driverBandan Das1-1/+21
2014-04-28PCI: Add new ID for Intel GPU "spurious interrupt" quirkThomas Jarosch1-0/+1
2014-04-25PCI: rphahp: Fix endianess issuesLaurent Dufour1-6/+9
2014-04-25PCI: Fix incorrect vgaarb conditional in WARN_ON()Bjorn Helgaas1-1/+1
2014-04-24PCI: Allow hotplug service drivers to operate in polling modeRajat Jain1-1/+4
2014-04-24PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain1-0/+2
2014-04-24PCI: mvebu: split PCIe BARs into multiple MBus windows when neededThomas Petazzoni1-14/+74
2014-04-24PCI: mvebu: fix off-by-one in the computed size of the mbus windowsWilly Tarreau1-2/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-16PCI: tegra: Use new OF interrupt mapping when possibleLucas Stach1-1/+6
2014-04-16PCI: rcar: Use new OF interrupt mapping when possibleLucas Stach1-1/+7
2014-04-16PCI: designware: Use new OF interrupt mapping when possibleLucas Stach1-3/+9
2014-04-16PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar1-3/+3
2014-04-16PCI: designware: Fix comment for setting number of lanesMohit Kumar1-1/+1
2014-04-15PCI: rcar: Use new OF interrupt mapping when possibleLucas Stach1-1/+7
2014-04-14PCI: Add Patsburg (X79) to Intel PCH root port ACS quirkAlex Williamson1-0/+2
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker9-9/+0
2014-04-14PCI: pciehp: Use PCI_EXP_SLTCAP_PSN defineBjorn Helgaas1-1/+1
2014-04-14PCI: hotplug: Remove unnecessary "dev->bus" testBjorn Helgaas1-2/+1
2014-04-14PCI/MSI: Simplify populate_msi_sysfs()Jan Beulich1-10/+6
2014-04-14PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+3
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+3
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds24-422/+718
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-363/+209
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-3/+3
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-8/+25
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas7-45/+78
2014-03-19Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas1-2/+2
2014-03-19PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas1-1/+1
2014-03-19PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-03-19PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-19PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas1-2/+8
2014-03-17Merge branch 'acpi-hotplug'Rafael J. Wysocki1-81/+53
2014-03-17Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2-300/+157