| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] add cpu_relax to hrtimer_cancel | Joe Korty | 2006-04-11 | 1 | -0/+1 |
* | [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q... | Dimitri Sivanich | 2006-03-31 | 1 | -0/+3 |
* | [PATCH] hrtimer: use generic sleeper for nanosleep | Thomas Gleixner | 2006-03-31 | 1 | -30/+9 |
* | [PATCH] hrtimer: create generic sleeper | Thomas Gleixner | 2006-03-31 | 1 | -0/+19 |
* | [PATCH] hrtimers: remove data field | Roman Zippel | 2006-03-26 | 1 | -7/+5 |
* | [PATCH] hrtimers: remove nsec_t typedef | Roman Zippel | 2006-03-26 | 1 | -2/+2 |
* | [PATCH] hrtimers: remove state field | Roman Zippel | 2006-03-26 | 1 | -9/+5 |
* | [PATCH] hrtimers: simplify nanosleep | Roman Zippel | 2006-03-26 | 1 | -80/+62 |
* | [PATCH] hrtimers: pass current time to hrtimer_forward() | Roman Zippel | 2006-03-26 | 1 | -4/+3 |
* | [PATCH] hrtimers: optimize softirq runqueues | Thomas Gleixner | 2006-03-26 | 1 | -2/+26 |
* | [PATCH] fix next_timer_interrupt() for hrtimer | Tony Lindgren | 2006-03-07 | 1 | -0/+35 |
* | [PATCH] hrtimer: round up relative start time on low-res arches | Ingo Molnar | 2006-02-15 | 1 | -1/+12 |
* | [PATCH] hrtimers: add back lost credit lines | Thomas Gleixner | 2006-02-01 | 1 | -0/+6 |
* | [PATCH] hrtimers: cleanups and simplifications | George Anzinger | 2006-02-01 | 1 | -35/+24 |
* | [PATCH] hrtimers: fix posix-timer requeue race | akpm@osdl.org | 2006-02-01 | 1 | -0/+5 |
* | [PATCH] kernel/hrtimer.c sparse warning fix | Ingo Molnar | 2006-01-17 | 1 | -1/+2 |
* | [PATCH] hrtimer comment tweak | Jonathan Corbet | 2006-01-17 | 1 | -1/+1 |
* | [hrtimer] Enforce resolution as lower limit of intervals | Thomas Gleixner | 2006-01-12 | 1 | -1/+4 |
* | [hrtimer] Change resolution storage to ktime_t format | Thomas Gleixner | 2006-01-12 | 1 | -2/+1 |
* | [hrtimer] Remove listhead from hrtimer struct | Thomas Gleixner | 2006-01-12 | 1 | -12/+14 |
* | [PATCH] Export ktime_get_ts() | Matt Helsley | 2006-01-10 | 1 | -0/+1 |
* | [PATCH] hrtimer: switch sys_nanosleep to hrtimer | Thomas Gleixner | 2006-01-10 | 1 | -0/+14 |
* | [PATCH] hrtimer: create hrtimer nanosleep API | Thomas Gleixner | 2006-01-10 | 1 | -0/+127 |
* | [PATCH] hrtimer: hrtimer core code | Thomas Gleixner | 2006-01-10 | 1 | -0/+679 |