aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-21hrtimer: fix section mismatchRandy Dunlap1-1/+1
2007-12-07hrtimers: avoid overflow for large relative timeoutsThomas Gleixner1-0/+8
2007-10-29Quieten hrtimer printk: "Switched to high resolution mode .."Michael Ellerman1-1/+1
2007-10-20fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_baseUwe Kleine-König1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard1-13/+16
2007-10-10[KTIME]: Introduce ktime_sub_ns and ktime_sub_usArnaldo Carvalho de Melo1-0/+24
2007-07-25Cache xtime every call to update_wall_timejohn stultz1-4/+0
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-1/+1
2007-07-21hrtimer: speedup hrtimer_enqueueIngo Molnar1-4/+6
2007-07-21highres: improve debug outputIngo Molnar1-1/+4
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-08export hrtimer_forwardStas Sergeev1-0/+1
2007-04-27[NET]: Fix networking compilation errorsDavid Howells1-0/+2
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy1-0/+1
2007-04-07[PATCH] high-res timers: resume fixIngo Molnar1-0/+12
2007-03-28[PATCH] hrtimers: fix reprogramming SMP raceIngo Molnar1-1/+6
2007-03-16[PATCH] hrtimer: fix up unlocked access to wall_to_monotonicThomas Gleixner1-2/+3
2007-03-16[PATCH] hrtimer: prevent overrun DoS in hrtimer_forward()Thomas Gleixner1-0/+6
2007-03-06[PATCH] highres: do not run the TIMER_SOFTIRQ after switching to highres modeThomas Gleixner1-5/+10
2007-03-05[PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens1-5/+4
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar1-0/+26
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner1-48/+520
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-6/+14
2007-02-16[PATCH] clockevents: add core functionalityThomas Gleixner1-10/+3
2007-02-16[PATCH] hrtimers: clean up callback trackingThomas Gleixner1-9/+1
2007-02-16[PATCH] hrtimers; add state trackingThomas Gleixner1-8/+32
2007-02-16[PATCH] hrtimers: cleanup lockingThomas Gleixner1-86/+98
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner1-9/+9
2007-02-16[PATCH] Extend next_timer_interrupt() to use a reference jiffieThomas Gleixner1-1/+1
2007-02-16[PATCH] GTOD: persistent clock supportJohn Stultz1-0/+8
2007-02-16[PATCH] HZ free ntpjohn stultz1-3/+8
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-3/+3
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe1-10/+10
2006-08-14[PATCH] fix hrtimer percpu usage typoJan Blunck1-1/+1
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate hrtimer base locksIngo Molnar1-1/+3
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap1-10/+1
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-2/+2
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-2/+2
2006-05-31[PATCH] hrtimer: export symbolsStephen Hemminger1-0/+6
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-04-22[RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse1-2/+2
2006-04-11[PATCH] add cpu_relax to hrtimer_cancelJoe Korty1-0/+1
2006-03-31[PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_queue()Dimitri Sivanich1-0/+3