summaryrefslogtreecommitdiffstats
path: root/include/linux/tick.h
Commit message (Expand)AuthorAgeFilesLines
* ktime: Get rid of the unionThomas Gleixner2016-12-251-3/+1
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-1/+1
* posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-2/+0
* perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-021-2/+0
* nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker2016-03-021-0/+1
* nohz: New tick dependency maskFrederic Weisbecker2016-03-021-0/+92
* time: nohz: Expose tick_nohz_enabledJean Delvare2016-01-151-0/+2
* nohz: Affine unpinned timers to housekeepersVatika Harlalka2015-09-021-0/+9
* nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2015-07-291-4/+4
* nohz: Restart nohz full tick from irq exitFrederic Weisbecker2015-07-291-8/+0
* nohz: Prevent tilegx network driver interruptsChris Metcalf2015-07-291-0/+9
* tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n buildThomas Gleixner2015-07-071-0/+7
* tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-071-4/+0
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-4/+8
|\
| * PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-4/+8
* | nohz: Add tick_nohz_full_add_cpus_to() APIChris Metcalf2015-05-071-0/+7
|/
* clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-031-0/+2
* clockevents: Make tick handover explicitThomas Gleixner2015-04-031-0/+2
* clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-031-0/+19
* clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-031-0/+25
* clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-021-0/+6
* arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-011-15/+4
* tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-011-3/+3
* clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-011-0/+3
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-011-116/+18
* PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-141-1/+1
|\
| * s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-091-1/+1
* | nohz: Move nohz full init call to tick initFrederic Weisbecker2014-09-131-2/+0
|/
* nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-041-6/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-1/+8
|\
| * nohz: Support nohz full remote kickFrederic Weisbecker2014-06-161-1/+8
* | rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney2014-07-091-0/+20
|/
* tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-151-3/+3
* context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-021-1/+1
* nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-021-3/+3
* Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-141-6/+39
|\
| * nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker2013-08-141-4/+16
| * nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker2013-08-141-2/+23
* | Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-07-291-6/+0
|/
* nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-221-0/+2
* nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2013-04-221-0/+2
* Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-04-211-0/+4
|\
| * nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker2013-04-181-0/+4
* | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-0/+2
|/
* nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-151-3/+3
* nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-4/+4
* nohz: Basic full dynticks interfaceFrederic Weisbecker2013-03-211-0/+7
* Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-051-1/+16
|\
| * nohz: Add API to check tick stateFrederic Weisbecker2012-11-171-1/+16