aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-07-06Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-14/+28
2019-07-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-15/+25
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolGravatar Zhang Lei 1-1/+1
2019-07-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 3-1/+15
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+10
2019-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-3/+11
2019-07-02Merge tag 'davinci-fixes-for-v5.2-part2' of git://git.kernel.org/pub/scm/linu...Gravatar Olof Johansson 1990-9922/+2864
2019-07-02ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...Gravatar Jiri Kosina 1-0/+2
2019-07-02KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICGravatar Wanpeng Li 1-1/+1
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSGravatar Liran Alon 1-9/+16
2019-07-02KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMMGravatar Liran Alon 1-1/+4
2019-07-02KVM: x86: degrade WARN to pr_warn_ratelimitedGravatar Paolo Bonzini 1-3/+3
2019-07-02ARM: davinci: da830-evm: fix GPIO lookup for OHCIGravatar Bartosz Golaszewski 1-1/+1
2019-07-02ARM: davinci: omapl138-hawk: add missing regulator constraints for OHCIGravatar Bartosz Golaszewski 1-0/+3
2019-07-02ARM: davinci: da830-evm: add missing regulator constraints for OHCIGravatar Bartosz Golaszewski 1-0/+3
2019-07-01Merge tag 'mvebu-fixes-5.2-2' of git://git.infradead.org/linux-mvebu into arm...Gravatar Olof Johansson 1-0/+8
2019-06-30Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-55/+89
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-30/+16
2019-06-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+30
2019-06-29Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-06-29Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 2-8/+157
2019-06-29Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-3/+24
2019-06-28ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...Gravatar Steven Rostedt (VMware) 1-0/+5
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Gravatar Petr Mladek 1-0/+3
2019-06-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 8-25/+24
2019-06-28Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csk...Gravatar Linus Torvalds 1-0/+5
2019-06-28x86/unwind/orc: Fall back to using frame pointers for generated codeGravatar Josh Poimboeuf 1-4/+22
2019-06-28perf/x86: Always store regs->ip in perf_callchain_kernel()Gravatar Song Liu 1-5/+5
2019-06-27ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial nodeGravatar Joshua Scott 1-0/+8
2019-06-26riscv: mm: Fix code commentGravatar ShihPo Hung 1-3/+0
2019-06-26riscv: dts: Re-organize the DT nodesGravatar Yash Shah 2-0/+19
2019-06-26RISC-V: defconfig: enable MMC & SPI for RISC-VGravatar Atish Patra 1-0/+5
2019-06-26x86/speculation: Allow guests to use SSBD even if host does notGravatar Alejandro Jimenez 1-1/+10
2019-06-26arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyGravatar Nathan Chancellor 1-1/+5
2019-06-26arm64: kaslr: keep modules inside module region when KASAN is enabledGravatar Ard Biesheuvel 1-2/+6
2019-06-26csky: Fixup libgcc unwind errorGravatar Guo Ren 1-0/+5
2019-06-26x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Gravatar Kirill A. Shutemov 1-11/+13
2019-06-26x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessGravatar Kirill A. Shutemov 1-1/+2
2019-06-26x86/boot/64: Fix crash if kernel image crosses page table boundaryGravatar Kirill A. Shutemov 1-8/+9
2019-06-25Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Olof Johansson 1-4/+4
2019-06-25Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Olof Johansson 2-9/+7
2019-06-25powerpc/64s/exception: Fix machine check early corrupting AMRGravatar Nicholas Piggin 1-1/+1
2019-06-25Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+4
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Gravatar Dmitry Korotin 1-9/+20
2019-06-24perf/x86: Remove pmu->pebs_no_xmm_regsGravatar Kan Liang 3-7/+4
2019-06-24perf/x86: Clean up PEBS_XMM_REGSGravatar Kan Liang 3-21/+3
2019-06-24perf/x86/regs: Check reserved bitsGravatar Kan Liang 1-2/+5
2019-06-24perf/x86: Disable extended registers for non-supported PMUsGravatar Kan Liang 2-0/+4
2019-06-24Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-8/+47