summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-16/+16
|\
| * hrtimer: Remove unused variableThomas Gleixner2013-07-061-2/+0
| * hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-051-22/+15
| * hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel2013-06-281-3/+12
* | nanosleep: use freezable blocking callColin Cross2013-05-121-1/+2
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-2/+2
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-2/+1
| |\
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-2/+2
* | | Merge branch 'linus' into timers/coreThomas Gleixner2013-04-241-2/+1
|\ \ \ | | |/ | |/|
| * | hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-03-261-2/+1
| |/
* | hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf2013-04-081-0/+4
* | hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava2013-04-081-0/+2
* | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-04-031-1/+13
|\ \
| * | hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-221-1/+13
| |/
* / hrtimer/trivial: Fix comment text in hrtimer.cDavid Daney2013-03-251-2/+4
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-191-18/+18
|\
| * hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz2013-02-051-18/+18
* | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
* | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
|/
* hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz2012-07-111-14/+14
* hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner2012-07-111-2/+3
* hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-111-0/+20
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-11-281-2/+4
|\
| * hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein2011-11-191-2/+4
* | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
|/
* hrtimers: Fix typo causing erratic timersThomas Gleixner2011-05-251-1/+1
* hrtimers: Reorder clock basesThomas Gleixner2011-05-231-6/+6
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-231-11/+18
* timerfd: Manage cancelable timers in timerfdThomas Gleixner2011-05-231-62/+32
* timerfd: Allow timers to be cancelled when clock was setThomas Gleixner2011-05-021-1/+35
* hrtimers: Prepare for cancel on clock was set timersThomas Gleixner2011-05-021-64/+61
* hrtimer: Make lookup table constMike Frysinger2011-05-021-1/+1
* hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner2011-04-291-5/+5
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-151-39/+45
|\
| * hrtimer: Remove empty hrtimer_init_hres_timer()Thomas Gleixner2011-03-101-10/+0
| * hrtimer: Update base[CLOCK_BOOTTIME].offset correctlyThomas Gleixner2011-03-021-0/+2
| * timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2011-02-211-4/+12
| * time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz2011-02-211-4/+5
| * hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz2011-02-211-13/+27
| * time: Provide get_xtime_and_monotonic_offset()Torben Hohn2011-01-311-11/+2
* | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-081-0/+6
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * hrtimer: fix a typo in commentNamhyung Kim2010-12-221-1/+1
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-1/+1
|\ \
| * | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-1/+1
| |/
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-061-56/+27
|\ \ | |/ |/|
| * hrtimer: fix timerqueue conversion flubJohn Stultz2010-12-101-5/+2
| * hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-101-56/+30
* | hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi2010-10-141-2/+11
* | gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen2010-09-051-2/+1
|/