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
2022-03-31
Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"
Thomas Gleixner
1
-40
/
+0
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-30
/
+32
2022-03-18
ptrace: Return the signal to continue with from ptrace_stop
Eric W. Biederman
1
-13
/
+19
2022-03-18
ptrace: Move setting/clearing ptrace_message into ptrace_stop
Eric W. Biederman
1
-9
/
+12
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+1
2022-03-10
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
1
-11
/
+3
2022-03-10
task_work: Introduce task_work_pending
Eric W. Biederman
1
-2
/
+2
2022-03-10
ptrace: Remove tracehook_signal_handler
Eric W. Biederman
1
-1
/
+2
2022-03-04
signal, x86: Delay calling signals in atomic on RT enabled kernels
Oleg Nesterov
1
-0
/
+40
2022-02-10
signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
Kees Cook
1
-2
/
+3
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-25
/
+36
2022-01-08
signal: clean up kernel-doc comments
Randy Dunlap
1
-2
/
+3
2022-01-08
signal: Remove the helper signal_group_exit
Eric W. Biederman
1
-3
/
+5
2022-01-08
signal: Remove SIGNAL_GROUP_COREDUMP
Eric W. Biederman
1
-1
/
+1
2022-01-08
signal: Make coredump handling explicit in complete_signal
Eric W. Biederman
1
-1
/
+1
2022-01-08
signal: Have prepare_signal detect coredumps using signal->core_state
Eric W. Biederman
1
-2
/
+2
2021-12-14
signal: Skip the altstack update when not needed
Chang S. Bae
1
-0
/
+9
2021-12-03
Merge SA_IMMUTABLE-fixes-for-v5.16-rc2
Eric W. Biederman
1
-7
/
+29
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-0
/
+13
2021-11-19
signal: Don't always set SA_IMMUTABLE for forced signals
Eric W. Biederman
1
-7
/
+16
2021-11-17
signal: Requeue ptrace signals
Eric W. Biederman
1
-1
/
+2
2021-11-17
signal: Requeue signals in the appropriate queue
Eric W. Biederman
1
-7
/
+14
2021-11-17
signal: In get_signal test for signal_group_exit every time through the loop
Eric W. Biederman
1
-10
/
+10
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-10
/
+24
2021-11-03
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
1
-42
/
+7
2021-11-03
signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed
Eric W. Biederman
1
-1
/
+7
2021-11-01
Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+29
2021-10-29
signal: Implement force_fatal_sig
Eric W. Biederman
1
-9
/
+17
2021-10-26
signal: Add an optional check for altstack size
Thomas Gleixner
1
-6
/
+29
2021-10-21
Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-19
/
+6
2021-10-18
ucounts: Fix signal ucount refcounting
Eric W. Biederman
1
-19
/
+6
2021-10-06
coredump: Don't perform any cleanups before dumping core
Eric W. Biederman
1
-26
/
+1
2021-10-06
ptrace: Remove the unnecessary arguments from arch_ptrace_stop
Eric W. Biederman
1
-2
/
+2
2021-10-06
signal: Remove the bogus sigkill_pending in ptrace_stop
Eric W. Biederman
1
-14
/
+4
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-09-03
memcg: enable accounting for signals
Vasily Averin
1
-1
/
+1
2021-09-01
Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+26
2021-09-01
Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-18
/
+44
2021-08-26
signal/seccomp: Refactor seccomp signal and coredump generation
Eric W. Biederman
1
-4
/
+26
2021-08-10
posix-cpu-timers: Assert task sighand is locked while starting cputime counter
Frederic Weisbecker
1
-0
/
+15
2021-07-23
signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
Eric W. Biederman
1
-5
/
+5
2021-07-23
signal: Remove the generic __ARCH_SI_TRAPNO support
Eric W. Biederman
1
-14
/
+0
2021-07-23
signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK
Eric W. Biederman
1
-0
/
+21
2021-07-23
signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
Eric W. Biederman
1
-0
/
+19
2021-07-08
Fix UCOUNT_RLIMIT_SIGPENDING counter leak
Alexey Gladkov
1
-4
/
+16
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-10
/
+4
2021-07-01
x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...
Al Viro
1
-10
/
+4
2021-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-12
/
+13
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-06-27
Revert "signal: Allow tasks to cache one sigqueue struct"
Linus Torvalds
1
-57
/
+2
[next]