index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2019-05-27
signal: Remove task parameter from force_sig_mceerr
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
2019-05-22
signal: Correct namespace fixups of si_pid and si_uid
Eric W. Biederman
2019-05-22
signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio
Eric W. Biederman
2019-05-21
audit: deliver signal_info regarless of syscall
Richard Guy Briggs
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-16
signal: unconditionally leave the frozen state in ptrace_stop()
Roman Gushchin
2019-05-14
kernel/signal.c: annotate implicit fall through
Mathieu Malaterre
2019-05-09
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-05-09
cgroup: never call do_group_exit() with task->frozen bit set
Roman Gushchin
2019-05-07
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-05-07
signal: support CLONE_PIDFD with pidfd_send_signal
Christian Brauner
2019-05-06
cgroup: prevent spurious transition into non-frozen state
Roman Gushchin
2019-04-19
cgroup: cgroup v2 freezer
Roman Gushchin
2019-04-18
signal: use fdget() since we don't allow O_PATH
Christian Brauner
2019-04-01
signal: don't silently convert SI_USER signals to non-current pidfd
Jann Horn
2019-03-16
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-03-05
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-02-13
signal: Restore the stop PTRACE_EVENT_EXIT
Eric W. Biederman
2019-02-07
signal: Better detection of synchronous signals
Eric W. Biederman
2019-02-07
signal: Always notice exiting tasks
Eric W. Biederman
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-05
signal: Always attempt to allocate siginfo for SIGSTOP
Eric W. Biederman
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-18
y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
2018-12-18
y2038: signal: Add sys_rt_sigtimedwait_time32
Arnd Bergmann
2018-12-06
signal: Add restore_user_sigmask()
Deepa Dinamani
2018-12-06
signal: Add set_user_sigmask()
Deepa Dinamani
2018-10-31
kernel/signal.c: fix a comment error
Weikang Shi
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-10
signal: Guard against negative signal numbers in copy_siginfo_from_user32
Eric W. Biederman
2018-10-10
signal: Guard against negative signal numbers in copy_siginfo_from_user
Eric W. Biederman
2018-10-08
signal: In sigqueueinfo prefer sig not si_signo
Eric W. Biederman
2018-10-03
signal: Use a smaller struct siginfo in the kernel
Eric W. Biederman
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
2018-10-03
signal: Fail sigqueueinfo if si_signo != sig
Eric W. Biederman
2018-10-03
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
Eric W. Biederman
2018-10-01
signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
Will Deacon
2018-09-16
signal: Pair exports with their functions
Eric W. Biederman
2018-09-16
signal: Remove specific_send_sig_info
Eric W. Biederman
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
[prev]
[next]