Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
49f4d8b93ccf9454284b6f524b96c66d8d7fbccc
/
kernel
/
signal.c
5ab1c30
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
by Denys Vlasenko
· 12 years ago
179899f
coredump: update coredump-related headers
by Alex Kelly
· 12 years ago
f784e8a
task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()
by Oleg Nesterov
· 12 years ago
7266702
signal: make sure we don't get stopped with pending task_work
by Al Viro
· 12 years ago
efee984
new helper: signal_delivered()
by Al Viro
· 13 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 13 years ago
a610d6e
pull clearing RESTORE_SIGMASK into block_sigmask()
by Al Viro
· 13 years ago
754421c
HAVE_RESTORE_SIGMASK is defined on all architectures now
by Al Viro
· 13 years ago
3208450
pidns: use task_active_pid_ns in do_notify_parent
by Eric W. Biederman
· 13 years ago
654443e
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
f936991
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 13 years ago
68f3f16
new helper: sigsuspend()
by Al Viro
· 13 years ago
54ba47e
userns: signal remove unnecessary map_cred_ns
by Eric W. Biederman
· 13 years ago
5af6620
userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
by Eric W. Biederman
· 13 years ago
76b6db0
userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
by Eric W. Biederman
· 13 years ago
078de5f
userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
by Eric W. Biederman
· 13 years ago
6ac1ef4
Merge branch 'perf/core' into perf/uprobes
by Ingo Molnar
· 13 years ago
a0727e8
signal, x86: add SIGSYS info and make it synchronous.
by Will Drewry
· 13 years ago
c4a4d60
userns: Use cred->user_ns instead of cred->user->user_ns
by Eric W. Biederman
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
d550bbd
Disintegrate asm/system.h for Sparc
by David Howells
· 13 years ago
def8cf7
signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() paths
by Oleg Nesterov
· 13 years ago
629d362
signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLE
by Oleg Nesterov
· 13 years ago
b6e238d
exit_signal: fix the "parent has changed security domain" logic
by Oleg Nesterov
· 13 years ago
0326f5a
uprobes/core: Handle breakpoint and singlestep exceptions
by Srikar Dronamraju
· 13 years ago
163566f
tracing: send_sigqueue() needs trace_signal_generate() too
by Oleg Nesterov
· 13 years ago
6c303d3
tracing: let trace_signal_generate() report more info, kill overflow_fail/lose_info
by Oleg Nesterov
· 13 years ago
6b550f9
user namespace: make signal.c respect user namespaces
by Serge E. Hallyn
· 13 years ago
5e6292c
signal: add block_sigmask() for adding sigmask to current->blocked
by Matt Fleming
· 13 years ago
db0c2bf
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
0db49b7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
8a88951
ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach
by Oleg Nesterov
· 13 years ago
6486163
[S390] cputime: add sparse checking and cleanup
by Martin Schwidefsky
· 13 years ago
77e4ef9
threadgroup: extend threadgroup_lock() to cover exit and exec
by Tejun Heo
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
d178bc3
user namespace: usb: make usb urbs user namespace aware (v2)
by Serge Hallyn
· 13 years ago
c1095c6
signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()
by Oleg Nesterov
· 13 years ago
8209f53
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
8a35241
ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction
by Oleg Nesterov
· 13 years ago
a841796
signal: align __lock_task_sighand() irq disabling and RCU
by Paul E. McKenney
· 13 years ago
bb3696d
ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()
by Oleg Nesterov
· 14 years ago
d4f7c51
do not change dead_task->exit_signal
by Oleg Nesterov
· 14 years ago
53c8f9f
make do_notify_parent() return bool
by Oleg Nesterov
· 14 years ago
a288eec
ptrace: kill trivial tracehooks
by Tejun Heo
· 14 years ago
d21142e
ptrace: kill task_ptrace()
by Tejun Heo
· 14 years ago
544b2c9
ptrace: implement PTRACE_LISTEN
by Tejun Heo
· 14 years ago
fb1d910
ptrace: implement TRAP_NOTIFY and use it for group stop events
by Tejun Heo
· 14 years ago
3544d72
ptrace: implement PTRACE_SEIZE
by Tejun Heo
· 14 years ago
73ddff2
job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap
by Tejun Heo
· 14 years ago
ada9c93
signal.c: fix kernel-doc notation
by Randy Dunlap
· 14 years ago
dd1d677
signal: remove three noop tracehooks
by Tejun Heo
· 14 years ago
62c124f
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
by Tejun Heo
· 14 years ago
7dd3db5
job control: introduce task_set_jobctl_pending()
by Tejun Heo
· 14 years ago
6dfca32
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
by Tejun Heo
· 14 years ago
3759a0d
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
by Tejun Heo
· 14 years ago
81be24b
ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
by Tejun Heo
· 14 years ago
a8f072c
job control: rename signal->group_stop and flags to jobctl and update them
by Tejun Heo
· 14 years ago
d92fcf0
signal: sys_pause() should check signal_pending()
by Oleg Nesterov
· 14 years ago
3ed4c05
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 14 years ago
40ae717
ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()
by Tejun Heo
· 14 years ago
2e4f7c7
signal: sys_sigprocmask() needs retarget_shared_pending()
by Oleg Nesterov
· 14 years ago
b013c39
signal: cleanup sys_sigprocmask()
by Oleg Nesterov
· 14 years ago
702a507
signal: rename signandsets() to sigandnsets()
by Oleg Nesterov
· 14 years ago
b182801
signal: do_sigtimedwait() needs retarget_shared_pending()
by Oleg Nesterov
· 14 years ago
943df14
signal: introduce do_sigtimedwait() to factor out compat/native code
by Oleg Nesterov
· 14 years ago
fe0faa0
signal: sys_rt_sigtimedwait: simplify the timeout logic
by Oleg Nesterov
· 14 years ago
bb7efee
signal: cleanup sys_rt_sigprocmask()
by Oleg Nesterov
· 14 years ago
e6fa16a
signal: sigprocmask() should do retarget_shared_pending()
by Oleg Nesterov
· 14 years ago
73ef4ae
signal: sigprocmask: narrow the scope of ->siglock
by Oleg Nesterov
· 14 years ago
fec9993
signal: retarget_shared_pending: optimize while_each_thread() loop
by Oleg Nesterov
· 14 years ago
f646e22
signal: retarget_shared_pending: consider shared/unblocked signals only
by Oleg Nesterov
· 14 years ago
0edceb7bc
signal: introduce retarget_shared_pending()
by Oleg Nesterov
· 14 years ago
f9fa0bc
signal.c: fix erroneous syscall kernel-doc
by Randy Dunlap
· 14 years ago
e46bc9b
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace
by Oleg Nesterov
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
41c5789
kernel/signal.c: add kernel-doc notation to syscalls
by Randy Dunlap
· 14 years ago
5aba085
kernel/signal.c: fix typos and coding style
by Randy Dunlap
· 14 years ago
ee77f07
signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED
by Oleg Nesterov
· 14 years ago
780006eac
signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()
by Oleg Nesterov
· 14 years ago
1deac63
signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING
by Oleg Nesterov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
243b422
Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo
by Roland Dreier
· 14 years ago
39fd339
userns: allow killing tasks in your own or child userns
by Serge E. Hallyn
· 14 years ago
244056f
job control: Don't send duplicate job control stop notification while ptraced
by Tejun Heo
· 14 years ago
ceb6bd6
job control: Notify the real parent of job control events regardless of ptrace
by Tejun Heo
· 14 years ago
62bcf9d
job control: Job control stop notifications should always go to the real parent
by Tejun Heo
· 14 years ago
75b9595
job control: Add @for_ptrace to do_notify_parent_cldstop()
by Tejun Heo
· 14 years ago
408a37d
job control: Don't set group_stop exit_code if re-entering job control stop
by Tejun Heo
· 14 years ago
d79fdd6
ptrace: Clean transitions between TASK_STOPPED and TRACED
by Tejun Heo
· 14 years ago
5224fa3
ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptraced
by Tejun Heo
· 14 years ago
0ae8ce1
ptrace: Participate in group stop from ptrace_stop() iff the task is trapping for group stop
by Tejun Heo
· 14 years ago
39efa3e
signal: Use GROUP_STOP_PENDING to stop once for a single group stop
by Tejun Heo
· 14 years ago
e5c1902e
signal: Fix premature completion of group stop when interfered by ptrace
by Tejun Heo
· 14 years ago
fe1bc6a
ptrace: Add @why to ptrace_stop()
by Tejun Heo
· 14 years ago
edf2ed1
ptrace: Kill tracehook_notify_jctl()
by Tejun Heo
· 14 years ago
71db5eb
signal: Remove superflous try_to_freeze() loop in do_signal_stop()
by Tejun Heo
· 14 years ago
c672af3
signal: Fix SIGCONT notification code
by Tejun Heo
· 14 years ago
da48524
Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code
by Julien Tinnes
· 14 years ago
b840115
signals: annotate lock context change on ptrace_stop()
by Namhyung Kim
· 14 years ago
Next »