- 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
- cc73176 PCI: Cleanup pci/pcie/Kconfig whitespace by Andreas Ziegler · 9 years ago
- 5adecf8 PCI: Wait for up to 1000ms after FLR reset by Alex Williamson · 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
- 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 · 10 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
- 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 · 10 years ago
- dd19392 PCI: designware: Explain why we don't program ATU for some platforms by Jisheng Zhang · 10 years ago
- 952bbcb PCI: Remove includes of asm/pci-bridge.h by Bjorn Helgaas · 10 years ago
- b6b83f7 PCI: Remove empty asm-generic/pci-bridge.h by Bjorn Helgaas · 10 years ago
- 234234c ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h by Bjorn Helgaas · 10 years ago
- 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 10 years ago
- 5bbe029 PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h by Bjorn Helgaas · 10 years ago
- 41cceba PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning by Bjorn Helgaas · 10 years ago
- 4e48fe4 PCI/PME: Remove redundant port lookup by Bjorn Helgaas · 10 years ago
- ab1a187 PCI: Check device_attach() return value always by Bjorn Helgaas · 10 years ago
- dbae40b PCI: layerscape: Add "fsl,ls2085a-pcie" compatible ID by Yang Shi · 10 years ago
- 3487c65 PCI: rcar: Remove PCI_PROBE_ONLY handling by Lorenzo Pieralisi · 10 years ago
- b404bcf PCI: Add ACS quirk for all Cavium devices by Manish Jaggi · 10 years ago
- 0e6053d PCI/AER: Use list_first_entry_or_null() to simplify code by Geliang Tang · 10 years ago
- 7e8fbdc PCI/AER: Restore pci_ops pointer while calling original pci_ops by David Daney · 10 years ago
- 3b0a6d1 PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops by Bjorn Helgaas · 10 years ago
- 4d107d3 PCI: imx6: Move link up check into imx6_pcie_wait_for_link() by Lucas Stach · 10 years ago
- a77c542 PCI: imx6: Remove broken Gen2 workaround by Lucas Stach · 10 years ago
- 54a47a8 PCI: imx6: Move PHY reset into imx6_pcie_establish_link() by Lucas Stach · 10 years ago
- 53eeb48 PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functions by Lucas Stach · 10 years ago
- 92e963f Linux 4.5-rc1 by Linus Torvalds · 10 years ago
- e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 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 · 10 years ago
- 81f05fe Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 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 · 10 years ago
- 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- 772950e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
- 6b31de3 ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list by Josh Boyer · 10 years ago
- f1fc3cd MAINTAINERS: Combine multiple telemetry entries by Souvik Kumar Chakravarty · 10 years ago
- 7885f2f intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs by Souvik Kumar Chakravarty · 10 years ago
- 587198b vmstat: Remove BUG_ON from vmstat_update by Christoph Lameter · 10 years ago
- 07d17f0 Merge branch '4.4-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
- dbb9831 MIPS: zboot: Add support for serial debug using the PROM by Alban Bedel · 10 years ago
- 25f6609 MIPS: zboot: Avoid useless rebuilds by Alban Bedel · 10 years ago
- a7b4381 MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB by Florian Fainelli · 10 years ago
- 5bdb102 MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function by Simon Arlott · 10 years ago
- 696569f MIPS: bcm963xx: Update bcm_tag field image_sequence by Simon Arlott · 10 years ago
- 1f29cb1 MIPS: bcm963xx: Move extended flash address to bcm_tag header file by Simon Arlott · 10 years ago
- 8fce60b MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure by Simon Arlott · 10 years ago
- 5a8b0b1 MIPS: bcm63xx: nvram: Use nvram structure definition from header file by Simon Arlott · 10 years ago
- 3271e61 MIPS: bcm963xx: Add Broadcom BCM963xx board nvram data structure by Simon Arlott · 10 years ago
- 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 10 years ago
- bfd3d53 MAINTAINERS: Add KVM for MIPS entry by James Hogan · 10 years ago
- f7fdcb6 MIPS: KVM: Add missing newline to kvm_err() by James Hogan · 10 years ago
- b2c5963 MIPS: Move KVM specific opcodes into asm/inst.h by James Hogan · 10 years ago
- f4956f6 MIPS: KVM: Use cacheops.h definitions by James Hogan · 10 years ago
- 5fa393c MIPS: Break down cacheops.h definitions by James Hogan · 10 years ago
- 1b505de MIPS: Use EXCCODE_ constants with set_except_vector() by James Hogan · 10 years ago
- 044c9bb MIPS: Update trap codes by James Hogan · 10 years ago
- 16d100db MIPS: Move Cause.ExcCode trap codes to mipsregs.h by James Hogan · 10 years ago
- 2db9d23 MIPS: KVM: Make kvm_mips_{init,exit}() static by James Hogan · 10 years ago
- 088ec20 MIPS: KVM: Refactor added offsetof()s by James Hogan · 10 years ago
- cb1b447 MIPS: KVM: Convert EXPORT_SYMBOL to _GPL by James Hogan · 10 years ago
- e318f0f MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index() by James Hogan · 10 years ago
- 9fd4af6 MIPS: Move definition of DC bit to mipsregs.h by James Hogan · 10 years ago
- 4c53e6b MIPS: KVM: Drop some unused definitions from kvm_host.h by James Hogan · 10 years ago
- caa1faa MIPS: KVM: Trivial whitespace and style fixes by James Hogan · 10 years ago
- 097d563 MIPS: pic32mzda: Add initial PIC32MZDA Starter Kit defconfig by Joshua Henderson · 10 years ago
- 842b6b1 MIPS: dts: Add initial DTS for the PIC32MZDA Starter Kit by Joshua Henderson · 10 years ago
- 2572f00 MIPS: Add support for PIC32MZDA platform by Joshua Henderson · 10 years ago
- 9b9c2cd dt/bindings: Add bindings for PIC32/MZDA platforms by Joshua Henderson · 10 years ago
- aaa8666 IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controller by Cristian Birsan · 10 years ago
- edf2194 dt/bindings: Add bindings for PIC32 interrupt controller by Cristian Birsan · 10 years ago
- 70ce14b MIPS: bmips: Improve BCM6368 device tree by Álvaro Fernández Rojas · 10 years ago
- db66dbb MIPS: bmips: Improve BCM6328 device tree by Álvaro Fernández Rojas · 10 years ago
- 555fae6 MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[] by James Hogan · 10 years ago
- 8cbe4b5 MIPS: TXx9: iocled: Be sure to clamp return value by Linus Walleij · 10 years ago
- 8eb248f MIPS: RB532: Be sure to clamp return value by Linus Walleij · 10 years ago
- 6ea6b7f MIPS: TXx9: Be sure to clamp return value by Linus Walleij · 10 years ago
- 249e573 MIPS: ar7: Be sure to clamp return value by Linus Walleij · 10 years ago