aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-0/+35
2009-08-04posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWHiroshi Shimamoto1-0/+7
2009-01-14[CVE-2009-0029] System call wrappers part 05Heiko Carstens1-24/+19
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/coreIngo Molnar1-20/+20
2008-12-20Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner1-0/+6
2008-12-12posix-timers: check ->it_signal instead of ->it_pid to validate the timerOleg Nesterov1-10/+7
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov1-20/+23
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-6/+4
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-93/+47
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-1/+1
2008-10-02fix error-path NULL deref in alloc_posix_timer()Dan Carpenter1-1/+1
2008-09-24posix-timers: lock_timer: make it readableOleg Nesterov1-13/+10
2008-09-24posix-timers: lock_timer: kill the bogus ->it_id checkOleg Nesterov1-5/+4
2008-09-24posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov1-10/+7
2008-09-24posix-timers: sys_timer_create: cleanup the error handlingOleg Nesterov1-8/+7
2008-09-24posix-timers: move the initialization of timer->sigq from send to create pathOleg Nesterov1-5/+5
2008-09-24posix-timers: sys_timer_create: simplify and s/tasklist/rcu/Oleg Nesterov1-15/+8
2008-09-24posix-timers: sys_timer_create: remove the buggy PF_EXITING checkOleg Nesterov1-27/+7
2008-09-24posix-timers: always do get_task_struct(timer->it_process)Oleg Nesterov1-6/+4
2008-09-24posix-timers: don't switch to ->group_leader if ->it_process diesOleg Nesterov1-14/+5
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven1-6/+4
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz1-0/+15
2008-08-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+14
2008-07-25posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov1-3/+0
2008-07-25posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov1-10/+8
2008-07-24posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov1-4/+13
2008-07-24posix-timers: do_schedule_next_timer: fix the setting of ->si_overrunOleg Nesterov1-1/+1
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov1-4/+2
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-14hrtimer: check relative timeouts for overflowThomas Gleixner1-3/+5
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov1-14/+3
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov1-1/+1
2008-02-05timerfd: new timerfd APIDavide Libenzi1-4/+5
2008-02-03kernel/: Spelling fixesJoe Perches1-1/+1
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-2/+2
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard1-3/+14
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan1-1/+2
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro1-3/+3
2007-08-22posix-timers: fix creation raceOleg Nesterov1-1/+1
2007-08-22posix-timers: fix deletion raceThomas Gleixner1-3/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-06-21posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner1-2/+33
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner1-1/+1
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner1-6/+7
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe1-0/+21
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel1-5/+4