aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-18/+18
2013-02-07sched/rt: Move rt specific bits into new header fileGravatar Clark Williams 1-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerGravatar Clark Williams 1-0/+1
2013-02-05hrtimer: Prevent hrtimer_enqueue_reprogram raceGravatar Leonid Shatz 1-18/+18
2012-07-11hrtimer: Update hrtimer base offsets each hrtimer_interruptGravatar John Stultz 1-14/+14
2012-07-11hrtimers: Move lock held region in hrtimer_interrupt()Gravatar Thomas Gleixner 1-2/+3
2012-07-11hrtimer: Provide clock_was_set_delayed()Gravatar John Stultz 1-0/+20
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+4
2011-11-19hrtimer: Fix extra wakeups from __remove_hrtimer()Gravatar Jeff Ohlstein 1-2/+4
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-05-25hrtimers: Fix typo causing erratic timersGravatar Thomas Gleixner 1-1/+1
2011-05-23hrtimers: Reorder clock basesGravatar Thomas Gleixner 1-6/+6
2011-05-23hrtimers: Avoid touching inactive timer basesGravatar Thomas Gleixner 1-11/+18
2011-05-23timerfd: Manage cancelable timers in timerfdGravatar Thomas Gleixner 1-62/+32
2011-05-02timerfd: Allow timers to be cancelled when clock was setGravatar Thomas Gleixner 1-1/+35
2011-05-02hrtimers: Prepare for cancel on clock was set timersGravatar Thomas Gleixner 1-64/+61
2011-05-02hrtimer: Make lookup table constGravatar Mike Frysinger 1-1/+1
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyGravatar Thomas Gleixner 1-5/+5
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-39/+45
2011-03-10hrtimer: Remove empty hrtimer_init_hres_timer()Gravatar Thomas Gleixner 1-10/+0
2011-03-08debugobjects: Add hint for better object identificationGravatar Stanislaw Gruszka 1-0/+6
2011-03-02hrtimer: Update base[CLOCK_BOOTTIME].offset correctlyGravatar Thomas Gleixner 1-0/+2
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseGravatar John Stultz 1-4/+12
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepGravatar John Stultz 1-4/+5
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsGravatar John Stultz 1-13/+27
2011-01-31time: Provide get_xtime_and_monotonic_offset()Gravatar Torben Hohn 1-11/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-56/+27
2010-12-22hrtimer: fix a typo in commentGravatar Namhyung Kim 1-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-1/+1
2010-12-10hrtimer: fix timerqueue conversion flubGravatar John Stultz 1-5/+2
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureGravatar John Stultz 1-56/+30
2010-10-14hrtimer: Preserve timer state in remove_hrtimer()Gravatar Salman Qazi 1-2/+11
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsGravatar Andi Kleen 1-2/+1
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-5/+4
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicGravatar John Stultz 1-5/+4
2010-06-09sched: Change nohz idle load balancing logic to push modelGravatar Venkatesh Pallipadi 1-6/+2
2010-05-26hrtimer: Avoid double seqlockGravatar Stanislaw Gruszka 1-1/+1
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMEGravatar Carsten Emde 1-26/+41
2009-12-14hrtimers: Convert to raw_spinlocksGravatar Thomas Gleixner 1-25/+25
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cGravatar Heiko Carstens 1-4/+20
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicGravatar Thomas Gleixner 1-40/+57
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsGravatar Jon Hunter 1-1/+2
2009-10-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+0
2009-09-27Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+35
2009-09-26hrtimer: Remove overly verbose "switch to high res mode" messageGravatar Roland Dreier 1-2/+0
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+32
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-57/+0