summaryrefslogtreecommitdiff
path: root/kernel/posix-timers.c
AgeCommit message (Expand)Author
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven
2008-10-02fix error-path NULL deref in alloc_posix_timer()Dan Carpenter
2008-09-24posix-timers: lock_timer: make it readableOleg Nesterov
2008-09-24posix-timers: lock_timer: kill the bogus ->it_id checkOleg Nesterov
2008-09-24posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov
2008-09-24posix-timers: sys_timer_create: cleanup the error handlingOleg Nesterov
2008-09-24posix-timers: move the initialization of timer->sigq from send to create pathOleg Nesterov
2008-09-24posix-timers: sys_timer_create: simplify and s/tasklist/rcu/Oleg Nesterov
2008-09-24posix-timers: sys_timer_create: remove the buggy PF_EXITING checkOleg Nesterov
2008-09-24posix-timers: always do get_task_struct(timer->it_process)Oleg Nesterov
2008-09-24posix-timers: don't switch to ->group_leader if ->it_process diesOleg Nesterov
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz
2008-08-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-07-25posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov
2008-07-25posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov
2008-07-24posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov
2008-07-24posix-timers: do_schedule_next_timer: fix the setting of ->si_overrunOleg Nesterov
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov
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