summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: remove duplicate helper functionOliver Hartkopp2008-05-031-9/+0
* add hrtimer specific debugobjects codeThomas Gleixner2008-04-301-20/+157
* hrtimer: raise softirq unlocked to avoid circular lock dependencyThomas Gleixner2008-04-281-2/+17
* hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQBodo Stroesser2008-04-271-2/+13
* hrtimer: optimize the softirq time optimizationThomas Gleixner2008-04-211-4/+3
* hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich2008-04-211-32/+32
* hrtimers: simplify lockdep handlingOleg Nesterov2008-04-171-5/+4
* hrtimer: use nanosleep specific restart_block fieldsThomas Gleixner2008-04-171-7/+6
* hrtimer: catch expired CLOCK_REALTIME timers earlyThomas Gleixner2008-02-141-0/+11
* hrtimer: check relative timeouts for overflowThomas Gleixner2008-02-141-17/+20
* hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov2008-02-101-4/+0
* hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov2008-02-101-24/+27
* timerfd: new timerfd APIDavide Libenzi2008-02-051-5/+4
* hrtimer: fix hrtimer_init_sleeper() usersPeter Zijlstra2008-02-011-0/+2
* hrtimer: unlock hrtimer_wakeupPeter Zijlstra2008-01-251-1/+3
* hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra2008-01-251-131/+139
* hrtimer: clean up cpu->base locking tricksPeter Zijlstra2008-01-251-1/+19
* hrtimer: fix section mismatchRandy Dunlap2008-01-211-1/+1
* 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
OpenPOWER on IntegriCloud