aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
2018-05-22Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlinux-linaro-lsk-v4.9-rt-testMark Brown
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-26Merge tag 'v4.9.84' into v4.9-rtJulia Cartwright
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2017-12-01kernel/hrtimer/hotplug: don't wake ktimersoftd while holding the hrtimer base...Mike Galbraith
2017-12-01kernel/hrtimer: don't wakeup a process while holding the hrtimer base lockSebastian Andrzej Siewior
2017-12-01kernel/hrtimer: migrate deferred timer on CPU downSebastian Andrzej Siewior
2017-11-17Merge tag 'v4.9.58' into v4.9-rtSteven Rostedt (VMware)
2017-10-21hrtimer: Catch invalid clockids againMarc Zyngier
2016-12-23cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt
2016-12-23rt: Introduce cpu_chill()Thomas Gleixner
2016-12-23hrtimer: Move schedule_work call to helper threadYang Shi
2016-12-23hrtimer: Fixup hrtimer callback changes for preempt-rtThomas Gleixner
2016-12-23hrtimers: Prepare full preemptionIngo Molnar
2016-12-23tracing: Add latency histogramsCarsten Emde
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