[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403393357-2070-1-git-send-email-fweisbec@gmail.com>
Date: Sun, 22 Jun 2014 01:29:12 +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>,
Viresh Kumar <viresh.kumar@...aro.org>
Subject: [PATCH 0/5] timer: Fix missing dynticks kick v2
Hi,
It's a 2nd set that fixes some missing dyntick kicks in the timer's code.
This new version also handles missing kicks in the hrtimers subsystem.
The patches are also available at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
timers/missing-kick-v2
Thanks,
Frederic
---
Viresh Kumar (5):
timer: Store cpu-number in 'struct tvec_base'
timer: Kick dynticks targets on mod_timer*() calls
hrtimer: Store cpu-number in 'struct hrtimer_cpu_base'
hrtimer: Kick lowres dynticks targets on timer enqueue
hrtimer: Remove hrtimer_enqueue_reprogram()
include/linux/hrtimer.h | 2 ++
kernel/hrtimer.c | 49 +++++++++++++++++++++++++++----------------------
kernel/timer.c | 34 ++++++++++++++++++----------------
3 files changed, 47 insertions(+), 38 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