index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
signal.h
Age
Commit message (
Expand
)
Author
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
2017-07-24
fcntl: Don't use ambiguous SIG_POLL si_codes
Eric W. Biederman
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-06-09
rt_sigtimedwait(): move compat to native
Al Viro
2017-06-04
signal: Move copy_siginfo_to_user to <linux/signal.h>
Christoph Hellwig
2017-06-04
ia64: Remove HAVE_ARCH_COPY_SIGINFO
Christoph Hellwig
2017-04-17
signal: Remove unused definition of sig_user_definied
Eric W. Biederman
2017-03-03
signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h>
Ingo Molnar
2017-03-02
signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>
Ingo Molnar
2016-12-14
signals: avoid unnecessary taking of sighand->siglock
Waiman Long
2016-05-23
signal: move the "sig < SIGRTMIN" check into siginmask(sig)
Oleg Nesterov
2016-05-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2016-05-13
SIGNAL: Move generic copy_siginfo() to signal.h
James Hogan
2016-05-03
signals/sigaltstack: Implement SS_AUTODISARM flag
Stas Sergeev
2015-11-20
kernel/signal.c: unexport sigsuspend()
Richard Weinberger
2014-10-14
signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()
Oleg Nesterov
2014-08-06
Rip out get_signal_to_deliver()
Richard Weinberger
2014-08-06
Clean up signal_delivered()
Richard Weinberger
2014-06-06
signals: introduce kernel_sigaction()
Oleg Nesterov
2014-06-06
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
2014-06-06
signals: kill sigfindinword()
Oleg Nesterov
2013-09-01
Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
David Howells
2013-03-19
Fix breakage in MIPS siginfo handling
David Howells
2013-02-03
new helper: signal_setup_done()
Al Viro
2013-02-03
new helper: get_signal()
Al Viro
2013-02-03
generic sys_sigaction() and compat_sys_sigaction()
Al Viro
2013-02-03
consolidate kernel-side struct sigaction declarations
Al Viro
2013-02-03
consolidate declarations of k_sigaction
Al Viro
2013-02-03
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
generic compat_sys_rt_sigpending()
Al Viro
2012-12-19
new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those
Al Viro
2012-12-19
new helper: restore_altstack()
Al Viro
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-06-01
new helper: signal_delivered()
Al Viro
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2012-05-21
new helper: sigsuspend()
Al Viro
2012-01-10
signal: add block_sigmask() for adding sigmask to current->blocked
Matt Fleming
2011-05-20
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
Linus Torvalds
2011-05-19
signal.h need a definition of struct task_struct
Stephen Rothwell
2011-05-18
signal: trivial, fix the "timespec declared inside parameter list" warning
Oleg Nesterov
2011-04-28
signal: rename signandsets() to sigandnsets()
Oleg Nesterov
2011-04-28
signal: introduce do_sigtimedwait() to factor out compat/native code
Oleg Nesterov
2011-04-28
signal: sigprocmask() should do retarget_shared_pending()
Oleg Nesterov
2010-03-12
sysctl extern cleanup: signal
Dave Young
2009-09-24
signals: introduce do_send_sig_info() helper
Oleg Nesterov
2009-04-30
signals: implement sys_rt_tgsigqueueinfo
Thomas Gleixner
2008-04-30
kill_pid_info: don't take now unneeded tasklist_lock
Oleg Nesterov
2008-02-08
fix group stop with exit race
Oleg Nesterov
[next]