index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-02-13
signal: Restore the stop PTRACE_EVENT_EXIT
Eric W. Biederman
1
-2
/
+5
2019-02-07
signal: Better detection of synchronous signals
Eric W. Biederman
1
-1
/
+51
2019-02-07
signal: Always notice exiting tasks
Eric W. Biederman
1
-0
/
+6
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
1
-1
/
+1
2019-02-05
signal: Always attempt to allocate siginfo for SIGSTOP
Eric W. Biederman
1
-3
/
+2
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-4
/
+4
2018-12-18
y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
1
-0
/
+32
2018-12-18
y2038: signal: Add sys_rt_sigtimedwait_time32
Arnd Bergmann
1
-0
/
+33
2018-12-06
signal: Add restore_user_sigmask()
Deepa Dinamani
1
-0
/
+33
2018-12-06
signal: Add set_user_sigmask()
Deepa Dinamani
1
-0
/
+45
2018-10-31
kernel/signal.c: fix a comment error
Weikang Shi
1
-1
/
+1
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+10
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-149
/
+272
2018-10-10
signal: Guard against negative signal numbers in copy_siginfo_from_user32
Eric W. Biederman
1
-1
/
+1
2018-10-10
signal: Guard against negative signal numbers in copy_siginfo_from_user
Eric W. Biederman
1
-1
/
+1
2018-10-08
signal: In sigqueueinfo prefer sig not si_signo
Eric W. Biederman
1
-57
/
+84
2018-10-03
signal: Use a smaller struct siginfo in the kernel
Eric W. Biederman
1
-18
/
+64
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
1
-52
/
+99
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
1
-9
/
+16
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
1
-3
/
+0
2018-10-03
signal: Fail sigqueueinfo if si_signo != sig
Eric W. Biederman
1
-2
/
+4
2018-10-03
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
Eric W. Biederman
1
-1
/
+1
2018-10-01
signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
Will Deacon
1
-5
/
+9
2018-09-16
signal: Pair exports with their functions
Eric W. Biederman
1
-8
/
+7
2018-09-16
signal: Remove specific_send_sig_info
Eric W. Biederman
1
-8
/
+2
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
1
-4
/
+3
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
1
-3
/
+4
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
1
-0
/
+4
2018-08-29
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
1
-8
/
+9
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
1
-1
/
+1
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-87
/
+83
2018-08-22
signal: make get_signal() return bool
Christian Brauner
1
-2
/
+2
2018-08-22
signal: make sigkill_pending() return bool
Christian Brauner
1
-3
/
+3
2018-08-22
signal: make legacy_queue() return bool
Christian Brauner
1
-1
/
+1
2018-08-22
signal: make wants_signal() return bool
Christian Brauner
1
-5
/
+9
2018-08-22
signal: make flush_sigqueue_mask() void
Christian Brauner
1
-3
/
+2
2018-08-22
signal: make unhandled_signal() return bool
Christian Brauner
1
-3
/
+5
2018-08-22
signal: make recalc_sigpending_tsk() return bool
Christian Brauner
1
-3
/
+4
2018-08-22
signal: make has_pending_signals() return bool
Christian Brauner
1
-1
/
+1
2018-08-22
signal: make sig_ignored() return bool
Christian Brauner
1
-3
/
+3
2018-08-22
signal: make sig_task_ignored() return bool
Christian Brauner
1
-2
/
+2
2018-08-22
signal: make sig_handler_ignored() return bool
Christian Brauner
1
-2
/
+2
2018-08-22
signal: make kill_ok_by_cred() return bool
Christian Brauner
1
-11
/
+6
2018-08-22
signal: simplify rt_sigaction()
Christian Brauner
1
-12
/
+10
2018-08-22
signal: make do_sigpending() void
Christian Brauner
1
-21
/
+20
2018-08-22
signal: make may_ptrace_stop() return bool
Christian Brauner
1
-4
/
+4
2018-08-22
signal: make kill_as_cred_perm() return bool
Christian Brauner
1
-6
/
+7
[next]