hrtimer: Tune hrtimer_interrupt hang logic
[safe/jmp/linux-2.6] / include / linux / hrtimer.h
2009-12-10 Thomas Gleixnerhrtimer: Tune hrtimer_interrupt hang logic
2009-11-20 Feng Tanghrtimer: Fix /proc/timer_list regression
2009-08-14 Thomas GleixnerMerge branch 'linus' into timers/core
2009-07-22 Peter Zijlstrahrtimer: Remove cb_entry from struct hrtimer
2009-07-10 Heiko Carstenstimer stats: fix quick check optimization
2009-06-24 Heiko Carstenstimer stats: Optimize by adding quick check to avoid...
2009-06-13 Thomas Gleixnerclocksource: prevent selection of low resolution clocks...
2009-06-11 john stultzclocksource: sanity check sysfs clocksource changes
2009-05-13 Arun R Bharadwajtimers: Framework for identifying pinned timers
2009-03-31 Peter Zijlstrahrtimer: fix rq->lock inversion (again)
2008-11-25 Peter Zijlstrahrtimer: removing all ur callback modes
2008-11-12 Peter Zijlstrahrtimer: clean up unused callback modes
2008-11-06 David HowellsFix accidental implicit cast in HR-timer conversion
2008-10-22 Thomas GleixnerMerge branch 'timers/range-hrtimers' into v28-range...
2008-10-20 Thomas Gleixnerhrtimers: add missing docbook comments to struct hrtimer
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-15 Stephen RothwellDECLARE_PER_CPU needs linux/percpu.h
2008-10-07 Arjan van de Venrangetimer: fix x86 build failure for the !HRTIMERS...
2008-09-29 Thomas Gleixnerhrtimer: prevent migration of per CPU hrtimers
2008-09-29 Thomas Gleixnerhrtimer: mark migration state
2008-09-24 Richard Kennedyhrtimer: reorder struct hrtimer to save 8 bytes on...
2008-09-22 Mark McLoughlinhrtimer: remove hrtimer_clock_base::reprogram()
2008-09-22 Mark McLoughlinhrtimer: remove hrtimer_clock_base::get_softirq_time()
2008-09-11 Arjan van de Venhrtimer: peek at the timer queue just before going...
2008-09-07 Arjan van de Venhrtimer: incorporate feedback from Peter Zijlstra
2008-09-07 Arjan van de Venhrtimer: add a hrtimer_start_range() function
2008-09-06 Arjan van de Venhrtimer: another build fix
2008-09-06 Arjan van de Venhrtimer: fix build bug found by Ingo
2008-09-06 Arjan van de Venhrtimer: turn hrtimers into range timers
2008-09-06 Arjan van de Venhrtimer: rename the "expires" struct member to avoid...
2008-09-06 Arjan van de Venhrtimer: add abstraction functions for accessing the...
2008-09-06 Arjan van de Venselect: Introduce a hrtimeout function
2008-05-03 Oliver Hartkopphrtimer: remove duplicate helper function
2008-04-30 Thomas Gleixneradd hrtimer specific debugobjects code
2008-04-17 Oleg Nesterovhrtimers: simplify lockdep handling
2008-02-10 Oleg Nesterovhrtimer: fix *rmtp handling in hrtimer_nanosleep()
2008-02-08 Li Zefantime: fix typo in comments
2008-02-07 Tony BreedsFix compilation of powerpc asm-offsets.c with old gcc
2008-02-05 Davide Libenzitimerfd: new timerfd API
2008-02-05 Davide Libenzitimerfd: introduce a new hrtimer_forward_now() function
2008-02-03 Li Zefantime: delete comments that refer to noexistent symbols
2008-01-25 Peter Zijlstrahrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback
2008-01-25 Peter Zijlstrasched: high-res preemption tick
2007-10-18 Anton Blanchardhrtimer: Rework hrtimer_nanosleep to make sys_compat_na...
2007-07-16 Venki PallipadiAdd a flag to indicate deferrable timers in /proc/timer...
2007-04-07 Ingo Molnar[PATCH] high-res timers: resume fix
2007-03-06 Andres Salomon[PATCH] hrtimers: hrtimer_clock_base description typo
2007-03-06 Andres Salomon[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ...
2007-03-01 Randy Dunlap[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
2007-02-16 Ingo Molnar[PATCH] Add SysRq-Q to print timer_list debug info
2007-02-16 Ingo Molnar[PATCH] Add debugging feature /proc/timer_stat
2007-02-16 Thomas Gleixner[PATCH] hrtimers: add high resolution timer support
2007-02-16 Thomas Gleixner[PATCH] tick-management: dyntick / highres functionality
2007-02-16 Thomas Gleixner[PATCH] clockevents: add core functionality
2007-02-16 Thomas Gleixner[PATCH] hrtimers: clean up callback tracking
2007-02-16 Thomas Gleixner[PATCH] hrtimers; add state tracking
2007-02-16 Thomas Gleixner[PATCH] hrtimers: cleanup locking
2007-02-16 Thomas Gleixner[PATCH] hrtimers: namespace and enum cleanup
2007-02-16 John Stultz[PATCH] GTOD: persistent clock support
2006-09-29 Toyo Abe[PATCH] posix-timers: Fix clock_nanosleep() doesn't...
2006-09-06 Henrik Kretzschmar[PATCH] Documentation for lock_key in struct hrtimer_base
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate hrtimer base locks
2006-06-25 Randy Dunlap[PATCH] ktime/hrtimer: fix kernel-doc comments
2006-04-22 David Woodhouse[RBTREE] Update hrtimers to use rb_parent() accessor...
2006-04-02 Martin WaitzDocumentation: fix minor kernel-doc warnings
2006-03-31 Thomas Gleixner[PATCH] hrtimer: create generic sleeper
2006-03-26 Roman Zippel[PATCH] hrtimers: remove data field
2006-03-26 Roman Zippel[PATCH] hrtimers: remove state field
2006-03-26 Roman Zippel[PATCH] hrtimers: simplify nanosleep
2006-03-26 Roman Zippel[PATCH] hrtimers: pass current time to hrtimer_forward()
2006-03-26 Thomas Gleixner[PATCH] hrtimers: optimize softirq runqueues
2006-03-07 Tony Lindgren[PATCH] fix next_timer_interrupt() for hrtimer
2006-02-01 George Anzinger[PATCH] hrtimers: cleanups and simplifications
2006-02-01 akpm@osdl.org[PATCH] hrtimers: fix posix-timer requeue race
2006-01-12 Thomas Gleixner[hrtimer] Enforce resolution as lower limit of intervals
2006-01-12 Thomas Gleixner[hrtimer] Change resolution storage to ktime_t format
2006-01-12 Thomas Gleixner[hrtimer] Remove listhead from hrtimer struct
2006-01-10 Thomas Gleixner[PATCH] hrtimer: convert posix timers completely
2006-01-10 Thomas Gleixner[PATCH] hrtimer: create hrtimer nanosleep API
2006-01-10 Thomas Gleixner[PATCH] hrtimer: hrtimer core code