aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-timers.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe2006-09-291-0/+21
* [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-5/+4
* [PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel2006-03-261-24/+26
* [PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel2006-03-261-4/+10
* [PATCH] sem2mutex: kernel/Arjan van de Ven2006-03-231-0/+1
* [PATCH] posix-timers: fix requeue accounting when signal is ignoredRoman Zippel2006-03-171-0/+1
* [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk2006-02-011-6/+0
* [PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timersThomas Gleixner2006-02-011-1/+6
* [PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger2006-02-011-28/+9
* [PATCH] hrtimers: fix possible use of NULL pointer in posix-timersThomas Gleixner2006-02-011-1/+2
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-4/+4
* [PATCH] hrtimer: convert posix timers completelyThomas Gleixner2006-01-101-582/+135
* [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner2006-01-101-124/+27
* [PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner2006-01-101-3/+2
* [PATCH] hrtimer: make clockid_t arguments constThomas Gleixner2006-01-101-17/+21
* [PATCH] hrtimer: remove duplicate div_long_long_rem implementationThomas Gleixner2006-01-101-9/+1
* [PATCH] timespec: normalize off by one errorsGeorge Anzinger2005-11-131-7/+3
* [PATCH] posix-timers: use schedule_timeout() in common_nsleep()Oleg Nesterov2005-10-301-18/+1
* [PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath2005-10-211-1/+1
* [PATCH] fix send_sigqueue() vs thread exit raceOleg Nesterov2005-09-071-13/+15
* [PATCH] revert "timer exit cleanup"Andrew Morton2005-08-041-1/+0
* [PATCH] posix timers: fix normalization problemGeorge Anzinger2005-07-281-14/+3