summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
AgeCommit message (Expand)AuthorLines
2006-05-31[PATCH] hrtimer: export symbolsStephen Hemminger-0/+6
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman-1/+1
2006-04-11[PATCH] add cpu_relax to hrtimer_cancelJoe Korty-0/+1
2006-03-31[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich-0/+3
2006-03-31[PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner-30/+9
2006-03-31[PATCH] hrtimer: create generic sleeperThomas Gleixner-0/+19
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel-7/+5
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel-2/+2
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel-9/+5
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel-80/+62
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel-4/+3
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner-2/+26
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren-0/+35
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar-1/+12
2006-02-01[PATCH] hrtimers: add back lost credit linesThomas Gleixner-0/+6
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger-35/+24
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceakpm@osdl.org-0/+5
2006-01-16[PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar-1/+2
2006-01-16[PATCH] hrtimer comment tweakJonathan Corbet-1/+1
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner-1/+4
2006-01-12[hrtimer] Change resolution storage to ktime_t formatThomas Gleixner-2/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structThomas Gleixner-12/+14
2006-01-10[PATCH] Export ktime_get_ts()Matt Helsley-0/+1
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner-0/+14
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner-0/+127
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner-0/+679