summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"Will Deacon2016-05-311-0/+14
| | |/ / / | |/| | |
* | | | | Merge tag 'powerpc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-06-036-38/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support callThomas Huth2016-06-011-0/+1
| * | | | powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V2016-06-011-4/+1
| * | | | powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V2016-06-011-2/+20
| * | | | powerpc/mm/radix: Update LPCR only if it is powernvAneesh Kumar K.V2016-06-011-13/+10
| * | | | powerpc: Use privileged SPR number for MMCR2Thomas Huth2016-05-311-1/+1
| * | | | powerpc: Fix definition of SIAR and SDAR registersThomas Huth2016-05-311-2/+2
| * | | | powerpc/pseries/eeh: Refactor the configure_bridge RTAS tokensRussell Currey2016-05-301-16/+12
| * | | | powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridgeRussell Currey2016-05-301-15/+36
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-06-025-31/+60
|\ \ \ \
| * | | | KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-021-0/+5
| * | | | KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2016-06-021-0/+4
| * | | | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
| * | | | kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2016-06-021-1/+1
| * | | | KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov2016-06-021-0/+1
| * | | | KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-021-4/+4
| * | | | arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier2016-05-311-7/+16
| * | | | arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier2016-05-311-4/+2
| * | | | arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE valueMarc Zyngier2016-05-311-1/+12
| * | | | KVM: arm/arm64: vgic-v3: Clear all dirty LRsChristoffer Dall2016-05-311-4/+3
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-05-3111-100/+215
|\ \ \ \
| * | | | sparc64: Fix return from trap window fill crashes.David S. Miller2016-05-295-52/+116
| * | | | sparc: Harden signal return frame checks.David S. Miller2016-05-295-45/+92
| * | | | sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller2016-05-251-3/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-05-318-68/+103
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | s390: fix info leak in do_sigsegvMichal Hocko2016-05-231-0/+1
| * | | | s390/config: update default configurationHeiko Carstens2016-05-235-64/+98
| * | | | s390/bpf: fix recache skb->data/hlen for skb_vlan_push/popMichael Holzheu2016-05-192-3/+3
| * | | | s390/bpf: reduce maximum program size to 64 KBMichael Holzheu2016-05-191-1/+1
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-2858-248/+353
|\ \ \ \ \
| * | | | | MIPS: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner2016-05-281-1/+1
| * | | | | MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan2016-05-281-0/+1
| * | | | | MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan2016-05-281-8/+0
| * | | | | MIPS: devicetree: fix cpu interrupt controller node-namesAntony Pavlov2016-05-286-6/+6
| * | | | | MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki2016-05-281-1/+2
| * | | | | MIPS: Pistachio: Enable KASLRMatt Redfearn2016-05-282-2/+7
| * | | | | MIPS: lib: Mark intrinsics notraceHarvey Hunt2016-05-287-7/+7
| * | | | | MIPS: Fix 64-bit HTW configurationJames Hogan2016-05-281-2/+12
| * | | | | MIPS: Add 64-bit HTW fieldsJames Hogan2016-05-282-2/+14
| * | | | | MIPS: Simplify DSP instruction encoding macrosJames Hogan2016-05-281-90/+17
| * | | | | MIPS: Add missing tlbinvf/XPA microMIPS encodingsJames Hogan2016-05-281-5/+7
| * | | | | MIPS: Fix little endian microMIPS MSA encodingsJames Hogan2016-05-282-62/+58
| * | | | | MIPS: Add missing VZ accessor microMIPS encodingsJames Hogan2016-05-281-9/+18
| * | | | | MIPS: Add inline asm encoding helpersJames Hogan2016-05-281-0/+27
| * | | | | MIPS: Spelling fix lets -> let'sRalf Baechle2016-05-289-10/+10
| * | | | | MIPS: VR41xx: Fix typoAndrea Gelmini2016-05-281-1/+1
| * | | | | MIPS: oprofile: Fix typoAndrea Gelmini2016-05-281-1/+1
| * | | | | MIPS: math-emu: Fix typoAndrea Gelmini2016-05-281-2/+2
| * | | | | MIPS: lib: Fix typoAndrea Gelmini2016-05-281-1/+1