aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/itimer.c
Commit message (Expand)AuthorAgeFilesLines
* itimers: Fix racy writes to cpu_itimer fieldsStanislaw Gruszka2009-11-181-2/+5
* itimers: Add tracepoints for itimerXiao Guangrong2009-08-291-0/+5
* cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-2/+2
* itimers: Fix periodic tics precisionStanislaw Gruszka2009-08-031-3/+21
* itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-031-78/+68
* timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-051-2/+2
* [CVE-2009-0029] System call wrappers part 05Heiko Carstens2009-01-141-3/+2
* [CVE-2009-0029] System call wrappers part 04Heiko Carstens2009-01-141-1/+1
* timers: fix itimer/many thread hangFrank Mayhar2008-09-141-23/+10
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-081-1/+1
* whitespace fixes: interval timersDaniel Walker2007-10-181-2/+2
* The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk2007-05-081-56/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] hrtimers: prevent possible itimer DoSThomas Gleixner2007-02-161-8/+6
* [PATCH] hrtimers: add high resolution timer supportThomas Gleixner2007-02-161-1/+1
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-2/+2
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-8/+7
* [PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel2006-03-261-1/+2
* [PATCH] Validate and sanitze itimer timeval from userspaceThomas Gleixner2006-03-251-0/+66
* [PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner2006-03-251-0/+37
* [PATCH] hrtimers: fix oldvalue return in setitimerThomas Gleixner2006-02-011-5/+5
* [PATCH] hrtimers: fixup itimer conversionThomas Gleixner2006-02-011-1/+10
* [PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2006-01-101-55/+51
* [PATCH] itimer fixesGeorge Anzinger2005-07-271-21/+16
* [PATCH] ITIMER_REAL: fix possible deadlock and raceOleg Nesterov2005-06-281-2/+6
* [PATCH] setitimer timer expires too earlyPaulo Marques2005-05-051-1/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+241