public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] tick: A few more cleanups
@ 2014-01-16 15:41 Frederic Weisbecker
  2014-01-16 15:41 ` [PATCH 1/4] tick: Rename tick_check_idle() to tick_irq_enter() Frederic Weisbecker
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Frederic Weisbecker @ 2014-01-16 15:41 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Kevin Hilman, Thomas Gleixner,
	Peter Zijlstra, Alex Shi, Steven Rostedt, Paul E. McKenney,
	John Stultz

Ingo,

Please pull the timers/core branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
	timers/core

HEAD: 8fe8ff09ce3b5750e1f3e45a1f4a81d59c7ff1f1

----
Nothing very exiting, just a bunch of non-critical cleanups for the next merge window:

1) Make the IRQ tick APIs naming more symetric

2) Optimize a bit jiffies_lock code coverage

3) Whitespace fixes from Alex Shi

4) Fix overflow in scheduler tick max deferment calculation. Given the
current 1 second max limitation, this bug shouldn't happen in mainline.
It's rather to prepare for making this value tunable. Or simply in case
we change the current constant.

Thanks,
	Frederic
---

Frederic Weisbecker (2):
      tick: Rename tick_check_idle() to tick_irq_enter()
      nohz: Get timekeeping max deferment outside jiffies_lock

Alex Shi (1):
      nohz_full: fix code style issue of tick_nohz_full_stop_tick

Kevin Hilman (1):
      sched/nohz: Fix overflow error in scheduler_tick_max_deferment()


 include/linux/jiffies.h  |  6 ++++++
 include/linux/tick.h     |  6 +++---
 kernel/sched/core.c      |  2 +-
 kernel/softirq.c         |  2 +-
 kernel/time/tick-sched.c | 27 ++++++++++++++-------------
 5 files changed, 25 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-25  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 15:41 [GIT PULL] tick: A few more cleanups Frederic Weisbecker
2014-01-16 15:41 ` [PATCH 1/4] tick: Rename tick_check_idle() to tick_irq_enter() Frederic Weisbecker
2014-01-16 15:41 ` [PATCH 2/4] nohz: Get timekeeping max deferment outside jiffies_lock Frederic Weisbecker
2014-01-16 15:41 ` [PATCH 3/4] nohz_full: fix code style issue of tick_nohz_full_stop_tick Frederic Weisbecker
2014-01-16 15:41 ` [PATCH 4/4] sched/nohz: Fix overflow error in scheduler_tick_max_deferment() Frederic Weisbecker
2014-01-23  0:56 ` [GIT PULL] tick: A few more cleanups Frederic Weisbecker
2014-01-25  7:28 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox