summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* hrtimers: avoid overflow for large relative timeoutsThomas Gleixner2007-12-071-0/+8
* Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman2007-10-291-1/+1
* fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König2007-10-201-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard2007-10-181-13/+16
* [KTIME]: Introduce ktime_sub_ns and ktime_sub_usArnaldo Carvalho de Melo2007-10-101-0/+24
* Cache xtime every call to update_wall_timejohn stultz2007-07-251-4/+0
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-251-1/+1
* hrtimer: speedup hrtimer_enqueueIngo Molnar2007-07-211-4/+6
* highres: improve debug outputIngo Molnar2007-07-211-1/+4
* [HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller2007-07-161-1/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* export hrtimer_forwardStas Sergeev2007-05-081-0/+1
* [NET]: Fix networking compilation errorsDavid Howells2007-04-271-0/+2
* [NET_SCHED]: Use ktime as clocksourcePatrick McHardy2007-04-251-0/+1
* [PATCH] high-res timers: resume fixIngo Molnar2007-04-071-0/+12
* [PATCH] hrtimers: fix reprogramming SMP raceIngo Molnar2007-03-281-1/+6
* [PATCH] hrtimer: fix up unlocked access to wall_to_monotonicThomas Gleixner2007-03-161-2/+3
* [PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()Thomas Gleixner2007-03-161-0/+6
* [PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres modeThomas Gleixner2007-03-061-5/+10
* [PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens2007-03-051-5/+4
* [PATCH] Add debugging feature /proc/timer_statIngo Molnar2007-02-161-0/+26
* [PATCH] hrtimers: add high resolution timer supportThomas Gleixner2007-02-161-48/+520
* [PATCH] tick-management: dyntick / highres functionalityThomas Gleixner2007-02-161-6/+14
* [PATCH] clockevents: add core functionalityThomas Gleixner2007-02-161-10/+3
* [PATCH] hrtimers: clean up callback trackingThomas Gleixner2007-02-161-9/+1
* [PATCH] hrtimers; add state trackingThomas Gleixner2007-02-161-8/+32
* [PATCH] hrtimers: cleanup lockingThomas Gleixner2007-02-161-86/+98
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-9/+9
* [PATCH] Extend next_timer_interrupt() to use a reference jiffieThomas Gleixner2007-02-161-1/+1
* [PATCH] GTOD: persistent clock supportJohn Stultz2007-02-161-0/+8
* [PATCH] HZ free ntpjohn stultz2007-02-161-3/+8
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-3/+3
* [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe2006-09-291-10/+10
* [PATCH] fix hrtimer percpu usage typoJan Blunck2006-08-141-1/+1
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-2/+2
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-1/+1
* [PATCH] lockdep: annotate hrtimer base locksIngo Molnar2006-07-031-1/+3
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap2006-06-251-10/+1
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-2/+2
* Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-2/+2
|\
| * [RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse2006-04-221-2/+2
* | [PATCH] hrtimer: export symbolsStephen Hemminger2006-05-311-0/+6
* | [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* | [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
|/
* [PATCH] add cpu_relax to hrtimer_cancelJoe Korty2006-04-111-0/+1
* [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_q...Dimitri Sivanich2006-03-311-0/+3
* [PATCH] hrtimer: use generic sleeper for nanosleepThomas Gleixner2006-03-311-30/+9