aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIGravatar John Stultz 1-1/+4
2012-07-11timekeeping: Provide hrtimer update functionGravatar Thomas Gleixner 1-0/+1
2012-07-11hrtimer: Provide clock_was_set_delayed()Gravatar John Stultz 1-1/+8
2011-06-27Fix some kernel-doc warningsGravatar Vitaliy Ivanov 1-0/+1
2011-05-23hrtimers: Reorder clock basesGravatar Thomas Gleixner 1-1/+1
2011-05-23hrtimers: Avoid touching inactive timer basesGravatar Thomas Gleixner 1-2/+5
2011-05-23hrtimers: Make struct hrtimer_cpu_base layout less stupidGravatar Thomas Gleixner 1-1/+1
2011-05-23timerfd: Manage cancelable timers in timerfdGravatar Thomas Gleixner 1-1/+5
2011-05-02timerfd: Allow timers to be cancelled when clock was setGravatar Thomas Gleixner 1-0/+2
2011-05-02hrtimers: Prepare for cancel on clock was set timersGravatar Thomas Gleixner 1-13/+3
2011-03-10hrtimer: Update hrtimer->state documentationGravatar Thomas Gleixner 1-5/+11
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseGravatar John Stultz 1-0/+1
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeGravatar John Stultz 1-0/+1
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsGravatar John Stultz 1-1/+5
2011-01-10hrtimer.h: fix kernel-doc warningGravatar Randy Dunlap 1-1/+0
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureGravatar John Stultz 1-17/+15
2010-11-10hrtimer: Remove stale comment on curr_timerGravatar Yong Zhang 1-1/+0
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