Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
9fac2cf316b070ae43d2ae2525e381ff2d1d68aa
/
kernel
/
signal.c
522cff1
kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
by Andrew Morton
· 12 years ago
2ca3952
signal: always clear sa_restorer on execve
by Kees Cook
· 12 years ago
20f22ab
signals: fix new kernel-doc warnings
by Randy Dunlap
· 12 years ago
6ec40b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
db61ec2
fix compat_sys_rt_sigprocmask()
by Al Viro
· 12 years ago
5d1fadc
kernel/signal.c: fix suboptimal printk usage
by Valdis Kletnieks
· 12 years ago
66dd34a
signal: allow to send any siginfo to itself
by Andrey Vagin
· 12 years ago
9e2d59a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
d64008a
burying unused conditionals
by Al Viro
· 12 years ago
e9b04b5
make do_sigaltstack() static
by Al Viro
· 12 years ago
b2c77a5
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
bde208d
switch mips to generic rt_sigsuspend(), make it unconditional
by Al Viro
· 12 years ago
2ce5da1
new helper: signal_setup_done()
by Al Viro
· 12 years ago
495dfbf
generic sys_sigaction() and compat_sys_sigaction()
by Al Viro
· 12 years ago
08d32fe
generic sys_compat_rt_sigaction()
by Al Viro
· 12 years ago
9aae8fc
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
0a0e8cd
old sigsuspend variants in kernel/signal.c
by Al Viro
· 12 years ago
75907d4
generic compat_sys_rt_sigqueueinfo()
by Al Viro
· 12 years ago
fe9c1db
generic compat_sys_rt_sigpending()
by Al Viro
· 12 years ago
322a56c
generic compat_sys_rt_sigprocmask()
by Al Viro
· 12 years ago
ad4b65a
consolidate rt_sigsuspend()
by Al Viro
· 12 years ago
eaca6ea
sanitize rt_sigaction() situation a bit
by Al Viro
· 12 years ago
6fac482
cputime: Use accessors to read task cputime stats
by Frederic Weisbecker
· 12 years ago
9899d11
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
by Oleg Nesterov
· 12 years ago
910ffdb
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
by Oleg Nesterov
· 12 years ago
3a142ed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
0c4a842
signals: set_current_blocked() can use __set_current_blocked()
by Oleg Nesterov
· 12 years ago
5ba53ff
signals: sys_ssetmask() uses uninitialized newmask
by Oleg Nesterov
· 12 years ago
90228fc
switch compat_sys_sigaltstack() to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
54d46ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
c40702c
new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those
by Al Viro
· 12 years ago
9026843
generic compat_sys_sigaltstack()
by Al Viro
· 12 years ago
6bf9adf
introduce generic sys_sigaltstack(), switch x86 and um to it
by Al Viro
· 12 years ago
5c49574
new helper: restore_altstack()
by Al Viro
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
9977d9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
541880d
do_coredump(): get rid of pt_regs argument
by Al Viro
· 12 years ago
4aaefee
print_fatal_signal(): get rid of pt_regs argument
by Al Viro
· 12 years ago
94eb22d
ptrace_signal(): get rid of unused arguments
by Al Viro
· 12 years ago
b7f9591
get rid of ptrace_signal_deliver() arguments
by Al Viro
· 12 years ago
17cf22c
pidns: Use task_active_pid_ns where appropriate
by Eric W. Biederman
· 15 years ago
5d8f72b
freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()
by Oleg Nesterov
· 12 years ago
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
Next »