summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-194-25/+31
* sched,perf: Fix periodic timersPeter Zijlstra2015-05-186-33/+42
* ALSA: drivers: pcsp: Fix printout of resolutionThomas Gleixner2015-05-121-2/+2
* 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
* clocksource: sun5i: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
* clocksource: integrator: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
* clocksource: asm9260: Fix of_io_request_and_map error checkMaxime Ripard2015-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
* power: reset: ltc2952: Remove bogus hrtimer_start() return value checksThomas Gleixner2015-04-231-16/+3
* 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-223-32/+19
* tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner2015-04-221-3/+5
* alarmtimer: Get rid of unused return valueThomas Gleixner2015-04-222-9/+6
* net: core: pktgen: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-2/+0
* 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-222-21/+17
* hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-222-27/+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
* x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* x86: perf: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-2211-126/+107
* 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-225-124/+55
* hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-222-18/+34
* hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner2015-04-221-4/+2
* timerqueue: Let timerqueue_add/del return informationThomas Gleixner2015-04-222-7/+11
* hrtimer: Align the hrtimer clock bases as wellThomas Gleixner2015-04-221-1/+9
* hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner2015-04-221-1/+1
* hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner2015-04-221-9/+8
* hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-222-11/+19
* hrtimer: Make offset update smarterThomas Gleixner2015-04-225-13/+26
* hrtimer: Get rid of softirq timeThomas Gleixner2015-04-224-143/+64
OpenPOWER on IntegriCloud