summaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
Commit message (Expand)AuthorAgeFilesLines
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-11/+0
* ktime: Get rid of the unionThomas Gleixner2016-12-251-6/+6
* hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-151-0/+7
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-5/+7
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-171-3/+31
* timer: Minimize nohz off overheadThomas Gleixner2015-06-191-0/+2
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-0/+2
* hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-191-25/+16
* hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-191-5/+1
* hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov2015-06-081-1/+1
* hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-221-13/+9
* hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-221-2/+17
* hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-221-4/+0
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-1/+1
* hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-221-1/+0
* hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-221-0/+6
* hrtimer: Align the hrtimer clock bases as wellThomas Gleixner2015-04-221-1/+9
* hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner2015-04-221-1/+1
* hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-221-3/+3
* hrtimer: Make offset update smarterThomas Gleixner2015-04-221-2/+2
* hrtimer: Get rid of softirq timeThomas Gleixner2015-04-221-19/+5
* hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-221-4/+4
* hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-221-1/+0
* hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-221-2/+4
* hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner2015-04-221-1/+16
* hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-231-0/+2
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-231-11/+0
* ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner2014-07-231-6/+0
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-231-3/+6
* hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar2014-06-231-0/+2
* hrtimer: Rearrange comments in the order struct members are declaredViresh Kumar2014-03-201-2/+2
* hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-221-1/+4
* timekeeping: Provide hrtimer update functionThomas Gleixner2012-07-111-0/+1
* hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-111-1/+8
* Fix some kernel-doc warningsVitaliy Ivanov2011-06-271-0/+1
* hrtimers: Reorder clock basesThomas Gleixner2011-05-231-1/+1
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-231-2/+5
* hrtimers: Make struct hrtimer_cpu_base layout less stupidThomas Gleixner2011-05-231-1/+1
* timerfd: Manage cancelable timers in timerfdThomas Gleixner2011-05-231-1/+5
* timerfd: Allow timers to be cancelled when clock was setThomas Gleixner2011-05-021-0/+2
* hrtimers: Prepare for cancel on clock was set timersThomas Gleixner2011-05-021-13/+3
* hrtimer: Update hrtimer->state documentationThomas Gleixner2011-03-101-5/+11
* timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2011-02-211-0/+1
* time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz2011-02-211-0/+1
* hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz2011-02-211-1/+5
* hrtimer.h: fix kernel-doc warningRandy Dunlap2011-01-101-1/+0
* hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-101-17/+15
* hrtimer: Remove stale comment on curr_timerYong Zhang2010-11-101-1/+0
* hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde2010-04-061-0/+2
* hrtimers: Convert to raw_spinlocksThomas Gleixner2009-12-141-1/+1