Commit Graph

71 Commits (c5428e950ad42640f00092949fd17e356dfdeafa)

Author SHA1 Message Date
Heiko Carstens 362e9c07c7 [CVE-2009-0029] System call wrappers part 05 16 years ago
Thomas Gleixner 3d44cc3e01 Null pointer deref with hrtimer_try_to_cancel() 16 years ago
Oleg Nesterov 899921025b posix-timers: check ->it_signal instead of ->it_pid to validate the timer 16 years ago
Oleg Nesterov 27af4245b6 posix-timers: use "struct pid*" instead of "struct task_struct*" 16 years ago
Dan Carpenter aa94fbd5cc fix error-path NULL deref in alloc_posix_timer() 17 years ago
Oleg Nesterov 31d9284569 posix-timers: lock_timer: make it readable 17 years ago
Oleg Nesterov 5a51b713cc posix-timers: lock_timer: kill the bogus ->it_id check 17 years ago
Oleg Nesterov 5a9fa73072 posix-timers: kill ->it_sigev_signo and ->it_sigev_value 17 years ago
Oleg Nesterov ef864c9588 posix-timers: sys_timer_create: cleanup the error handling 17 years ago
Oleg Nesterov 717835d94d posix-timers: move the initialization of timer->sigq from send to create path 17 years ago
Oleg Nesterov 36b2f04600 posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ 17 years ago
Oleg Nesterov 2cd499e38e posix-timers: sys_timer_create: remove the buggy PF_EXITING check 17 years ago
Oleg Nesterov 918fc03728 posix-timers: always do get_task_struct(timer->it_process) 17 years ago
Oleg Nesterov 4aa7361179 posix-timers: don't switch to ->group_leader if ->it_process dies 17 years ago
Arjan van de Ven cc584b213f hrtimer: convert kernel/* to the new hrtimer apis 17 years ago
John Stultz 2d42244ae7 clocksource: introduce CLOCK_MONOTONIC_RAW 17 years ago
Oleg Nesterov 96347e7759 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); 17 years ago
Oleg Nesterov 4b7a130426 posix timers: timer_delete: remove the bogus "->it_process != NULL" check 17 years ago
Oleg Nesterov ba661292a2 posix-timers: fix posix_timer_event() vs dequeue_signal() race 17 years ago
Oleg Nesterov 54da117492 posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun 17 years ago
Oleg Nesterov ac5c215383 signals: join send_sigqueue() with send_group_sigqueue() 17 years ago
Matthew Wilcox a655020753 kernel: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Thomas Gleixner 5a7780e725 hrtimer: check relative timeouts for overflow 17 years ago
Oleg Nesterov 080344b988 hrtimer: fix *rmtp handling in hrtimer_nanosleep() 17 years ago
Pavel Emelyanov 8dc86af006 Use find_task_by_vpid in posix timers 17 years ago
Davide Libenzi 4d672e7ac7 timerfd: new timerfd API 17 years ago
Joe Perches 0b0a3e7b18 kernel/: Spelling fixes 17 years ago
Pavel Emelyanov bac0abd617 Isolate some explicit usage of task->tgid 18 years ago
Anton Blanchard 04c227140f hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier 18 years ago
Alexey Dobriyan 040b5c6f95 SLAB_PANIC more (proc, posix-timers, shmem) 18 years ago
Al Viro 5ba253313d more low-hanging fruits - kernel, fs, lib signedness 18 years ago
Oleg Nesterov d02479bdeb posix-timers: fix creation race 18 years ago
Thomas Gleixner 179394af7a posix-timers: fix deletion race 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Thomas Gleixner 58229a1899 posix-timers: Prevent softirq starvation by small intervals and SIG_IGN 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Thomas Gleixner 54cdfdb47f [PATCH] hrtimers: add high resolution timer support 18 years ago
Thomas Gleixner c9cb2e3d7c [PATCH] hrtimers: namespace and enum cleanup 18 years ago
Robert P. J. Day c376222960 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Uwe Zeisberger f30c226954 fix file specification in comments 19 years ago
Toyo Abe 1711ef3866 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode 19 years ago
Roman Zippel 05cfb614dd [PATCH] hrtimers: remove data field 19 years ago
Roman Zippel 3b98a53281 [PATCH] hrtimers: posix-timer: cleanup common_timer_get() 19 years ago
Roman Zippel 44f2147551 [PATCH] hrtimers: pass current time to hrtimer_forward() 19 years ago
Arjan van de Ven 97d1f15b7e [PATCH] sem2mutex: kernel/ 19 years ago
Roman Zippel a0a0c28c1a [PATCH] posix-timers: fix requeue accounting when signal is ignored 19 years ago
Adrian Bunk 493f01d1d0 [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create() 19 years ago
Thomas Gleixner 952bbc87f0 [PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers 19 years ago
George Anzinger 7978672c4d [PATCH] hrtimers: cleanups and simplifications 19 years ago