summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-193-18/+4
* nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner2015-05-071-6/+3
* tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg2015-05-051-3/+7
* timer: Use timer->base for flag checksJoonwoo Park2015-05-051-1/+1
* tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy2015-05-051-4/+4
* tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner2015-05-051-25/+17
* tick: broadcast: Prevent livelock from event handlerThomas Gleixner2015-05-051-28/+25
* 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
* 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
OpenPOWER on IntegriCloud