Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
148519120c6d1f19ad53349683aeae9f228b0b8d
/
kernel
/
time
/
tick-sched.c
1485191
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
by Rafael J. Wysocki
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
e399eb5
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent
by Ingo Molnar
· 11 years ago
5b8621a
nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs
by Frederic Weisbecker
· 12 years ago
e12d027
nohz: Warn if the machine can not perform nohz_full
by Steven Rostedt
· 12 years ago
1a7f829
nohz: Fix notifier return val that enforce timekeeping
by Li Zhong
· 12 years ago
cc51bf6
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
f7ea0fd
tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offline
by Thomas Gleixner
· 12 years ago
4b0c0f2
tick: Cleanup NOHZ per cpu data on cpu down
by Thomas Gleixner
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
265f22a
sched: Keep at least 1 tick per second for active dynticks tasks
by Frederic Weisbecker
· 12 years ago
6296ace
nohz: Protect smp_processor_id() in tick_nohz_task_switch()
by Li Zhong
· 12 years ago
47aa8b6
nohz: Reduce overhead under high-freq idling patterns
by Ingo Molnar
· 12 years ago
cb41a29
nohz: Add basic tracing
by Frederic Weisbecker
· 12 years ago
99e5ada
nohz: Re-evaluate the tick for the new task after a context switch
by Frederic Weisbecker
· 12 years ago
5811d99
nohz: Prepare to stop the tick on irq exit
by Frederic Weisbecker
· 12 years ago
9014c45
nohz: Implement full dynticks kick
by Frederic Weisbecker
· 12 years ago
ff442c5
nohz: Re-evaluate the tick from the scheduler IPI
by Frederic Weisbecker
· 12 years ago
a166fcf
Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
by Ingo Molnar
· 12 years ago
f98823a
nohz: New option to default all CPUs in full dynticks range
by Frederic Weisbecker
· 12 years ago
d1e43fa
nohz: Ensure full dynticks CPUs are RCU nocbs
by Frederic Weisbecker
· 12 years ago
0453b43
nohz: Force boot CPU outside full dynticks range
by Frederic Weisbecker
· 12 years ago
76c24fb
nohz: New APIs to re-evaluate the tick on full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
c5bfece
nohz: Switch from "extended nohz" to "full nohz" based naming
by Frederic Weisbecker
· 12 years ago
1034fc2
nohz: Print final full dynticks CPUs range on boot
by Frederic Weisbecker
· 12 years ago
3451d02
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
by Frederic Weisbecker
· 13 years ago
cfea7d7
tick: Change log level of NOHZ: local_softirq_pending message
by Rado Vrbovsky
· 12 years ago
a382bf9
nohz: Assign timekeeping duty to a CPU outside the full dynticks range
by Frederic Weisbecker
· 12 years ago
a831881
nohz: Basic full dynticks interface
by Frederic Weisbecker
· 12 years ago
2af7844
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
0779314
Merge branch 'nohz/printk-v8' into irq/core
by Frederic Weisbecker
· 12 years ago
3f4724e
cputime: Allow dynamic switch between tick/virtual based cputime accounting
by Frederic Weisbecker
· 12 years ago
4dbd277
tick: export nohz tick idle symbols for module use
by Jacob Pan
· 12 years ago
b64c5fd
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
de0c276
Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
9c3f9e2
Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux into timers/core
by Thomas Gleixner
· 12 years ago
74876a9
printk: Wake up klogd using irq_work
by Frederic Weisbecker
· 12 years ago
00b4295
irq_work: Don't stop the tick with pending works
by Frederic Weisbecker
· 12 years ago
33a5f62
nohz: Add API to check tick state
by Frederic Weisbecker
· 12 years ago
69a37be
cpuidle: Quickly notice prediction failure for repeat mode
by Youquan Song
· 12 years ago
d6ad418
time: Kill xtime_lock, replacing it with jiffies_lock
by John Stultz
· 13 years ago
b8f6111
tick: Correct the comments for tick_sched_timer()
by Chuansheng Liu
· 12 years ago
351f181
timers, sched: Correct the comments for tick_sched_timer()
by Chuansheng Liu
· 12 years ago
94a5714
tick: Conditionally build nohz specific code in tick handler
by Frederic Weisbecker
· 12 years ago
9e8f559
tick: Consolidate tick handling for high and low res handlers
by Frederic Weisbecker
· 12 years ago
5bb9622
tick: Consolidate timekeeping handling code
by Frederic Weisbecker
· 12 years ago
2b17c54
nohz: Fix one jiffy count too far in idle cputime
by Frederic Weisbecker
· 12 years ago
0b981cb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
593d100
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
by Paul E. McKenney
· 12 years ago
803b0eb
time: RCU permitted to stop idle entry via softirq
by Paul E. McKenney
· 12 years ago
c1cc017
sched/nohz: Clean up select_nohz_load_balancer()
by Alex Shi
· 12 years ago
749c881
sched: Add missing call to calc_load_exit_idle()
by Charles Wang
· 12 years ago
3992c03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
16d286e
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
e8b9dd7
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 12 years ago
5167e8d
sched/nohz: Rewrite and fix load-avg computation -- again
by Peter Zijlstra
· 13 years ago
9d2ad24
rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
by Paul E. McKenney
· 13 years ago
84bf1bc
nohz: Move next idle expiry time record into idle logic area
by Frederic Weisbecker
· 13 years ago
5b39939
nohz: Move ts->idle_calls incrementation into strict idle logic
by Frederic Weisbecker
· 13 years ago
f5d411c
nohz: Rename ts->idle_tick to ts->last_tick
by Frederic Weisbecker
· 13 years ago
2ac0d98
nohz: Make nohz API agnostic against idle ticks cputime accounting
by Frederic Weisbecker
· 13 years ago
19f5f73
nohz: Separate idle sleeping time accounting from nohz logic
by Frederic Weisbecker
· 13 years ago
4a1e001
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent
by Ingo Molnar
· 13 years ago
aa9b1630
rcu: Precompute RCU_FAST_NO_HZ timer offsets
by Paul E. McKenney
· 13 years ago
0b3e9f3
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
5aaa0b7
sched/nohz: Fix rq->cpu_load calculations some more
by Peter Zijlstra
· 13 years ago
62cf20b
tick: Move skew_tick option into the HIGH_RES_TIMER section
by Thomas Gleixner
· 13 years ago
5307c95
tick: Add tick skew boot option
by Mike Galbraith
· 13 years ago
6f10392
nohz: Fix stale jiffies update in tick_nohz_restart()
by Neal Cardwell
· 13 years ago
15f827b
nohz: Remove ts->Einidle checks before restarting the tick
by Frederic Weisbecker
· 13 years ago
430ee88
nohz: Remove update_ts_time_stat from tick_nohz_start_idle
by Michal Hocko
· 13 years ago
0db49b7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1268fbc
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
by Frederic Weisbecker
· 13 years ago
2bbb681
nohz: Allow rcu extended quiescent state handling seperately from tick stop
by Frederic Weisbecker
· 13 years ago
280f067
nohz: Separate out irq exit and idle loop dyntick logic
by Frederic Weisbecker
· 13 years ago
9b2e4f1
rcu: Track idleness independent of idle tasks
by Paul E. McKenney
· 13 years ago
69e1e81
sched, nohz: Track nr_busy_cpus in the sched_group_power
by Suresh Siddha
· 13 years ago
39adff5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
fc0763f
nohz: Remove nohz_cpu_mask
by Shi, Alex
· 13 years ago
29c158e
nohz: Remove "Switched to NOHz mode" debugging messages
by Heiko Carstens
· 13 years ago
09a1d34
nohz: Make idle/iowait counter update conditional
by Michal Hocko
· 13 years ago
6beea0c
nohz: Fix update_ts_time_stat idle accounting
by Michal Hocko
· 13 years ago
e2830b5
time: Make do_timer() and xtime_lock local to kernel/time/
by Torben Hohn
· 14 years ago
2d0640b
hrtimers: Notify hrtimer users of switches to NOHZ mode
by Stephen Boyd
· 14 years ago
af39008
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
0bcfe75
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 14 years ago
af5ab27
clockevents: Remove the per cpu tick skew
by Arjan van de Ven
· 14 years ago
dca45ad
Merge branch 'linus' into sched/core
by Ingo Molnar
· 14 years ago
396e894
sched: Revert nohz_ratelimit() for now
by Peter Zijlstra
· 14 years ago
123f94f
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8c215bd
sched: Cure nr_iowait_cpu() users
by Peter Zijlstra
· 15 years ago
3310d4d
nohz: Fix nohz ratelimit
by Peter Zijlstra
· 15 years ago
83cd4fe
sched: Change nohz idle load balancing logic to push model
by Venkatesh Pallipadi
· 15 years ago
0224cf4
sched: Intoduce get_cpu_iowait_time_us()
by Arjan van de Ven
· 15 years ago
e0e37c2
sched: Eliminate the ts->idle_lastupdate field
by Arjan van de Ven
· 15 years ago
8d63bf9
sched: Fold updating of the last_update_time_info into update_ts_time_stats()
by Arjan van de Ven
· 15 years ago
8c7b09f
sched: Update the idle statistics in get_cpu_idle_time_us()
by Arjan van de Ven
· 15 years ago
595aac4
sched: Introduce a function to update the idle statistics
by Arjan van de Ven
· 15 years ago
b1f724c
sched: Add a comment to get_cpu_idle_time_us()
by Arjan van de Ven
· 15 years ago
Next »