aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)Author
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-11hrtimer: Provide clock_was_set_delayed()John Stultz
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov
2011-05-23hrtimers: Reorder clock basesThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner
2011-05-23hrtimers: Make struct hrtimer_cpu_base layout less stupidThomas Gleixner
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner
2011-03-10hrtimer: Update hrtimer->state documentationThomas Gleixner
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz
2011-01-10hrtimer.h: fix kernel-doc warningRandy Dunlap
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz
2010-11-10hrtimer: Remove stale comment on curr_timerYong Zhang
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner
2009-11-20hrtimer: Fix /proc/timer_list regressionFeng Tang
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner
2009-07-22hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra
2009-07-10timer stats: fix quick check optimizationHeiko Carstens
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra
2008-11-12hrtimer: clean up unused callback modesPeter Zijlstra
2008-11-06Fix accidental implicit cast in HR-timer conversionDavid Howells
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-20hrtimers: add missing docbook comments to struct hrtimerThomas Gleixner
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven
2008-10-15DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell
2008-10-07rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner
2008-09-29hrtimer: mark migration stateThomas Gleixner
2008-09-24hrtimer: reorder struct hrtimer to save 8 bytes on 64bit buildsRichard Kennedy
2008-09-22hrtimer: remove hrtimer_clock_base::reprogram()Mark McLoughlin
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven
2008-09-07hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven
2008-09-06hrtimer: another build fixArjan van de Ven
2008-09-06hrtimer: fix build bug found by IngoArjan van de Ven
2008-09-05hrtimer: turn hrtimers into range timersArjan van de Ven
2008-09-05hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven
2008-09-05hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven