aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2015-08-09Merge tag 'lsk-v3.18-15.07-rt' of http://git.linaro.org/kernel/linux-linaro-s...Gary S. Robertson
2015-07-22hrtimer.c: remove extraneous braceslinux-lng-preempt-rt-3.18.13-2015.07Gary S. Robertson
2015-07-22Revert "tick: SHUTDOWN event-dev if no events are required for KTIME_MAX"Gary S. Robertson
2015-07-22clockevents: Stop unused clockevent deviceViresh Kumar
2015-07-22clockevents: Restart clockevent device before using itViresh Kumar
2015-07-22clockevents: Introduce CLOCK_EVT_MODE_ONESHOT_STOPPED modeViresh Kumar
2015-07-22clockevents: Introduce mode specific callbacksViresh Kumar
2015-07-22no-hz_full: build fixSantosh Shukla
2015-07-22hrtimer: make sure PINNED flag is cleared after removing hrtimerViresh Kumar
2015-07-22tick: SHUTDOWN event-dev if no events are required for KTIME_MAXViresh Kumar
2015-07-22hrtimer: reprogram event for expires=KTIME_MAX in hrtimer_force_reprogram()Viresh Kumar
2015-07-22hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimersViresh Kumar
2015-07-22hrtimer: update timer->state with 'pinned' informationViresh Kumar
2015-07-22timer: create timer_quiesce_cpu() to isolate CPU from timersViresh Kumar
2015-07-22timer: track pinned timers with TIMER_PINNED flagViresh Kumar
2015-06-29Merge tag 'v3.18.16' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-06-09ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-06-09ktime: Optimize ktime_divns for constant divisorsNicolas Pitre
2015-05-13Merge tag 'v3.18.11-rt7-lno1' of git://git.linaro.org/people/anders.roxell/li...Kevin Hilman
2015-05-08rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2015-05-08rt, nohz_full: fix nohz_full for PREEMPT_RT_FULLMike Galbraith
2015-05-08kernel/irq_work: fix no_hz deadlockSebastian Andrzej Siewior
2015-05-08irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior
2015-05-08x86-no-perf-irq-work-rt.patchThomas Gleixner
2015-05-08cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt
2015-05-08kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior
2015-05-08rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2015-05-08Revert "timers: do not raise softirq unconditionally"Sebastian Andrzej Siewior
2015-05-08timer: do not spin_trylock() on UPSebastian Andrzej Siewior
2015-05-08rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2015-05-08timer/rt: Always raise the softirq if there's irq_work to be doneSteven Rostedt
2015-05-08timer: Raise softirq if there's irq_workSteven Rostedt
2015-05-08timers: do not raise softirq unconditionallyThomas Gleixner
2015-05-08timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2015-05-08softirq: Sanitize softirq pending for NOHZ/RTThomas Gleixner
2015-05-08posix-timers: Avoid wakeups when no timers are activeThomas Gleixner
2015-05-08posix-timers: Shorten posix_cpu_timers/<CPU> kernel thread namesArnaldo Carvalho de Melo
2015-05-08posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2015-05-08hrtimer: Move schedule_work call to helper threadYang Shi
2015-05-08hrtimer: Raise softirq if hrtimer irq stalledWatanabe
2015-05-08hrtimer: fixup hrtimer callback changes for preempt-rtThomas Gleixner
2015-05-08hrtimers: prepare full preemptionIngo Molnar
2015-05-08timers: Avoid the switch timers base set to NULL trick on RTThomas Gleixner
2015-05-08timer: delay waking softirqs from the jiffy tickPeter Zijlstra
2015-05-08timers: preempt-rt supportIngo Molnar
2015-05-08timers: prepare for full preemption improveZhao Hongjiang
2015-05-08timers: prepare for full preemptionIngo Molnar
2015-05-08latency-hist.patchCarsten Emde
2015-05-08posix-timers: Prevent broadcast signalsThomas Gleixner
2015-05-08timekeeping-split-jiffies-lock.patchThomas Gleixner