From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752692AbbIHTUo (ORCPT ); Tue, 8 Sep 2015 15:20:44 -0400 Received: from mout.gmx.net ([212.227.17.20]:56169 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752536AbbIHTUl (ORCPT ); Tue, 8 Sep 2015 15:20:41 -0400 Date: Tue, 8 Sep 2015 21:20:32 +0200 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, James Bottomley , John David Anglin Subject: [GIT PULL] parisc architecture updates for v4.3 Message-ID: <20150908192032.GA3171@ls3530.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:RqR2BozxFruOZxKj2/UF+AE9xpE27LqJOYCGLW/GQ52WtiAbol1 UgrG2Qy1PLgjbBirdi3nF2dACF6fq4nZqPcsuhgofBgkW/728m4SjnrlegSkTFQ0BIzUW4u Rj6/+Su39lTylM3dQU8R919/4rrMB48m5QZswymLd/+ywfniOZBs0jdIdT7fQIvgRZEF/50 pqVa94qOXkkytKsl7eIiA== X-UI-Out-Filterresults: notjunk:1;V01:K0:fvk0ZPOTVFE=:sTz0U4Xr9o5o1viC4fPans 5ciAx4YqSlQHVhtmty7R2CJxQrEYb2Wb2ZIucZwt++z+6nY5WSJEgMsS4Jnfn7kuwjk/gYhPv 9/ykBeXiEsIzvDX+w3MGXvrWGvameX9rmCggvZiI2o7FVfMW1bWAFI5xa6AVRqWPISAUeDPdX Pd0wIVe+pRnbtjFLViOeQUBvYCecpGfvpjJutvoTSPUZP06/oEKCzUhYboGyW57TWxQl+HVLC fxHVmqbNldyCFcJkHDTtQGI68x7114p7cxiijZsiQ9vOnKoJgZlDQuKxxLU/uuFwg+nL+0fsZ 4gCMS1+F+gMe33J4BxPT4al/JPJHaW/JHvashrLKIDSaEY+E12t8NeNF8sYSwMjhNf/b0qMmZ vBcEnitj8hJiKKvwH+V93gaetV/zJj9PF2Ssc5KrxEqvqpOetQgC/AXZPVmqYvoQ7jYQrx9oy QL2xoEAh+h23yRxjdrejTAD7tlEomee50QvTkhCDEQZSxsuCEyRFknv1Po0sjmI4dHulI3UtC lJLn0budI6kADulIUPqNC1hOI2ITNi9xDXkcYqjiny9waJESMK8JdKSQIzSB7RsOdzLSFepGV PZIrcKBQiXTg37XBEnsBJOhYnsboZsF5+CUTlAFjS/2HE1n1v5z4zsObvqZT6CocpSSXUdQ1N /29iwI9NaFDGkSFYj4FQ831cNgjjerPrnkH50Ee8jG1AyFk9qlqqARQuT/vWe6+ehi55lfHUs yHeujadgkGreh73h Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull the latest changes for the parisc architecture for kernel v4.3 from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.3-1 The most important changes in this patchset are: - re-enable 64bit PCI bus addresses which were temporarily disabled for PA-RISC in kernel 4.2 - fix the 64bit CAS operation in the LWS path which now enables us to enable the 64bit gcc atomic builtins even on 32bit userspace with 64bit kernel - fix a long-standing bug which sometimes crashed kernel at bootup while serial interrupt wasn't registered yet Thanks, Helge ---------------------------------------------------------------- Guenter Roeck (1): parisc: Define ioremap_uc and ioremap_wc Helge Deller (5): PCI,parisc: Enable 64-bit bus addresses on PA-RISC parisc: Additionally check for in_atomic() in page fault handler parisc: Filter out spurious interrupts in PA-RISC irq handler parisc: Drop CONFIG_SMP around update_cr16_clocksource() parisc: Use platform_device_register_simple("rtc-generic") John David Anglin (1): parisc: Use double word condition in 64bit CAS operation arch/parisc/include/asm/io.h | 2 ++ arch/parisc/kernel/irq.c | 9 +++++++-- arch/parisc/kernel/syscall.S | 2 +- arch/parisc/kernel/time.c | 21 ++++----------------- arch/parisc/mm/fault.c | 2 +- drivers/parisc/lba_pci.c | 7 +++++-- drivers/pci/Kconfig | 2 +- 7 files changed, 21 insertions(+), 24 deletions(-)