aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tick.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+1
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuGravatar Martin Schwidefsky 1-1/+1
2014-09-13nohz: Move nohz full init call to tick initGravatar Frederic Weisbecker 1-2/+0
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickGravatar Frederic Weisbecker 1-6/+1
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+8
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsGravatar Paul E. McKenney 1-0/+20
2014-06-16nohz: Support nohz full remote kickGravatar Frederic Weisbecker 1-1/+8
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Gravatar Frederic Weisbecker 1-3/+3
2013-12-02context_tracking: Wrap static key check into more intuitive function nameGravatar Frederic Weisbecker 1-1/+1
2013-12-02nohz: Convert a few places to use local per cpu accessesGravatar Frederic Weisbecker 1-3/+3
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Ingo Molnar 1-6/+39
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysGravatar Frederic Weisbecker 1-4/+16
2013-08-14nohz: Optimize full dynticks state checks with static keysGravatar Frederic Weisbecker 1-2/+23
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Gravatar Rafael J. Wysocki 1-6/+0
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchGravatar Frederic Weisbecker 1-0/+2
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIGravatar Frederic Weisbecker 1-0/+2
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Gravatar Ingo Molnar 1-0/+4
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsGravatar Frederic Weisbecker 1-0/+2
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsGravatar Frederic Weisbecker 1-0/+4
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingGravatar Frederic Weisbecker 1-3/+3
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONGravatar Frederic Weisbecker 1-4/+4
2013-03-21nohz: Basic full dynticks interfaceGravatar Frederic Weisbecker 1-0/+7
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreGravatar Frederic Weisbecker 1-1/+16
2012-11-17nohz: Add API to check tick stateGravatar Frederic Weisbecker 1-1/+16
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeGravatar Youquan Song 1-0/+6
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickGravatar Frederic Weisbecker 1-4/+4
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Gravatar Frederic Weisbecker 1-46/+1
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopGravatar Frederic Weisbecker 1-3/+43
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicGravatar Frederic Weisbecker 1-6/+7
2011-12-11rcu: Track idleness independent of idle tasksGravatar Paul E. McKenney 1-2/+9
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Gravatar Arjan van de Ven 1-0/+4
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldGravatar Arjan van de Ven 1-1/+0
2009-11-13nohz: Track last do_timer() cpuGravatar Thomas Gleixner 1-0/+2
2009-11-05nohz: Introduce arch_needs_cpuGravatar Martin Schwidefsky 1-0/+3
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onGravatar Thomas Gleixner 1-0/+3
2009-01-01cpumask: convert kernel time functionsGravatar Rusty Russell 1-2/+2
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Gravatar Thomas Gleixner 1-4/+3
2008-10-09[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand g...Gravatar venkatesh.pallipadi@intel.com 1-1/+1
2008-08-21nohz: fix wrong event handler after online an offlined cpuGravatar Miao Xie 1-1/+4
2008-07-18nohz: prevent tick stop outside of the idle loopGravatar Thomas Gleixner 1-2/+3
2008-02-01tick-sched: add more debug informationGravatar Thomas Gleixner 1-0/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeGravatar Venki Pallipadi 1-0/+6
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchGravatar Len Brown 1-0/+9
2007-02-16[PATCH] Add debugging feature /proc/timer_listGravatar Ingo Molnar 1-0/+11
2007-02-16[PATCH] tick-management: dyntick / highres functionalityGravatar Thomas Gleixner 1-2/+69
2007-02-16[PATCH] tick-management: core functionalityGravatar Thomas Gleixner 1-0/+31