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
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
2021-06-22
signal: Prevent sigqueue caching after task got released
Thomas Gleixner
1
-1
/
+16
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-21
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+34
2021-05-18
signal: Deliver all of the siginfo perf data in _perf
Eric W. Biederman
1
-8
/
+13
2021-05-18
signal: Factor force_sig_perf out of perf_sigtrap
Eric W. Biederman
1
-0
/
+13
2021-05-18
signal: Implement SIL_FAULT_TRAPNO
Eric W. Biederman
1
-22
/
+12
2021-05-18
siginfo: Move si_trapno inside the union inside _si_fault
Eric W. Biederman
1
-0
/
+1
2021-04-30
Reimplement RLIMIT_SIGPENDING on top of ucounts
Alexey Gladkov
1
-12
/
+13
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+48
2021-04-28
Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+13
2021-04-27
Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2021-04-23
signal, perf: Add missing TRAP_PERF case in siginfo_layout()
Marco Elver
1
-0
/
+2
2021-04-20
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
1
-3
/
+11
2021-04-16
signal: Introduce TRAP_PERF si_code and si_perf to siginfo
Marco Elver
1
-0
/
+11
2021-04-14
signal: Allow tasks to cache one sigqueue struct
Thomas Gleixner
1
-2
/
+42
2021-04-14
signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()
Thomas Gleixner
1
-10
/
+7
2021-03-30
livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure
Miroslav Benes
1
-3
/
+1
2021-03-27
Revert "signal: don't allow STOP on PF_IO_WORKER threads"
Jens Axboe
1
-2
/
+1
2021-03-27
Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
Jens Axboe
1
-2
/
+2
2021-03-27
Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
Jens Axboe
1
-3
/
+0
2021-03-26
kernel: don't call do_exit() for PF_IO_WORKER threads
Jens Axboe
1
-1
/
+9
2021-03-21
signal: don't allow STOP on PF_IO_WORKER threads
Eric W. Biederman
1
-1
/
+2
2021-03-21
signal: don't allow sending any signals to PF_IO_WORKER threads
Jens Axboe
1
-0
/
+3
2021-02-21
kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals
Jens Axboe
1
-2
/
+2
2021-01-24
Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2021-01-11
signal: Add missing __user annotation to copy_siginfo_from_user_any
Jann Horn
1
-1
/
+2
2021-01-08
task_work: unconditionally run task_work from get_signal()
Jens Axboe
1
-0
/
+3
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+0
2020-12-14
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+18
2020-12-12
kernel: remove checking for TIF_NOTIFY_SIGNAL
Jens Axboe
1
-2
/
+0
2020-12-12
signal: kill JOBCTL_TASK_WORK
Jens Axboe
1
-20
/
+0
2020-11-23
signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
Peter Collingbourne
1
-0
/
+24
2020-11-23
signal: define the SA_UNSUPPORTED bit in sa_flags
Peter Collingbourne
1
-0
/
+6
2020-11-23
signal: clear non-uapi flag bits when passing/returning sa_flags
Peter Collingbourne
1
-0
/
+10
[next]