aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-15hrtimer: Eliminate needless reprogramming of clock events deviceGravatar Ashwin Chaugule 1-18/+35
2009-08-29hrtimer: Add tracepoint for hrtimersGravatar Xiao Guangrong 1-8/+32
2009-08-28pktgen: spin using hrtimerGravatar Stephen Hemminger 1-0/+2
2009-08-14Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-46/+64
2009-07-22hrtimer: Remove cb_entry from struct hrtimerGravatar Peter Zijlstra 1-1/+0
2009-07-10hrtimer: Fix migration expiry checkGravatar Thomas Gleixner 1-57/+64
2009-07-10hrtimer: migration: do not check expiry time on current CPUGravatar Thomas Gleixner 1-2/+13
2009-07-07timekeeping: Move ktime_get() functions to timekeeping.cGravatar Thomas Gleixner 1-60/+0
2009-07-07timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yGravatar Martin Schwidefsky 1-0/+4
2009-06-17Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 1-0/+2
2009-06-08hrtimer: export ktime_add_safeGravatar Artem Bityutskiy 1-0/+2
2009-05-13timers: Logic to move non pinned timersGravatar Arun R Bharadwaj 1-2/+49
2009-05-13timers: Framework for identifying pinned timersGravatar Arun R Bharadwaj 1-3/+4
2009-03-31hrtimer: fix rq->lock inversion (again)Gravatar Peter Zijlstra 1-21/+34
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Gravatar Thomas Gleixner 1-0/+7
2009-01-30hrtimers: allow the hot-unplugging of all cpusGravatar Sebastien Dugue 1-0/+4
2009-01-30hrtimers: increase clock min delta threshold while interrupt hangingGravatar Frederic Weisbecker 1-1/+29
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2009-01-18hrtimers: fix inconsistent lock state on resume in hres_timers_resumeGravatar Peter Zijlstra 1-1/+3
2009-01-14[CVE-2009-0029] System call wrappers part 01Gravatar Heiko Carstens 1-2/+2
2009-01-05hrtimer: splitout peek ahead functionality, fixGravatar Ingo Molnar 1-1/+5
2009-01-05hrtimer: fixup commentsGravatar Thomas Gleixner 1-11/+9
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqGravatar Peter Zijlstra 1-33/+27
2009-01-05hrtimer: simplify hotplug migrationGravatar Thomas Gleixner 1-15/+10
2009-01-05hrtimer: fix HOTPLUG_CPU=n compile warningGravatar Thomas Gleixner 1-11/+8
2009-01-05hrtimer: splitout peek ahead functionalityGravatar Thomas Gleixner 1-7/+17