aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz1-17/+15
2010-11-10hrtimer: Remove stale comment on curr_timerYong Zhang1-1/+0
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde1-0/+2
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner1-1/+1
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens1-43/+0
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner1-4/+9
2009-11-20hrtimer: Fix /proc/timer_list regressionFeng Tang1-3/+1
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner1-1/+1
2009-07-22hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra1-2/+0
2009-07-10timer stats: fix quick check optimizationHeiko Carstens1-1/+1
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens1-0/+5
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj1-2/+5
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra1-0/+5
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-32/+2
2008-11-12hrtimer: clean up unused callback modesPeter Zijlstra1-5/+0
2008-11-06Fix accidental implicit cast in HR-timer conversionDavid Howells1-1/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-4/+101
2008-10-20hrtimers: add missing docbook comments to struct hrtimerThomas Gleixner1-2/+7
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-12/+16
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-4/+14
2008-10-15DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell1-0/+2
2008-10-07rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven1-1/+3
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-3/+11
2008-09-29hrtimer: mark migration stateThomas Gleixner1-1/+3
2008-09-24hrtimer: reorder struct hrtimer to save 8 bytes on 64bit buildsRichard Kennedy1-2/+2
2008-09-22hrtimer: remove hrtimer_clock_base::reprogram()Mark McLoughlin1-4/+0
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin1-2/+0
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven1-0/+5
2008-09-07hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven1-1/+1
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven1-1/+8
2008-09-06hrtimer: another build fixArjan van de Ven1-13/+13
2008-09-06hrtimer: fix build bug found by IngoArjan van de Ven1-7/+7
2008-09-05hrtimer: turn hrtimers into range timersArjan van de Ven1-1/+30
2008-09-05hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven1-10/+10
2008-09-05hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven1-0/+45
2008-09-05select: Introduce a hrtimeout functionArjan van de Ven1-0/+2
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-0/+9
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner1-0/+15
2008-04-17hrtimers: simplify lockdep handlingOleg Nesterov1-2/+0
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov1-1/+1
2008-02-08time: fix typo in commentsLi Zefan1-1/+1
2008-02-07Fix compilation of powerpc asm-offsets.c with old gccTony Breeds1-1/+4
2008-02-05timerfd: new timerfd APIDavide Libenzi1-5/+5
2008-02-05timerfd: introduce a new hrtimer_forward_now() functionDavide Libenzi1-0/+7
2008-02-03time: delete comments that refer to noexistent symbolsLi Zefan1-1/+0
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra1-3/+2
2008-01-25sched: high-res preemption tickPeter Zijlstra1-0/+9
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi1-2/+3
2007-04-07[PATCH] high-res timers: resume fixIngo Molnar1-0/+3