Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754707AbbK0MOl (ORCPT ); Fri, 27 Nov 2015 07:14:41 -0500 Received: from smtprelay4.synopsys.com ([198.182.47.9]:57204 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754651AbbK0MOi convert rfc822-to-8bit (ORCPT ); Fri, 27 Nov 2015 07:14:38 -0500 From: Vineet Gupta To: Linus Torvalds CC: Sujay Raj , arcml , lkml , Alexey Brodkin Subject: [GIT PULL] ARC fixes for 4.4-rc3 Thread-Topic: [GIT PULL] ARC fixes for 4.4-rc3 Thread-Index: AdEpDSyvsMhUl2a6QN6HBYLWPReHQA== Date: Fri, 27 Nov 2015 12:14:33 +0000 Message-ID: Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.12.197.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2335 Lines: 57 Hi Linus, Fixes for ARC for 4.4-rc3. Please Pull ! ----------------> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.4-rc3-fixes for you to fetch changes up to 2e22502c080f27afeab5e6f11e618fb7bc7aea53: ARC: dw2 unwind: Remove falllback linear search thru FDE entries (2015-11-23 21:36:49 +0530) ---------------------------------------------------------------- ARC fixes for 4.4-rc3 - Fix for perf callgraph unwinding causing RCU stalls - Fix to enable Linux to run on non-default Interrupt priority 0 - Removal of pointless SYNC from __switch_to() ---------------------------------------------------------------- Vineet Gupta (5): ARC: comments update ARC: Abstract out ISA specific SLEEP args ARCv2: Use the default irq priority for idle sleep ARC: remove SYNC from __switch_to() ARC: dw2 unwind: Remove falllback linear search thru FDE entries sujayraaj (1): ARC: switch to arc-linux- CROSS_COMPILE prefix across all configs arch/arc/configs/axs101_defconfig | 2 +- arch/arc/configs/axs103_defconfig | 2 +- arch/arc/configs/axs103_smp_defconfig | 2 +- arch/arc/configs/nsim_hs_defconfig | 2 +- arch/arc/configs/nsim_hs_smp_defconfig | 2 +- arch/arc/configs/nsimosci_hs_defconfig | 2 +- arch/arc/configs/nsimosci_hs_smp_defconfig | 2 +- arch/arc/configs/vdk_hs38_defconfig | 2 +- arch/arc/configs/vdk_hs38_smp_defconfig | 2 +- arch/arc/include/asm/irqflags-arcv2.h | 3 +++ arch/arc/include/asm/irqflags-compact.h | 2 ++ arch/arc/kernel/ctx_sw.c | 2 -- arch/arc/kernel/ctx_sw_asm.S | 3 --- arch/arc/kernel/process.c | 9 ++++---- arch/arc/kernel/unwind.c | 37 ++++-------------------------- arch/arc/mm/tlb.c | 4 ++-- 16 files changed, 24 insertions(+), 54 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/