aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)Author
2017-11-24hrtimer: update the hrtimer patchSebastian Andrzej Siewior
2017-11-17hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2017-11-17hrtimers: Prepare full preemptionIngo Molnar
2017-11-17hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2017-11-17hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner
2017-11-17hrtimer: Add clock bases and hrtimer mode for soft irq contextAnna-Maria Gleixner
2017-11-17hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner
2017-11-17hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner
2017-11-17hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner
2017-11-17hrtimer: Reduce conditional code (hres_active)Anna-Maria Gleixner
2017-11-17hrtimer: Make room in struct hrtimer_cpu_baseAnna-Maria Gleixner
2017-11-17hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner
2017-11-17hrtimer: Cleanup hrtimer_mode enumAnna-Maria Gleixner
2017-11-17hrtimer: Fix hrtimer function descriptionAnna-Maria Gleixner
2017-11-17hrtimer: Cleanup clock argument in schedule_hrtimeout_range_clock()Anna-Maria Gleixner
2017-11-17hrtimer: Fix kerneldoc for struct hrtimer_cpu_baseAnna-Maria Gleixner
2017-11-17timers: Use static keys for migrate_enable and nohz_activeThomas Gleixner
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd
2017-03-03sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Ingo Molnar
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner
2015-06-19timer: Minimize nohz off overheadThomas Gleixner
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov
2015-06-08hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner
2015-04-22hrtimer: Align the hrtimer clock bases as wellThomas Gleixner
2015-04-22hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner
2015-04-22hrtimer: Use bits for various boolean indicatorsThomas Gleixner
2015-04-22hrtimer: Make offset update smarterThomas Gleixner
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner