summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-02-281-0/+2
|\
| * tick: export nohz tick idle symbols for module useJacob Pan2013-01-171-0/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-1/+4
|\ \
| * | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-1/+4
| |/
* | Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-051-3/+4
|\ \ | |/ |/|
| * printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-1/+1
| * irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-171-1/+2
| * nohz: Add API to check tick stateFrederic Weisbecker2012-11-171-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-111-73/+58
|\ \
| * \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-211-11/+11
| |\ \
| | * | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-131-11/+11
| | |/
| * | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-011-1/+1
| * | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-151-0/+2
| * | tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker2012-10-151-33/+22
| * | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-151-30/+24
| |/
| |
| \
*-. \ Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2012-12-111-1/+1
|\ \ \ | | |/ | |/|
| | * timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu2012-10-241-1/+1
| |/
* / cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-151-0/+4
|/
* nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-051-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-2/+1
|\
| * sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-131-2/+1
* | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-251-0/+1
|\|
| * sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
* | time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-231-1/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-84/+108
|\
| * Merge branch 'timers/urgent' into timers/coreThomas Gleixner2012-07-151-2/+7
| |\
| * | nohz: Move next idle expiry time record into idle logic areaFrederic Weisbecker2012-06-111-10/+14
| * | nohz: Move ts->idle_calls incrementation into strict idle logicFrederic Weisbecker2012-06-111-39/+47
| * | nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker2012-06-111-2/+2
| * | nohz: Make nohz API agnostic against idle ticks cputime accountingFrederic Weisbecker2012-06-111-15/+22
| * | nohz: Separate idle sleeping time accounting from nohz logicFrederic Weisbecker2012-06-111-35/+42
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-221-1/+1
|\ \ \ | |_|/ |/| |
| * | rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney2012-07-021-1/+1
* | | sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-051-0/+2
|/ /
* | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-06-111-1/+6
|\ \ | |/ |/|
| * rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney2012-06-061-1/+6
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-051-0/+1
|\ \
| * | sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-301-0/+1
| |/
* | tick: Move skew_tick option into the HIGH_RES_TIMER sectionThomas Gleixner2012-05-251-8/+8
* | tick: Add tick skew boot optionMike Galbraith2012-05-251-0/+18
|/
* nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-061-2/+2
* nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker2012-02-151-5/+6
* nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko2012-02-151-5/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-061-0/+8
|\
| * sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha2011-12-061-0/+9
* | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-7/+8
* | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-12/+13
* | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-36/+57
* | rcu: Track idleness independent of idle tasksPaul E. McKenney2011-12-111-3/+3
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-261-15/+40
|\