summaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-374/+325
|\
| * timer: Minimize nohz off overheadThomas Gleixner2015-06-191-1/+2
| * timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-8/+27
| * hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-191-23/+91
| * hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra2015-06-191-10/+13
| * hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-191-5/+2
| * clockevents: Stop unused clockevent devicesViresh Kumar2015-05-191-4/+2
| * hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-04-221-3/+9
| * hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner2015-04-221-0/+9
| * hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-221-16/+7
| * hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+0
| * hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-221-19/+0
| * hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-221-23/+15
| * tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-9/+5
| * hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-221-120/+43
| * hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-221-18/+28
| * hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner2015-04-221-4/+2
| * hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner2015-04-221-9/+8
| * hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-221-8/+16
| * hrtimer: Make offset update smarterThomas Gleixner2015-04-221-1/+2
| * hrtimer: Get rid of softirq timeThomas Gleixner2015-04-221-89/+59
| * hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-221-2/+2
| * hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-221-16/+0
| * hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-221-17/+9
| * hrtimer: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar2015-04-221-2/+3
| * hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner2015-04-221-0/+8
* | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-131-6/+8
|/
* clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-031-3/+0
* clockevents: Make tick handover explicitThomas Gleixner2015-04-031-4/+0
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-011-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-091-60/+52
|\
| * hrtimer: Make __hrtimer_get_next_event() statickbuild test robot2015-01-241-1/+1
| * Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-241-2/+2
| |\
| | * ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-01-231-2/+2
| * | hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-231-58/+50
| |/
* | hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-051-1/+1
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-11/+11
|\
| * time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter2014-08-261-8/+8
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3
* | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
|/
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-231-0/+2
* ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner2014-07-231-0/+1
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-231-54/+0
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-231-11/+8
* hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar2014-06-231-15/+8
* hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar2014-06-231-8/+19
* hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar2014-06-231-0/+1
* time/timers: Move all time(r) related files into kernel/timeThomas Gleixner2014-06-231-0/+1915
OpenPOWER on IntegriCloud