- 562df5c Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 9 years ago
- c334f9c Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-tegra', 'pci/host-thunder', 'pci/host-vmd', 'pci/host-xilinx' and 'pci/host-xilinx-nwl' into next by Bjorn Helgaas · 9 years ago
- 18e5e69 Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into next by Bjorn Helgaas · 9 years ago
- 7b78f48 PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition by Heikki Krogerus · 9 years ago
- 5a3aa2a PCI: designware: Add driver for prototyping kits based on ARC SDP by Joao Pinto · 9 years ago
- dac29e6 PCI: designware: Add default link up check if sub-driver doesn't override by Joao Pinto · 9 years ago
- 886bc5c PCI: designware: Add generic dw_pcie_wait_for_link() by Joao Pinto · 9 years ago
- cc73176 PCI: Cleanup pci/pcie/Kconfig whitespace by Andreas Ziegler · 9 years ago
- 7b6e7ba PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices by David Daney · 9 years ago
- f12b76e PCI: thunder: Add PCIe host driver for ThunderX processors by David Daney · 9 years ago
- 4e64dbe PCI: generic: Expose pci_host_common_probe() for use by other drivers by David Daney · 9 years ago
- d51b3710 PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe() by David Daney · 9 years ago
- 7149b9f PCI: generic: Move structure definitions to separate header file by David Daney · 9 years ago
- ab597d3 PCI: xilinx-nwl: Add support for Xilinx NWL PCIe Host Controller by Bharat Kumar Gogada · 9 years ago
- 25de15c9 PCI: keystone: Defer probing if devm_phy_get() returns -EPROBE_DEFER by Shawn Lin · 9 years ago
- eff31f4 PCI: altera: Fix altera_pcie_link_is_up() by Ley Foon Tan · 9 years ago
- 304e6d57 PCI: rcar: Depend on ARCH_RENESAS, not ARCH_SHMOBILE by Simon Horman · 9 years ago
- 2c2c5c5 x86/PCI: VMD: Attach VMD resources to parent domain's resource tree by Jon Derrick · 9 years ago
- d068c35 x86/PCI: VMD: Set bus resource start to 0 by Keith Busch · 9 years ago
- 83cc54a x86/PCI: VMD: Document code for maintainability by Keith Busch · 9 years ago
- 5adecf8 PCI: Wait for up to 1000ms after FLR reset by Alex Williamson · 9 years ago
- c1678ff ARC: Add PCI support by Joao Pinto · 9 years ago
- 7c20078 PCI: Prevent VPD access for buggy devices by Babu Moger · 9 years ago
- c521b01 PCI: Sleep rather than busy-wait for VPD access completion by Bjorn Helgaas · 9 years ago
- caf02ab PCI: Add QEMU top-level IDs for (sub)vendor & device by Robin H. Johnson · 9 years ago
- 8e47e15 PCI/AER: Log aer_inject error injections by Jean Delvare · 9 years ago
- 96b45ea PCI/AER: Log actual error causes in aer_inject by Jean Delvare · 9 years ago
- 3bc1185 PCI/AER: Use dev_warn() in aer_inject by Jean Delvare · 9 years ago
- 20ac75e PCI/AER: Fix aer_inject error codes by Jean Delvare · 9 years ago
- e32faa3 PCI: tegra: Remove misleading PHYS_OFFSET by Thierry Reding · 9 years ago
- 56e75e2 PCI: tegra: Track bus -> CPU mapping by Thierry Reding · 9 years ago
- 8493a95 PCI: tegra: Remove unused struct tegra_pcie.num_ports field by Thierry Reding · 9 years ago
- b4d18d7 PCI: tegra: Implement ->{add,remove}_bus() callbacks by Thierry Reding · 9 years ago
- 057bd2e PCI: Add pci_ops.{add,remove}_bus() callbacks by Thierry Reding · 9 years ago
- e7e127e PCI: Include pci/hotplug Kconfig directly from pci/Kconfig by Bjorn Helgaas · 9 years ago
- 5f8fc43 PCI: Include pci/pcie/Kconfig directly from pci/Kconfig by Bogicevic Sasa · 9 years ago
- 01cf9d5 microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driver by Bharat Kumar Gogada · 9 years ago
- e5d4b20 PCI: xilinx: Update Zynq binding with Microblaze node by Bharat Kumar Gogada · 9 years ago
- 2c51391 PCI: xilinx: Don't call pci_fixup_irqs() on Microblaze by Bharat Kumar Gogada · 9 years ago
- 4c01f3b PCI: xilinx: Remove dependency on ARM-specific struct hw_pci by Bharat Kumar Gogada · 9 years ago
- 0259882 PCI: xilinx: Use of_pci_get_host_bridge_resources() to parse DT by Bharat Kumar Gogada · 9 years ago
- 9289b9d unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definition by Bjorn Helgaas · 9 years ago
- fe53767 PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.h by Bjorn Helgaas · 9 years ago
- bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
- 611609b frv/PCI: Remove stray pci_{alloc,free}_consistent() declaration by Christoph Hellwig · 9 years ago
- 408641e PCI: Fold struct pci_vpd_pci22 into struct pci_vpd by Bjorn Helgaas · 9 years ago
- f1cd93f PCI: Rename VPD symbols to remove unnecessary "pci22" by Bjorn Helgaas · 9 years ago
- da00684 PCI: Remove struct pci_vpd_ops.release function pointer by Bjorn Helgaas · 9 years ago
- 6437907 PCI: Move pci_vpd_release() from header file to pci/access.c by Bjorn Helgaas · 9 years ago
- fc0a407 PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code by Bjorn Helgaas · 9 years ago
- 104daa7 PCI: Determine actual VPD size on first access by Hannes Reinecke · 9 years ago
- c556388 PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busy by Bjorn Helgaas · 9 years ago
- f52e562 PCI: Allow access to VPD attributes with size 0 by Hannes Reinecke · 9 years ago
- 28e3abe PCI: imx6: Add DT bindings to configure PHY Tx driver settings by Justin Waters · 9 years ago
- 6ca7227 PCI: Fix broken URL for Dell biosdevname by Naga Venkata Sai Indubhaskar Jupudi · 9 years ago
- 0a3d00b PCI: Support SR-IOV on any function type by Kelly Zytaruk · 9 years ago
- 9eb45d5 PCI: Update VPD definitions by Hannes Reinecke · 9 years ago
- a314966 Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-layerscape' and 'pci/host-rcar' into next by Bjorn Helgaas · 9 years ago
- 129aaab Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
- ed00c83 PCI: designware: Remove PCI_PROBE_ONLY handling by Lorenzo Pieralisi · 9 years ago
- dd19392 PCI: designware: Explain why we don't program ATU for some platforms by Jisheng Zhang · 9 years ago
- 952bbcb PCI: Remove includes of asm/pci-bridge.h by Bjorn Helgaas · 9 years ago
- b6b83f7 PCI: Remove empty asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
- 234234c ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
- 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
- 5bbe029 PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h by Bjorn Helgaas · 9 years ago
- 41cceba PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning by Bjorn Helgaas · 9 years ago
- 4e48fe4 PCI/PME: Remove redundant port lookup by Bjorn Helgaas · 9 years ago
- ab1a187 PCI: Check device_attach() return value always by Bjorn Helgaas · 9 years ago
- dbae40b PCI: layerscape: Add "fsl,ls2085a-pcie" compatible ID by Yang Shi · 9 years ago
- 3487c65 PCI: rcar: Remove PCI_PROBE_ONLY handling by Lorenzo Pieralisi · 9 years ago
- b404bcf PCI: Add ACS quirk for all Cavium devices by Manish Jaggi · 9 years ago
- 0e6053d PCI/AER: Use list_first_entry_or_null() to simplify code by Geliang Tang · 9 years ago
- 7e8fbdc PCI/AER: Restore pci_ops pointer while calling original pci_ops by David Daney · 9 years ago
- 3b0a6d1 PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops by Bjorn Helgaas · 9 years ago
- 4d107d3 PCI: imx6: Move link up check into imx6_pcie_wait_for_link() by Lucas Stach · 9 years ago
- a77c542 PCI: imx6: Remove broken Gen2 workaround by Lucas Stach · 9 years ago
- 54a47a8 PCI: imx6: Move PHY reset into imx6_pcie_establish_link() by Lucas Stach · 9 years ago
- 53eeb48 PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functions by Lucas Stach · 9 years ago
- 92e963f Linux 4.5-rc1 by Linus Torvalds · 9 years ago
- e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
- e1c1087 Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
- 81f05fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
- c52cb43 Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
- 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
- 772950e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
- 6b31de3 ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list by Josh Boyer · 9 years ago
- f1fc3cd MAINTAINERS: Combine multiple telemetry entries by Souvik Kumar Chakravarty · 9 years ago
- 7885f2f intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs by Souvik Kumar Chakravarty · 9 years ago
- 587198b vmstat: Remove BUG_ON from vmstat_update by Christoph Lameter · 9 years ago
- 07d17f0 Merge branch '4.4-fixes' into mips-for-linux-next by Ralf Baechle · 9 years ago
- dbb9831 MIPS: zboot: Add support for serial debug using the PROM by Alban Bedel · 9 years ago
- 25f6609 MIPS: zboot: Avoid useless rebuilds by Alban Bedel · 9 years ago
- a7b4381 MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB by Florian Fainelli · 9 years ago
- 5bdb102 MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function by Simon Arlott · 9 years ago
- 696569f MIPS: bcm963xx: Update bcm_tag field image_sequence by Simon Arlott · 9 years ago
- 1f29cb1 MIPS: bcm963xx: Move extended flash address to bcm_tag header file by Simon Arlott · 9 years ago
- 8fce60b MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure by Simon Arlott · 9 years ago
- 5a8b0b1 MIPS: bcm63xx: nvram: Use nvram structure definition from header file by Simon Arlott · 9 years ago
- 3271e61 MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure by Simon Arlott · 9 years ago