summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin2015-05-221-0/+4
| * | | | clockevents: Stop unused clockevent devicesViresh Kumar2015-05-193-4/+22
| * | | | clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-192-1/+19
| * | | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-6/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | time: Refactor msecs_to_jiffiesNicholas Mc Guire2015-05-191-40/+19
| * | | | 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
* | | | | 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