summaryrefslogtreecommitdiffstats
path: root/kernel/itimer.c
AgeCommit message (Expand)AuthorLines
2012-04-10itimer: Use printk_once instead of WARN_ONCEThomas Gleixner-3/+4
2012-03-30itimer: Schedule silent NULL pointer fixup in setitimer() for removalSasikantha babu-1/+4
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky-8/+7
2009-11-18itimers: Fix racy writes to cpu_itimer fieldsStanislaw Gruszka-2/+5
2009-08-29itimers: Add tracepoints for itimerXiao Guangrong-0/+5
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka-2/+2
2009-08-03itimers: Fix periodic tics precisionStanislaw Gruszka-3/+21
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka-78/+68
2009-02-05timers: split process wide cpu clocks/timersPeter Zijlstra-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 05Heiko Carstens-3/+2
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens-1/+1
2008-09-14timers: fix itimer/many thread hangFrank Mayhar-23/+10
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov-1/+1
2007-10-18whitespace fixes: interval timersDaniel Walker-2/+2
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk-56/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-16[PATCH] hrtimers: prevent possible itimer DoSThomas Gleixner-8/+6
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner-1/+1
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner-2/+2
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel-8/+7
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel-1/+2
2006-03-25[PATCH] Validate and sanitze itimer timeval from userspaceThomas Gleixner-0/+66
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner-0/+37
2006-02-01[PATCH] hrtimers: fix oldvalue return in setitimerThomas Gleixner-5/+5
2006-02-01[PATCH] hrtimers: fixup itimer conversionThomas Gleixner-1/+10
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner-55/+51
2005-07-27[PATCH] itimer fixesGeorge Anzinger-21/+16
2005-06-28[PATCH] ITIMER_REAL: fix possible deadlock and raceOleg Nesterov-2/+6
2005-05-05[PATCH] setitimer timer expires too earlyPaulo Marques-1/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+241