aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-23posix timers: fix RLIMIT_CPU && fork()Gravatar Oleg Nesterov 1-1/+2
2009-02-13timers: more consistently use clock vs timerGravatar Peter Zijlstra 1-30/+30
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersGravatar Peter Zijlstra 1-0/+34
2009-02-11timers: split process wide cpu clocks/timers, fixGravatar Peter Zijlstra 1-28/+14
2009-02-05timers: split process wide cpu clocks/timersGravatar Peter Zijlstra 1-4/+91
2009-01-07itimers: remove the per-cpu-ish-nessGravatar Peter Zijlstra 1-70/+0
2008-12-25Merge commit 'v2.6.28' into core/coreGravatar Ingo Molnar 1-1/+1
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDGravatar Petr Tesarik 1-1/+1
2008-11-17thread_group_cputime: kill the bogus ->signal != NULL checkGravatar Oleg Nesterov 1-5/+5
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Gravatar Oleg Nesterov 1-2/+5
2008-09-23timers: fix itimer/many thread hang, v2Gravatar Frank Mayhar 1-89/+64
2008-09-14timers: fix itimer/many thread hang, cleanupsGravatar Ingo Molnar 1-3/+3
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-219/+252
2008-05-24posix-timers: print RT watchdog messageGravatar Hiroshi Shimamoto 1-0/+3
2008-05-01remove div_long_long_remGravatar Roman Zippel 1-6/+5
2008-04-17posix-timers: fix shadowed variablesGravatar WANG Cong 1-15/+15
2008-02-08Use find_task_by_vpid in posix timersGravatar Pavel Emelyanov 1-4/+4
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYGravatar Peter Zijlstra 1-1/+2
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerGravatar Peter Zijlstra 1-0/+29
2007-10-19Isolate some explicit usage of task->tgidGravatar Pavel Emelyanov 1-6/+6
2007-07-09sched: make posix-cpu-timers use CFS's accounting informationGravatar Ingo Molnar 1-17/+17
2007-05-08Introduce a handy list_first_entry macroGravatar Pavel Emelianov 1-7/+7
2007-02-16[PATCH] posix timers: RCU optimization for clock_gettime()Gravatar Paul E. McKenney 1-5/+10
2006-10-17[PATCH] posix-cpu-timers: prevent signal delivery starvationGravatar Thomas Gleixner 1-6/+21
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Gravatar Toyo Abe 1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Gravatar Toyo Abe 1-5/+12
2006-06-17[PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkGravatar Oleg Nesterov 1-3/+0
2006-06-17[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Gravatar Oleg Nesterov 1-18/+18
2006-06-17[PATCH] check_process_timers: fix possible lockupGravatar Oleg Nesterov 1-5/+4
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIGravatar Thomas Gleixner 1-9/+14
2006-01-10[PATCH] hrtimer: make clockid_t arguments constGravatar Thomas Gleixner 1-18/+22
2006-01-06[PATCH] Fix posix-cpu-timers sched_time accumulationGravatar David S. Miller 1-12/+1
2005-11-28[PATCH] fix 32bit overflow in timespec_to_sample()Gravatar Oleg Nesterov 1-1/+1
2005-11-07[PATCH] posix-timers `unlikely' rejigGravatar Andrew Morton 1-3/+3
2005-10-30[PATCH] posix-cpu-timers: fix overrun reportingGravatar Roland McGrath 1-6/+10
2005-10-27[PATCH] Yet more posix-cpu-timer fixesGravatar Roland McGrath 1-4/+7
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Gravatar Linus Torvalds 1-18/+18
2005-10-26[PATCH] Fix cpu timers expiration timeGravatar Oleg Nesterov 1-3/+3
2005-10-26posix cpu timers: fix timer orderingGravatar Linus Torvalds 1-6/+4
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceGravatar Oleg Nesterov 1-4/+8
2005-10-24[PATCH] posix-timers: exit path cleanupGravatar Oleg Nesterov 1-0/+6
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Gravatar Oleg Nesterov 1-18/+18
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesGravatar Oleg Nesterov 1-19/+10
2005-10-23Posix timers: limit number of timers firing at onceGravatar Linus Torvalds 1-6/+14
2005-10-21Revert "Fix cpu timers exit deadlock and races"Gravatar Linus Torvalds 1-11/+17
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesGravatar Roland McGrath 1-17/+11
2005-10-17[PATCH] posix-timers: fix task accountingGravatar Oleg Nesterov 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1559