Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932602AbbDQSfE (ORCPT ); Fri, 17 Apr 2015 14:35:04 -0400 Received: from mail-am1on0079.outbound.protection.outlook.com ([157.56.112.79]:50496 "EHLO emea01-am1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932295AbbDQSez (ORCPT ); Fri, 17 Apr 2015 14:34:55 -0400 Authentication-Results: vger.kernel.org; dkim=none (message not signed) header.d=none; Message-ID: <55315246.4030401@ezchip.com> Date: Fri, 17 Apr 2015 14:34:46 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Linus Torvalds , Linux Kernel Mailing List Subject: [GIT PULL] arch/tile changes for v4.1 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [12.216.194.146] X-ClientProxiedBy: BLUPR07CA0045.namprd07.prod.outlook.com (10.255.223.158) To DB5PR02MB0773.eurprd02.prod.outlook.com (25.161.243.144) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB5PR02MB0773; X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10009020)(6009001)(6049001)(229853001)(23676002)(107886001)(36756003)(4001350100001)(65806001)(40100003)(66066001)(42186005)(65956001)(47776003)(122386002)(86362001)(62966003)(5001770100001)(92566002)(46102003)(59896002)(77156002)(15975445007)(117636001)(50466002)(87976001)(19580395003)(83506001)(99136001)(64126003)(87266999)(50986999)(77096005)(65816999)(54356999)(62816006)(18886065003);DIR:OUT;SFP:1101;SCL:1;SRVR:DB5PR02MB0773;H:[10.7.0.41];FPR:;SPF:None;MLV:nov;PTR:InfoNoRecords;LANG:en; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006);SRVR:DB5PR02MB0773;BCL:0;PCL:0;RULEID:;SRVR:DB5PR02MB0773; X-Forefront-PRVS: 0549E6FD50 X-OriginatorOrg: ezchip.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 17 Apr 2015 18:34:52.2682 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB5PR02MB0773 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2311 Lines: 58 Linus, Please pull the following changes for 4.1 from: git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git HEAD These are mostly nohz_full changes, plus a smattering of minor fixes (notably a couple for ftrace). Chris Metcalf (5): tile: use si_int instead of si_ptr for compat_siginfo tile: support arch_irq_work_raise tile: support CONTEXT_TRACKING and thus NOHZ_FULL tile: map data region shadow of kernel as R/W tile: nohz: warn if nohz_full uses hypervisor shared cores Colin Ian King (1): arch: tile: fix null pointer dereference on pt_regs pointer Davidlohr Bueso (1): tile/elf: reorganize notify_exec() Tony Lu (1): tile: ftrace: fix function_graph tracer issues arch/tile/Kconfig | 1 + arch/tile/include/asm/Kbuild | 1 - arch/tile/include/asm/ftrace.h | 2 ++ arch/tile/include/asm/irq_work.h | 14 +++++++++++ arch/tile/include/asm/smp.h | 1 + arch/tile/include/asm/thread_info.h | 9 ++++--- arch/tile/include/hv/hypervisor.h | 6 ++++- arch/tile/kernel/compat_signal.c | 11 ++++----- arch/tile/kernel/ftrace.c | 6 ++++- arch/tile/kernel/mcount_64.S | 7 +++++- arch/tile/kernel/process.c | 12 ++++++---- arch/tile/kernel/ptrace.c | 22 +++++++++++++++-- arch/tile/kernel/setup.c | 23 ++++++++++++++++++ arch/tile/kernel/single_step.c | 3 +++ arch/tile/kernel/smp.c | 32 ++++++++++++++++++++++++- arch/tile/kernel/stack.c | 15 ++++++------ arch/tile/kernel/traps.c | 16 +++++++------ arch/tile/kernel/unaligned.c | 22 ++++++++++------- arch/tile/mm/elf.c | 47 +++++++++++++++++++++++-------------- arch/tile/mm/fault.c | 10 +++++--- arch/tile/mm/init.c | 7 ++++-- 21 files changed, 201 insertions(+), 66 deletions(-) create mode 100644 arch/tile/include/asm/irq_work.h -- Chris Metcalf, EZChip Semiconductor http://www.ezchip.com -- 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/