aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+5
2008-07-31sched clock: revert various sched_clock() changesIngo Molnar1-2/+0
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+10
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar1-0/+2
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-2/+10
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar1-0/+10
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2008-07-11sched_clock: stop maximum check on NO HZSteven Rostedt1-0/+2
2008-07-11nohz: don't stop idle tick if softirqs are pending.Heiko Carstens1-0/+1
2008-05-30nohz: reduce jiffies polling overheadIngo Molnar1-0/+7
2008-05-30softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 secondsIngo Molnar1-2/+2
2008-04-25softlockup: fix NOHZ wakeupIngo Molnar1-0/+1
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra1-5/+0
2008-04-17clockevents: optimise tick_nohz_stop_sched_tick() a bitKarsten Wiese1-4/+2
2008-03-09time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_timer()Karsten Wiese1-1/+1
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt1-0/+3
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan1-1/+1
2008-02-01tick-sched: add more debug informationThomas Gleixner1-0/+2
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi1-22/+48
2008-01-30time: more timer related cleanupsPavel Machek1-1/+1
2008-01-30time: timer cleanupsPavel Machek1-2/+2
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra1-8/+0
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra1-0/+5
2007-11-28softlockup: fix false positives on CONFIG_NOHZThomas Gleixner1-0/+2
2007-11-05time: fix inconsistent function names in commentsLi Zefan1-1/+1
2007-10-29clockevents: unexport tick_nohz_get_sleep_lengthAdrian Bunk1-2/+0
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+16
2007-10-17Use num_possible_cpus() instead of NR_CPUS for timer distributionjohn stultz1-1/+1
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-0/+16
2007-09-16clockevents: prevent stale tick update on offline cpuThomas Gleixner1-0/+12
2007-07-21tick management: spread timer interruptjohn stultz1-1/+6
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner1-1/+15
2007-05-23NOHZ: Rate limit the local softirq pending warning outputThomas Gleixner1-3/+9
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B1-0/+9
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner1-2/+40
2007-02-26[TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller1-0/+2
2007-02-19[PATCH] NOHZ: Produce debug output instead of a BUG()Thomas Gleixner1-1/+3
2007-02-19[PATCH] NOHZ: Fix RCU handlingIngo Molnar1-4/+4
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar1-0/+5
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-0/+558