summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2021-12-14signal: Skip the altstack update when not neededChang S. Bae
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-19signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-29signal: Implement force_fatal_sigEric W. Biederman
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman
2021-10-06signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memcg: enable accounting for signalsVasily Averin
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-08-26signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman
2021-07-23signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman
2021-07-08Fix UCOUNT_RLIMIT_SIGPENDING counter leakAlexey Gladkov
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds
2021-06-22signal: Prevent sigqueue caching after task got releasedThomas Gleixner
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-27Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-23signal, perf: Add missing TRAP_PERF case in siginfo_layout()Marco Elver
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner
2021-04-14signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()Thomas Gleixner
2021-03-30livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructureMiroslav Benes
2021-03-27Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe
2021-03-27Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe
2021-03-27Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe