aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe1-10/+10
2006-08-14[PATCH] fix hrtimer percpu usage typoJan Blunck1-1/+1
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate hrtimer base locksIngo Molnar1-1/+3
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap1-10/+1
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-2/+2
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-2/+2
2006-05-31[PATCH] hrtimer: export symbolsStephen Hemminger1-0/+6
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-04-22[RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse1-2/+2
2006-04-11[PATCH] add cpu_relax to hrtimer_cancelJoe Korty1-0/+1
2006-03-31[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_queue()Dimitri Sivanich1-0/+3
2006-03-31[PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner1-30/+9
2006-03-31[PATCH] hrtimer: create generic sleeperThomas Gleixner1-0/+19
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel1-7/+5
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel1-2/+2
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel1-9/+5
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel1-80/+62
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel1-4/+3
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner1-2/+26
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren1-0/+35
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar1-1/+12
2006-02-01[PATCH] hrtimers: add back lost credit linesThomas Gleixner1-0/+6
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger1-35/+24
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceakpm@osdl.org1-0/+5
2006-01-16[PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar1-1/+2
2006-01-16[PATCH] hrtimer comment tweakJonathan Corbet1-1/+1
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner1-1/+4
2006-01-12[hrtimer] Change resolution storage to ktime_t formatThomas Gleixner1-2/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structThomas Gleixner1-12/+14
2006-01-10[PATCH] Export ktime_get_ts()Matt Helsley1-0/+1
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner1-0/+14
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner1-0/+127
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner1-0/+679