summaryrefslogtreecommitdiffstats
path: root/kernel/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
* posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin2010-07-231-5/+6
* posix_timer: Fix error path in timer_createAndrey Vagin2010-05-271-7/+4
* posix-timers.c: Don't export local functionsH Hartley Sweeten2010-02-051-1/+1
* time: Introduce CLOCK_REALTIME_COARSEjohn stultz2009-08-211-0/+35
* posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWHiroshi Shimamoto2009-08-041-0/+7
* [CVE-2009-0029] System call wrappers part 05Heiko Carstens2009-01-141-24/+19
*-. Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-251-20/+20
|\ \
| | * posix-timers: check ->it_signal instead of ->it_pid to validate the timerOleg Nesterov2008-12-121-10/+7
| | * posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov2008-12-121-20/+23
| |/
* | Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner2008-12-201-0/+6
|/
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-6/+4
|\
| * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-1/+1
| |\
| * | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-051-6/+4
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-93/+47
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | | * posix-timers: lock_timer: make it readableOleg Nesterov2008-09-241-13/+10
| | | * posix-timers: lock_timer: kill the bogus ->it_id checkOleg Nesterov2008-09-241-5/+4
| | | * posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov2008-09-241-10/+7
| | | * posix-timers: sys_timer_create: cleanup the error handlingOleg Nesterov2008-09-241-8/+7
| | | * posix-timers: move the initialization of timer->sigq from send to create pathOleg Nesterov2008-09-241-5/+5
| | | * posix-timers: sys_timer_create: simplify and s/tasklist/rcu/Oleg Nesterov2008-09-241-15/+8
| | | * posix-timers: sys_timer_create: remove the buggy PF_EXITING checkOleg Nesterov2008-09-241-27/+7
| | | * posix-timers: always do get_task_struct(timer->it_process)Oleg Nesterov2008-09-241-6/+4
| | | * posix-timers: don't switch to ->group_leader if ->it_process diesOleg Nesterov2008-09-241-14/+5
| | |/ | |/|
| | * fix error-path NULL deref in alloc_posix_timer()Dan Carpenter2008-10-021-1/+1
| |/
* | clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz2008-08-211-0/+15
|/
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-111-5/+14
|\
| * posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov2008-07-241-4/+13
| * posix-timers: do_schedule_next_timer: fix the setting of ->si_overrunOleg Nesterov2008-07-241-1/+1
* | posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov2008-07-251-3/+0
* | posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov2008-07-251-10/+8
|/
* signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov2008-04-301-4/+2
* kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* hrtimer: check relative timeouts for overflowThomas Gleixner2008-02-141-3/+5
* hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov2008-02-101-14/+3
* Use find_task_by_vpid in posix timersPavel Emelyanov2008-02-081-1/+1
* timerfd: new timerfd APIDavide Libenzi2008-02-051-4/+5
* kernel/: Spelling fixesJoe Perches2008-02-031-1/+1
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-2/+2
* hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard2007-10-181-3/+14
* SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan2007-10-171-1/+2
* more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-141-3/+3
* posix-timers: fix creation raceOleg Nesterov2007-08-221-1/+1
* posix-timers: fix deletion raceThomas Gleixner2007-08-221-3/+4
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* posix-timers: Prevent softirq starvation by small intervals and SIG_IGNThomas Gleixner2007-06-211-2/+33
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] hrtimers: add high resolution timer supportThomas Gleixner2007-02-161-1/+1
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-6/+7
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
OpenPOWER on IntegriCloud