summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds50-139/+4413
2016-08-02Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds385-6865/+20470
2016-08-02Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds33-2024/+153
2016-08-02Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-163/+263
2016-08-02Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-3/+85
2016-08-02Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds118-1077/+960
2016-08-02Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds93-428/+214
2016-08-01MIPS: Modify error handlingAmitoj Kaur Chawla1-2/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds118-132/+113
2016-08-01KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff1-0/+4
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas201-966/+1021
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Bjorn Helgaas3-16/+55
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2-2/+12
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas11-191/+73
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas3-4/+4
2016-08-01MIPS: Select HAVE_KVM for MIPS64_R{2,6}James Hogan1-0/+2
2016-08-01MIPS: KVM: Reset CP0_PageMask during host TLB flushJames Hogan1-0/+2
2016-08-01MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan1-1/+1
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan1-3/+4
2016-08-01MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan1-0/+8
2016-08-01MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan1-0/+12
2016-08-01MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan1-3/+22
2016-08-01MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan1-2/+8
2016-08-01MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan1-24/+24
2016-08-01MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2-7/+17
2016-08-01MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan1-1/+1
2016-08-01MIPS: Fix definition of KSEGX() for 64-bitJames Hogan1-1/+1
2016-08-01arm64: KVM: Set cpsr before spsr on fault injectionAndrew Jones1-7/+5
2016-08-01arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel1-4/+4
2016-08-01KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson1-11/+15
2016-08-01kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack1-3/+28
2016-08-01perf/x86: Modify error message in virtualized environmentJuergen Gross1-4/+7
2016-08-01x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells1-1/+1
2016-08-01Merge branch 'x86/asm' into x86/urgent, to pick up fixIngo Molnar1-0/+6
2016-08-01Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds4-4/+7
2016-08-01powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual2-1/+77
2016-08-01powerpc/ptrace: Enable support for EBB registersAnshuman Khandual2-0/+76
2016-08-01powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual1-0/+117
2016-08-01powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual1-0/+178
2016-08-01powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual2-1/+143
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual2-0/+130
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual2-0/+159
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual1-0/+126
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual1-0/+222
2016-08-01powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual1-13/+51
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual1-0/+64
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual1-3/+87
2016-08-01powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual1-4/+89
2016-08-01powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual2-0/+28
2016-08-01powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V5-26/+1