summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-04-221-3/+9
| * | | | timer: Put usleep_range into the __sched sectionThomas Gleixner2015-04-221-1/+1
| * | | | timer: Remove pointless return value of do_usleep_range()Thomas Gleixner2015-04-221-2/+2
| * | | | 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
| * | | | tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner2015-04-221-3/+5
| * | | | alarmtimer: Get rid of unused return valueThomas Gleixner2015-04-221-7/+4
| * | | | 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-226-109/+93
| * | | | tick: Sched: Restructure codeThomas Gleixner2015-04-221-90/+81
| * | | | tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner2015-04-221-54/+29
| * | | | tick: sched: Remove hrtimer_active() checksThomas Gleixner2015-04-221-15/+4
| * | | | hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-223-122/+53
| * | | | 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-223-11/+22
| * | | | hrtimer: Get rid of softirq timeThomas Gleixner2015-04-223-124/+59
| * | | | hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-222-3/+3
| * | | | hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-223-24/+15
| * | | | hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-222-21/+13
| * | | | 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
| * | | | timekeeping: Remove stale function prototypeThomas Gleixner2015-04-221-1/+0
| * | | | timer_list: Reduce SEQ_printf footprintJoe Perches2015-04-221-7/+14
* | | | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-6/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-131-6/+8
| | |/ / | |/| |
* | | | Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar2015-05-191-5/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-091-5/+1
| |\ \ \ | | |_|/ | |/| |
| | * | clockevents: Shutdown detached clockevent deviceViresh Kumar2015-04-241-5/+1
| | |/
* | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-081-13/+13
* | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-29/+50
* | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-4/+4
|/ /
* | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-1/+1
|\ \ | |/ |/|
| * clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov2015-03-011-1/+1
* | timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki2015-04-031-3/+2
* | timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki2015-04-031-1/+1
* | timekeeping: Get rid of stale commentThomas Gleixner2015-04-031-4/+0
* | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-035-60/+49
* | clockevents: Make tick handover explicitThomas Gleixner2015-04-034-12/+6
* | clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki2015-04-031-7/+0
* | clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-033-14/+20
* | clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-031-10/+0
* | clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-033-38/+32
* | clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz2015-04-031-2/+5
* | time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-17/+49
* | time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-031-17/+19
OpenPOWER on IntegriCloud