summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas19-51/+334
2016-07-29PCI: Add ACS quirk for Solarflare SFC9220Edward Cree1-0/+1
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch2-0/+17
2016-07-25PCI: Remove DPC tristate module optionKeith Busch1-4/+1
2016-07-25PCI: Bind DPC to Root Ports as well as Downstream PortsKeith Busch1-1/+1
2016-07-19PCI: Add DMA alias quirk for Adaptec 3805Alex Williamson1-0/+3
2016-07-19PCI: Include <asm/dma.h> for isa_dma_bridge_buggyBen Dooks1-0/+1
2016-06-21PCI: Fix whitespace in struct dpc_devMika Westerberg1-2/+2
2016-06-21PCI: Convert Downstream Port Containment driver to use devm_* functionsMika Westerberg1-9/+4
2016-06-20PCI: pciehp: Ignore interrupts during D3coldLukas Wunner1-0/+4
2016-06-15PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann3-21/+28
2016-06-13PCI: Add runtime PM support for PCIe portsMika Westerberg2-0/+54
2016-06-13ACPI / hotplug / PCI: Runtime resume bridge before rescanMika Westerberg1-0/+4
2016-06-13PCI: Power on bridges before scanning new devicesMika Westerberg1-0/+9
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg7-5/+196
2016-06-13PCI: Don't clear d3cold_allowed for PCIe portsMika Westerberg1-5/+0
2016-06-10PCI: Make bus_attr_resource_alignment staticBen Dooks1-1/+1
2016-06-10PCI: Mark Atheros AR9485 and QCA9882 to avoid bus resetChris Blake1-4/+6
2016-06-10PCI/ASPM: Remove redundant check of pcie_set_clkpmShawn Lin1-1/+1
2016-06-10PCI: Add function 1 DMA alias quirk for Marvell 88SE9182Aaron Sierra1-0/+3
2016-06-10ARM64: PCI: Add acpi_pci_bus_find_domain_nr()Tomasz Nowicki1-1/+3
2016-06-10PCI: Factor DT-specific pci_bus_find_domain_nr() code outTomasz Nowicki1-1/+6
2016-06-10PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERICTomasz Nowicki2-3/+5
2016-06-10PCI/ACPI: Add generic MCFG table handlingTomasz Nowicki3-0/+96
2016-06-10PCI/ACPI: Support I/O resources when parsing host bridge resourcesJayachandran C1-0/+35
2016-06-10PCI: Add pci_unmap_iospace() to unmap I/O resourcesSinan Kaya1-0/+18
2016-06-10PCI: Add parent device field to ECAM struct pci_config_windowJayachandran C2-2/+4
2016-06-10PCI: Move ecam.h to linux/include/pci-ecam.hJayachandran C6-77/+5
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-18/+8
2016-06-04Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds45-228/+226
2016-06-04Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds3-5/+6
2016-06-04Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2-9/+4
2016-06-04Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-27/+25
2016-06-04Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-2/+2
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+49
2016-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-7/+5
2016-06-03Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'Rafael J. Wysocki4508-124334/+301081
2016-06-03Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2-2/+2
2016-06-03drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on errorJulien Grall1-0/+1
2016-06-03drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmuJulien Grall1-3/+3
2016-06-03drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfgJulien Grall1-4/+1
2016-06-03drm/omap: fix unused variable warning.Dave Airlie1-1/+0
2016-06-03Merge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dave Airlie25-42/+30
2016-06-03Merge tag 'imx-drm-next-2016-06-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie7-66/+93
2016-06-03Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-...Dave Airlie1-5/+5
2016-06-03Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie3-81/+78
2016-06-02irqchip/irq-pic32-evic: Fix bug with external interrupts.Joshua Henderson1-1/+1
2016-06-02irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni1-2/+47
2016-06-02irqchip/gic-v3: Fix quiescence check in gic_enable_redistAndrew Jones1-1/+1
2016-06-02drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau1-0/+1