Andrey Vagin
|
2b08de0073
posix_timer: Move copy_to_user(created_timer_id) down in timer_create()
|
15 gadi atpakaļ |
Andrey Vagin
|
45e0fffc8a
posix_timer: Fix error path in timer_create
|
15 gadi atpakaļ |
H Hartley Sweeten
|
6622e670b2
posix-timers.c: Don't export local functions
|
15 gadi atpakaļ |
john stultz
|
da15cfdae0
time: Introduce CLOCK_REALTIME_COARSE
|
15 gadi atpakaļ |
Hiroshi Shimamoto
|
70d715fd05
posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW
|
16 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
|
17 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
|
17 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ļ |