From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755881AbcBXJA1 (ORCPT ); Wed, 24 Feb 2016 04:00:27 -0500 Received: from smtprelay4.synopsys.com ([198.182.47.9]:52696 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755148AbcBXJA0 (ORCPT ); Wed, 24 Feb 2016 04:00:26 -0500 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: Alexey Brodkin , Valentin Rothberg , arcml , lkml From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.5-rc6 (updated) Message-ID: <56CD7119.6000502@synopsys.com> Date: Wed, 24 Feb 2016 14:30:09 +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. P.S. There was a SNAFU in my earlier pull request from this morning, please ignore that and sorry abt that. 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-upd for you to fetch changes up to 9ef2d8be55652804205a34dcbfec78b933c0ea30: arc: SMP: CONFIG_ARC_IPI_DBG cleanup (2016-02-24 14:15:39 +0530) ---------------------------------------------------------------- ARC fixes for 4.5-rc6 - Fix for csd deadlock due to missing self IPI - Accompanying IPI cleanups / optimization - Brown paper bag bug in one of the cleanups above - Boot reporting updates for new hardware features - Don't force DEVTMPFS if INITRAMFS ---------------------------------------------------------------- Alexey Brodkin (1): arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE Valentin Rothberg (1): arc: SMP: CONFIG_ARC_IPI_DBG cleanup 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 | 60 +++++++++++----------- arch/arc/kernel/setup.c | 80 +++++++++++++++++++----------- arch/arc/kernel/smp.c | 3 -- 20 files changed, 134 insertions(+), 163 deletions(-)