aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)Author
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner
2015-06-19timer: Minimize nohz off overheadThomas Gleixner
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov
2015-06-08hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner
2015-04-22hrtimer: Align the hrtimer clock bases as wellThomas Gleixner
2015-04-22hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner
2015-04-22hrtimer: Use bits for various boolean indicatorsThomas Gleixner
2015-04-22hrtimer: Make offset update smarterThomas Gleixner
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar
2014-03-20hrtimer: Rearrange comments in the order struct members are declaredViresh Kumar
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-11hrtimer: Provide clock_was_set_delayed()John Stultz
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov
2011-05-23hrtimers: Reorder clock basesThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner
2011-05-23hrtimers: Make struct hrtimer_cpu_base layout less stupidThomas Gleixner
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner
2011-03-10hrtimer: Update hrtimer->state documentationThomas Gleixner
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz
2011-01-10hrtimer.h: fix kernel-doc warningRandy Dunlap
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz
2010-11-10hrtimer: Remove stale comment on curr_timerYong Zhang
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner