summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-193-18/+4
* sched,perf: Fix periodic timersPeter Zijlstra2015-05-185-33/+38
* 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
* perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner2015-05-041-28/+0
* sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner2015-04-231-2/+0
* perf: perf_mux_hrtimer_cancel() can be statickbuild test robot2015-04-221-1/+1
* perf: Fix mux_interval hrtimer wreckagePeter Zijlstra2015-04-221-27/+36
* sched: Cleanup bandwidth timersPeter Zijlstra2015-04-224-61/+31
* 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
* rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1
* futex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1
* 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
* sched: deadline: Use hrtimer_start()Thomas Gleixner2015-04-221-10/+2
* sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-222-21/+9
* perf: core: Use hrtimer_start()Thomas Gleixner2015-04-221-6/+3
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-227-115/+101
* 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
* smp: Fix error case handling in smp_call_function_*()Linus Torvalds2015-04-191-1/+3
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-04-182-32/+62
|\
| * smp: Fix smp_call_function_single_async() lockingLinus Torvalds2015-04-171-31/+47
| * lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
OpenPOWER on IntegriCloud