Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0d5b9311baf27bb545f187f12ecfd558220c607d
/
kernel
/
signal.c
2e58f57
kernel/signal.c: fix a comment error
by Weikang Shi
· 6 years ago
4dcb923
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
a367005
signal: Guard against negative signal numbers in copy_siginfo_from_user32
by Eric W. Biederman
· 6 years ago
b2a2ab5
signal: Guard against negative signal numbers in copy_siginfo_from_user
by Eric W. Biederman
· 6 years ago
601d5ab
signal: In sigqueueinfo prefer sig not si_signo
by Eric W. Biederman
· 6 years ago
4ce5f9c
signal: Use a smaller struct siginfo in the kernel
by Eric W. Biederman
· 6 years ago
ae7795b
signal: Distinguish between kernel_siginfo and siginfo
by Eric W. Biederman
· 6 years ago
4cd2e0e
signal: Introduce copy_siginfo_from_user and use it's return value
by Eric W. Biederman
· 7 years ago
f283801
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
by Eric W. Biederman
· 7 years ago
e75dc03
signal: Fail sigqueueinfo if si_signo != sig
by Eric W. Biederman
· 6 years ago
018303a
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
by Eric W. Biederman
· 7 years ago
2283986
signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
by Will Deacon
· 6 years ago
fb50f5a
signal: Pair exports with their functions
by Eric W. Biederman
· 6 years ago
b21c5bd
signal: Remove specific_send_sig_info
by Eric W. Biederman
· 6 years ago
4ff4c31
signal: Remove SEND_SIG_FORCED
by Eric W. Biederman
· 6 years ago
f149b31
signal: Never allocate siginfo for SIGKILL or SIGSTOP
by Eric W. Biederman
· 6 years ago
0351505
signal: Don't send siginfo to kthreads.
by Eric W. Biederman
· 6 years ago
3597dfe
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
by Eric W. Biederman
· 6 years ago
86989c4
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
by Eric W. Biederman
· 6 years ago
49c39f8
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
by Arnd Bergmann
· 7 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 6 years ago
cd9b44f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
20ab721
signal: make get_signal() return bool
by Christian Brauner
· 6 years ago
f99e9d8
signal: make sigkill_pending() return bool
by Christian Brauner
· 6 years ago
a19e2c0
signal: make legacy_queue() return bool
by Christian Brauner
· 6 years ago
acd14e6
signal: make wants_signal() return bool
by Christian Brauner
· 6 years ago
8f11351
signal: make flush_sigqueue_mask() void
by Christian Brauner
· 6 years ago
67a48a2
signal: make unhandled_signal() return bool
by Christian Brauner
· 6 years ago
09ae854
signal: make recalc_sigpending_tsk() return bool
by Christian Brauner
· 6 years ago
938696a
signal: make has_pending_signals() return bool
by Christian Brauner
· 6 years ago
6a0cdcd
signal: make sig_ignored() return bool
by Christian Brauner
· 6 years ago
41aaa48
signal: make sig_task_ignored() return bool
by Christian Brauner
· 6 years ago
e4a8b4e
signal: make sig_handler_ignored() return bool
by Christian Brauner
· 6 years ago
2a9b909
signal: make kill_ok_by_cred() return bool
by Christian Brauner
· 6 years ago
d8f993b
signal: simplify rt_sigaction()
by Christian Brauner
· 6 years ago
b1d294c
signal: make do_sigpending() void
by Christian Brauner
· 6 years ago
6527de9
signal: make may_ptrace_stop() return bool
by Christian Brauner
· 6 years ago
bb17fcc
signal: make kill_as_cred_perm() return bool
by Christian Brauner
· 6 years ago
52cba1a
signal: make force_sigsegv() void
by Christian Brauner
· 6 years ago
c3ad2c3
signal: Don't restart fork when signals come in.
by Eric W. Biederman
· 6 years ago
924de3b
fork: Have new threads join on-going signal group stops
by Eric W. Biederman
· 6 years ago
088fe47
signal: Add calculate_sigpending()
by Eric W. Biederman
· 6 years ago
0729614
signal: Push pid type down into complete_signal.
by Eric W. Biederman
· 6 years ago
5a883ce
signal: Push pid type down into __send_signal
by Eric W. Biederman
· 6 years ago
b213984
signal: Push pid type down into send_signal
by Eric W. Biederman
· 6 years ago
40b3b02
signal: Pass pid type into do_send_sig_info
by Eric W. Biederman
· 6 years ago
0102498
signal: Pass pid type into group_send_sig_info
by Eric W. Biederman
· 6 years ago
24122c7
signal: Pass pid and pid type into send_sigqueue
by Eric W. Biederman
· 6 years ago
59dc6f3
signal: Remove no longer required irqsave/restore
by Anna-Maria Gleixner
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
b5bf9a9
sched/core: Introduce set_special_state()
by Peter Zijlstra
· 7 years ago
31931c9
signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
by Eric W. Biederman
· 7 years ago
36a4ca3d
signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code
by Eric W. Biederman
· 7 years ago
4181d22
signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO
by Eric W. Biederman
· 7 years ago
3a11ab1
signal: Remove SEGV_BNDERR ifdefs
by Eric W. Biederman
· 7 years ago
0c362f9
signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layout
by Eric W. Biederman
· 7 years ago
c999b93
signal: Reduce copy_siginfo_to_user to just copy_to_user
by Eric W. Biederman
· 7 years ago
3612605
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
23221d9
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
6203deb
kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
d53238c
kernel: open-code sys_rt_sigpending() in sys_sigpending()
by Dominik Brodowski
· 7 years ago
af40ff6
arm64: signal: Ensure si_code is valid for all fault signals
by Dave Martin
· 7 years ago
6b4f3d0
usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill
by Stephen Smalley
· 7 years ago
e1c70f3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 7 years ago
f71dd7d
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
by Eric W. Biederman
· 7 years ago
3824673
signal: Helpers for faults with specialized siginfo layouts
by Eric W. Biederman
· 7 years ago
f8ec660
signal: Add send_sig_fault and force_sig_fault
by Eric W. Biederman
· 7 years ago
5f74972
signal: Don't use structure initializers for struct siginfo
by Eric W. Biederman
· 7 years ago
ea64d5a
signal: Unify and correct copy_siginfo_to_user32
by Eric W. Biederman
· 7 years ago
eb5346c
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
by Eric W. Biederman
· 7 years ago
212a36a
signal: Unify and correct copy_siginfo_from_user32
by Eric W. Biederman
· 7 years ago
71ee78d
signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
by Eric W. Biederman
· 7 years ago
0326e7e
signal: Remove unnecessary ifdefs now that there is only one struct siginfo
by Eric W. Biederman
· 7 years ago
3007356
signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version
by Eric W. Biederman
· 7 years ago
9943d3a
signal: Clear si_sys_private before copying siginfo to userspace
by Eric W. Biederman
· 7 years ago
aba1be2
signal: Ensure no siginfo union member increases the size of struct siginfo
by Eric W. Biederman
· 7 years ago
faf1f22
signal: Ensure generic siginfos the kernel sends have all bits initialized
by Eric W. Biederman
· 7 years ago
526c3dd
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
by Eric W. Biederman
· 7 years ago
0b44bf9
signal: Simplify and fix kdb_send_sig
by Eric W. Biederman
· 7 years ago
43347d5
livepatch: send a fake signal to all blocking tasks
by Miroslav Benes
· 7 years ago
fa7f578
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
4269157
kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
by Oleg Nesterov
· 7 years ago
ac25385
kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
by Oleg Nesterov
· 7 years ago
628c1bc
kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
by Oleg Nesterov
· 7 years ago
93f30c7
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
75f296d
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
by Levin, Alexander (Sasha Levin)
· 7 years ago
c3aff08
signal: Fix name of SIGEMT in #if defined() check
by Andrew Clayton
· 7 years ago
3968cf6
get_compat_sigset()
by Al Viro
· 7 years ago
176826a
signal: lift sigset size check out of do_sigpending()
by Dmitry V. Levin
· 7 years ago
1681634
signal: simplify compat_sigpending()
by Dmitry V. Levin
· 7 years ago
f454322
signal: replace sigset_to_compat() with put_compat_sigset()
by Dmitry V. Levin
· 7 years ago
dd198ce
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
eb61b59
signal: don't remove SIGNAL_UNKILLABLE for traced tasks.
by Jamie Iles
· 7 years ago
fbb7761
Fix compat_sys_sigpending breakage
by Dmitry V. Levin
· 7 years ago
cc73152
signal: Remove kernel interal si_code magic
by Eric W. Biederman
· 7 years ago
4ea7701
kernel/signal.c: avoid undefined behaviour in kill_something_info
by zhongjiang
· 7 years ago
c856863
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
241e5e6
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 8 years ago
Next »