summaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
Commit message (Expand)AuthorAge
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-11
|\ \
| * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-07
| |/
* | hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-13
|/
* hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-16
* hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-16
* hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-16
* hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-16
* hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-16
* hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-16
* hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-16
* hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-16
* hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner2018-01-16
* hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-16
* hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-16
* hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-16
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-16
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-30
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-14
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-14
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-14
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-14
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-14
* hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-17
* sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Ingo Molnar2017-03-03
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-10
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-15
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-17
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-17
* timer: Minimize nohz off overheadThomas Gleixner2015-06-19
* timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-19
* hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-19
* hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-19
* hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov2015-06-08
* hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-22
* hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-22
* hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-22
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-22
* hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-22
* hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-22
* hrtimer: Align the hrtimer clock bases as wellThomas Gleixner2015-04-22
* hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner2015-04-22
* hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-22
* hrtimer: Make offset update smarterThomas Gleixner2015-04-22
* hrtimer: Get rid of softirq timeThomas Gleixner2015-04-22
* hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-22
* hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-22
* hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-22
* hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner2015-04-22
* hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-23