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
/
parisc
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
parisc: Fix syscall restarts
Helge Deller
1
-12
/
+52
2015-02-17
parisc: hpux - Remove hpux gateway page
Helge Deller
1
-2
/
+1
2015-02-17
parisc: Add error checks when building up signal trampoline handler
Helge Deller
1
-14
/
+15
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2014-08-06
parisc: Use get_signal() signal_setup_done()
Richard Weinberger
1
-34
/
+24
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-08-27
treewide: Fix printks with 0x%#
Joe Perches
1
-1
/
+1
2013-08-01
parisc: Remove arch/parisc/kernel/sys32.h header
John David Anglin
1
-7
/
+0
2013-03-02
parisc: remove unused variable 'compat_val'
Helge Deller
1
-1
/
+0
2013-02-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-15
/
+4
2013-02-21
parisc: space register variables need to be in native length (unsigned long)
John David Anglin
1
-1
/
+1
2013-02-04
parisc: switch to generic sigaltstack
Al Viro
1
-15
/
+4
2013-01-08
parisc: sigaltstack doesn't round ss.ss_sp as required
John David Anglin
1
-1
/
+3
2012-10-01
parisc: don't bother looping in do_signal()
Al Viro
1
-22
/
+7
2012-10-01
parisc: fix double restarts
Al Viro
1
-8
/
+8
2012-06-01
new helper: signal_delivered()
Al Viro
1
-3
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-4
/
+0
2012-06-01
TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
Al Viro
1
-2
/
+1
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-6
/
+4
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-16
/
+5
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-6
/
+1
2012-05-24
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-2
/
+0
2012-05-22
parisc: resetting ->restart_block.fn needs to be done on rt_sigreturn()
Al Viro
1
-2
/
+1
2012-05-22
parisc: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-10
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-11-30
parisc: remove redundant initialization in sigsegv path of sys_rt_sigreturn
Kyle McMartin
1
-8
/
+1
2010-02-12
parisc: fix tracing of signals
Kyle McMartin
1
-1
/
+3
2009-12-16
parisc: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-09-28
parisc: includecheck fix: signal.c
Jaswinder Singh Rajput
1
-1
/
+0
2009-09-28
parisc: tracehook_signal_handler
Kyle McMartin
1
-0
/
+4
2009-09-09
KEYS: Add missing linux/tracehook.h #inclusions
David Howells
1
-0
/
+1
2009-09-02
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
1
-0
/
+2
2009-09-02
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
David Howells
1
-0
/
+5
2008-11-14
CRED: Wrap task credential accesses in the PA-RISC arch
David Howells
1
-1
/
+1
2008-04-16
[PARISC] fix signal trampoline cache flushing
Kyle McMartin
1
-1
/
+2
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
1
-1
/
+1
2007-10-19
pid namespaces: changes to show virtual ids to user
Pavel Emelyanov
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-17
[PARISC] use CONFIG_64BIT instead of __LP64__
Helge Deller
1
-12
/
+12
2007-02-17
[PARISC] factor syscall_restart code out of do_signal
Kyle McMartin
1
-79
/
+98
2007-02-17
[PARISC] Add TIF_RESTORE_SIGMASK support
Kyle McMartin
1
-50
/
+22
2006-10-04
[PARISC] Switch is_compat_task to use TIF_32BIT
Kyle McMartin
1
-3
/
+2
2006-06-28
[PARISC] Add is_compat_task() helper
Kyle McMartin
1
-10
/
+10
2006-06-23
[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes
Laurent MEYER
1
-1
/
+1
2006-01-23
[PARISC] Arch-specific compat signals
Kyle McMartin
1
-1
/
+1
2005-11-18
[PARISC] Remove unused variable in signal.c
Grant Grundler
1
-1
/
+0
2005-10-22
[PARISC] Properly specify index field to I/D cache flush ops
Grant Grundler
1
-4
/
+7
2005-10-22
[PARISC] Prevent signal loops if we have a problem setting up a frame
Randolph Chung
1
-9
/
+1
2005-10-22
[PARISC] Add sync required after fdc to enforce insn ordering
Grant Grundler
1
-0
/
+1
2005-09-09
kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support
Sam Ravnborg
1
-1
/
+1
[next]