summaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
AgeCommit message (Expand)Author
2011-12-09hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein
2011-05-25hrtimers: Fix typo causing erratic timersThomas Gleixner
2011-05-23hrtimers: Reorder clock basesThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas 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-05-02hrtimer: Make lookup table constMike Frysinger
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-10hrtimer: Remove empty hrtimer_init_hres_timer()Thomas Gleixner
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka
2011-03-02hrtimer: Update base[CLOCK_BOOTTIME].offset correctlyThomas Gleixner
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-12-22hrtimer: fix a typo in commentNamhyung Kim
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-12-10hrtimer: fix timerqueue conversion flubJohn Stultz
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz
2010-10-14hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-05-26hrtimer: Avoid double seqlockStanislaw Gruszka
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-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter
2009-10-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-27Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-26hrtimer: Remove overly verbose "switch to high res mode" messageRoland Dreier
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-15hrtimer: Eliminate needless reprogramming of clock events deviceAshwin Chaugule
2009-08-29hrtimer: Add tracepoint for hrtimersXiao Guangrong
2009-08-28pktgen: spin using hrtimerStephen Hemminger
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner
2009-07-22hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner
2009-07-10hrtimer: migration: do not check expiry time on current CPUThomas Gleixner
2009-07-07timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner
2009-07-07timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky