Hiroshi Shimamoto
|
70d715fd05
posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW
|
15 gadi atpakaļ |
Heiko Carstens
|
362e9c07c7
[CVE-2009-0029] System call wrappers part 05
|
16 gadi atpakaļ |
Ingo Molnar
|
32e8d18683
Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core
|
16 gadi atpakaļ |
Thomas Gleixner
|
3d44cc3e01
Null pointer deref with hrtimer_try_to_cancel()
|
16 gadi atpakaļ |
Oleg Nesterov
|
899921025b
posix-timers: check ->it_signal instead of ->it_pid to validate the timer
|
16 gadi atpakaļ |
Oleg Nesterov
|
27af4245b6
posix-timers: use "struct pid*" instead of "struct task_struct*"
|
16 gadi atpakaļ |
Thomas Gleixner
|
268a3dcfea
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
|
16 gadi atpakaļ |
Thomas Gleixner
|
c465a76af6
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus
|
16 gadi atpakaļ |
Arjan van de Ven
|
651dab4264
Merge commit 'linus/master' into merge-linus
|
16 gadi atpakaļ |
Dan Carpenter
|
aa94fbd5cc
fix error-path NULL deref in alloc_posix_timer()
|
16 gadi atpakaļ |
Oleg Nesterov
|
31d9284569
posix-timers: lock_timer: make it readable
|
16 gadi atpakaļ |
Oleg Nesterov
|
5a51b713cc
posix-timers: lock_timer: kill the bogus ->it_id check
|
16 gadi atpakaļ |
Oleg Nesterov
|
5a9fa73072
posix-timers: kill ->it_sigev_signo and ->it_sigev_value
|
16 gadi atpakaļ |
Oleg Nesterov
|
ef864c9588
posix-timers: sys_timer_create: cleanup the error handling
|
16 gadi atpakaļ |
Oleg Nesterov
|
717835d94d
posix-timers: move the initialization of timer->sigq from send to create path
|
16 gadi atpakaļ |
Oleg Nesterov
|
36b2f04600
posix-timers: sys_timer_create: simplify and s/tasklist/rcu/
|
16 gadi atpakaļ |
Oleg Nesterov
|
2cd499e38e
posix-timers: sys_timer_create: remove the buggy PF_EXITING check
|
16 gadi atpakaļ |
Oleg Nesterov
|
918fc03728
posix-timers: always do get_task_struct(timer->it_process)
|
16 gadi atpakaļ |
Oleg Nesterov
|
4aa7361179
posix-timers: don't switch to ->group_leader if ->it_process dies
|
16 gadi atpakaļ |
Arjan van de Ven
|
cc584b213f
hrtimer: convert kernel/* to the new hrtimer apis
|
16 gadi atpakaļ |
John Stultz
|
2d42244ae7
clocksource: introduce CLOCK_MONOTONIC_RAW
|
16 gadi atpakaļ |
Linus Torvalds
|
67a077dca4
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 gadi atpakaļ |
Oleg Nesterov
|
96347e7759
posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);
|
17 gadi atpakaļ |
Oleg Nesterov
|
4b7a130426
posix timers: timer_delete: remove the bogus "->it_process != NULL" check
|
17 gadi atpakaļ |
Oleg Nesterov
|
ba661292a2
posix-timers: fix posix_timer_event() vs dequeue_signal() race
|
17 gadi atpakaļ |
Oleg Nesterov
|
54da117492
posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun
|
17 gadi atpakaļ |
Oleg Nesterov
|
ac5c215383
signals: join send_sigqueue() with send_group_sigqueue()
|
17 gadi atpakaļ |
Matthew Wilcox
|
a655020753
kernel: Remove unnecessary inclusions of asm/semaphore.h
|
17 gadi atpakaļ |
Thomas Gleixner
|
5a7780e725
hrtimer: check relative timeouts for overflow
|
17 gadi atpakaļ |
Oleg Nesterov
|
080344b988
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
|
17 gadi atpakaļ |