summaryrefslogtreecommitdiff
path: root/kernel/itimer.c
AgeCommit message (Expand)Author
2009-11-18itimers: Fix racy writes to cpu_itimer fieldsStanislaw Gruszka
2009-08-29itimers: Add tracepoints for itimerXiao Guangrong
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka
2009-08-03itimers: Fix periodic tics precisionStanislaw Gruszka
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka
2009-02-05timers: split process wide cpu clocks/timersPeter Zijlstra
2009-01-14[CVE-2009-0029] System call wrappers part 05Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov
2007-10-18whitespace fixes: interval timersDaniel Walker
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-16[PATCH] hrtimers: prevent possible itimer DoSThomas Gleixner
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel
2006-03-25[PATCH] Validate and sanitze itimer timeval from userspaceThomas Gleixner
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner
2006-02-01[PATCH] hrtimers: fix oldvalue return in setitimerThomas Gleixner
2006-02-01[PATCH] hrtimers: fixup itimer conversionThomas Gleixner
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner
2005-07-27[PATCH] itimer fixesGeorge Anzinger
2005-06-28[PATCH] ITIMER_REAL: fix possible deadlock and raceOleg Nesterov
2005-05-05[PATCH] setitimer timer expires too earlyPaulo Marques
2005-03-07[PATCH] make ITIMER_PROF, ITIMER_VIRTUAL per-processRoland McGrath
2005-03-07[PATCH] make ITIMER_REAL per-processRoland McGrath
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds
2003-08-06[PATCH] Add do_setitimer prototype to linux/time.hAndrew Morton
2003-04-09Annotate kernel/itimer.c with user pointer annotations.Linus Torvalds
2003-04-04[PATCH] linux-2.5.66-signal-cleanup.patchRoland McGrath
2002-07-01Make in-kernel HZ be 1000 on x86, retaining user-level 100 HZ clock_t.Linus Torvalds
2002-02-04Import changesetLinus Torvalds