Age | Commit message (Expand) | Author | Files | Lines |
2015-04-22 | hrtimer: Get rid of hrtimer softirq | Thomas Gleixner | 1 | -1/+0 |
2015-04-22 | hrtimer: Keep pointer to first timer and simplify __remove_hrtimer() | Thomas Gleixner | 1 | -0/+6 |
2015-04-22 | hrtimer: Align the hrtimer clock bases as well | Thomas Gleixner | 1 | -1/+9 |
2015-04-22 | hrtimer: Cache line align the hrtimer cpu base | Thomas Gleixner | 1 | -1/+1 |
2015-04-22 | hrtimer: Use bits for various boolean indicators | Thomas Gleixner | 1 | -3/+3 |
2015-04-22 | hrtimer: Make offset update smarter | Thomas Gleixner | 1 | -2/+2 |
2015-04-22 | hrtimer: Get rid of softirq time | Thomas Gleixner | 1 | -19/+5 |
2015-04-22 | hrtimer: Make the statistics fields smaller | Thomas Gleixner | 1 | -4/+4 |
2015-04-22 | hrtimer: Get rid of hrtimer_get_res() | Thomas Gleixner | 1 | -1/+0 |
2015-04-22 | hrtimer: Get rid of the resolution field in hrtimer_clock_base | Thomas Gleixner | 1 | -2/+4 |
2015-04-22 | hrtimer: Document hrtimer_forward[_now]() proper | Thomas Gleixner | 1 | -1/+16 |
2015-01-23 | hrtimer: Prevent stale expiry time in hrtimer_interrupt() | Thomas Gleixner | 1 | -0/+2 |
2014-07-23 | time: Consolidate the time accessor prototypes | Thomas Gleixner | 1 | -11/+0 |
2014-07-23 | ktime: Sanitize ktime_to_us/ms conversion | Thomas Gleixner | 1 | -6/+0 |
2014-07-23 | hrtimer: Cleanup hrtimer accessors to the timekepeing state | John Stultz | 1 | -3/+6 |
2014-06-23 | hrtimer: Store cpu-number in struct hrtimer_cpu_base | Viresh Kumar | 1 | -0/+2 |
2014-03-20 | hrtimer: Rearrange comments in the order struct members are declared | Viresh Kumar | 1 | -2/+2 |
2013-03-23 | hrtimer: Add hrtimer support for CLOCK_TAI | John Stultz | 1 | -1/+4 |
2012-07-12 | timekeeping: Provide hrtimer update function | Thomas Gleixner | 1 | -0/+1 |
2012-07-12 | hrtimer: Provide clock_was_set_delayed() | John Stultz | 1 | -1/+8 |
2011-06-28 | Fix some kernel-doc warnings | Vitaliy Ivanov | 1 | -0/+1 |
2011-05-23 | hrtimers: Reorder clock bases | Thomas Gleixner | 1 | -1/+1 |
2011-05-23 | hrtimers: Avoid touching inactive timer bases | Thomas Gleixner | 1 | -2/+5 |
2011-05-23 | hrtimers: Make struct hrtimer_cpu_base layout less stupid | Thomas Gleixner | 1 | -1/+1 |
2011-05-23 | timerfd: Manage cancelable timers in timerfd | Thomas Gleixner | 1 | -1/+5 |
2011-05-02 | timerfd: Allow timers to be cancelled when clock was set | Thomas Gleixner | 1 | -0/+2 |
2011-05-02 | hrtimers: Prepare for cancel on clock was set timers | Thomas Gleixner | 1 | -13/+3 |
2011-03-10 | hrtimer: Update hrtimer->state documentation | Thomas Gleixner | 1 | -5/+11 |
2011-02-21 | timers: Add CLOCK_BOOTTIME hrtimer base | John Stultz | 1 | -0/+1 |
2011-02-21 | time: Introduce get_monotonic_boottime and ktime_get_boottime | John Stultz | 1 | -0/+1 |
2011-02-21 | hrtimers: extend hrtimer base code to handle more then 2 clockids | John Stultz | 1 | -1/+5 |
2011-01-10 | hrtimer.h: fix kernel-doc warning | Randy Dunlap | 1 | -1/+0 |
2010-12-10 | hrtimers: Convert hrtimers to use timerlist infrastructure | John Stultz | 1 | -17/+15 |
2010-11-10 | hrtimer: Remove stale comment on curr_timer | Yong Zhang | 1 | -1/+0 |
2010-04-06 | hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME | Carsten Emde | 1 | -0/+2 |
2009-12-15 | hrtimers: Convert to raw_spinlocks | Thomas Gleixner | 1 | -1/+1 |
2009-12-10 | hrtimer: move timer stats helper functions to hrtimer.c | Heiko Carstens | 1 | -43/+0 |
2009-12-10 | hrtimer: Tune hrtimer_interrupt hang logic | Thomas Gleixner | 1 | -4/+9 |
2009-11-20 | hrtimer: Fix /proc/timer_list regression | Feng Tang | 1 | -3/+1 |
2009-08-14 | Merge branch 'linus' into timers/core | Thomas Gleixner | 1 | -1/+1 |
2009-07-22 | hrtimer: Remove cb_entry from struct hrtimer | Peter Zijlstra | 1 | -2/+0 |
2009-07-10 | timer stats: fix quick check optimization | Heiko Carstens | 1 | -1/+1 |
2009-06-24 | timer stats: Optimize by adding quick check to avoid function calls | Heiko Carstens | 1 | -0/+5 |
2009-05-13 | timers: Framework for identifying pinned timers | Arun R Bharadwaj | 1 | -2/+5 |
2009-03-31 | hrtimer: fix rq->lock inversion (again) | Peter Zijlstra | 1 | -0/+5 |
2008-11-25 | hrtimer: removing all ur callback modes | Peter Zijlstra | 1 | -32/+2 |
2008-11-12 | hrtimer: clean up unused callback modes | Peter Zijlstra | 1 | -5/+0 |
2008-11-07 | Fix accidental implicit cast in HR-timer conversion | David Howells | 1 | -1/+1 |
2008-10-22 | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 1 | -4/+101 |
2008-10-20 | hrtimers: add missing docbook comments to struct hrtimer | Thomas Gleixner | 1 | -2/+7 |