Ingo Molnar
|
b2c77a57e4
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
|
12 years ago |
Frederic Weisbecker
|
6fac4829ce
cputime: Use accessors to read task cputime stats
|
12 years ago |
Oleg Nesterov
|
9899d11f65
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
|
12 years ago |
Oleg Nesterov
|
910ffdb18a
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
|
12 years ago |
Linus Torvalds
|
3a142ed962
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Oleg Nesterov
|
0c4a842349
signals: set_current_blocked() can use __set_current_blocked()
|
12 years ago |
Oleg Nesterov
|
5ba53ff648
signals: sys_ssetmask() uses uninitialized newmask
|
12 years ago |
Al Viro
|
90228fc110
switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE
|
12 years ago |
Linus Torvalds
|
54d46ea993
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Al Viro
|
c40702c49f
new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those
|
12 years ago |
Al Viro
|
9026843952
generic compat_sys_sigaltstack()
|
12 years ago |
Al Viro
|
6bf9adfc90
introduce generic sys_sigaltstack(), switch x86 and um to it
|
12 years ago |
Al Viro
|
5c49574ffd
new helper: restore_altstack()
|
12 years ago |
Linus Torvalds
|
6a2b60b17b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 years ago |
Linus Torvalds
|
9977d9b379
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Al Viro
|
541880d9a2
do_coredump(): get rid of pt_regs argument
|
12 years ago |
Al Viro
|
4aaefee589
print_fatal_signal(): get rid of pt_regs argument
|
12 years ago |
Al Viro
|
94eb22d505
ptrace_signal(): get rid of unused arguments
|
12 years ago |
Al Viro
|
b7f9591c44
get rid of ptrace_signal_deliver() arguments
|
12 years ago |
Eric W. Biederman
|
17cf22c33e
pidns: Use task_active_pid_ns where appropriate
|
15 years ago |
Oleg Nesterov
|
5d8f72b55c
freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()
|
12 years ago |
Denys Vlasenko
|
5ab1c309b3
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
|
12 years ago |
Alex Kelly
|
179899fd5d
coredump: update coredump-related headers
|
12 years ago |
Oleg Nesterov
|
f784e8a798
task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()
|
13 years ago |
Al Viro
|
7266702805
signal: make sure we don't get stopped with pending task_work
|
13 years ago |
Al Viro
|
efee984c27
new helper: signal_delivered()
|
13 years ago |
Al Viro
|
77097ae503
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
|
13 years ago |
Al Viro
|
a610d6e672
pull clearing RESTORE_SIGMASK into block_sigmask()
|
13 years ago |
Al Viro
|
754421c8ca
HAVE_RESTORE_SIGMASK is defined on all architectures now
|
13 years ago |
Eric W. Biederman
|
3208450488
pidns: use task_active_pid_ns in do_notify_parent
|
13 years ago |