summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
AgeCommit message (Expand)AuthorLines
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli-1/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker-3/+3
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-16/+16
2013-07-06hrtimer: Remove unused variableThomas Gleixner-2/+0
2013-07-05hrtimers: Move SMP function call to thread contextThomas Gleixner-22/+15
2013-06-28hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel-3/+12
2013-05-12nanosleep: use freezable blocking callColin Cross-1/+2
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker-2/+1
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner-2/+1
2013-04-08hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf-0/+4
2013-04-08hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava-0/+2
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker-2/+2
2013-04-03Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner-1/+13
2013-03-26hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan-2/+1
2013-03-25hrtimer/trivial: Fix comment text in hrtimer.cDavid Daney-2/+4
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz-1/+13
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+18
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams-0/+1
2013-02-05hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz-18/+18
2012-07-11hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz-14/+14
2012-07-11hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner-2/+3
2012-07-11hrtimer: Provide clock_was_set_delayed()John Stultz-0/+20
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+4
2011-11-19hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein-2/+4
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-05-25hrtimers: Fix typo causing erratic timersThomas Gleixner-1/+1
2011-05-23hrtimers: Reorder clock basesThomas Gleixner-6/+6
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner-11/+18
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner-62/+32
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner-1/+35
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner-64/+61
2011-05-02hrtimer: Make lookup table constMike Frysinger-1/+1
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner-5/+5
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-39/+45
2011-03-10hrtimer: Remove empty hrtimer_init_hres_timer()Thomas Gleixner-10/+0
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka-0/+6
2011-03-02hrtimer: Update base[CLOCK_BOOTTIME].offset correctlyThomas Gleixner-0/+2
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz-4/+12
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz-4/+5
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz-13/+27
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn-11/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-1/+1
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-56/+27
2010-12-22hrtimer: fix a typo in commentNamhyung Kim-1/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter-1/+1
2010-12-10hrtimer: fix timerqueue conversion flubJohn Stultz-5/+2
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz-56/+30