Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a685c7a4a25c80f1f022b55830f2d894ee8847eb
/
kernel
/
signal.c
05b2892
signal: unconditionally leave the frozen state in ptrace_stop()
by Roman Gushchin
· 6 years ago
b028fb6
kernel/signal.c: annotate implicit fall through
by Mathieu Malaterre
· 6 years ago
abde77e
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
f2b31bb
cgroup: never call do_group_exit() with task->frozen bit set
by Roman Gushchin
· 6 years ago
eac7078
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
2151ad1
signal: support CLONE_PIDFD with pidfd_send_signal
by Christian Brauner
· 6 years ago
cb2c4cd
cgroup: prevent spurious transition into non-frozen state
by Roman Gushchin
· 6 years ago
76f969e
cgroup: cgroup v2 freezer
by Roman Gushchin
· 6 years ago
738a783
signal: use fdget() since we don't allow O_PATH
by Christian Brauner
· 6 years ago
556a888
signal: don't silently convert SI_USER signals to non-current pidfd
by Jann Horn
· 6 years ago
a9dce66
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
b1b988a
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3eb39f4
signal: add pidfd_send_signal() syscall
by Christian Brauner
· 6 years ago
cf43a75
signal: Restore the stop PTRACE_EVENT_EXIT
by Eric W. Biederman
· 6 years ago
7146db3
signal: Better detection of synchronous signals
by Eric W. Biederman
· 6 years ago
35634ff
signal: Always notice exiting tasks
by Eric W. Biederman
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
a692933
signal: Always attempt to allocate siginfo for SIGSTOP
by Eric W. Biederman
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
2367c4b
y2038: signal: Add compat_sys_rt_sigtimedwait_time64
by Arnd Bergmann
· 7 years ago
df8522a
y2038: signal: Add sys_rt_sigtimedwait_time32
by Arnd Bergmann
· 7 years ago
854a6ed
signal: Add restore_user_sigmask()
by Deepa Dinamani
· 6 years ago
ded653c
signal: Add set_user_sigmask()
by Deepa Dinamani
· 6 years ago
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
· 7 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
· 7 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
· 7 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
· 7 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
· 7 years ago
5a883ce
signal: Push pid type down into __send_signal
by Eric W. Biederman
· 7 years ago
b213984
signal: Push pid type down into send_signal
by Eric W. Biederman
· 7 years ago
40b3b02
signal: Pass pid type into do_send_sig_info
by Eric W. Biederman
· 7 years ago
0102498
signal: Pass pid type into group_send_sig_info
by Eric W. Biederman
· 7 years ago
24122c7
signal: Pass pid and pid type into send_sigqueue
by Eric W. Biederman
· 7 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
· 8 years ago
Next »