aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-0/+2
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki1-0/+1
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki1-0/+1
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-2/+0
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner1-5/+16
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner1-0/+14
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the codeAnna-Maria Gleixner1-12/+8
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner1-11/+9
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner1-5/+11
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner1-1/+1
2018-01-16hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-4/+4
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_activeThomas Gleixner1-4/+0
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-1/+1
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner1-1/+1
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro1-1/+0
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro1-0/+2
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-1/+0
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-1/+1
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd1-4/+0
2017-03-03sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Ingo Molnar1-1/+0
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-11/+0
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