aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-17[PATCH] posix-timers: fix requeue accounting when signal is ignoredRoman Zippel1-0/+1
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk1-6/+0
2006-02-01[PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timersThomas Gleixner1-1/+6
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger1-28/+9
2006-02-01[PATCH] hrtimers: fix possible use of NULL pointer in posix-timersThomas Gleixner1-1/+2
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-4/+4
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-582/+135
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner1-124/+27
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner1-3/+2
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner1-17/+21
2006-01-10[PATCH] hrtimer: remove duplicate div_long_long_rem implementationThomas Gleixner1-9/+1
2005-11-13[PATCH] timespec: normalize off by one errorsGeorge Anzinger1-7/+3
2005-10-30[PATCH] posix-timers: use schedule_timeout() in common_nsleep()Oleg Nesterov1-18/+1
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath1-1/+1
2005-09-07[PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov1-13/+15
2005-08-04[PATCH] revert "timer exit cleanup"Andrew Morton1-1/+0
2005-07-28[PATCH] posix timers: fix normalization problemGeorge Anzinger1-14/+3
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov1-27/+7
2005-06-17[PATCH] timer exit cleanupIngo Molnar1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1584