summaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-221-1/+4
* timekeeping: Provide hrtimer update functionThomas Gleixner2012-07-111-0/+1
* hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-111-1/+8
* Fix some kernel-doc warningsVitaliy Ivanov2011-06-271-0/+1
* hrtimers: Reorder clock basesThomas Gleixner2011-05-231-1/+1
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-231-2/+5
* hrtimers: Make struct hrtimer_cpu_base layout less stupidThomas Gleixner2011-05-231-1/+1
* timerfd: Manage cancelable timers in timerfdThomas Gleixner2011-05-231-1/+5
* timerfd: Allow timers to be cancelled when clock was setThomas Gleixner2011-05-021-0/+2
* hrtimers: Prepare for cancel on clock was set timersThomas Gleixner2011-05-021-13/+3
* hrtimer: Update hrtimer->state documentationThomas Gleixner2011-03-101-5/+11
* timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2011-02-211-0/+1
* time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz2011-02-211-0/+1
* hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz2011-02-211-1/+5
* hrtimer.h: fix kernel-doc warningRandy Dunlap2011-01-101-1/+0
* hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-101-17/+15
* hrtimer: Remove stale comment on curr_timerYong Zhang2010-11-101-1/+0
* hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde2010-04-061-0/+2
* hrtimers: Convert to raw_spinlocksThomas Gleixner2009-12-141-1/+1
* hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens2009-12-101-43/+0
* hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner2009-12-101-4/+9
* hrtimer: Fix /proc/timer_list regressionFeng Tang2009-11-201-3/+1
* Merge branch 'linus' into timers/coreThomas Gleixner2009-08-141-1/+1
|\
| * timer stats: fix quick check optimizationHeiko Carstens2009-07-101-1/+1
* | hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra2009-07-221-2/+0
|/
* timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2009-06-241-0/+5
* timers: Framework for identifying pinned timersArun R Bharadwaj2009-05-131-2/+5
* hrtimer: fix rq->lock inversion (again)Peter Zijlstra2009-03-311-0/+5
* hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-32/+2
* hrtimer: clean up unused callback modesPeter Zijlstra2008-11-121-5/+0
* Fix accidental implicit cast in HR-timer conversionDavid Howells2008-11-061-1/+1
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-4/+101
|\
| * hrtimers: add missing docbook comments to struct hrtimerThomas Gleixner2008-10-201-2/+7
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-4/+14
| |\
| * | DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell2008-10-151-0/+2
| * | rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven2008-10-071-1/+3
| * | hrtimer: peek at the timer queue just before going idleArjan van de Ven2008-09-111-0/+5
| * | hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven2008-09-071-1/+1
| * | hrtimer: add a hrtimer_start_range() functionArjan van de Ven2008-09-071-1/+8
| * | hrtimer: another build fixArjan van de Ven2008-09-061-13/+13
| * | hrtimer: fix build bug found by IngoArjan van de Ven2008-09-061-7/+7
| * | hrtimer: turn hrtimers into range timersArjan van de Ven2008-09-051-1/+30
| * | hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven2008-09-051-10/+10
| * | hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven2008-09-051-0/+45
| * | select: Introduce a hrtimeout functionArjan van de Ven2008-09-051-0/+2
| | |
| \ \
*-. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-12/+16
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-3/+11
| | * hrtimer: mark migration stateThomas Gleixner2008-09-291-1/+3
| |/ |/|
| * hrtimer: reorder struct hrtimer to save 8 bytes on 64bit buildsRichard Kennedy2008-09-241-2/+2
| * hrtimer: remove hrtimer_clock_base::reprogram()Mark McLoughlin2008-09-221-4/+0