From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756541AbcBXFqi (ORCPT ); Wed, 24 Feb 2016 00:46:38 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:36258 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750996AbcBXFqh (ORCPT ); Wed, 24 Feb 2016 00:46:37 -0500 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: arcml , lkml , Alexey Brodkin From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.5-rc6 Message-ID: <56CD43AB.5030008@synopsys.com> Date: Wed, 24 Feb 2016 11:16:19 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.197.208] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, A critical bug fix since the last pull request and a sweeping defconfig cleanup from Alexey. Please pull. Thx, -Vineet ----> The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865: Linux 4.5-rc4 (2016-02-14 13:05:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.5-rc6-fixes for you to fetch changes up to d73b73f5626ac0b131b31b7b9457e19201bc570b: ARC: SMP: No need for CONFIG_ARC_IPI_DBG (2016-02-24 11:07:32 +0530) ---------------------------------------------------------------- ARC fixes for 4.5-rc5 - Fix for csd deadlock due to missing self IPI - Accompanying IPI cleanups / optimization - Some boot reporting updates for new features ---------------------------------------------------------------- Alexey Brodkin (1): arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE Vineet Gupta (8): ARC: Assume multiplier is always present ARCv2: boot print Low Latency Memory ARCv2: boot report CCMs (Closely Coupled Memories) ARCv2: SMP: Emulate IPI to self using software triggered interrupt ARC: [intc-compact] Remove IPI setup from ARCompact port ARCv2: SMP: Push IPI_IRQ into IPI provider ARCv2: Elide sending new cross core intr if receiver didn't ack prev ARC: SMP: No need for CONFIG_ARC_IPI_DBG arch/arc/Kconfig | 18 ------- arch/arc/Makefile | 4 -- arch/arc/configs/axs101_defconfig | 4 +- arch/arc/configs/axs103_defconfig | 10 +--- arch/arc/configs/axs103_smp_defconfig | 10 +--- arch/arc/configs/nsim_700_defconfig | 5 +- arch/arc/configs/nsim_hs_defconfig | 3 +- arch/arc/configs/nsim_hs_smp_defconfig | 6 +-- arch/arc/configs/nsimosci_defconfig | 2 +- arch/arc/configs/nsimosci_hs_defconfig | 3 +- arch/arc/configs/nsimosci_hs_smp_defconfig | 12 +---- arch/arc/configs/tb10x_defconfig | 18 +++---- arch/arc/include/asm/arcregs.h | 32 +++++++----- arch/arc/include/asm/irq.h | 2 - arch/arc/include/asm/irqflags-arcv2.h | 11 ++++ arch/arc/kernel/entry-arcv2.S | 11 ++-- arch/arc/kernel/intc-compact.c | 3 -- arch/arc/kernel/mcip.c | 55 ++++++++++---------- arch/arc/kernel/setup.c | 80 +++++++++++++++++++----------- arch/arc/kernel/smp.c | 3 -- 20 files changed, 134 insertions(+), 158 deletions(-)