summaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2017-10-21hrtimer: Catch invalid clockids againMarc Zyngier
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2016-08-31hrtimer: Spelling fixesPratyush Patel
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner
2016-06-10hrtimer: Remove redundant #ifdef blockPratyush Patel
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook
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-09-22time: Fix spelling in commentsZhen Lei
2015-08-22hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck
2015-08-18hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker
2015-08-18hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker
2015-08-17hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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: Fix hrtimer_is_queued() holePeter Zijlstra
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-04-22hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra
2015-04-22hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner
2015-04-22hrtimer: Remove bogus hrtimer_active() checkThomas 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: Make use of timerqueue_add/del return valuesThomas Gleixner
2015-04-22hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas 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: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Make tick handover explicitThomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds