aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsGravatar Venki Pallipadi 1-2/+3
2007-04-07[PATCH] high-res timers: resume fixGravatar Ingo Molnar 1-0/+3
2007-03-06[PATCH] hrtimers: hrtimer_clock_base description typoGravatar Andres Salomon 1-1/+1
2007-03-06[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ descriptionGravatar Andres Salomon 1-1/+1
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Gravatar Randy Dunlap 1-0/+1
2007-02-16[PATCH] Add SysRq-Q to print timer_list debug infoGravatar Ingo Molnar 1-0/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_statGravatar Ingo Molnar 1-0/+45
2007-02-16[PATCH] hrtimers: add high resolution timer supportGravatar Thomas Gleixner 1-6/+110
2007-02-16[PATCH] tick-management: dyntick / highres functionalityGravatar Thomas Gleixner 1-0/+6
2007-02-16[PATCH] clockevents: add core functionalityGravatar Thomas Gleixner 1-3/+2
2007-02-16[PATCH] hrtimers: clean up callback trackingGravatar Thomas Gleixner 1-1/+0
2007-02-16[PATCH] hrtimers; add state trackingGravatar Thomas Gleixner 1-1/+35
2007-02-16[PATCH] hrtimers: cleanup lockingGravatar Thomas Gleixner 1-15/+28
2007-02-16[PATCH] hrtimers: namespace and enum cleanupGravatar Thomas Gleixner 1-8/+12
2007-02-16[PATCH] GTOD: persistent clock supportGravatar John Stultz 1-0/+3
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Gravatar Toyo Abe 1-0/+1
2006-09-06[PATCH] Documentation for lock_key in struct hrtimer_baseGravatar Henrik Kretzschmar 1-0/+1
2006-07-03[PATCH] lockdep: annotate hrtimer base locksGravatar Ingo Molnar 1-0/+1
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsGravatar Randy Dunlap 1-3/+0
2006-04-22[RBTREE] Update hrtimers to use rb_parent() accessor macro.Gravatar David Woodhouse 1-1/+1
2006-04-02Documentation: fix minor kernel-doc warningsGravatar Martin Waitz 1-1/+1
2006-03-31[PATCH] hrtimer: create generic sleeperGravatar Thomas Gleixner 1-0/+16
2006-03-26[PATCH] hrtimers: remove data fieldGravatar Roman Zippel 1-4/+1
2006-03-26[PATCH] hrtimers: remove state fieldGravatar Roman Zippel 1-9/+2
2006-03-26[PATCH] hrtimers: simplify nanosleepGravatar Roman Zippel 1-3/+1
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Gravatar Roman Zippel 1-1/+2
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesGravatar Thomas Gleixner 1-8/+12
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerGravatar Tony Lindgren 1-0/+4
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGravatar George Anzinger 1-3/+2
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceGravatar akpm@osdl.org 1-0/+1
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsGravatar Thomas Gleixner 1-2/+1
2006-01-12[hrtimer] Change resolution storage to ktime_t formatGravatar Thomas Gleixner 1-1/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structGravatar Thomas Gleixner 1-5/+2
2006-01-10[PATCH] hrtimer: convert posix timers completelyGravatar Thomas Gleixner 1-0/+7
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIGravatar Thomas Gleixner 1-0/+6
2006-01-10[PATCH] hrtimer: hrtimer core codeGravatar Thomas Gleixner 1-0/+130