Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761281AbcJ1Xsq (ORCPT ); Fri, 28 Oct 2016 19:48:46 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:42244 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752777AbcJ1Xsp (ORCPT ); Fri, 28 Oct 2016 19:48:45 -0400 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: lkml , arcml , Daniel Mentz , Noam Camus From: Vineet Gupta Subject: [GIT PULL] ARC updates for 4.9-rc3 Message-ID: Date: Fri, 28 Oct 2016 16:46:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.37] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2884 Lines: 78 Hi Linus, Please pull Thx, -Vineet ------> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.9-rc3 for you to fetch changes up to b75dcd9c7d352c7d9ea9010e95c708595094896a: ARC: module: print pretty section names (2016-10-28 10:10:29 -0700) ---------------------------------------------------------------- ARC updates for 4.9-rc4 - supporting IDU intc for UP builds - Support gz, lzma compressed uImage [Daniel Mentz] - Adjust /proc/cpuinfo for non-continuous cpu ids [Noam Camus] - syscall for userspace cmpxchg assist for configs lacking hardware atomics - rework of boot log printing mainly for identifying older arc700 cores - retiring some old code, build toggles ---------------------------------------------------------------- Daniel Mentz (1): ARC: [build] Support gz, lzma compressed uImage Noam Camus (1): ARC: Adjust cpuinfo for non-continuous cpu ids Vineet Gupta (13): ARCv2: intc: untangle SMP, MCIP and IDU ARC: fix build warning in elf.h ARC: syscall for userspace cmpxchg assist ARCv2: IOC: use @ioc_enable not @ioc_exist where intended ARCv2: boot log: print IOC exists as well as enabled status ARC: boot log: refactor printing abt features not captured in BCRs ARC: boot log: don't assume SWAPE instruction support ARC: boot log: remove awkward space comma from MMU line ARC: boot log: refactor cpu name/release printing ARC: build: retire old toggles ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... ARC: module: elide loop to save reference to .eh_frame ARC: module: print pretty section names arch/arc/Kconfig | 27 ++++----- arch/arc/Makefile | 3 - arch/arc/boot/Makefile | 16 +++++- arch/arc/include/asm/arcregs.h | 3 +- arch/arc/include/asm/cache.h | 2 +- arch/arc/include/asm/elf.h | 2 +- arch/arc/include/asm/mcip.h | 16 ++++++ arch/arc/include/asm/module.h | 1 + arch/arc/include/asm/setup.h | 6 +- arch/arc/include/asm/syscalls.h | 1 + arch/arc/include/uapi/asm/unistd.h | 9 +-- arch/arc/kernel/mcip.c | 31 ++++------ arch/arc/kernel/module.c | 53 +++++++++-------- arch/arc/kernel/process.c | 33 +++++++++++ arch/arc/kernel/setup.c | 113 +++++++++++++++++++++---------------- arch/arc/kernel/troubleshoot.c | 110 ------------------------------------ arch/arc/mm/cache.c | 19 +++---- arch/arc/mm/dma.c | 4 +- arch/arc/mm/tlb.c | 6 +- arch/arc/mm/tlbex.S | 21 ------- 20 files changed, 203 insertions(+), 273 deletions(-)