aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tick.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki1-1/+5
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker1-2/+0
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker1-6/+1
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney1-0/+20
2014-06-16nohz: Support nohz full remote kickFrederic Weisbecker1-1/+8
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker1-3/+3
2013-12-02context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker1-1/+1
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker1-3/+3
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-6/+39
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker1-4/+16
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker1-2/+23
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-6/+0
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker1-0/+2
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker1-0/+2
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-0/+4
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker1-0/+2
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker1-0/+4
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-3/+3
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-4/+4
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker1-0/+7
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker1-1/+16
2012-11-17nohz: Add API to check tick stateFrederic Weisbecker1-1/+16
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song1-0/+6
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker1-4/+4
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-46/+1
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-3/+43
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-6/+7
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-2/+9
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven1-0/+4
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-1/+0
2009-11-13nohz: Track last do_timer() cpuThomas Gleixner1-0/+2
2009-11-05nohz: Introduce arch_needs_cpuMartin Schwidefsky1-0/+3
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner1-0/+3
2009-01-01cpumask: convert kernel time functionsRusty Russell1-2/+2
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner1-4/+3
2008-10-09[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governorvenkatesh.pallipadi@intel.com1-1/+1
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+4
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-2/+3
2008-02-01tick-sched: add more debug informationThomas Gleixner1-0/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi1-0/+6
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-0/+9
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar1-0/+11
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-2/+69
2007-02-16[PATCH] tick-management: core functionalityThomas Gleixner1-0/+31