index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
2023-03-10
x86/signal: Fix the value returned by strict_sas_size()
Christophe JAILLET
2022-04-14
x86/32: Remove lazy GS macros
Brian Gerst
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
2022-03-10
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2021-10-26
x86/signal: Use fpu::__state_user_size for sigalt stack validation
Thomas Gleixner
2021-10-26
x86/signal: Implement sigaltstack size validation
Thomas Gleixner
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
2021-09-14
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
2021-09-14
x86/signal: Change return type of restore_sigcontext() to boolean
Thomas Gleixner
2021-09-14
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
2021-07-07
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-05-19
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
2021-05-19
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
2021-05-19
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
2021-05-12
x86/regs: Syscall_get_nr() returns -1 for a non-system call
H. Peter Anvin
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-03-16
x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART
Oleg Nesterov
2021-03-16
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
2020-11-04
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
2020-10-29
entry: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-24
x86/entry: Use generic syscall exit functionality
Thomas Gleixner
2020-06-01
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-05-13
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
2020-05-05
signal: refactor copy_siginfo_to_user32
Christoph Hellwig
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-26
x86: unsafe_put-style macro for sigmask
Al Viro
2020-03-26
x86: x32_setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
x86: __setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
x86: __setup_frame(): consolidate uaccess areas
Al Viro
2020-03-26
x86: setup_sigcontext(): list user_access_{begin,end}() into callers
Al Viro
2020-03-26
x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)
Al Viro
2020-03-21
x86: Remove unneeded includes
Brian Gerst
2020-03-21
x86/entry/64: Use syscall wrappers for x32_rt_sigreturn
Brian Gerst
2020-03-19
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
2020-03-18
x86: switch setup_sigcontext() to unsafe_put_user()
Al Viro
2020-03-18
x86: get rid of get_user_ex() in restore_sigcontext()
Al Viro
2020-03-18
x86: switch sigframe sigset handling to explict __get_user()/__put_user()
Al Viro
2020-01-08
x86: Remove force_iret()
Brian Gerst
2019-07-12
x86: use static_cpu_has in uaccess region to avoid instrumentation
Marco Elver
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-07
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-06
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-04-19
rseq: Clean up comments by reflecting removal of event counter
Mathieu Desnoyers
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-03
x86/fpu: Fix __user annotations
Jann Horn
2019-04-03
x86/uaccess, signal: Fix AC=1 bloat
Peter Zijlstra
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-06-22
rseq: Avoid infinite recursion when delivering SIGSEGV
Will Deacon
[next]