aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-timers.c
AgeCommit message (Expand)Author
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov
2008-02-05timerfd: new timerfd APIDavide Libenzi
2008-02-03kernel/: Spelling fixesJoe Perches
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro
2007-08-22posix-timers: fix creation raceOleg Nesterov
2007-08-22posix-timers: fix deletion raceThomas Gleixner
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-06-21posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-10-03fix file specification in commentsUwe Zeisberger
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel
2006-03-26[PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel
2006-03-23[PATCH] sem2mutex: kernel/Arjan van de Ven
2006-03-17[PATCH] posix-timers: fix requeue accounting when signal is ignoredRoman Zippel
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk
2006-02-01[PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timersThomas Gleixner
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger
2006-02-01[PATCH] hrtimers: fix possible use of NULL pointer in posix-timersThomas Gleixner
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner
2006-01-10[PATCH] hrtimer: remove duplicate div_long_long_rem implementationThomas Gleixner
2005-11-13[PATCH] timespec: normalize off by one errorsGeorge Anzinger
2005-10-30[PATCH] posix-timers: use schedule_timeout() in common_nsleep()Oleg Nesterov
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath
2005-09-07[PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov
2005-08-04[PATCH] revert "timer exit cleanup"Andrew Morton
2005-07-28[PATCH] posix timers: fix normalization problemGeorge Anzinger
2005-06-23[PATCH] posix-timers: use try_to_del_timer_sync()Oleg Nesterov
2005-06-17[PATCH] timer exit cleanupIngo Molnar
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds