aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
...
| * | | | hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-22
| * | | | hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-22
| * | | | hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-22
| * | | | tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-22
| * | | | tick: Sched: Restructure codeThomas Gleixner2015-04-22
| * | | | tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner2015-04-22
| * | | | tick: sched: Remove hrtimer_active() checksThomas Gleixner2015-04-22
| * | | | hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-22
| * | | | hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-22
| * | | | hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner2015-04-22
| * | | | hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner2015-04-22
| * | | | hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-22
| * | | | hrtimer: Make offset update smarterThomas Gleixner2015-04-22
| * | | | hrtimer: Get rid of softirq timeThomas Gleixner2015-04-22
| * | | | hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-22
| * | | | hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-22
| * | | | hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-22
| * | | | hrtimer: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar2015-04-22
| * | | | hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner2015-04-22
| * | | | timekeeping: Remove stale function prototypeThomas Gleixner2015-04-22
| * | | | timer_list: Reduce SEQ_printf footprintJoe Perches2015-04-22
* | | | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-02
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-13
| | |/ / | |/| |
* | | | Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar2015-05-19
|\| | |
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-09
| |\ \ \ | | |_|/ | |/| |
| | * | clockevents: Shutdown detached clockevent deviceViresh Kumar2015-04-24
| | |/
* | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-08
* | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-08
* | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
|/ /
* | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-21
|\ \ | |/ |/|
| * clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov2015-03-01
* | timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki2015-04-03
* | timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki2015-04-03
* | timekeeping: Get rid of stale commentThomas Gleixner2015-04-03
* | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-03
* | clockevents: Make tick handover explicitThomas Gleixner2015-04-03
* | clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki2015-04-03
* | clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-03
* | clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-03
* | clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-03
* | clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz2015-04-03
* | time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-03
* | time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-03
* | time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-03
* | time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-03
* | time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-03
* | time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-03
* | timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra2015-04-02
* | timer: Don't initialize 'tvec_base' on hotplugViresh Kumar2015-04-02
* | timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra2015-04-02