aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 4-11/+24
2019-04-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 21-80/+125
2019-04-07ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPUGravatar Arnd Bergmann 1-0/+4
2019-04-07ARM: iop: don't use using 64-bit DMA masksGravatar Arnd Bergmann 3-12/+12
2019-04-07ARM: orion: don't use using 64-bit DMA masksGravatar Arnd Bergmann 1-2/+2
2019-04-07Revert "ARM: dts: nomadik: Fix polarity of SPI CS"Gravatar Olof Johansson 1-5/+4
2019-04-07Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Gravatar Olof Johansson 5-11/+51
2019-04-07Merge tag 'at91-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Olof Johansson 2-3/+5
2019-04-07Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 7-47/+44
2019-04-07Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Olof Johansson 1-0/+3
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2019-04-06parisc: Detect QEMU earlier in boot processGravatar Helge Deller 2-6/+3
2019-04-06parisc: also set iaoq_b in instruction_pointer_set()Gravatar Sven Schnelle 1-1/+2
2019-04-06parisc: regs_return_value() should return gpr28Gravatar Sven Schnelle 1-1/+1
2019-04-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+9
2019-04-05sh: fix multiple function definition build errorsGravatar Randy Dunlap 1-2/+2
2019-04-05kmemleak: powerpc: skip scanning holes in the .bss sectionGravatar Catalin Marinas 1-0/+7
2019-04-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-37/+59
2019-04-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+6
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 25-658/+192
2019-04-05KVM: x86: nVMX: fix x2APIC VTPR read interceptGravatar Marc Orr 1-1/+1
2019-04-05KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Gravatar Marc Orr 1-28/+44
2019-04-05KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowGravatar David Rientjes 1-3/+9
2019-04-05kvm: svm: fix potential get_num_contig_pages overflowGravatar David Rientjes 1-5/+5
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsGravatar Steven Rostedt (VMware) 19-296/+86
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 24-365/+105
2019-04-05xen: Prevent buffer overflow in privcmd ioctlGravatar Dan Carpenter 1-0/+3
2019-04-04xtensa: fix format string warning in init_pmdGravatar Max Filippov 1-1/+1
2019-04-04Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-14/+37
2019-04-04xtensa: fix return_addressGravatar Max Filippov 1-1/+5
2019-04-04arm64: fix wrong check of on_sdei_stack in nmi contextGravatar Wei Li 1-0/+6
2019-04-04csky: Fix syscall_get_arguments() and syscall_set_arguments()Gravatar Dmitry V. Levin 1-4/+6
2019-04-04riscv: Fix syscall_get_arguments() and syscall_set_arguments()Gravatar Dmitry V. Levin 1-5/+7
2019-04-04arm/mach-at91/pm : fix possible object reference leakGravatar Peng Hao 1-2/+4
2019-04-03xtensa: fix initialization of pt_regs::syscall in start_threadGravatar Max Filippov 1-9/+12
2019-04-03xtensa: use actual syscall number in do_syscall_trace_leaveGravatar Max Filippov 1-0/+6
2019-04-01Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixesGravatar Tony Lindgren 1-2/+2
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 45-78/+181
2019-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-22/+19
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+1
2019-03-31Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-13/+32
2019-03-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineGravatar Matteo Croce 3-10/+7
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Gravatar Joe Perches 1-1/+1
2019-03-28RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC areaGravatar Anup Patel 1-1/+1
2019-03-29powerpc/pseries/mce: Fix misleading print for TLB mutlihitGravatar Mahesh Salgaonkar 1-0/+1
2019-03-28Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Paolo Bonzini 4-3/+27
2019-03-28KVM: x86: update %rip after emulating IOGravatar Sean Christopherson 2-10/+27
2019-03-28x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initGravatar Vitaly Kuznetsov 1-2/+7
2019-03-28kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsGravatar Xiaoyao Li 1-1/+2