aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAge
* nohz: Include local CPU in full dynticks global kickFrederic Weisbecker2013-08-16
* Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-14
|\
| * nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker2013-08-14
| * nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker2013-08-14
| * nohz: Rename a few state variablesFrederic Weisbecker2013-08-14
| * nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker2013-08-12
| * nohz: fix compile warning in tick_nohz_init()Li Zhong2013-07-24
| * nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt2013-07-24
* | Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-07-29
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-10
|\
| * nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker2013-06-20
| * nohz: Warn if the machine can not perform nohz_fullSteven Rostedt2013-06-19
* | nohz: Fix notifier return val that enforce timekeepingLi Zhong2013-05-31
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-15
|\
| * tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner2013-05-14
| * tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-12
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\ \ | |/ |/|
| * sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-04
| * nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong2013-04-29
| * nohz: Reduce overhead under high-freq idling patternsIngo Molnar2013-04-26
| * nohz: Add basic tracingFrederic Weisbecker2013-04-22
| * nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-22
| * nohz: Prepare to stop the tick on irq exitFrederic Weisbecker2013-04-22
| * nohz: Implement full dynticks kickFrederic Weisbecker2013-04-22
| * nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2013-04-22
| * Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-04-21
| |\
| | * nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker2013-04-18
| * | nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker2013-04-19
| * | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-19
| * | nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker2013-04-19
| |/
| * nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-15
| * nohz: Print final full dynticks CPUs range on bootFrederic Weisbecker2013-04-03
| * nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-03
| * nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker2013-03-21
| * nohz: Basic full dynticks interfaceFrederic Weisbecker2013-03-21
* | tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky2013-03-25
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-02-28
|\
| * tick: export nohz tick idle symbols for module useJacob Pan2013-01-17
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-19
|\ \
| * | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-27
| |/
* | Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-04
|\ \ | |/ |/|
| * printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-17
| * irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-17
| * nohz: Add API to check tick stateFrederic Weisbecker2012-11-17
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-11
|\ \
| * \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-21
| |\ \
| | * | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-13
| | |/
| * | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-01
| * | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-15