Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934832Ab2JYRsO (ORCPT ); Thu, 25 Oct 2012 13:48:14 -0400 Received: from mail-vb0-f46.google.com ([209.85.212.46]:37029 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758485Ab2JYRsL (ORCPT ); Thu, 25 Oct 2012 13:48:11 -0400 From: Frederic Weisbecker To: LKML Cc: Frederic Weisbecker , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , Steven Rostedt , Paul Gortmaker , Tony Luck , Fenghua Yu , Benjamin Herrenschmidt , Paul Mackerras , Heiko Carstens , Martin Schwidefsky , Avi Kivity , Marcelo Tosatti , Joerg Roedel , Alexander Graf , Xiantao Zhang , Christian Borntraeger , Cornelia Huck Subject: [PATCH 0/5] cputime: Moar cleanups / enhancements v3 Date: Thu, 25 Oct 2012 19:47:58 +0200 Message-Id: <1351187283-20715-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1530 Lines: 42 Hi, Changes since v2: - Fix missing EXPORT_SYMBOL_GPL (thanks Wu Fenguang for the report) - Drop that *_irqsafe naming, use vtime_account_system() as irq safe and __vtime_account_system() for the raw arch implementation - Drop local_irq_disable() on s390 kvm guest switch If you want to test, it is pullable from: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git cputime/cleanups-v3 Frederic Weisbecker (5): vtime: Gather vtime declarations to their own header file vtime: Make vtime_account_system() irqsafe kvm: Directly account vtime to system on guest switch cputime: Specialize irq vtime hooks cputime: Separate irqtime accounting from generic vtime arch/ia64/kernel/time.c | 8 +++--- arch/powerpc/kernel/time.c | 4 +- arch/s390/kernel/vtime.c | 4 +++ arch/s390/kvm/kvm-s390.c | 4 --- include/linux/hardirq.h | 15 ++----------- include/linux/kernel_stat.h | 9 +------- include/linux/kvm_host.h | 12 +++++++++- include/linux/vtime.h | 47 +++++++++++++++++++++++++++++++++++++++++++ kernel/sched/cputime.c | 20 +++++++++++++---- kernel/softirq.c | 6 ++-- 10 files changed, 89 insertions(+), 40 deletions(-) create mode 100644 include/linux/vtime.h -- 1.7.5.4 -- 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/