aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
Commit message (Expand)AuthorAge
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-02
| |\
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-03
* | | Merge branch 'linus' into timers/coreThomas Gleixner2013-04-24
|\ \ \ | | |/ | |/|
| * | hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-03-26
| |/
* | hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf2013-04-08
* | hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava2013-04-08
* | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner2013-04-03
|\ \
| * | hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-22
| |/
* / hrtimer/trivial: Fix comment text in hrtimer.cDavid Daney2013-03-25
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-19
|\
| * hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz2013-02-05
* | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-07
* | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-07
|/
* hrtimer: Update hrtimer base offsets each hrtimer_interruptJohn Stultz2012-07-11
* hrtimers: Move lock held region in hrtimer_interrupt()Thomas Gleixner2012-07-11
* hrtimer: Provide clock_was_set_delayed()John Stultz2012-07-11
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-11-28
|\
| * hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein2011-11-19
* | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
|/
* hrtimers: Fix typo causing erratic timersThomas Gleixner2011-05-25
* hrtimers: Reorder clock basesThomas Gleixner2011-05-23
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-23
* timerfd: Manage cancelable timers in timerfdThomas Gleixner2011-05-23
* timerfd: Allow timers to be cancelled when clock was setThomas Gleixner2011-05-02
* hrtimers: Prepare for cancel on clock was set timersThomas Gleixner2011-05-02
* hrtimer: Make lookup table constMike Frysinger2011-05-02
* hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner2011-04-29
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-15
|\
| * hrtimer: Remove empty hrtimer_init_hres_timer()Thomas Gleixner2011-03-10
| * hrtimer: Update base[CLOCK_BOOTTIME].offset correctlyThomas Gleixner2011-03-02
| * timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2011-02-21
| * time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz2011-02-21
| * hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz2011-02-21
| * time: Provide get_xtime_and_monotonic_offset()Torben Hohn2011-01-31
* | debugobjects: Add hint for better object identificationStanislaw Gruszka2011-03-08
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * hrtimer: fix a typo in commentNamhyung Kim2010-12-22
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\ \
| * | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-17
| |/
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-06
|\ \ | |/ |/|
| * hrtimer: fix timerqueue conversion flubJohn Stultz2010-12-11
| * hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz2010-12-10
* | hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi2010-10-14
* | gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen2010-09-05
|/
* Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-06
|\
| * hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-27
* | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-09
|/
* hrtimer: Avoid double seqlockStanislaw Gruszka2010-05-26
* hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde2010-04-06