index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
signal_64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/pkeys: Restore altstack access in sigreturn()
Aruna Ramakrishna
2024-08-02
1
-3
/
+3
*
x86/shstk: Enable shadow stacks for x32
H.J. Lu
2024-03-22
1
-0
/
+6
*
x86/shstk: Delay signal entry SSP write until after user accesses
Rick Edgecombe
2023-11-08
1
-3
/
+3
*
x86/shstk: Handle signals for shadow stack
Rick Edgecombe
2023-08-03
1
-0
/
+6
*
x86/shstk: Add user control-protection fault handler
Rick Edgecombe
2023-08-03
1
-1
/
+1
*
x86/signal/compat: Move sigaction_compat_abi() to signal_64.c
Brian Gerst
2023-01-06
1
-0
/
+13
*
x86/signal: Move siginfo field tests
Brian Gerst
2023-01-06
1
-0
/
+114
*
x86/signal/64: Move 64-bit signal code to its own file
Brian Gerst
2022-10-19
1
-0
/
+383
*
x86: signal: unify signal_{32|64}.c
Hiroshi Shimamoto
2008-11-26
1
-915
/
+0
*
x86: signal: unify signal_{32|64}.c, prepare
Hiroshi Shimamoto
2008-11-26
1
-1
/
+115
*
x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...
Hiroshi Shimamoto
2008-11-26
1
-53
/
+256
*
x86: signal: move {setup|restore}_sigcontext()
Hiroshi Shimamoto
2008-11-26
1
-74
/
+74
*
x86: signal: cosmetic unification of sys_rt_sigreturn()
Hiroshi Shimamoto
2008-11-23
1
-0
/
+9
*
x86: signal: cosmetic unification of sys_sigaltstack()
Hiroshi Shimamoto
2008-11-23
1
-0
/
+15
*
x86: signal: cosmetic unification of including headers
Hiroshi Shimamoto
2008-11-23
1
-1
/
+6
*
x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3
Hiroshi Shimamoto
2008-11-21
1
-4
/
+4
*
x86: signal: cosmetic unification of setup_sigcontext()
Hiroshi Shimamoto
2008-11-08
1
-5
/
+28
*
x86: signal_64: make setup_sigcontext() similar
Hiroshi Shimamoto
2008-11-06
1
-7
/
+5
*
x86: signal_64: setup fpstate in setup_sigcontext()
Hiroshi Shimamoto
2008-11-06
1
-4
/
+6
*
x86: signal_64: remove unused code in __setup_rt_frame()
Hiroshi Shimamoto
2008-11-04
1
-5
/
+1
*
x86: signal: cosmetic unification of NR_restart_syscall
Hiroshi Shimamoto
2008-10-30
1
-0
/
+5
*
x86: signal: cosmetic unification of macros for setup_rt_frame()
Hiroshi Shimamoto
2008-10-30
1
-2
/
+12
*
x86: signal: cosmetic unification of signr_convert()
Hiroshi Shimamoto
2008-10-30
1
-0
/
+6
*
x86: signal_64.c: get_stack() doesn't need entire regs
Hiroshi Shimamoto
2008-10-27
1
-6
/
+4
*
x86: signal: cosmetic unification of restore_sigcontext()
Hiroshi Shimamoto
2008-10-27
1
-0
/
+15
*
x86: signal: remove indent in restore_sigcontext()
Hiroshi Shimamoto
2008-10-03
1
-12
/
+7
*
x86: signal: move macros out from restore_sigcontext()
Hiroshi Shimamoto
2008-10-03
1
-7
/
+11
*
x86: signal: introduce helper macro is_ia32
Hiroshi Shimamoto
2008-09-25
1
-4
/
+9
*
x86: signal_64.c: introduce helper function signr_convert()
Hiroshi Shimamoto
2008-09-25
1
-2
/
+8
*
x86: signal: cosmetic unification of handle_signal()
Hiroshi Shimamoto
2008-09-24
1
-0
/
+2
*
x86: signal: cosmetic unification of do_notify_resume()
Hiroshi Shimamoto
2008-09-24
1
-4
/
+12
*
x86: signal: cosmetic unification of do_signal()
Hiroshi Shimamoto
2008-09-24
1
-2
/
+4
*
x86: signal: introduce do_rt_sigreturn()
Hiroshi Shimamoto
2008-09-14
1
-3
/
+8
*
x86: signal: remove unneeded err handling
Hiroshi Shimamoto
2008-09-14
1
-3
/
+2
*
x86: signal: put give_sigsegv of setup frames together
Hiroshi Shimamoto
2008-09-14
1
-8
/
+9
*
x86: signal_64.c: make handle_signal() similar
Hiroshi Shimamoto
2008-09-10
1
-28
/
+29
*
x86: signal_64.c: arg for restore_i387_xstate() is void __user *
Hiroshi Shimamoto
2008-09-10
1
-1
/
+2
*
x86: signal_64.c: clean up signal_fault()
Hiroshi Shimamoto
2008-09-10
1
-4
/
+6
*
x86: signal: split out frame setups
Hiroshi Shimamoto
2008-09-06
1
-10
/
+20
*
x86: signal: make NR_restart_syscall
Hiroshi Shimamoto
2008-09-06
1
-3
/
+3
*
Merge branch 'x86/cleanups' into x86/signal
Ingo Molnar
2008-09-06
1
-29
/
+27
|
\
|
*
Merge branch 'linus' into x86/cleanups
Ingo Molnar
2008-08-20
1
-1
/
+10
|
|
\
|
*
|
x86: coding style fixes to arch/x86/kernel/signal_64.c
Gustavo F. Padovan
2008-07-31
1
-32
/
+30
|
|
|
|
\
\
|
\
\
|
\
\
*
-
-
-
.
\
\
Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal
Ingo Molnar
2008-09-06
1
-121
/
+24
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
Merge commit 'v2.6.27-rc3' into x86/prototypes
Ingo Molnar
2008-08-14
1
-3
/
+53
|
|
|
|
\
|
|
|
|
*
|
x86: Introducing asm/syscalls.h
Jaswinder Singh
2008-07-22
1
-0
/
+1
|
|
*
|
|
x86, xsave: remove the redundant access_ok() in setup_rt_frame()
Suresh Siddha
2008-08-14
1
-3
/
+0
|
|
*
|
|
x86, xsave: save/restore the extended state context in sigframe
Suresh Siddha
2008-07-30
1
-2
/
+5
|
|
*
|
|
x86, xsave: reorganization of signal save/restore fpstate code layout
Suresh Siddha
2008-07-30
1
-80
/
+3
|
|
*
|
|
x86, xsave: dynamically allocate sigframes fpstate instead of static allocation
Suresh Siddha
2008-07-30
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
[next]