aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-22hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck1-0/+1
2015-08-18hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker1-8/+17
2015-08-18hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker1-2/+2
2015-08-17hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino1-4/+2
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-374/+325
2015-06-19timer: Minimize nohz off overheadThomas Gleixner1-1/+2
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-8/+27
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra1-23/+91
2015-06-19hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra1-10/+13
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov1-5/+2
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar1-4/+2
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz1-6/+8
2015-04-22hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra1-3/+9
2015-04-22hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner1-0/+9
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner1-16/+7
2015-04-22hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner1-4/+0
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner1-19/+0
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner1-23/+15
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-9/+5
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner1-120/+43
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner1-18/+28
2015-04-22hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner1-4/+2
2015-04-22hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner1-9/+8
2015-04-22hrtimer: Use bits for various boolean indicatorsThomas Gleixner1-8/+16
2015-04-22hrtimer: Make offset update smarterThomas Gleixner1-1/+2
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner1-89/+59
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner1-2/+2
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner1-16/+0
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner1-17/+9
2015-04-22hrtimer: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar1-2/+3
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner1-0/+8
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner1-3/+0
2015-04-03clockevents: Make tick handover explicitThomas Gleixner1-4/+0
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-60/+52
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz1-1/+1
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot1-1/+1
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-2/+2
2015-01-23ktime: Optimize ktime_divns for constant divisorsNicolas Pitre1-2/+2
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner1-58/+50
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-11/+11
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-08-26time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter1-8/+8
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner1-0/+2
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner1-0/+1
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz1-54/+0
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz1-11/+8
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar1-15/+8