index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: improve comments
Christian Brauner
2019-06-05
1
-6
/
+5
*
kernel/signal.c: trace_signal_deliver when signal_group_exit
Zhenliang Wei
2019-06-01
1
-0
/
+2
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
signal: unconditionally leave the frozen state in ptrace_stop()
Roman Gushchin
2019-05-16
1
-0
/
+1
*
kernel/signal.c: annotate implicit fall through
Mathieu Malaterre
2019-05-14
1
-0
/
+1
*
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-05-09
1
-4
/
+62
|
\
|
*
cgroup: never call do_group_exit() with task->frozen bit set
Roman Gushchin
2019-05-09
1
-5
/
+3
|
*
cgroup: prevent spurious transition into non-frozen state
Roman Gushchin
2019-05-06
1
-1
/
+1
|
*
cgroup: cgroup v2 freezer
Roman Gushchin
2019-04-19
1
-5
/
+65
*
|
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-05-07
1
-3
/
+9
|
\
\
|
*
|
signal: support CLONE_PIDFD with pidfd_send_signal
Christian Brauner
2019-05-07
1
-3
/
+9
|
|
/
*
/
signal: use fdget() since we don't allow O_PATH
Christian Brauner
2019-04-18
1
-1
/
+1
|
/
*
signal: don't silently convert SI_USER signals to non-current pidfd
Jann Horn
2019-04-01
1
-9
/
+4
*
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-16
1
-6
/
+127
|
\
|
*
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-03-05
1
-6
/
+127
*
|
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-03-05
1
-1
/
+1
|
\
\
|
*
|
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
1
-1
/
+1
|
|
/
*
|
signal: Restore the stop PTRACE_EVENT_EXIT
Eric W. Biederman
2019-02-13
1
-2
/
+5
*
|
signal: Better detection of synchronous signals
Eric W. Biederman
2019-02-07
1
-1
/
+51
*
|
signal: Always notice exiting tasks
Eric W. Biederman
2019-02-07
1
-0
/
+6
*
|
signal: Always attempt to allocate siginfo for SIGSTOP
Eric W. Biederman
2019-02-05
1
-3
/
+2
|
/
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-4
/
+4
*
y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
2018-12-18
1
-0
/
+32
*
y2038: signal: Add sys_rt_sigtimedwait_time32
Arnd Bergmann
2018-12-18
1
-0
/
+33
*
signal: Add restore_user_sigmask()
Deepa Dinamani
2018-12-06
1
-0
/
+33
*
signal: Add set_user_sigmask()
Deepa Dinamani
2018-12-06
1
-0
/
+45
*
kernel/signal.c: fix a comment error
Weikang Shi
2018-10-31
1
-1
/
+1
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-25
1
-9
/
+10
|
\
|
*
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
2018-08-29
1
-8
/
+9
|
*
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-27
1
-1
/
+1
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-24
1
-149
/
+272
|
\
\
|
*
|
signal: Guard against negative signal numbers in copy_siginfo_from_user32
Eric W. Biederman
2018-10-10
1
-1
/
+1
|
*
|
signal: Guard against negative signal numbers in copy_siginfo_from_user
Eric W. Biederman
2018-10-10
1
-1
/
+1
|
*
|
signal: In sigqueueinfo prefer sig not si_signo
Eric W. Biederman
2018-10-08
1
-57
/
+84
|
*
|
signal: Use a smaller struct siginfo in the kernel
Eric W. Biederman
2018-10-03
1
-18
/
+64
|
*
|
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-52
/
+99
|
*
|
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2018-10-03
1
-9
/
+16
|
*
|
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
2018-10-03
1
-3
/
+0
|
*
|
signal: Fail sigqueueinfo if si_signo != sig
Eric W. Biederman
2018-10-03
1
-2
/
+4
|
*
|
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
Eric W. Biederman
2018-10-03
1
-1
/
+1
|
*
|
signal: Pair exports with their functions
Eric W. Biederman
2018-09-16
1
-8
/
+7
|
*
|
signal: Remove specific_send_sig_info
Eric W. Biederman
2018-09-16
1
-8
/
+2
|
*
|
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
2018-09-11
1
-4
/
+3
|
*
|
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
2018-09-11
1
-3
/
+4
|
*
|
signal: Don't send siginfo to kthreads.
Eric W. Biederman
2018-09-11
1
-1
/
+1
|
*
|
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
2018-09-11
1
-1
/
+1
|
*
|
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
2018-09-11
1
-0
/
+4
|
|
/
*
/
signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
Will Deacon
2018-10-01
1
-5
/
+9
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-22
1
-87
/
+83
|
\
|
*
signal: make get_signal() return bool
Christian Brauner
2018-08-22
1
-2
/
+2
[next]