summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-031-0/+2
* | time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-1/+12
* | time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-10/+12
* | time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-031-2/+9
* | timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra2015-04-021-8/+15
* | timer: Don't initialize 'tvec_base' on hotplugViresh Kumar2015-04-021-55/+43
* | timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra2015-04-021-29/+19
* | clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-021-8/+11
* | tick: Further simplify tick-internal.hIngo Molnar2015-04-021-39/+40
* | arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner2015-04-013-1/+16
* | tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-013-26/+61
* | tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2015-04-012-5/+4
* | clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-014-17/+27
* | clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner2015-04-011-5/+2
OpenPOWER on IntegriCloud