aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-11/+67
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-20/+101
2015-11-02Merge branch 'pm-sleep'Rafael J. Wysocki3-11/+67
2015-10-30Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2015-10-16PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2-0/+25
2015-10-16PCI: Add per-device MSI domain hookMarc Zyngier1-5/+30
2015-10-16PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier1-7/+6
2015-10-16PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney1-0/+32
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier1-0/+4
2015-10-14PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki1-1/+1
2015-10-14PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki1-7/+2
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2-8/+8
2015-10-12PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki3-11/+72
2015-10-07PCI: Prevent out of bounds access in numa_node overrideSasha Levin1-1/+1
2015-10-01Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki1-3/+4
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-37/+36
2015-09-25PCI / PM: Update runtime PM documentation for PCI devicesRafael J. Wysocki1-3/+4
2015-09-24PCI: rcar: Add R8A7794 supportSergei Shtylyov1-0/+1
2015-09-24PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2-24/+18
2015-09-24PCI: Fix devfn for VPD access through function 0Alex Williamson1-3/+6
2015-09-24PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson1-6/+11
2015-09-22PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas1-0/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-4/+3
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-6/+0
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1/+1
2015-09-08Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+1
2015-09-08PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller1-1/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-109/+181
2015-09-01Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+85
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds30-390/+647
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas11-65/+124
2015-08-26PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli1-1/+1
2015-08-25PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez1-0/+14
2015-08-24PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui1-0/+12
2015-08-24Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into nextBjorn Helgaas3-13/+4
2015-08-24PCI: Set MPS to match upstream bridgeKeith Busch3-4/+23
2015-08-20PCI: Don't use 64-bit bus addresses on PA-RISCBjorn Helgaas1-1/+1
2015-08-20PCI: Move MPS configuration check to pci_configure_device()Bjorn Helgaas1-19/+24
2015-08-20PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas2-0/+2
2015-08-20PCI/MSI: Remove unused pcibios_msi_controller() hookLorenzo Pieralisi1-16/+1
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi2-6/+17
2015-08-20PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi1-2/+12
2015-08-20PCI: generic: Add arm64 supportJayachandran C1-1/+1
2015-08-20PCI: Build setup-irq.o for arm64Jayachandran C1-0/+1
2015-08-20PCI: generic: Remove dependency on ARM-specific struct hw_pciJayachandran C1-19/+33
2015-08-20PCI: imx6: Simplify a trivial if-return sequenceFabio Estevam1-10/+2
2015-08-20PCI: spear: Use BUG_ON() instead of condition followed by BUG()Fabio Estevam1-2/+1