summaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c (unfollow)
Commit message (Expand)Author
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Make tick handover explicitThomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot
2015-01-23ktime: Optimize ktime_divns for constant divisorsNicolas Pitre
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner
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
2014-05-12hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersLeon Ma
2014-04-30hrtimer: Prevent all reprogramming if hang detectedStuart Hayes
2014-04-18hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-06hrtimer: Remove unused variableThomas Gleixner
2013-07-05hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-06-28hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel
2013-05-12nanosleep: use freezable blocking callColin Cross
2013-04-08hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-04-08hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-26hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-03-25hrtimer/trivial: Fix comment text in hrtimer.cDavid Daney
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2013-02-05hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2012-07-11hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz
2012-07-11hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner
2012-07-11hrtimer: Provide clock_was_set_delayed()John Stultz
2011-11-19hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-25hrtimers: Fix typo causing erratic timersThomas Gleixner
2011-05-23hrtimers: Reorder clock basesThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner