Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758062AbbDWErJ (ORCPT ); Thu, 23 Apr 2015 00:47:09 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:50362 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757843AbbDWErE convert rfc822-to-8bit (ORCPT ); Thu, 23 Apr 2015 00:47:04 -0400 From: Vineet Gupta To: Linus Torvalds CC: lkml , Alex Dowad , "arc-linux-dev@synopsys.com" Subject: [GIT PULL] ARC changes for 4.1-rc1 Thread-Topic: [GIT PULL] ARC changes for 4.1-rc1 Thread-Index: AdB9gIj+qasH4eE0TG+5g0+wL3gBZQ== Date: Thu, 23 Apr 2015 04:47:00 +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.3] Content-Type: text/plain; charset="us-ascii" 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: 2629 Lines: 68 Hi Linus, Please pull. Thx, -Vineet ----------------------> he following changes since commit e42391cd048809d903291d07f86ed3934ce138e9: Linux 4.0-rc6 (2015-03-29 15:26:31 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.1-rc1 for you to fetch changes up to d8f6ad85cbb740b7e8ca5275b12838fab685540c: ARC: perf: don't add code for impossible case (2015-04-20 18:27:55 +0530) ---------------------------------------------------------------- ARC changes for 4.1-rc1: - perf fixes/improvements - miscll cleanups ---------------------------------------------------------------- Alex Dowad (1): arc: copy_thread(): rename 'arg' argument to 'kthread_arg' Mischa Jonker (1): ARC: [nsimosci] Update defconfig Vineet Gupta (13): ARC: Fix WRITE_BCR ARC: cosmetic: Remove unused ECR bitfield masks ARC: rename unhandled exception handler ARC: fold __builtin_constant_p() into test_bit() ARC: Fix RTT boot printing ARC: mem init spring cleaning - No functional changes ARC: perf: make @arc_pmu static global ARC: perf: Add some comments/debug stuff ARC: perf: support cache hit/miss ratio ARC: perf: Add kernel callchain support ARC: perf: add user space attribution in callchains ARC: perf: Rename DT binding to not confuse with power mgmt ARC: perf: don't add code for impossible case Documentation/devicetree/bindings/arc/pct.txt | 20 ++++++++ Documentation/devicetree/bindings/arc/pmu.txt | 24 --------- arch/arc/boot/dts/angel4.dts | 2 +- arch/arc/configs/nsimosci_defconfig | 19 ++++--- arch/arc/include/asm/arcregs.h | 14 +++-- arch/arc/include/asm/bitops.h | 31 +++++++----- arch/arc/include/asm/perf_event.h | 70 ++++++++++++------------- arch/arc/kernel/perf_event.c | 73 +++++++++++++++++++++------ arch/arc/kernel/process.c | 9 ++-- arch/arc/kernel/setup.c | 5 +- arch/arc/kernel/traps.c | 4 +- arch/arc/mm/init.c | 9 ++-- 12 files changed, 164 insertions(+), 116 deletions(-) create mode 100644 Documentation/devicetree/bindings/arc/pct.txt delete mode 100644 Documentation/devicetree/bindings/arc/pmu.txt -- 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/