From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752307AbdKMVau (ORCPT ); Mon, 13 Nov 2017 16:30:50 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:59422 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752073AbdKMVas (ORCPT ); Mon, 13 Nov 2017 16:30:48 -0500 Subject: Re: [PATCH 0/4] ARC perf updates To: Peter Zijlstra CC: , Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc References: <1510092784-19942-1-git-send-email-vgupta@synopsys.com> From: Vineet Gupta Message-ID: Date: Mon, 13 Nov 2017 13:30:36 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1510092784-19942-1-git-send-email-vgupta@synopsys.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.55] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/07/2017 02:13 PM, Vineet Gupta wrote: > Hi, > > Found these when cleaning up some old branches. The only controversial one > could be the last one. > > Thx, > -Vineet > > Vineet Gupta (4): > ARCv2: perf: tweak overflow interrupt > ARCv2: perf: optimize given that num counters <= 32 > ARC: perf: avoid vmalloc backed mmap > ARCv2: entry: Reduce perf intr return path > > arch/arc/Kconfig | 2 +- > arch/arc/include/asm/entry-arcv2.h | 2 ++ > arch/arc/kernel/entry-arcv2.S | 23 +++++++++++++++++++++- > arch/arc/kernel/perf_event.c | 40 ++++++++++++++++++++------------------ > 4 files changed, 46 insertions(+), 21 deletions(-) > Peter, any specific likes/dislikes for this series ! -Vineet