Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751853AbbGOH1h (ORCPT ); Wed, 15 Jul 2015 03:27:37 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:44092 "EHLO smtprelay.synopsys.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751156AbbGOH1g convert rfc822-to-8bit (ORCPT ); Wed, 15 Jul 2015 03:27:36 -0400 From: Vineet Gupta To: Linus Torvalds CC: lkml , "arc-linux-dev@synopsys.com" , Alexey Brodkin , "Joel Porquet" , Michal Marek Subject: [GIT PULL] ARC fixes for 4.2-rc3 Thread-Topic: [GIT PULL] ARC fixes for 4.2-rc3 Thread-Index: AdC+z7TUD6GBNR1VRqWuvDFr3s5WUw== Date: Wed, 15 Jul 2015 07:27:30 +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.226] Content-Type: text/plain; charset="iso-8859-1" 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: 2872 Lines: 76 Hi Linus, Please pull. Thx, -Vineet -----------> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-v4.2-rc3-fixes for you to fetch changes up to 624b71ee20acba269e348eb6bdd516d47b9d30fa: ARCv2: support HS38 releases (2015-07-13 13:33:23 +0530) ---------------------------------------------------------------- ARC fixes for 4.2-rc3 - Makefile changes (top-level+ARC) reinstates -O3 builds (regression since 3.16) - IDU intc related fixes, IRQ affinity - patch to make bitops safer for ARC - perf fix from Alexey to remove signed PC braino - Futex backend gets llock/scond support ---------------------------------------------------------------- Alexey Brodkin (3): ARCv2: guard SLC DMA ops with spinlock ARCv2: [axs103] bump CPU frequency from 75 to 90 MHZ ARC: make sure instruction_pointer() returns unsigned value Joël Porquet (1): arc:irqchip: prepare for drivers/irqchip/irqchip.h removal Michal Marek (1): kbuild: Allow arch Makefiles to override {cpp,ld,c}flags Vineet Gupta (10): ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750D ARC: Override toplevel default -O2 with -O3 ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZERO ARC: fix unused var wanring ARCv2: intc: IDU: support irq affinity ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handler ARC: Make ARC bitops "safer" (add anti-optimization) ARC: Add llock/scond to futex backend ARC: slightly refactor macros for boot logging ARCv2: support HS38 releases Documentation/kbuild/makefiles.txt | 8 +++++++ Makefile | 9 +++---- arch/arc/Kconfig | 3 ++- arch/arc/Makefile | 3 ++- arch/arc/boot/dts/axc003.dtsi | 2 +- arch/arc/boot/dts/axc003_idu.dtsi | 2 +- arch/arc/include/asm/bitops.h | 35 +++++++-------------------- arch/arc/include/asm/futex.h | 48 +++++++++++++++++++++++++++++++++----- arch/arc/include/asm/ptrace.h | 2 +- arch/arc/kernel/intc-arcv2.c | 1 - arch/arc/kernel/intc-compact.c | 1 - arch/arc/kernel/mcip.c | 23 ++++++++++++++---- arch/arc/kernel/setup.c | 15 ++++++++---- arch/arc/kernel/troubleshoot.c | 1 - arch/arc/mm/cache.c | 12 ++++++++-- arch/arc/mm/dma.c | 4 ++-- 16 files changed, 112 insertions(+), 57 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/