[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372956385-25396-1-git-send-email-fweisbec@gmail.com>
Date: Thu, 4 Jul 2013 18:46:18 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Olivier Langlois <olivier@...llion01.com>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
Stanislaw Gruszka <sgruszka@...hat.com>,
Oleg Nesterov <oleg@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Chen Gang <gang.chen@...anux.com>,
Steven Rostedt <rostedt@...dmis.org>
Subject: [GIT PULL] posix cpu timers updates
Thomas,
Please pull the timers/posix-cpu-timers-for-tglx branch that can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
timers/posix-cpu-timers-for-tglx
Most of these patches have been hanging around for several month now, in -mmotm
for a significant chunk. They already missed a few releases.
This pile includes quite a part of these. Kosaki also has some pending patches
that we are still discussing a bit. But I'll try to take care of these as well.
Thanks,
Frederic
---
Frederic Weisbecker (6):
posix_cpu_timer: consolidate expiry time type
posix_cpu_timers: consolidate timer list cleanups
posix_cpu_timers: consolidate expired timers check
selftests: add basic posix timers selftests
posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()
posix_timers: fix racy timer delta caching on task exit
KOSAKI Motohiro (1):
posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting
include/linux/posix-timers.h | 16 +-
kernel/posix-cpu-timers.c | 395 +++++++++----------------
kernel/sched/stats.h | 39 +++-
tools/testing/selftests/Makefile | 1 +
tools/testing/selftests/timers/Makefile | 8 +
tools/testing/selftests/timers/posix_timers.c | 221 ++++++++++++++
6 files changed, 417 insertions(+), 263 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists