From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755434AbbBPKcJ (ORCPT ); Mon, 16 Feb 2015 05:32:09 -0500 Received: from smtprelay4.synopsys.com ([198.182.47.9]:44792 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755389AbbBPKcI (ORCPT ); Mon, 16 Feb 2015 05:32:08 -0500 Message-ID: <54E1C70C.7010703@synopsys.com> Date: Mon, 16 Feb 2015 16:01:40 +0530 From: Vineet Gupta User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: linus Torvalds CC: lkml , Alexey Brodkin , Peter Hurley , "Tobias Klauser" Subject: [GIT PULL] ARC fixes for 3.20-rc1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.196.223] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, ARC updates for 3.20. Please pull. Thx, -Vineet ------->8---------------- The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce: Linux 3.19-rc6 (2015-01-25 20:04:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-3.20-rc1 for you to fetch changes up to 06f34e1c28f3608b0ce5b310e41102d3fe7b65a1: ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE (2015-02-13 18:01:12 +0530) ---------------------------------------------------------------- ARC updates for 3.20 Some fixes, nothing too exciting this time as well... ---------------------------------------------------------------- Alexey Brodkin (1): ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE Peter Hurley (1): ARC: Fix earlycon build breakage Tobias Klauser (1): arc: Remove unused prepare_to_copy() Vineet Gupta (4): ARC: fix /proc/cpuinfo for offline cpus ARC: add some more comments to ret_from_fork ARC: use ACCESS_ONCE in cmpxchg loop ARC: Dynamically determine BASE_BAUD from DeviceTree arch/arc/include/asm/pgtable.h | 3 ++- arch/arc/include/asm/processor.h | 3 --- arch/arc/include/asm/serial.h | 23 +++++------------------ arch/arc/kernel/devtree.c | 24 ++++++++++++++++++++++++ arch/arc/kernel/entry.S | 14 +++++++++----- arch/arc/kernel/setup.c | 7 ++++++- arch/arc/kernel/smp.c | 2 +- 7 files changed, 47 insertions(+), 29 deletions(-)