aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas14-265/+0
2017-09-07Merge branch 'pci/irq-fixups' into nextBjorn Helgaas19-75/+219
2017-09-07Merge branch 'pci/host-vmd' into nextBjorn Helgaas1-0/+17
2017-08-30x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick1-1/+1
2017-08-30x86/PCI: Move VMD quirk to x86 fixupsJon Derrick1-0/+17
2017-08-29arm64: dts: rockchip: convert PCIe to use per-lane PHYs for rk3339Shawn Lin1-3/+5
2017-08-10microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead codeLorenzo Pieralisi2-135/+0
2017-08-03sparc/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-6/+18
2017-08-03unicore32/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-4/+31
2017-08-03tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2-10/+32
2017-08-03MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-7/+17
2017-08-03m68k/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-4/+32
2017-08-03alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2-11/+47
2017-08-03sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-16/+25
2017-08-03sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter10-14/+14
2017-08-02ARC: Remove empty kernel/pcibios.cPalmer Dabbelt2-10/+0
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt9-69/+0
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt9-51/+0
2017-07-31MIPS: PCI: Fix pcibios_scan_bus() NULL check code pathLorenzo Pieralisi1-5/+5
2017-07-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+13
2017-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+50
2017-07-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-21/+69
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds11-42/+47
2017-07-28Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds9-36/+168
2017-07-28Merge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-246/+2
2017-07-28arm64: mmu: Place guard page after mapping of kernel imageWill Deacon1-7/+11
2017-07-28x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke1-0/+1
2017-07-27Merge branch 'parisc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds15-253/+151
2017-07-27Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-23/+80
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon1-0/+1
2017-07-27powerpc/mm/hash: Free the subpage_prot_table correctlyAneesh Kumar K.V1-1/+1
2017-07-26Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-masterPaolo Bonzini2-1/+5
2017-07-26KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li1-3/+14
2017-07-26Merge tag 'kvm-s390-master-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-2/+6
2017-07-26KVM: nVMX: Fix loss of L2's NMI blocking stateWanpeng Li1-0/+2
2017-07-26KVM: nVMX: Fix posted intr delivery when vcpu is in guest modeWincy Van1-11/+11
2017-07-26x86: irq: Define a global vector for nested posted interruptsWincy Van7-1/+29
2017-07-26KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini1-2/+2
2017-07-26arm64: sysreg: Fix unprotected macro argmuent in write_sysregDave Martin1-2/+2
2017-07-26powerpc/Makefile: Fix ld version check with 64-bit LE-only toolchainMichael Ellerman1-12/+13
2017-07-26powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier1-1/+0
2017-07-26powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt6-22/+154
2017-07-25Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-14/+41
2017-07-25parisc: Extend disabled preemption in copy_user_pageJohn David Anglin1-1/+1
2017-07-25parisc: Prevent TLB speculation on flushed pages on CPUs that only support equivalent aliasesJohn David Anglin1-20/+14
2017-07-25parisc: Suspend lockup detectors before system haltHelge Deller1-0/+2
2017-07-25parisc: Show DIMM slot number which holds broken memory moduleHelge Deller1-5/+14
2017-07-25parisc: Add function to return DIMM slot of physical addressHelge Deller2-1/+40
2017-07-25parisc: Fix crash when calling PDC_PAT_MEM PDT firmware functionHelge Deller2-3/+12
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-4/+4