aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
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-22clockevents: Stop unused clockevent deviceViresh Kumar
2015-07-22clockevents: Restart clockevent device before using itViresh Kumar
2015-07-22hrtimer: make sure PINNED flag is cleared after removing hrtimerViresh 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-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-09cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt
2015-05-09kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior
2015-05-09rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2015-05-09Revert "timers: do not raise softirq unconditionally"Sebastian Andrzej Siewior
2015-05-09timers: do not raise softirq unconditionallyThomas Gleixner
2015-05-09hrtimer: Move schedule_work call to helper threadYang Shi
2015-05-09hrtimer: Raise softirq if hrtimer irq stalledWatanabe
2015-05-09hrtimer: fixup hrtimer callback changes for preempt-rtThomas Gleixner
2015-05-09hrtimers: prepare full preemptionIngo Molnar
2015-05-09latency-hist.patchCarsten Emde
2015-02-11hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-08-26time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar
2014-06-23hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner