summaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorLines
2006-12-10[PATCH] round_jiffies infrastructureArjan van de Ven-0/+132
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto-5/+1
2006-10-01[PATCH] ntp: add time_adjust to tick lengthRoman Zippel-2/+0
2006-10-01[PATCH] ntp: add ntp_update_frequencyRoman Zippel-7/+4
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz-210/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto-13/+6
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita-1/+3
2006-09-29[PATCH] Fix kerneldoc comments in kernel/timer.cRolf Eike Beer-12/+17
2006-09-29[PATCH] timer: add lock annotation to lock_timer_baseJosh Triplett-0/+1
2006-08-14[PATCH] sys_getppid oopses on debug kernelKirill Korotaev-34/+7
2006-07-31[PATCH] timer: Fix tvec_bases initializerJosh Triplett-1/+1
2006-07-31[PATCH] fix bad macro param in timer.cSteven Rostedt-1/+1
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman-2/+2
2006-07-14[PATCH] improve timekeeping resume robustnessjohn stultz-1/+18
2006-07-14[PATCH] del_timer_sync(): add cpu_relax()Andrew Morton-0/+1
2006-07-10[PATCH] adjust clock for lost ticksRoman Zippel-38/+47
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar-1/+1
2006-07-03[PATCH] lockdep: annotate timer base locksIngo Molnar-0/+9
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar-1/+1
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman-1/+1
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel-42/+109
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz-10/+10
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz-0/+170
2006-06-26[PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz-19/+28
2006-06-26[PATCH] Time: Let user request precision from current_tick_length()john stultz-4/+17
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz-13/+80
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras-1/+1
2006-06-23[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise-13/+9
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov-4/+4
2006-05-21[PATCH] Fix a NO_IDLE_HZ timer bugZachary Amsden-0/+16
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman-1/+1
2006-04-11[PATCH] timer initialisation fixAndrew Morton-10/+19
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave-1/+1
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn-2/+1
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner-1/+1
2006-03-31[PATCH] __mod_timer: simplify ->base changingOleg Nesterov-8/+6
2006-03-31[PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov-49/+35
2006-03-25[PATCH] remove pps supportRoman Zippel-11/+2
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner-13/+1
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar-1/+1
2006-03-24[PATCH] tvec_bases too large for per-cpu dataJan Beulich-11/+34
2006-03-17[PATCH] time_interpolator: add __read_mostlyChristoph Lameter-2/+2
2006-03-06[PATCH] time: add barrier after updating jiffies_64Atsushi Nemoto-0/+2
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren-0/+16
2006-03-02[PATCH] time_interpolator: Use readq_relaxed() instead of readq().Christoph Lameter-2/+2
2006-02-17[PATCH] Provide an interface for getting the current tick lengthPaul Mackerras-5/+34
2006-02-07[PATCH] timer.c NULL noise removalAl Viro-1/+1
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner-56/+0