summaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-11[PATCH] timer initialisation fixAndrew Morton1-10/+19
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave1-1/+1
2006-04-02BUG_ON() Conversion in kernel/signal.cEric Sesterhenn1-2/+1
2006-03-31[PATCH] sched: reduce overhead of calc_loadJack Steiner1-1/+1
2006-03-31[PATCH] __mod_timer: simplify ->base changingOleg Nesterov1-8/+6
2006-03-31[PATCH] kill __init_timer_base in favor of boot_tvec_basesOleg Nesterov1-49/+35
2006-03-25[PATCH] remove pps supportRoman Zippel1-11/+2
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner1-13/+1
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar1-1/+1
2006-03-24[PATCH] tvec_bases too large for per-cpu dataJan Beulich1-11/+34
2006-03-17[PATCH] time_interpolator: add __read_mostlyChristoph Lameter1-2/+2
2006-03-06[PATCH] time: add barrier after updating jiffies_64Atsushi Nemoto1-0/+2
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren1-0/+16
2006-03-02[PATCH] time_interpolator: Use readq_relaxed() instead of readq().Christoph Lameter1-2/+2
2006-02-17[PATCH] Provide an interface for getting the current tick lengthPaul Mackerras1-5/+34
2006-02-07[PATCH] timer.c NULL noise removalAl Viro1-1/+1
2006-01-10[PATCH] hrtimer: switch sys_nanosleep to hrtimerThomas Gleixner1-56/+0
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner1-0/+1
2006-01-08[PATCH] kernel/: small cleanupsAdrian Bunk1-0/+1
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-0/+4
2005-10-30[PATCH] remove timer debug fieldAndrew Morton1-35/+0
2005-10-30[PATCH] ntp whitespace cleanupAndrew Morton1-126/+126
2005-10-30[PATCH] NTP shift_right cleanupjohn stultz1-42/+11
2005-10-30[PATCH] introduce setup_timer() helperOleg Nesterov1-6/+2
2005-10-29[PATCH] TIMERS: add missing compensation for HZ == 250YOSHIFUJI Hideaki1-0/+9
2005-09-13[PATCH] schedule_timeout_[un]interruptible() speedupAndrew Morton1-3/+6
2005-09-10[PATCH] kernel: fix-up schedule_timeout() usageNishanth Aravamudan1-12/+6
2005-09-10[PATCH] add schedule_timeout_{,un}interruptible() interfacesNishanth Aravamudan1-0/+14
2005-09-07[PATCH] optimize writer path in time_interpolator_get_counter()Alex Williamson1-4/+13
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+1
2005-08-23[PATCH] preempt race in getppidDavid Meybohm1-1/+1
2005-06-25[PATCH] kernel/timer: fix msleep_interruptible() commentDomen Puncer1-1/+1
2005-06-23[PATCH] preempt_count is int - remove cast and don't assign to unsigned typeJesper Juhl1-2/+6
2005-06-23[PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov1-20/+33
2005-06-23[PATCH] timers fixes/improvementsOleg Nesterov1-171/+157
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1611