index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
signal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
signal: move the "sig < SIGRTMIN" check into siginmask(sig)
Oleg Nesterov
1
-9
/
+7
2016-05-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-0
/
+15
2016-05-13
SIGNAL: Move generic copy_siginfo() to signal.h
James Hogan
1
-0
/
+15
2016-05-03
signals/sigaltstack: Implement SS_AUTODISARM flag
Stas Sergeev
1
-1
/
+3
2015-11-21
kernel/signal.c: unexport sigsuspend()
Richard Weinberger
1
-1
/
+0
2014-10-14
signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()
Oleg Nesterov
1
-16
/
+13
2014-08-06
Rip out get_signal_to_deliver()
Richard Weinberger
1
-13
/
+1
2014-08-06
Clean up signal_delivered()
Richard Weinberger
1
-1
/
+0
2014-06-07
signals: introduce kernel_sigaction()
Oleg Nesterov
1
-2
/
+16
2014-06-07
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
1
-0
/
+2
2014-06-07
signals: kill sigfindinword()
Oleg Nesterov
1
-5
/
+0
2013-09-02
Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP
Al Viro
1
-0
/
+8
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+5
2013-05-02
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
David Howells
1
-0
/
+5
2013-03-19
Fix breakage in MIPS siginfo handling
David Howells
1
-2
/
+2
2013-02-04
new helper: signal_setup_done()
Al Viro
1
-0
/
+1
2013-02-04
new helper: get_signal()
Al Viro
1
-0
/
+18
2013-02-04
generic sys_sigaction() and compat_sys_sigaction()
Al Viro
1
-0
/
+9
2013-02-04
consolidate kernel-side struct sigaction declarations
Al Viro
1
-0
/
+14
2013-02-04
consolidate declarations of k_sigaction
Al Viro
1
-0
/
+7
2013-02-04
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
1
-2
/
+0
2013-02-04
generic compat_sys_rt_sigpending()
Al Viro
1
-1
/
+0
2012-12-20
new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those
Al Viro
1
-0
/
+1
2012-12-20
new helper: restore_altstack()
Al Viro
1
-0
/
+2
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-6
/
+1
2012-06-01
new helper: signal_delivered()
Al Viro
1
-1
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-1
/
+2
2012-05-22
new helper: sigsuspend()
Al Viro
1
-0
/
+1
2012-01-11
signal: add block_sigmask() for adding sigmask to current->blocked
Matt Fleming
1
-0
/
+1
2011-05-21
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
1
-4
/
+9
2011-05-20
signal.h need a definition of struct task_struct
Stephen Rothwell
1
-0
/
+2
2011-05-18
signal: trivial, fix the "timespec declared inside parameter list" warning
Oleg Nesterov
1
-1
/
+3
2011-04-28
signal: rename signandsets() to sigandnsets()
Oleg Nesterov
1
-3
/
+3
2011-04-28
signal: introduce do_sigtimedwait() to factor out compat/native code
Oleg Nesterov
1
-0
/
+2
2011-04-28
signal: sigprocmask() should do retarget_shared_pending()
Oleg Nesterov
1
-0
/
+1
2010-03-13
sysctl extern cleanup: signal
Dave Young
1
-0
/
+2
2009-09-24
signals: introduce do_send_sig_info() helper
Oleg Nesterov
1
-0
/
+2
2009-04-30
signals: implement sys_rt_tgsigqueueinfo
Thomas Gleixner
1
-0
/
+2
2008-04-30
kill_pid_info: don't take now unneeded tasklist_lock
Oleg Nesterov
1
-2
/
+0
2008-02-08
fix group stop with exit race
Oleg Nesterov
1
-0
/
+1
2008-02-06
proper prototype for signals_init()
Adrian Bunk
1
-0
/
+2
2007-07-22
x86: i386-show-unhandled-signals-v3
Masoud Asgharifard Sharbiani
1
-0
/
+3
2007-07-16
Remove unnecessary includes of spinlock.h under include/linux
Robert P. J. Day
1
-1
/
+0
2007-05-11
signal/timer/event: signalfd core
Davide Libenzi
1
-0
/
+1
2007-05-09
Move sig_kernel_* et al macros to linux/signal.h
Roland McGrath
1
-0
/
+125
2006-12-07
[PATCH] Move sighand_cachep to include/signal.h
Christoph Lameter
1
-0
/
+2
2006-07-03
[PATCH] irq-flags: consolidate flags for request_irq
Thomas Gleixner
1
-26
/
+0
2006-04-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
1
-1
/
+3
2006-04-28
[PATCH] request_irq(): remove warnings from irq probing
Andrew Morton
1
-1
/
+3
2006-04-25
Don't include private headers from user-visible part of linux/signal.h
David Woodhouse
1
-2
/
+2
[next]