aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-12/+25
2008-09-29hrtimer: mark migration stateThomas Gleixner1-2/+10
2008-09-29hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner1-3/+25
2008-09-29hrtimer: migrate pending list on cpu offlineThomas Gleixner1-1/+33
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+2
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/nohz', 'timers/clocksource' and 'timers/posixtimers' into timers/for-linusThomas Gleixner1-5/+2
2008-07-10Merge branch 'imx' into develRussell King1-0/+8
2008-07-03hrtimer: prevent migration for raising softirqSteven Rostedt1-0/+8
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-26hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra1-3/+2
2008-05-26hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge1-2/+0
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-1/+1
2008-05-12dyntick: Remove last reminants of dyntick supportRussell King1-1/+1
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-9/+0
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner1-20/+157
2008-04-28hrtimer: raise softirq unlocked to avoid circular lock dependencyThomas Gleixner1-2/+17
2008-04-27hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQBodo Stroesser1-2/+13
2008-04-21hrtimer: optimize the softirq time optimizationThomas Gleixner1-4/+3
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich1-32/+32
2008-04-17hrtimers: simplify lockdep handlingOleg Nesterov1-5/+4
2008-04-17hrtimer: use nanosleep specific restart_block fieldsThomas Gleixner1-7/+6
2008-02-14hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner1-0/+11
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner1-17/+20
2008-02-10hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov1-4/+0
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov1-24/+27
2008-02-05timerfd: new timerfd APIDavide Libenzi1-5/+4
2008-02-01hrtimer: fix hrtimer_init_sleeper() usersPeter Zijlstra1-0/+2
2008-01-25hrtimer: unlock hrtimer_wakeupPeter Zijlstra1-1/+3
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra1-131/+139
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra1-1/+19
2008-01-21hrtimer: fix section mismatchRandy Dunlap1-1/+1
2007-12-07hrtimers: avoid overflow for large relative timeoutsThomas Gleixner1-0/+8
2007-10-29Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman1-1/+1
2007-10-20fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard1-13/+16
2007-10-10[KTIME]: Introduce ktime_sub_ns and ktime_sub_usArnaldo Carvalho de Melo1-0/+24
2007-07-25Cache xtime every call to update_wall_timejohn stultz1-4/+0
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-1/+1
2007-07-21hrtimer: speedup hrtimer_enqueueIngo Molnar1-4/+6
2007-07-21highres: improve debug outputIngo Molnar1-1/+4
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-08export hrtimer_forwardStas Sergeev1-0/+1
2007-04-27[NET]: Fix networking compilation errorsDavid Howells1-0/+2
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy1-0/+1
2007-04-07[PATCH] high-res timers: resume fixIngo Molnar1-0/+12