summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix hrtimer percpu usage typoJan Blunck2006-08-141-1/+1
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-2/+2
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-1/+1
* [PATCH] lockdep: annotate hrtimer base locksIngo Molnar2006-07-031-1/+3
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap2006-06-251-10/+1
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-2/+2
* Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-2/+2
|\
| * [RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse2006-04-221-2/+2
* | [PATCH] hrtimer: export symbolsStephen Hemminger2006-05-311-0/+6
* | [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* | [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
|/
* [PATCH] add cpu_relax to hrtimer_cancelJoe Korty2006-04-111-0/+1
* [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich2006-03-311-0/+3
* [PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner2006-03-311-30/+9
* [PATCH] hrtimer: create generic sleeperThomas Gleixner2006-03-311-0/+19
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-7/+5
* [PATCH] hrtimers: remove nsec_t typedefRoman Zippel2006-03-261-2/+2
* [PATCH] hrtimers: remove state fieldRoman Zippel2006-03-261-9/+5
* [PATCH] hrtimers: simplify nanosleepRoman Zippel2006-03-261-80/+62
* [PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel2006-03-261-4/+3
* [PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner2006-03-261-2/+26
* [PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren2006-03-061-0/+35
* [PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar2006-02-141-1/+12
* [PATCH] hrtimers: add back lost credit linesThomas Gleixner2006-02-011-0/+6
* [PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger2006-02-011-35/+24
* [PATCH] hrtimers: fix posix-timer requeue raceakpm@osdl.org2006-02-011-0/+5
* [PATCH] kernel/hrtimer.c sparse warning fixIngo Molnar2006-01-161-1/+2
* [PATCH] hrtimer comment tweakJonathan Corbet2006-01-161-1/+1
* [hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner2006-01-121-1/+4
* [hrtimer] Change resolution storage to ktime_t formatThomas Gleixner2006-01-121-2/+1
* [hrtimer] Remove listhead from hrtimer structThomas Gleixner2006-01-121-12/+14
* [PATCH] Export ktime_get_ts()Matt Helsley2006-01-101-0/+1
* [PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner2006-01-101-0/+14
* [PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner2006-01-101-0/+127
* [PATCH] hrtimer: hrtimer core codeThomas Gleixner2006-01-101-0/+679
OpenPOWER on IntegriCloud