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