index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-sched.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nohz: Implement full dynticks kick
Frederic Weisbecker
2013-04-22
1
-4
/
+38
*
nohz: Re-evaluate the tick from the scheduler IPI
Frederic Weisbecker
2013-04-22
1
-1
/
+1
*
Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
2013-04-21
1
-0
/
+51
|
\
|
*
nohz: New APIs to re-evaluate the tick on full dynticks CPUs
Frederic Weisbecker
2013-04-18
1
-0
/
+51
*
|
nohz: New option to default all CPUs in full dynticks range
Frederic Weisbecker
2013-04-19
1
-2
/
+21
*
|
nohz: Ensure full dynticks CPUs are RCU nocbs
Frederic Weisbecker
2013-04-19
1
-6
/
+16
*
|
nohz: Force boot CPU outside full dynticks range
Frederic Weisbecker
2013-04-19
1
-39
/
+15
|
/
*
nohz: Switch from "extended nohz" to "full nohz" based naming
Frederic Weisbecker
2013-04-15
1
-27
/
+27
*
nohz: Print final full dynticks CPUs range on boot
Frederic Weisbecker
2013-04-03
1
-0
/
+10
*
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
2013-04-03
1
-6
/
+6
*
nohz: Assign timekeeping duty to a CPU outside the full dynticks range
Frederic Weisbecker
2013-03-21
1
-2
/
+45
*
nohz: Basic full dynticks interface
Frederic Weisbecker
2013-03-21
1
-0
/
+62
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...
Linus Torvalds
2013-03-01
1
-0
/
+2
|
\
|
*
tick: export nohz tick idle symbols for module use
Jacob Pan
2013-01-17
1
-0
/
+2
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-02-20
1
-1
/
+4
|
\
\
|
*
|
cputime: Allow dynamic switch between tick/virtual based cputime accounting
Frederic Weisbecker
2013-01-27
1
-1
/
+4
|
|
/
*
|
Merge branch 'nohz/printk-v8' into irq/core
Frederic Weisbecker
2013-02-05
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
printk: Wake up klogd using irq_work
Frederic Weisbecker
2012-11-18
1
-1
/
+1
|
*
irq_work: Don't stop the tick with pending works
Frederic Weisbecker
2012-11-17
1
-1
/
+2
|
*
nohz: Add API to check tick state
Frederic Weisbecker
2012-11-17
1
-1
/
+1
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-12-12
1
-73
/
+58
|
\
\
|
*
\
Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
2012-11-21
1
-11
/
+11
|
|
\
\
|
|
*
|
time: Kill xtime_lock, replacing it with jiffies_lock
John Stultz
2012-11-13
1
-11
/
+11
|
|
|
/
|
*
|
tick: Correct the comments for tick_sched_timer()
Chuansheng Liu
2012-11-01
1
-1
/
+1
|
*
|
tick: Conditionally build nohz specific code in tick handler
Frederic Weisbecker
2012-10-15
1
-0
/
+2
|
*
|
tick: Consolidate tick handling for high and low res handlers
Frederic Weisbecker
2012-10-15
1
-33
/
+22
|
*
|
tick: Consolidate timekeeping handling code
Frederic Weisbecker
2012-10-15
1
-30
/
+24
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...
Linus Torvalds
2012-12-12
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
timers, sched: Correct the comments for tick_sched_timer()
Chuansheng Liu
2012-10-24
1
-1
/
+1
|
|
/
*
/
cpuidle: Quickly notice prediction failure for repeat mode
Youquan Song
2012-11-15
1
-0
/
+4
|
/
*
nohz: Fix one jiffy count too far in idle cputime
Frederic Weisbecker
2012-10-05
1
-1
/
+1
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-10-01
1
-2
/
+1
|
\
|
*
sched/nohz: Clean up select_nohz_load_balancer()
Alex Shi
2012-09-13
1
-2
/
+1
*
|
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
Paul E. McKenney
2012-09-25
1
-0
/
+1
|
\
|
|
*
sched: Add missing call to calc_load_exit_idle()
Charles Wang
2012-09-04
1
-0
/
+1
*
|
time: RCU permitted to stop idle entry via softirq
Paul E. McKenney
2012-09-23
1
-1
/
+2
|
/
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-07-22
1
-84
/
+108
|
\
|
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2012-07-15
1
-2
/
+7
|
|
\
|
*
|
nohz: Move next idle expiry time record into idle logic area
Frederic Weisbecker
2012-06-11
1
-10
/
+14
|
*
|
nohz: Move ts->idle_calls incrementation into strict idle logic
Frederic Weisbecker
2012-06-11
1
-39
/
+47
|
*
|
nohz: Rename ts->idle_tick to ts->last_tick
Frederic Weisbecker
2012-06-11
1
-2
/
+2
|
*
|
nohz: Make nohz API agnostic against idle ticks cputime accounting
Frederic Weisbecker
2012-06-11
1
-15
/
+22
|
*
|
nohz: Separate idle sleeping time accounting from nohz logic
Frederic Weisbecker
2012-06-11
1
-35
/
+42
*
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-07-22
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
Paul E. McKenney
2012-07-02
1
-1
/
+1
*
|
|
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
2012-07-05
1
-0
/
+2
|
/
/
*
|
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2012-06-11
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
rcu: Precompute RCU_FAST_NO_HZ timer offsets
Paul E. McKenney
2012-06-07
1
-1
/
+6
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-06-05
1
-0
/
+1
|
\
\
|
*
|
sched/nohz: Fix rq->cpu_load calculations some more
Peter Zijlstra
2012-05-30
1
-0
/
+1
|
|
/
[next]