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
starfive-6.6.48-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
/
m68k
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-2
/
+2
2019-01-21
m68k: Avoid VLA use in mangle_kernel_stack()
Geert Uytterhoeven
1
-1
/
+2
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-05-22
m68k: Fix style, spelling, and grammar in siginfo_build_tests()
Geert Uytterhoeven
1
-11
/
+12
2018-04-02
m68k: Verify the offsets in struct siginfo never change.
Eric W. Biederman
1
-0
/
+62
2017-06-19
m68k: Remove ptrace_signal_deliver
Andreas Schwab
1
-16
/
+0
2017-03-29
m68k: switch to generic extable.h
Al Viro
1
-1
/
+1
2017-02-12
m68k/kernel: Modernize printing of kernel messages
Geert Uytterhoeven
1
-17
/
+7
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-04
Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-09-30
m68k: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-08-08
m68knommu: fix user a5 register being overwritten
Greg Ungerer
1
-1
/
+0
2016-02-29
m68k: Use conventional function parameters for do_sigreturn
Greg Ungerer
1
-6
/
+2
2015-04-12
m68k: Remove signal translation and exec_domain
Richard Weinberger
1
-12
/
+2
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-2
/
+2
2014-08-06
m68k: Use sigsp()
Richard Weinberger
1
-12
/
+4
2014-08-06
m68k: Use get_signal() signal_setup_done()
Richard Weinberger
1
-39
/
+24
2013-08-26
m68k/coldfire: flush cache when creating the signal stack frame
Alexander Stein
1
-0
/
+8
2013-02-04
m68k: switch to generic old sigaction()
Al Viro
1
-32
/
+0
2013-02-04
m68k: switch to generic old sigsuspend
Al Viro
1
-11
/
+0
2013-02-04
m68k: switch to generic sigaltstack
Al Viro
1
-13
/
+3
2012-11-29
get rid of ptrace_signal_deliver() arguments
Al Viro
1
-1
/
+2
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
-4
/
+0
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-2
/
+0
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-8
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-4
/
+1
2012-05-24
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-4
/
+1
2012-05-22
m68k: add TIF_NOTIFY_RESUME and handle it.
Al Viro
1
-1
/
+14
2012-05-22
m68k: use set_current_blocked() and block_sigmask()
Matt Fleming
1
-8
/
+3
2012-05-22
new helper: sigsuspend()
Al Viro
1
-12
/
+3
2012-05-20
m68k: merge the MMU and non-MMU signal.c code
Greg Ungerer
1
-2
/
+1199
2011-03-25
m68k: merge m68k and m68knommu arch directories
Greg Ungerer
1
-1015
/
+3
2011-03-16
m68k: Add helper function handle_kernel_fault()
Roman Zippel
1
-1
/
+23
2011-01-07
m68k: Check __get_user()/__put_user() return value
Al Viro
1
-6
/
+6
2011-01-07
m68k: Fix stack mangling logics in sigreturn
Al Viro
1
-112
/
+61
2011-01-07
m68k: If we fail to set sigframe up, just leave regs alone...
Al Viro
1
-14
/
+30
2011-01-07
m68k: Don't lose state if sigframe setup fails
Al Viro
1
-7
/
+12
2011-01-07
m68k: Simplify the singlestepping handling in signals
Al Viro
1
-4
/
+7
2011-01-07
m68k: Switch to saner sigsuspend()
Al Viro
1
-43
/
+21
2011-01-07
m68k: Resetting sa_handler in local copy of k_sigaction is pointless
Al Viro
1
-3
/
+0
2010-02-27
m68k: Define sigcontext ABI of ColdFire
Maxim Kuvyrkov
1
-0
/
+7
2009-01-12
m68k: Wire up sys_restart_syscall
Andreas Schwab
1
-0
/
+15
2006-06-23
[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes
Laurent MEYER
1
-1
/
+1
2006-01-12
[PATCH] m68k: signal __user annotations
Al Viro
1
-31
/
+31
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1025