Commit Graph

315 Commits (c3e73e76a90b1e790e0bb7bb36135be9232f58de)

Author SHA1 Message Date
Randy Dunlap ada9c93312 signal.c: fix kernel-doc notation 14 years ago
Oleg Nesterov d92fcf0552 signal: sys_pause() should check signal_pending() 14 years ago
Tejun Heo 40ae717d1e ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping() 14 years ago
Oleg Nesterov 2e4f7c7769 signal: sys_sigprocmask() needs retarget_shared_pending() 14 years ago
Oleg Nesterov b013c39924 signal: cleanup sys_sigprocmask() 14 years ago
Oleg Nesterov 702a5073fd signal: rename signandsets() to sigandnsets() 14 years ago
Oleg Nesterov b182801ab3 signal: do_sigtimedwait() needs retarget_shared_pending() 14 years ago
Oleg Nesterov 943df1485a signal: introduce do_sigtimedwait() to factor out compat/native code 14 years ago
Oleg Nesterov fe0faa005d signal: sys_rt_sigtimedwait: simplify the timeout logic 14 years ago
Oleg Nesterov bb7efee2ca signal: cleanup sys_rt_sigprocmask() 14 years ago
Oleg Nesterov e6fa16ab9c signal: sigprocmask() should do retarget_shared_pending() 14 years ago
Oleg Nesterov 73ef4aeb61 signal: sigprocmask: narrow the scope of ->siglock 14 years ago
Oleg Nesterov fec9993db0 signal: retarget_shared_pending: optimize while_each_thread() loop 14 years ago
Oleg Nesterov f646e227b8 signal: retarget_shared_pending: consider shared/unblocked signals only 14 years ago
Oleg Nesterov 0edceb7bcd signal: introduce retarget_shared_pending() 14 years ago
Randy Dunlap f9fa0bc1fa signal.c: fix erroneous syscall kernel-doc 14 years ago
Randy Dunlap 41c57892a2 kernel/signal.c: add kernel-doc notation to syscalls 14 years ago
Randy Dunlap 5aba085ede kernel/signal.c: fix typos and coding style 14 years ago
Oleg Nesterov ee77f07592 signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED 14 years ago
Oleg Nesterov 780006eac2 signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending() 14 years ago
Oleg Nesterov 1deac632fc signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Roland Dreier 243b422af9 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo 14 years ago
Serge E. Hallyn 39fd33933b userns: allow killing tasks in your own or child userns 14 years ago
Tejun Heo 244056f9db job control: Don't send duplicate job control stop notification while ptraced 14 years ago
Tejun Heo ceb6bd67f9 job control: Notify the real parent of job control events regardless of ptrace 14 years ago
Tejun Heo 62bcf9d992 job control: Job control stop notifications should always go to the real parent 14 years ago
Tejun Heo 75b95953a5 job control: Add @for_ptrace to do_notify_parent_cldstop() 14 years ago
Tejun Heo 408a37de6c job control: Don't set group_stop exit_code if re-entering job control stop 14 years ago
Tejun Heo d79fdd6d96 ptrace: Clean transitions between TASK_STOPPED and TRACED 14 years ago
Tejun Heo 5224fa3660 ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced 14 years ago
Tejun Heo 0ae8ce1c8c ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stop 14 years ago
Tejun Heo 39efa3ef3a signal: Use GROUP_STOP_PENDING to stop once for a single group stop 14 years ago
Tejun Heo e5c1902e92 signal: Fix premature completion of group stop when interfered by ptrace 14 years ago
Tejun Heo fe1bc6a095 ptrace: Add @why to ptrace_stop() 14 years ago
Tejun Heo edf2ed153b ptrace: Kill tracehook_notify_jctl() 14 years ago
Tejun Heo 71db5eb99c signal: Remove superflous try_to_freeze() loop in do_signal_stop() 14 years ago
Tejun Heo c672af35d5 signal: Fix SIGCONT notification code 14 years ago
Julien Tinnes da48524eb2 Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code 14 years ago
Namhyung Kim b840115083 signals: annotate lock context change on ptrace_stop() 14 years ago
Namhyung Kim b8ed374e20 signals: annotate lock_task_sighand() 14 years ago
Andi Kleen a337fdac7a HWPOISON: Copy si_addr_lsb to user 15 years ago
David Howells 694f690d27 CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks 15 years ago
Oleg Nesterov 09faef11df exit: change zap_other_threads() to count sub-threads 15 years ago
Oleg Nesterov 065add3941 signals: check_kill_permission(): don't check creds if same_thread_group() 15 years ago
Jason Wessel 67fc4e0cb9 kdb: core for kgdb back end (2 of 2) 15 years ago
Jiri Slaby 78d7d407b6 kernel core: use helpers for rlimits 15 years ago
Linus Torvalds a27341cd5f Prioritize synchronous signals over 'normal' signals 15 years ago
Andi Kleen b45c6e76bc kernel/signal.c: fix kernel information leak with print-fatal-signals=1 15 years ago
Oleg Nesterov 1be53963b0 signals: check ->group_stop_count after tracehook_get_signal() 15 years ago