index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
hrtimer.c
Age
Commit message (
Expand
)
Author
2012-07-19
hrtimer: Update hrtimer base offsets each hrtimer_interrupt
John Stultz
2012-07-19
hrtimers: Move lock held region in hrtimer_interrupt()
Thomas Gleixner
2012-07-19
hrtimer: Provide clock_was_set_delayed()
John Stultz
2011-11-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2011-11-19
hrtimer: Fix extra wakeups from __remove_hrtimer()
Jeff Ohlstein
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-05-25
hrtimers: Fix typo causing erratic timers
Thomas Gleixner
2011-05-23
hrtimers: Reorder clock bases
Thomas Gleixner
2011-05-23
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
2011-05-23
timerfd: Manage cancelable timers in timerfd
Thomas Gleixner
2011-05-02
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
2011-05-02
hrtimers: Prepare for cancel on clock was set timers
Thomas Gleixner
2011-05-02
hrtimer: Make lookup table const
Mike Frysinger
2011-04-29
hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table statically
Thomas Gleixner
2011-03-15
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-03-10
hrtimer: Remove empty hrtimer_init_hres_timer()
Thomas Gleixner
2011-03-08
debugobjects: Add hint for better object identification
Stanislaw Gruszka
2011-03-02
hrtimer: Update base[CLOCK_BOOTTIME].offset correctly
Thomas Gleixner
2011-02-21
timers: Add CLOCK_BOOTTIME hrtimer base
John Stultz
2011-02-21
time: Extend get_xtime_and_monotonic_offset() to also return sleep
John Stultz
2011-02-21
hrtimers: extend hrtimer base code to handle more then 2 clockids
John Stultz
2011-01-31
time: Provide get_xtime_and_monotonic_offset()
Torben Hohn
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-01-06
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2010-12-22
hrtimer: fix a typo in comment
Namhyung Kim
2010-12-17
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
2010-12-10
hrtimer: fix timerqueue conversion flub
John Stultz
2010-12-10
hrtimers: Convert hrtimers to use timerlist infrastructure
John Stultz
2010-10-14
hrtimer: Preserve timer state in remove_hrtimer()
Salman Qazi
2010-09-05
gcc-4.6: kernel/*: Fix unused but set warnings
Andi Kleen
2010-08-06
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2010-07-27
hrtimer: Cleanup direct access to wall_to_monotonic
John Stultz
2010-06-09
sched: Change nohz idle load balancing logic to push model
Venkatesh Pallipadi
2010-05-26
hrtimer: Avoid double seqlock
Stanislaw Gruszka
2010-04-06
hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME
Carsten Emde
2009-12-14
hrtimers: Convert to raw_spinlocks
Thomas Gleixner
2009-12-10
hrtimer: move timer stats helper functions to hrtimer.c
Heiko Carstens
2009-12-10
hrtimer: Tune hrtimer_interrupt hang logic
Thomas Gleixner
2009-12-08
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-11-13
nohz: Allow 32-bit machines to sleep for more than 2.15 seconds
Jon Hunter
2009-10-05
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-09-27
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-09-26
hrtimer: Remove overly verbose "switch to high res mode" message
Roland Dreier
2009-09-23
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-09-18
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-09-15
hrtimer: Eliminate needless reprogramming of clock events device
Ashwin Chaugule
2009-08-29
hrtimer: Add tracepoint for hrtimers
Xiao Guangrong
2009-08-28
pktgen: spin using hrtimer
Stephen Hemminger
2009-08-14
Merge branch 'linus' into timers/core
Thomas Gleixner
[next]