summaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)AuthorLines
2008-05-01remove div_long_long_remRoman Zippel-6/+5
2008-04-17posix-timers: fix shadowed variablesWANG Cong-15/+15
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov-4/+4
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra-1/+2
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra-0/+29
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov-6/+6
2007-07-09sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar-17/+17
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov-7/+7
2007-02-16[PATCH] posix timers: RCU optimization for clock_gettime()Paul E. McKenney-5/+10
2006-10-17[PATCH] posix-cpu-timers: prevent signal delivery starvationThomas Gleixner-6/+21
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe-5/+12
2006-06-17[PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkOleg Nesterov-3/+0
2006-06-17[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov-18/+18
2006-06-17[PATCH] check_process_timers: fix possible lockupOleg Nesterov-5/+4
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner-9/+14
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner-18/+22
2006-01-06[PATCH] Fix posix-cpu-timers sched_time accumulationDavid S. Miller-12/+1
2005-11-28[PATCH] fix 32bit overflow in timespec_to_sample()Oleg Nesterov-1/+1
2005-11-07[PATCH] posix-timers `unlikely' rejigAndrew Morton-3/+3
2005-10-30[PATCH] posix-cpu-timers: fix overrun reportingRoland McGrath-6/+10
2005-10-27[PATCH] Yet more posix-cpu-timer fixesRoland McGrath-4/+7
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds-18/+18
2005-10-26[PATCH] Fix cpu timers expiration timeOleg Nesterov-3/+3
2005-10-26posix cpu timers: fix timer orderingLinus Torvalds-6/+4
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov-4/+8
2005-10-24[PATCH] posix-timers: exit path cleanupOleg Nesterov-0/+6
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov-18/+18
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov-19/+10
2005-10-23Posix timers: limit number of timers firing at onceLinus Torvalds-6/+14
2005-10-21Revert "Fix cpu timers exit deadlock and races"Linus Torvalds-11/+17
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesRoland McGrath-17/+11
2005-10-17[PATCH] posix-timers: fix task accountingOleg Nesterov-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1559