aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 1-1/+1
2017-06-14posix-timers: Make nanosleep timespec argument constGravatar Thomas Gleixner 1-1/+1
2017-06-14posix-timers: Kill ->nsleep_restart()Gravatar Al Viro 1-1/+0
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperGravatar Al Viro 1-0/+2
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockGravatar Al Viro 1-1/+0
2017-04-14time: Change k_clock nsleep() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversGravatar Stephen Boyd 1-4/+0
2017-03-03sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Gravatar Ingo Molnar 1-1/+0
2017-02-10time: Remove CONFIG_TIMER_STATSGravatar Kees Cook 1-11/+0
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-6/+6
2016-07-15hrtimer: Convert to hotplug state machineGravatar Thomas Gleixner 1-0/+7
2016-03-17timer: convert timer_slack_ns from unsigned long to u64Gravatar John Stultz 1-5/+7
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESGravatar Thomas Gleixner 1-3/+31
2015-06-19timer: Minimize nohz off overheadGravatar Thomas Gleixner 1-0/+2
2015-06-19timer: Reduce timer migration overhead if disabledGravatar Thomas Gleixner 1-0/+2
2015-06-19hrtimer: Allow hrtimer::function() to free the timerGravatar Peter Zijlstra 1-25/+16
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEGravatar Oleg Nesterov 1-5/+1
2015-06-08hrtimers: Make sure hrtimer_resolution is unsigned intGravatar Borislav Petkov 1-1/+1
2015-04-22hrtimer: Remove hrtimer_start() return valueGravatar Thomas Gleixner 1-13/+9
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperGravatar Thomas Gleixner 1-2/+17
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Gravatar Thomas Gleixner 1-4/+0
2015-04-22tick: Nohz: Rework next timer evaluationGravatar Thomas Gleixner 1-1/+1
2015-04-22hrtimer: Get rid of hrtimer softirqGravatar Thomas Gleixner 1-1/+0
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Gravatar Thomas Gleixner 1-0/+6
2015-04-22hrtimer: Align the hrtimer clock bases as wellGravatar Thomas Gleixner 1-1/+9
2015-04-22hrtimer: Cache line align the hrtimer cpu baseGravatar Thomas Gleixner 1-1/+1
2015-04-22hrtimer: Use bits for various boolean indicatorsGravatar Thomas Gleixner 1-3/+3
2015-04-22hrtimer: Make offset update smarterGravatar Thomas Gleixner 1-2/+2
2015-04-22hrtimer: Get rid of softirq timeGravatar Thomas Gleixner 1-19/+5
2015-04-22hrtimer: Make the statistics fields smallerGravatar Thomas Gleixner 1-4/+4
2015-04-22hrtimer: Get rid of hrtimer_get_res()Gravatar Thomas Gleixner 1-1/+0
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseGravatar Thomas Gleixner 1-2/+4
2015-04-22hrtimer: Document hrtimer_forward[_now]() properGravatar Thomas Gleixner 1-1/+16
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Gravatar Thomas Gleixner 1-0/+2
2014-07-23time: Consolidate the time accessor prototypesGravatar Thomas Gleixner 1-11/+0
2014-07-23ktime: Sanitize ktime_to_us/ms conversionGravatar Thomas Gleixner 1-6/+0
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateGravatar John Stultz 1-3/+6
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseGravatar Viresh Kumar 1-0/+2
2014-03-20hrtimer: Rearrange comments in the order struct members are declaredGravatar Viresh Kumar 1-2/+2
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIGravatar John Stultz 1-1/+4
2012-07-11timekeeping: Provide hrtimer update functionGravatar Thomas Gleixner 1-0/+1
2012-07-11hrtimer: Provide clock_was_set_delayed()Gravatar John Stultz 1-1/+8
2011-06-27Fix some kernel-doc warningsGravatar Vitaliy Ivanov 1-0/+1
2011-05-23hrtimers: Reorder clock basesGravatar Thomas Gleixner 1-1/+1
2011-05-23hrtimers: Avoid touching inactive timer basesGravatar Thomas Gleixner 1-2/+5
2011-05-23hrtimers: Make struct hrtimer_cpu_base layout less stupidGravatar Thomas Gleixner 1-1/+1
2011-05-23timerfd: Manage cancelable timers in timerfdGravatar Thomas Gleixner 1-1/+5
2011-05-02timerfd: Allow timers to be cancelled when clock was setGravatar Thomas Gleixner 1-0/+2
2011-05-02hrtimers: Prepare for cancel on clock was set timersGravatar Thomas Gleixner 1-13/+3
2011-03-10hrtimer: Update hrtimer->state documentationGravatar Thomas Gleixner 1-5/+11