summaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
Commit message (Expand)AuthorAgeFilesLines
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-0/+2
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-111-0/+1
|\ \
| * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-0/+1
| |/
* / hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-2/+0
|/
* hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-5/+16
* hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-161-0/+14
* hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-3/+3
* hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-2/+2
* hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-3/+3
* hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-12/+8
* hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-2/+2
* hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-11/+9
* hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner2018-01-161-5/+11
* hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-3/+3
* hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-1/+1
* hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-4/+4
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-4/+0
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-1/+1
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-1/+1
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-141-1/+0
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-141-0/+2
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-141-1/+0
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-141-1/+1
* hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+0
* sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Ingo Molnar2017-03-031-1/+0
* 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