summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-18/+92
|\ \
| | * hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-291-12/+25
| | * hrtimer: mark migration stateThomas Gleixner2008-09-291-2/+10
| | * hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner2008-09-291-3/+25
| | * hrtimer: migrate pending list on cpu offlineThomas Gleixner2008-09-291-1/+33
| |/ |/|
| * hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin2008-09-221-3/+1
| * migrate_timers: add comment, use spinlock_irq()Oleg Nesterov2008-08-211-5/+6
|/
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2008-07-151-5/+2
|\ \
| | \
| | \
| *-. | Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/noh...Thomas Gleixner2008-07-141-5/+2
| |\ \|
| | * | hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra2008-05-261-3/+2
| | * | hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge2008-05-261-2/+0
| | |/
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-141-1/+1
|\ \ \
| * | | Merge branch 'imx' into develRussell King2008-07-101-0/+8
| |\| |
| * | | dyntick: Remove last reminants of dyntick supportRussell King2008-05-121-1/+1
| | |/ | |/|
* | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
| |/
* / hrtimer: prevent migration for raising softirqSteven Rostedt2008-07-031-0/+8
|/
* 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