index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rseq: Split out rseq.h from sched.h
Kent Overstreet
2023-12-27
1
-0
/
+1
*
x86/shstk: Handle signals for shadow stack
Rick Edgecombe
2023-08-02
1
-0
/
+1
*
x86/init: Initialize signal frame size late
Thomas Gleixner
2023-06-16
1
-1
/
+3
*
x86/signal: Fix the value returned by strict_sas_size()
Christophe JAILLET
2023-01-15
1
-1
/
+1
*
x86/signal/64: Move 64-bit signal code to its own file
Brian Gerst
2022-10-19
1
-376
/
+0
*
x86/signal/32: Merge native and compat 32-bit signal code
Brian Gerst
2022-10-19
1
-213
/
+6
*
x86/signal: Add ABI prefixes to frame setup functions
Brian Gerst
2022-10-19
1
-11
/
+7
*
x86/signal: Merge get_sigframe()
Brian Gerst
2022-10-19
1
-42
/
+38
*
x86/signal: Remove sigset_t parameter from frame setup functions
Brian Gerst
2022-10-19
1
-16
/
+12
*
x86/signal: Remove sig parameter from frame setup functions
Brian Gerst
2022-10-19
1
-12
/
+11
*
x86/32: Remove lazy GS macros
Brian Gerst
2022-04-14
1
-3
/
+5
*
tracehook: Remove tracehook.h
Eric W. Biederman
2022-03-10
1
-1
/
+0
*
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2022-03-10
1
-2
/
+2
*
x86/signal: Use fpu::__state_user_size for sigalt stack validation
Thomas Gleixner
2021-10-26
1
-4
/
+31
*
x86/signal: Implement sigaltstack size validation
Thomas Gleixner
2021-10-26
1
-0
/
+35
*
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
2021-10-20
1
-1
/
+0
*
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
2021-09-14
1
-2
/
+2
*
x86/signal: Change return type of restore_sigcontext() to boolean
Thomas Gleixner
2021-09-14
1
-9
/
+9
*
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
2021-09-14
1
-3
/
+1
*
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-07
1
-6
/
+82
|
\
|
*
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
2021-05-19
1
-4
/
+20
|
*
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
2021-05-19
1
-0
/
+5
|
*
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
2021-05-19
1
-2
/
+57
*
|
x86/regs: Syscall_get_nr() returns -1 for a non-system call
H. Peter Anvin
2021-05-12
1
-2
/
+2
|
/
*
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
2021-03-21
1
-23
/
+1
|
\
|
*
x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART
Oleg Nesterov
2021-03-16
1
-1
/
+1
|
*
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
2021-03-16
1
-23
/
+1
*
|
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
|
/
*
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
2020-11-04
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
entry: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-10-29
1
-2
/
+2
|
/
*
x86/entry: Use generic syscall exit functionality
Thomas Gleixner
2020-07-24
1
-1
/
+2
*
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-01
1
-1
/
+27
|
\
|
*
signal: refactor copy_siginfo_to_user32
Christoph Hellwig
2020-05-05
1
-1
/
+27
*
|
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
2020-05-13
1
-1
/
+1
|
/
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-31
1
-213
/
+186
|
\
|
*
x86: unsafe_put-style macro for sigmask
Al Viro
2020-03-26
1
-4
/
+8
|
*
x86: x32_setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-12
/
+5
|
*
x86: __setup_rt_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-17
/
+9
|
*
x86: __setup_frame(): consolidate uaccess areas
Al Viro
2020-03-26
1
-17
/
+6
|
*
x86: setup_sigcontext(): list user_access_{begin,end}() into callers
Al Viro
2020-03-26
1
-21
/
+24
|
*
x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)
Al Viro
2020-03-26
1
-43
/
+48
|
*
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
2020-03-19
1
-15
/
+18
|
*
x86: switch setup_sigcontext() to unsafe_put_user()
Al Viro
2020-03-18
1
-43
/
+45
|
*
x86: get rid of get_user_ex() in restore_sigcontext()
Al Viro
2020-03-18
1
-50
/
+36
|
*
x86: switch sigframe sigset handling to explict __get_user()/__put_user()
Al Viro
2020-03-18
1
-12
/
+8
*
|
x86: Remove unneeded includes
Brian Gerst
2020-03-21
1
-2
/
+0
*
|
x86/entry/64: Use syscall wrappers for x32_rt_sigreturn
Brian Gerst
2020-03-21
1
-1
/
+1
|
/
*
x86: Remove force_iret()
Brian Gerst
2020-01-08
1
-2
/
+0
*
x86: use static_cpu_has in uaccess region to avoid instrumentation
Marco Elver
2019-07-12
1
-1
/
+1
[next]