summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala2009-10-071-2/+7
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-201-3/+9
|\
| * NOHZ: Properly feed cpufreq ondemand governorEero Nurkkala2009-05-271-3/+9
* | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-3/+4
|/
* time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-151-1/+1
* Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-6/+6
|\
| * [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-7/+6Star
| * [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-2/+3
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-5/+5
|\ \ | |/ |/|
| * sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-5/+5
| |
| \
| \
| \
*---. \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-251-19/+25
|\ \ \ \ | |_|_|/ |/| | |
| | * | nohz: suppress needless timer reprogrammingWoodruff, Richard2008-12-121-17/+24
| | * | nohz: no softirq pending warnings for offline cpusHeiko Carstens2008-12-121-1/+1
| |/ / |/| |
| * | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-1/+0Star
|/ /
* / nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
|/
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-12/+13
|\
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-7/+19
| |\
| * | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-061-11/+10Star
* | | NOHZ: fix thinko in the timer restart code pathThomas Gleixner2008-10-211-1/+11
* | | NOHZ: restart tick device from irq_enter()Thomas Gleixner2008-10-171-8/+23
* | | NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner2008-10-171-22/+27
* | | NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner2008-10-171-1/+12
| |/ |/|
| |
| \
*-. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-1/+1
|\ \ \ | | |/ | |/|
| | * printk: robustify printkPeter Zijlstra2008-08-111-1/+1
* | | [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand g...venkatesh.pallipadi@intel.com2008-10-091-1/+10
* | | hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-1/+1
* | | clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner2008-09-231-0/+3
* | | clockevents: prevent cpu online to interfere with nohzThomas Gleixner2008-09-231-4/+4
|/ /
* | sched_clock: fix NOHZ interactionPeter Zijlstra2008-09-051-0/+3
* | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-211-1/+5
* | sched clock: revert various sched_clock() changesIngo Molnar2008-07-311-2/+0Star
|/
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-2/+10
|\
| * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-181-0/+2
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-2/+10
* | | Merge branch 'linus' into core/softlockupIngo Molnar2008-07-151-0/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2008-07-151-0/+8
| |\|
| | * nohz: don't stop idle tick if softirqs are pending.Heiko Carstens2008-07-111-0/+1
| | * nohz: reduce jiffies polling overheadIngo Molnar2008-05-301-0/+7
| * | sched_clock: stop maximum check on NO HZSteven Rostedt2008-07-111-0/+2
| |/
* / softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ...Ingo Molnar2008-05-301-2/+2
|/
* softlockup: fix NOHZ wakeupIngo Molnar2008-04-251-0/+1
* sched: rt-group: synchonised bandwidth periodPeter Zijlstra2008-04-191-5/+0Star
* clockevents: optimise tick_nohz_stop_sched_tick() a bitKarsten Wiese2008-04-171-4/+2Star
* time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim...Karsten Wiese2008-03-091-1/+1
* rcu: add support for dynamic ticks and preempt rcuSteven Rostedt2008-02-291-0/+3
* timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan2008-02-081-1/+1
* tick-sched: add more debug informationThomas Gleixner2008-02-011-0/+2
* time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi2008-01-301-22/+48
* time: more timer related cleanupsPavel Machek2008-01-301-1/+1
* time: timer cleanupsPavel Machek2008-01-301-2/+2