| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2016-03-15 | 5 | -58/+83 |
|\ |
|
| * | MIPS: Loongson 3: Keep CPU physical (not virtual) addresses in shadow ROM res... | Bjorn Helgaas | 2016-03-12 | 1 | -2/+7 |
| * | MIPS: Loongson 3: Use temporary struct resource * to avoid repetition | Bjorn Helgaas | 2016-03-12 | 1 | -7/+7 |
| * | ia64/PCI: Keep CPU physical (not virtual) addresses in shadow ROM resource | Bjorn Helgaas | 2016-03-12 | 2 | -19/+16 |
| * | ia64/PCI: Use ioremap() instead of open-coded equivalent | Bjorn Helgaas | 2016-03-12 | 1 | -3/+2 |
| * | ia64/PCI: Use temporary struct resource * to avoid repetition | Bjorn Helgaas | 2016-03-12 | 2 | -27/+22 |
| * | PCI: Set ROM shadow location in arch code, not in PCI core | Bjorn Helgaas | 2016-03-08 | 2 | -12/+32 |
| * | PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXED | Bjorn Helgaas | 2016-03-08 | 2 | -2/+4 |
| * | x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs | Bjorn Helgaas | 2016-03-08 | 1 | -0/+7 |
* | | Merge branch 'pci/host-hv' into next | Bjorn Helgaas | 2016-03-15 | 1 | -0/+15 |
|\ \ |
|
| * | | PCI: Add fwnode_handle to x86 pci_sysdata | Jake Oshins | 2016-02-16 | 1 | -0/+15 |
| |/ |
|
* | | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 2016-03-15 | 7 | -0/+92 |
|\ \ |
|
| * | | ARC: Add PCI support | Joao Pinto | 2016-03-10 | 7 | -0/+92 |
| |/ |
|
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/... | Bjorn Helgaas | 2016-03-15 | 3 | -47/+47 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | * | microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driver | Bharat Kumar Gogada | 2016-03-08 | 2 | -46/+13 |
| | |/
| |/| |
|
| | * | x86/PCI: VMD: Attach VMD resources to parent domain's resource tree | Jon Derrick | 2016-03-10 | 1 | -0/+16 |
| | * | x86/PCI: VMD: Set bus resource start to 0 | Keith Busch | 2016-03-10 | 1 | -1/+1 |
| | * | x86/PCI: VMD: Document code for maintainability | Keith Busch | 2016-03-10 | 1 | -0/+17 |
| |/ |
|
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/... | Bjorn Helgaas | 2016-03-15 | 34 | -95/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | * | unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definition | Bjorn Helgaas | 2016-03-08 | 1 | -5/+0 |
| | | * | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 2016-03-07 | 21 | -49/+0 |
| | | * | frv/PCI: Remove stray pci_{alloc,free}_consistent() declaration | Christoph Hellwig | 2016-03-07 | 1 | -6/+0 |
| |_|/
|/| | |
|
| | * | PCI: Include pci/hotplug Kconfig directly from pci/Kconfig | Bjorn Helgaas | 2016-03-08 | 11 | -21/+0 |
| | * | PCI: Include pci/pcie/Kconfig directly from pci/Kconfig | Bogicevic Sasa | 2016-03-08 | 9 | -14/+0 |
| |/ |
|
* | | ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h | Bjorn Helgaas | 2016-02-05 | 2 | -5/+0 |
* | | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 2016-02-05 | 7 | -10/+0 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-01-24 | 115 | -757/+4144 |
|\ |
|
| * | Merge branch '4.4-fixes' into mips-for-linux-next | Ralf Baechle | 2016-01-24 | 6 | -3/+11 |
| |\ |
|
| | * | MIPS: Fix macro typo | Jaedon Shin | 2016-01-24 | 1 | -1/+1 |
| | * | MIPS: smp-cps: Ensure secondary cores start with EVA disabled | Matt Redfearn | 2016-01-24 | 2 | -0/+7 |
| | * | MIPS: io.h: Define `ioremap_cache' | Maciej W. Rozycki | 2016-01-24 | 1 | -0/+1 |
| | * | Revert "MIPS: Fix PAGE_MASK definition" | Dan Williams | 2016-01-23 | 1 | -1/+1 |
| * | | MIPS: zboot: Add support for serial debug using the PROM | Alban Bedel | 2016-01-24 | 3 | -0/+12 |
| * | | MIPS: zboot: Avoid useless rebuilds | Alban Bedel | 2016-01-24 | 1 | -6/+8 |
| * | | MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB | Florian Fainelli | 2016-01-24 | 1 | -0/+1 |
| * | | MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function | Simon Arlott | 2016-01-24 | 2 | -13/+0 |
| * | | MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure | Simon Arlott | 2016-01-24 | 1 | -96/+0 |
| * | | MIPS: bcm63xx: nvram: Use nvram structure definition from header file | Simon Arlott | 2016-01-24 | 1 | -32/+3 |
| * | | MIPS: KVM: Add missing newline to kvm_err() | James Hogan | 2016-01-24 | 1 | -1/+1 |
| * | | MIPS: Move KVM specific opcodes into asm/inst.h | James Hogan | 2016-01-24 | 4 | -28/+5 |
| * | | MIPS: KVM: Use cacheops.h definitions | James Hogan | 2016-01-24 | 1 | -22/+8 |
| * | | MIPS: Break down cacheops.h definitions | James Hogan | 2016-01-24 | 1 | -42/+64 |
| * | | MIPS: Use EXCCODE_ constants with set_except_vector() | James Hogan | 2016-01-24 | 2 | -30/+30 |
| * | | MIPS: Update trap codes | James Hogan | 2016-01-24 | 1 | -2/+10 |
| * | | MIPS: Move Cause.ExcCode trap codes to mipsregs.h | James Hogan | 2016-01-24 | 5 | -83/+80 |
| * | | MIPS: KVM: Make kvm_mips_{init,exit}() static | James Hogan | 2016-01-24 | 1 | -2/+2 |
| * | | MIPS: KVM: Refactor added offsetof()s | James Hogan | 2016-01-24 | 1 | -7/+3 |
| * | | MIPS: KVM: Convert EXPORT_SYMBOL to _GPL | James Hogan | 2016-01-24 | 2 | -19/+19 |
| * | | MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index() | James Hogan | 2016-01-24 | 2 | -38/+0 |
| * | | MIPS: Move definition of DC bit to mipsregs.h | James Hogan | 2016-01-24 | 2 | -3/+2 |