index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-26
mm: suppress mm fault logging if fatal signal already pending
Linus Torvalds
1
-0
/
+4
2023-06-28
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+23
2023-06-01
fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Mike Christie
1
-3
/
+5
2023-05-30
signal: move show_unhandled_signals sysctl to its own file
Luis Chamberlain
1
-0
/
+23
2023-04-16
posix-timers: Prefer delivery of signals to the current thread
Dmitry Vyukov
1
-3
/
+18
2022-12-27
sched: Introduce per-memory-map concurrency ID
Mathieu Desnoyers
1
-0
/
+2
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-12-02
signal: Initialize the info in ksignal
haifeng.xu
1
-0
/
+1
2022-10-23
kill signal_pt_regs()
Al Viro
1
-1
/
+1
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-7
/
+7
2022-07-20
signal: Drop signals received after a fatal signal has been processed
Eric W. Biederman
1
-1
/
+2
2022-07-07
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
1
-4
/
+4
2022-06-03
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-79
/
+61
2022-05-11
sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
Peter Zijlstra
1
-2
/
+8
2022-05-11
ptrace: Don't change __state
Eric W. Biederman
1
-8
/
+6
2022-05-11
ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
Eric W. Biederman
1
-54
/
+38
2022-05-11
signal: Use lockdep_assert_held instead of assert_spin_locked
Eric W. Biederman
1
-2
/
+2
2022-05-11
signal: Replace __group_send_sig_info with send_signal_locked
Eric W. Biederman
1
-7
/
+1
2022-05-11
signal: Rename send_signal send_signal_locked
Eric W. Biederman
1
-12
/
+12
2022-04-22
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
1
-2
/
+16
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
[next]