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
/
arm
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-20
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+9
2015-09-17
ARM: get rid of needless #if in signal handling code
Russell King
1
-4
/
+2
2015-09-16
ARM: fix Thumb2 signal handling when ARMv6 is enabled
Russell King
1
-5
/
+10
2015-08-25
ARM: entry: efficiency cleanups
Russell King
1
-0
/
+6
2015-04-12
arm: Remove signal translation and exec_domain
Richard Weinberger
1
-12
/
+1
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-2
/
+2
2014-11-17
ARM: 8194/1: remove clear_thread_flag(TIF_UPROBE)
Yalin Wang
1
-1
/
+0
2014-03-19
ARM: add uprobes support
David A. Long
1
-0
/
+4
2013-11-12
Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next
Russell King
1
-4
/
+10
2013-11-07
ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode
T.J. Purtell
1
-4
/
+10
2013-10-19
ARM: signal: sigreturn_codes should be endian neutral to work in BE8
Victor Kamensky
1
-23
/
+1
2013-08-03
ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...
Russell King
1
-2
/
+5
2013-08-03
ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)
Russell King
1
-22
/
+19
2013-08-01
ARM: move signal handlers into a vdso-like page
Russell King
1
-7
/
+45
2013-06-17
ARM: mpu: protect the vectors page with an MPU region
Jonathan Austin
1
-2
/
+7
2013-02-14
arm: switch to struct ksignal * passing
Al Viro
1
-61
/
+47
2013-02-04
arm: switch to generic old sigaction()
Al Viro
1
-32
/
+0
2013-02-04
arm: switch to generic old sigsuspend
Al Viro
1
-10
/
+0
2013-02-04
arm: switch to generic sigaltstack
Al Viro
1
-8
/
+2
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
1
-1
/
+0
2012-07-28
ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS
Al Viro
1
-9
/
+6
2012-07-28
ARM: 7473/1: deal with handlerless restarts without leaving the kernel
Al Viro
1
-21
/
+29
2012-07-28
ARM: 7472/1: pull all work_pending logics into C function
Al Viro
1
-8
/
+19
2012-07-28
ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""
Will Deacon
1
-13
/
+0
2012-07-28
ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""
Will Deacon
1
-27
/
+6
2012-07-05
ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"
Will Deacon
1
-6
/
+27
2012-07-05
ARM: 7442/1: Revert "remove unused restart trampoline"
Will Deacon
1
-0
/
+13
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
-5
/
+1
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-15
/
+3
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-9
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-5
/
+1
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2012-05-30
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-67
/
+18
2012-05-30
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Russell King
1
-67
/
+18
2012-05-24
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-2
/
+0
2012-05-22
new helper: sigsuspend()
Al Viro
1
-10
/
+1
2012-05-21
arm: remove unused restart trampoline
Al Viro
1
-13
/
+0
2012-05-21
arm: new way of handling ERESTART_RESTARTBLOCK
Al Viro
1
-27
/
+6
2012-05-21
arm: if we get into work_pending while returning to kernel mode, just go away
Al Viro
1
-9
/
+0
2012-05-21
arm: don't call try_to_freeze() from do_signal()
Al Viro
1
-4
/
+0
2012-05-21
arm: if there's no handler we need to restore sigmask, syscall or no syscall
Al Viro
1
-8
/
+6
2012-05-21
arm: missing checks of __get_user()/__put_user() return values
Al Viro
1
-6
/
+6
2012-05-21
Merge branch 'misc' into for-linus
Russell King
1
-0
/
+2
2012-04-25
ARM: 7374/1: add TRACEHOOK support
Wade Farnsworth
1
-0
/
+2
2012-04-23
ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.c
Will Deacon
1
-51
/
+4
2012-03-30
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-16
/
+8
2012-03-24
ARM: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-16
/
+8
2012-02-02
ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframe
Will Deacon
1
-3
/
+2
2011-05-12
ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls
Arnd Bergmann
1
-37
/
+53
[next]