Age | Commit message (Expand) | Author | Files | Lines |
2016-04-15 | PCI: Add pci_set_vpd_size() to set VPD size | Hariprasad Shenai | 1 | -0/+1 |
2016-03-20 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+9 |
2016-03-17 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -20/+59 |
2016-03-15 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 1 | -0/+1 |
2016-03-15 | Merge branch 'pci/host-hv' into next | Bjorn Helgaas | 1 | -0/+4 |
2016-03-15 | Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/... | Bjorn Helgaas | 1 | -0/+2 |
2016-03-15 | Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/... | Bjorn Helgaas | 1 | -20/+30 |
2016-03-09 | PCI: Add pcibios_bus_add_device() weak function | Wei Yang | 1 | -0/+1 |
2016-03-09 | PCI/IOV: Rename and export virtfn_{add, remove} | Wei Yang | 1 | -0/+8 |
2016-03-09 | PCI: Add pci_ops.{add,remove}_bus() callbacks | Thierry Reding | 1 | -0/+2 |
2016-03-07 | PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.h | Bjorn Helgaas | 1 | -18/+1 |
2016-03-07 | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 1 | -0/+4 |
2016-02-25 | PCI: Disable IO/MEM decoding for devices with non-compliant BARs | Bjorn Helgaas | 1 | -0/+1 |
2016-02-19 | PCI: Update VPD definitions | Hannes Reinecke | 1 | -2/+25 |
2016-02-18 | Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed" | Bjorn Helgaas | 1 | -17/+0 |
2016-02-17 | PCI: Add fwnode_handle to x86 pci_sysdata | Jake Oshins | 1 | -0/+4 |
2016-02-06 | PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h | Bjorn Helgaas | 1 | -0/+22 |
2016-01-21 | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
2015-12-21 | acpi: pci: Setup MSI domain for ACPI based pci devices | Suravee Suthikulpanit | 1 | -0/+10 |
2015-11-25 | ARM/PCI: Move align_resource function pointer to pci_host_bridge structure | Gabriele Paoloni | 1 | -0/+9 |
2015-11-25 | PCI/MSI: Initialize MSI capability for all architectures | Guilherme G. Piccoli | 1 | -2/+0 |
2015-10-23 | PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratum | Hariprasad Shenai | 1 | -0/+1 |
2015-10-06 | PCI: Add builtin_pci_driver() to avoid registration boilerplate | Paul Gortmaker | 1 | -0/+11 |
2015-09-09 | pci: mm: add pci_pool_zalloc() call | Sean O. Stalley | 1 | -0/+2 |
2015-09-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+4 |
2015-09-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2015-09-01 | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+54 |
2015-08-28 | Merge branches 'pci/enumeration' and 'pci/misc' into next | Bjorn Helgaas | 1 | -4/+9 |
2015-08-26 | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code | Guilherme G. Piccoli | 1 | -0/+1 |
2015-08-25 | PCI: Add pci_ioremap_wc_bar() | Luis R. Rodriguez | 1 | -0/+1 |
2015-08-24 | PCI: Set MPS to match upstream bridge | Keith Busch | 1 | -4/+5 |
2015-08-20 | PCI: Add pci_scan_root_bus_msi() | Lorenzo Pieralisi | 1 | -0/+4 |
2015-08-14 | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 1 | -2/+24 |
2015-08-13 | PCI: Remove pci_ats_enabled() | Bjorn Helgaas | 1 | -2/+0 |
2015-08-13 | PCI: Stop caching ATS Invalidate Queue Depth | Bjorn Helgaas | 1 | -1/+0 |
2015-08-13 | PCI: Move ATS declarations to linux/pci.h so they're all together | Bjorn Helgaas | 1 | -1/+9 |
2015-08-13 | PCI: Reduce size of ATS structure elements | Bjorn Helgaas | 1 | -3/+3 |
2015-08-13 | PCI: Embed ATS info directly into struct pci_dev | Bjorn Helgaas | 1 | -3/+5 |
2015-08-13 | PCI: Allocate ATS struct during enumeration | Bjorn Helgaas | 1 | -0/+9 |
2015-08-05 | Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'... | Bjorn Helgaas | 1 | -0/+21 |
2015-07-31 | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 1 | -0/+5 |
2015-07-30 | PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_sem | Yijing Wang | 1 | -1/+2 |
2015-07-30 | PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed | Jiang Liu | 1 | -0/+17 |
2015-07-30 | PCI: Add pcibios_alloc_irq() and pcibios_free_irq() | Jiang Liu | 1 | -0/+2 |
2015-07-30 | PCI/MSI: Add support for OF-provided msi_domain | Marc Zyngier | 1 | -0/+4 |
2015-07-22 | genirq/MSI: Move msi_list from struct pci_dev to struct device | Jiang Liu | 1 | -1/+0 |
2015-07-21 | PCI: Add dev_flags bit to access VPD through function 0 | Mark Rustad | 1 | -0/+2 |
2015-06-12 | Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci... | Bjorn Helgaas | 1 | -22/+22 |
2015-06-12 | PCI: Remove unused pci_scan_bus_parented() | Yijing Wang | 1 | -2/+0 |
2015-06-08 | PCI: Remove unused pci_dma_burst_advice() | Bjorn Helgaas | 1 | -11/+0 |