aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMEGravatar Carsten Emde 1-0/+2
2009-12-14hrtimers: Convert to raw_spinlocksGravatar Thomas Gleixner 1-1/+1
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cGravatar Heiko Carstens 1-43/+0
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicGravatar Thomas Gleixner 1-4/+9
2009-11-20hrtimer: Fix /proc/timer_list regressionGravatar Feng Tang 1-3/+1
2009-08-14Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-1/+1
2009-07-22hrtimer: Remove cb_entry from struct hrtimerGravatar Peter Zijlstra 1-2/+0
2009-07-10timer stats: fix quick check optimizationGravatar Heiko Carstens 1-1/+1
2009-06-24timer stats: Optimize by adding quick check to avoid function callsGravatar Heiko Carstens 1-0/+5
2009-05-13timers: Framework for identifying pinned timersGravatar Arun R Bharadwaj 1-2/+5
2009-03-31hrtimer: fix rq->lock inversion (again)Gravatar Peter Zijlstra 1-0/+5
2008-11-25hrtimer: removing all ur callback modesGravatar Peter Zijlstra 1-32/+2
2008-11-12hrtimer: clean up unused callback modesGravatar Peter Zijlstra 1-5/+0
2008-11-06Fix accidental implicit cast in HR-timer conversionGravatar David Howells 1-1/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 1-4/+101
2008-10-20hrtimers: add missing docbook comments to struct hrtimerGravatar Thomas Gleixner 1-2/+7
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-12/+16
2008-10-17Merge commit 'linus/master' into merge-linusGravatar Arjan van de Ven 1-4/+14
2008-10-15DECLARE_PER_CPU needs linux/percpu.hGravatar Stephen Rothwell 1-0/+2
2008-10-07rangetimer: fix x86 build failure for the !HRTIMERS caseGravatar Arjan van de Ven 1-1/+3
2008-09-29hrtimer: prevent migration of per CPU hrtimersGravatar Thomas Gleixner 1-3/+11
2008-09-29hrtimer: mark migration stateGravatar Thomas Gleixner 1-1/+3
2008-09-24hrtimer: reorder struct hrtimer to save 8 bytes on 64bit buildsGravatar Richard Kennedy 1-2/+2
2008-09-22hrtimer: remove hrtimer_clock_base::reprogram()Gravatar Mark McLoughlin 1-4/+0
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Gravatar Mark McLoughlin 1-2/+0
2008-09-11hrtimer: peek at the timer queue just before going idleGravatar Arjan van de Ven 1-0/+5
2008-09-07hrtimer: incorporate feedback from Peter ZijlstraGravatar Arjan van de Ven 1-1/+1
2008-09-07hrtimer: add a hrtimer_start_range() functionGravatar Arjan van de Ven 1-1/+8
2008-09-06hrtimer: another build fixGravatar Arjan van de Ven 1-13/+13
2008-09-06hrtimer: fix build bug found by IngoGravatar Arjan van de Ven 1-7/+7
2008-09-05hrtimer: turn hrtimers into range timersGravatar Arjan van de Ven 1-1/+30
2008-09-05hrtimer: rename the "expires" struct member to avoid accidental usageGravatar Arjan van de Ven 1-10/+10
2008-09-05hrtimer: add abstraction functions for accessing the "expires" memberGravatar Arjan van de Ven 1-0/+45
2008-09-05select: Introduce a hrtimeout functionGravatar Arjan van de Ven 1-0/+2
2008-05-03hrtimer: remove duplicate helper functionGravatar Oliver Hartkopp 1-0/+9
2008-04-30add hrtimer specific debugobjects codeGravatar Thomas Gleixner 1-0/+15
2008-04-17hrtimers: simplify lockdep handlingGravatar Oleg Nesterov 1-2/+0
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Gravatar Oleg Nesterov 1-1/+1
2008-02-08time: fix typo in commentsGravatar Li Zefan 1-1/+1
2008-02-07Fix compilation of powerpc asm-offsets.c with old gccGravatar Tony Breeds 1-1/+4
2008-02-05timerfd: new timerfd APIGravatar Davide Libenzi 1-5/+5
2008-02-05timerfd: introduce a new hrtimer_forward_now() functionGravatar Davide Libenzi 1-0/+7
2008-02-03time: delete comments that refer to noexistent symbolsGravatar Li Zefan 1-1/+0
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackGravatar Peter Zijlstra 1-3/+2
2008-01-25sched: high-res preemption tickGravatar Peter Zijlstra 1-0/+9
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierGravatar Anton Blanchard 1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsGravatar Venki Pallipadi 1-2/+3
2007-04-07[PATCH] high-res timers: resume fixGravatar Ingo Molnar 1-0/+3
2007-03-06[PATCH] hrtimers: hrtimer_clock_base description typoGravatar Andres Salomon 1-1/+1
2007-03-06[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ descriptionGravatar Andres Salomon 1-1/+1