summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2015-04-22tick: sched: Remove hrtimer_active() checksThomas Gleixner-15/+4
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner-122/+53
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner-18/+28
2015-04-22hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner-4/+2
2015-04-22hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner-9/+8
2015-04-22hrtimer: Use bits for various boolean indicatorsThomas Gleixner-8/+16
2015-04-22hrtimer: Make offset update smarterThomas Gleixner-11/+22
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner-124/+59
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner-3/+3
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner-24/+15
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner-21/+13
2015-04-22hrtimer: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar-2/+3
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner-0/+8
2015-04-22timekeeping: Remove stale function prototypeThomas Gleixner-1/+0
2015-04-22timer_list: Reduce SEQ_printf footprintJoe Perches-7/+14
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-04-03timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki-3/+2
2015-04-03timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki-1/+1
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner-4/+0
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner-60/+49
2015-04-03clockevents: Make tick handover explicitThomas Gleixner-12/+6
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki-7/+0
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner-14/+20
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner-10/+0
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner-38/+32
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz-2/+5
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang-17/+49
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang-17/+19
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang-0/+2
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang-1/+12
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang-10/+12
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang-2/+9
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra-8/+15
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar-55/+43
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra-29/+19
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy-8/+11
2015-04-02tick: Further simplify tick-internal.hIngo Molnar-39/+40
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner-1/+16
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner-26/+61
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner-5/+4
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner-17/+27
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner-5/+2
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner-4/+88
2015-04-01tick: Simplify tick-internal.hThomas Gleixner-96/+49
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner-9/+9
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner-15/+4
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar-2/+9
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar-1/+2
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar-68/+76
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar-13/+26