index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-10-31
kernel/signal.c: fix a comment error
Weikang Shi
1
-2
/
+2
2018-09-27
signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn
Eric W. Biederman
1
-9
/
+1
2018-09-27
signal/ia64: Use the generic force_sigsegv in setup_frame
Eric W. Biederman
1
-38
/
+12
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2018-01-12
signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...
Eric W. Biederman
1
-52
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
1
-9
/
+8
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2014-08-06
ia64: Use get_signal() signal_setup_done()
Richard Weinberger
1
-25
/
+21
2013-11-09
constify copy_siginfo_to_user{,32}()
Al Viro
1
-1
/
+1
2013-02-04
ia64: switch to generic sigaltstack
Al Viro
1
-16
/
+3
2012-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-8
/
+0
2012-10-01
ia64: can't reach do_signal() when returning to kernel mode
Al Viro
1
-8
/
+0
2012-09-21
userns: On ia64 deal with current_uid and current_gid being kuid and kgid
Eric W. Biederman
1
-2
/
+2
2012-06-01
new helper: signal_delivered()
Al Viro
1
-6
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-2
/
+0
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-9
/
+1
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-9
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-4
/
+1
2012-05-22
ia64: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-13
/
+2
2010-02-08
[IA64] Remove COMPAT_IA32 support
Tony Luck
1
-40
/
+14
2008-11-14
CRED: Wrap task credential accesses in the IA64 arch
David Howells
1
-2
/
+2
2008-10-06
[IA64] utrace use generic trace hook
Shaohua Li
1
-0
/
+8
2008-05-02
[IA64] TS_RESTORE_SIGMASK
Roland McGrath
1
-7
/
+8
2008-03-05
[IA64] signal(ia64): add a signal stack overflow check
Shi Weihua
1
-9
/
+27
2007-12-19
[IA64] signal: remove redundant code in setup_sigcontext()
Shi Weihua
1
-9
/
+1
2007-12-08
[IA64] signal : fix missing error checkings
Shi Weihua
1
-4
/
+4
2007-10-19
pid namespaces: changes to show virtual ids to user
Pavel Emelyanov
1
-2
/
+2
2007-05-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Linus Torvalds
1
-48
/
+23
2007-05-09
[IA64] Add TIF_RESTORE_SIGMASK
Alexey Dobriyan
1
-48
/
+23
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-01-27
[IA64] Delete MCA/INIT sigdelayed code
Keith Owens
1
-101
/
+0
2006-01-12
[PATCH] ia64: task_thread_info()
Al Viro
1
-5
/
+5
2005-11-08
[IA64] align signal-frame even when not using alternate signal-stack
David Mosberger-Tang
1
-6
/
+5
2005-08-29
[PATCH] convert signal handling of NODEFER to act like other Unix boxes.
Steven Rostedt
1
-9
/
+6
2005-07-07
[IA64] restore_sigcontext is not preempt safe
Keith Owens
1
-0
/
+2
2005-06-22
[IA64] ptrace and restore_sigcontext() allow ar.rsc.pl==0
Matthew Chapman
1
-2
/
+3
2005-05-04
[IA64] fix ia64 syscall auditing
David Woodhouse
1
-1
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+691