aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-16[PATCH] posix timers: RCU optimization for clock_gettime()Paul E. McKenney1-5/+10
2006-10-17[PATCH] posix-cpu-timers: prevent signal delivery starvationThomas Gleixner1-6/+21
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe1-5/+12
2006-06-17[PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkOleg Nesterov1-3/+0
2006-06-17[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov1-18/+18
2006-06-17[PATCH] check_process_timers: fix possible lockupOleg Nesterov1-5/+4
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner1-9/+14
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner1-18/+22
2006-01-06[PATCH] Fix posix-cpu-timers sched_time accumulationDavid S. Miller1-12/+1
2005-11-28[PATCH] fix 32bit overflow in timespec_to_sample()Oleg Nesterov1-1/+1
2005-11-07[PATCH] posix-timers `unlikely' rejigAndrew Morton1-3/+3
2005-10-30[PATCH] posix-cpu-timers: fix overrun reportingRoland McGrath1-6/+10
2005-10-27[PATCH] Yet more posix-cpu-timer fixesRoland McGrath1-4/+7
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds1-18/+18
2005-10-26[PATCH] Fix cpu timers expiration timeOleg Nesterov1-3/+3
2005-10-26posix cpu timers: fix timer orderingLinus Torvalds1-6/+4
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov1-4/+8
2005-10-24[PATCH] posix-timers: exit path cleanupOleg Nesterov1-0/+6
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov1-18/+18
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov1-19/+10
2005-10-23Posix timers: limit number of timers firing at onceLinus Torvalds1-6/+14
2005-10-21Revert "Fix cpu timers exit deadlock and races"Linus Torvalds1-11/+17
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesRoland McGrath1-17/+11
2005-10-17[PATCH] posix-timers: fix task accountingOleg Nesterov1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1559