aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsGravatar Marc Zyngier 1-0/+4
2015-10-01Merge branches 'pm-pci' and 'acpi-pci'Gravatar Rafael J. Wysocki 1-3/+4
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-37/+36
2015-09-25PCI / PM: Update runtime PM documentation for PCI devicesGravatar Rafael J. Wysocki 1-3/+4
2015-09-24PCI: rcar: Add R8A7794 supportGravatar Sergei Shtylyov 1-0/+1
2015-09-24PCI: Use function 0 VPD for identical functions, regular VPD for othersGravatar Alex Williamson 2-24/+18
2015-09-24PCI: Fix devfn for VPD access through function 0Gravatar Alex Williamson 1-3/+6
2015-09-24PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesGravatar Alex Williamson 1-6/+11
2015-09-22PCI: Clear IORESOURCE_UNSET when clipping a bridge windowGravatar Bjorn Helgaas 1-0/+2
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 2-4/+3
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Gravatar Bjorn Helgaas 1-6/+0
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-09-08Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+1
2015-09-08PCI,parisc: Enable 64-bit bus addresses on PA-RISCGravatar Helge Deller 1-1/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-109/+181
2015-09-01Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-2/+2
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+14
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+85
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 30-390/+647
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextGravatar Bjorn Helgaas 11-65/+124
2015-08-26PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGravatar Guilherme G. Piccoli 1-1/+1
2015-08-25PCI: Add pci_ioremap_wc_bar()Gravatar Luis R. Rodriguez 1-0/+14
2015-08-24PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIGravatar Zhang Rui 1-0/+12
2015-08-24Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into nextGravatar Bjorn Helgaas 3-13/+4
2015-08-24PCI: Set MPS to match upstream bridgeGravatar Keith Busch 3-4/+23
2015-08-20PCI: Don't use 64-bit bus addresses on PA-RISCGravatar Bjorn Helgaas 1-1/+1
2015-08-20PCI: Move MPS configuration check to pci_configure_device()Gravatar Bjorn Helgaas 1-19/+24
2015-08-20PCI: Drop references acquired by of_parse_phandle()Gravatar Bjorn Helgaas 2-0/+2
2015-08-20PCI/MSI: Remove unused pcibios_msi_controller() hookGravatar Lorenzo Pieralisi 1-16/+1
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Gravatar Lorenzo Pieralisi 2-6/+17
2015-08-20PCI: Add pci_scan_root_bus_msi()Gravatar Lorenzo Pieralisi 1-2/+12
2015-08-20PCI: generic: Add arm64 supportGravatar Jayachandran C 1-1/+1
2015-08-20PCI: Build setup-irq.o for arm64Gravatar Jayachandran C 1-0/+1
2015-08-20PCI: generic: Remove dependency on ARM-specific struct hw_pciGravatar Jayachandran C 1-19/+33
2015-08-20PCI: imx6: Simplify a trivial if-return sequenceGravatar Fabio Estevam 1-10/+2
2015-08-20PCI: spear: Use BUG_ON() instead of condition followed by BUG()Gravatar Fabio Estevam 1-2/+1
2015-08-20PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE()Gravatar Fabio Estevam 1-1/+1
2015-08-19PCI: Tolerate hierarchies with no Root PortGravatar Yijing Wang 1-1/+6
2015-08-18PCI: xilinx: Fix typo in function nameGravatar Jiang Liu 1-1/+1
2015-08-14Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into nextGravatar Bjorn Helgaas 4-32/+153
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Gravatar Bjorn Helgaas 14-200/+165
2015-08-13PCI: Remove pci_ats_enabled()Gravatar Bjorn Helgaas 1-3/+3
2015-08-13PCI: Stop caching ATS Invalidate Queue DepthGravatar Bjorn Helgaas 1-5/+4
2015-08-13PCI: Clean up ATS error handlingGravatar Bjorn Helgaas 1-5/+5
2015-08-13PCI: Use pci_physfn() rather than looking up physfn by handGravatar Bjorn Helgaas 1-4/+4
2015-08-13PCI: Inline the ATS setup code into pci_ats_init()Gravatar Bjorn Helgaas 1-6/+1
2015-08-13PCI: Rationalize pci_ats_queue_depth() error checkingGravatar Bjorn Helgaas 1-4/+4
2015-08-13PCI: Embed ATS info directly into struct pci_devGravatar Bjorn Helgaas 2-41/+21
2015-08-13PCI: Allocate ATS struct during enumerationGravatar Bjorn Helgaas 3-56/+46