aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
Commit message (Expand)AuthorAge
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-27
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-27
* [PATCH] fix and optimize clock source updateRoman Zippel2006-06-26
* [PATCH] time: rename clocksource functionsjohn stultz2006-06-26
* [PATCH] Time: Introduce arch generic time accessorsjohn stultz2006-06-26
* [PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz2006-06-26
* [PATCH] Time: Let user request precision from current_tick_length()john stultz2006-06-26
* [PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz2006-06-26
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-25
* [PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise2006-06-23
* [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-23
* [PATCH] Fix a NO_IDLE_HZ timer bugZachary Amsden2006-05-21
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-26
* [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-26
* [PATCH] timer initialisation fixAndrew Morton2006-04-11
* [PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave2006-04-09
* BUG_ON() Conversion in kernel/signal.cEric Sesterhenn2006-04-02
* [PATCH] sched: reduce overhead of calc_loadJack Steiner2006-03-31
* [PATCH] __mod_timer: simplify ->base changingOleg Nesterov2006-03-31
* [PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov2006-03-31
* [PATCH] remove pps supportRoman Zippel2006-03-25
* [PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner2006-03-25
* [PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2006-03-24
* [PATCH] tvec_bases too large for per-cpu dataJan Beulich2006-03-24
* [PATCH] time_interpolator: add __read_mostlyChristoph Lameter2006-03-17
* [PATCH] time: add barrier after updating jiffies_64Atsushi Nemoto2006-03-06
* [PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren2006-03-06
* [PATCH] time_interpolator: Use readq_relaxed() instead of readq().Christoph Lameter2006-03-02
* [PATCH] Provide an interface for getting the current tick lengthPaul Mackerras2006-02-17
* [PATCH] timer.c NULL noise removalAl Viro2006-02-07
* [PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner2006-01-10
* [PATCH] hrtimer: hrtimer core codeThomas Gleixner2006-01-10
* [PATCH] kernel/: small cleanupsAdrian Bunk2006-01-08
* [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-30
* [PATCH] remove timer debug fieldAndrew Morton2005-10-30
* [PATCH] ntp whitespace cleanupAndrew Morton2005-10-30
* [PATCH] NTP shift_right cleanupjohn stultz2005-10-30
* [PATCH] introduce setup_timer() helperOleg Nesterov2005-10-30
* [PATCH] TIMERS: add missing compensation for HZ == 250YOSHIFUJI Hideaki2005-10-30
* [PATCH] schedule_timeout_[un]interruptible() speedupAndrew Morton2005-09-13
* [PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-10
* [PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan2005-09-10
* [PATCH] optimize writer path in time_interpolator_get_counter()Alex Williamson2005-09-07
* [PATCH] detect soft lockupsIngo Molnar2005-09-07
* [PATCH] preempt race in getppidDavid Meybohm2005-08-23
* [PATCH] kernel/timer: fix msleep_interruptible() commentDomen Puncer2005-06-25
* [PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl2005-06-23
* [PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov2005-06-23
* [PATCH] timers fixes/improvementsOleg Nesterov2005-06-23
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-01