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
/
x86
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
x86/init: Initialize signal frame size late
Thomas Gleixner
1
-1
/
+3
2023-01-15
x86/signal: Fix the value returned by strict_sas_size()
Christophe JAILLET
1
-1
/
+1
2022-10-19
x86/signal/64: Move 64-bit signal code to its own file
Brian Gerst
1
-376
/
+0
2022-10-19
x86/signal/32: Merge native and compat 32-bit signal code
Brian Gerst
1
-213
/
+6
2022-10-19
x86/signal: Add ABI prefixes to frame setup functions
Brian Gerst
1
-11
/
+7
2022-10-19
x86/signal: Merge get_sigframe()
Brian Gerst
1
-42
/
+38
2022-10-19
x86/signal: Remove sigset_t parameter from frame setup functions
Brian Gerst
1
-16
/
+12
2022-10-19
x86/signal: Remove sig parameter from frame setup functions
Brian Gerst
1
-12
/
+11
2022-04-14
x86/32: Remove lazy GS macros
Brian Gerst
1
-3
/
+5
2022-03-11
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+0
2022-03-11
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
1
-2
/
+2
2021-10-26
x86/signal: Use fpu::__state_user_size for sigalt stack validation
Thomas Gleixner
1
-4
/
+31
2021-10-26
x86/signal: Implement sigaltstack size validation
Thomas Gleixner
1
-0
/
+35
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
1
-1
/
+0
2021-09-14
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
1
-2
/
+2
2021-09-14
x86/signal: Change return type of restore_sigcontext() to boolean
Thomas Gleixner
1
-9
/
+9
2021-09-14
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
1
-3
/
+1
2021-07-07
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+82
2021-05-19
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
1
-4
/
+20
2021-05-19
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
1
-0
/
+5
2021-05-19
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
1
-2
/
+57
2021-05-12
x86/regs: Syscall_get_nr() returns -1 for a non-system call
H. Peter Anvin
1
-2
/
+2
2021-03-22
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
1
-23
/
+1
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-17
x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART
Oleg Nesterov
1
-1
/
+1
2021-03-17
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
1
-23
/
+1
2020-11-04
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
1
-1
/
+1
2020-10-29
entry: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-24
x86/entry: Use generic syscall exit functionality
Thomas Gleixner
1
-1
/
+2
2020-06-02
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+27
2020-05-13
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
1
-1
/
+1
2020-05-05
signal: refactor copy_siginfo_to_user32
Christoph Hellwig
1
-1
/
+27
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-213
/
+186
2020-03-26
x86: unsafe_put-style macro for sigmask
Al Viro
1
-4
/
+8
2020-03-26
x86: x32_setup_rt_frame(): consolidate uaccess areas
Al Viro
1
-12
/
+5
2020-03-26
x86: __setup_rt_frame(): consolidate uaccess areas
Al Viro
1
-17
/
+9
2020-03-26
x86: __setup_frame(): consolidate uaccess areas
Al Viro
1
-17
/
+6
2020-03-26
x86: setup_sigcontext(): list user_access_{begin,end}() into callers
Al Viro
1
-21
/
+24
2020-03-26
x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)
Al Viro
1
-43
/
+48
2020-03-21
x86: Remove unneeded includes
Brian Gerst
1
-2
/
+0
2020-03-21
x86/entry/64: Use syscall wrappers for x32_rt_sigreturn
Brian Gerst
1
-1
/
+1
2020-03-19
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
1
-15
/
+18
2020-03-19
x86: switch setup_sigcontext() to unsafe_put_user()
Al Viro
1
-43
/
+45
2020-03-19
x86: get rid of get_user_ex() in restore_sigcontext()
Al Viro
1
-50
/
+36
2020-03-18
x86: switch sigframe sigset handling to explict __get_user()/__put_user()
Al Viro
1
-12
/
+8
2020-01-08
x86: Remove force_iret()
Brian Gerst
1
-2
/
+0
2019-07-12
x86: use static_cpu_has in uaccess region to avoid instrumentation
Marco Elver
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-1
/
+1
2019-05-07
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+9
[next]