index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
signal_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-03
x86: signal: remove indent in restore_sigcontext()
Hiroshi Shimamoto
1
-12
/
+7
2008-10-03
x86: signal: move macros out from restore_sigcontext()
Hiroshi Shimamoto
1
-7
/
+11
2008-09-25
x86: signal: introduce helper macro is_ia32
Hiroshi Shimamoto
1
-4
/
+9
2008-09-25
x86: signal_64.c: introduce helper function signr_convert()
Hiroshi Shimamoto
1
-2
/
+8
2008-09-24
x86: signal: cosmetic unification of handle_signal()
Hiroshi Shimamoto
1
-0
/
+2
2008-09-24
x86: signal: cosmetic unification of do_notify_resume()
Hiroshi Shimamoto
1
-4
/
+12
2008-09-24
x86: signal: cosmetic unification of do_signal()
Hiroshi Shimamoto
1
-2
/
+4
2008-09-14
x86: signal: introduce do_rt_sigreturn()
Hiroshi Shimamoto
1
-3
/
+8
2008-09-14
x86: signal: remove unneeded err handling
Hiroshi Shimamoto
1
-3
/
+2
2008-09-14
x86: signal: put give_sigsegv of setup frames together
Hiroshi Shimamoto
1
-8
/
+9
2008-09-10
x86: signal_64.c: make handle_signal() similar
Hiroshi Shimamoto
1
-28
/
+29
2008-09-10
x86: signal_64.c: arg for restore_i387_xstate() is void __user *
Hiroshi Shimamoto
1
-1
/
+2
2008-09-10
x86: signal_64.c: clean up signal_fault()
Hiroshi Shimamoto
1
-4
/
+6
2008-09-06
x86: signal: split out frame setups
Hiroshi Shimamoto
1
-10
/
+20
2008-09-06
x86: signal: make NR_restart_syscall
Hiroshi Shimamoto
1
-3
/
+3
2008-09-06
Merge branch 'x86/cleanups' into x86/signal
Ingo Molnar
1
-29
/
+27
2008-09-06
Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal
Ingo Molnar
1
-121
/
+24
2008-09-05
Merge branch 'linus' into x86/tracehook
Ingo Molnar
1
-1
/
+10
2008-08-20
Merge branch 'linus' into x86/cleanups
Ingo Molnar
1
-1
/
+10
2008-08-14
Merge commit 'v2.6.27-rc3' into x86/prototypes
Ingo Molnar
1
-3
/
+53
2008-08-14
x86, xsave: remove the redundant access_ok() in setup_rt_frame()
Suresh Siddha
1
-3
/
+0
2008-07-31
x86: coding style fixes to arch/x86/kernel/signal_64.c
Gustavo F. Padovan
1
-32
/
+30
2008-07-30
x86, xsave: save/restore the extended state context in sigframe
Suresh Siddha
1
-2
/
+5
2008-07-30
x86, xsave: reorganization of signal save/restore fpstate code layout
Suresh Siddha
1
-80
/
+3
2008-07-30
x86, xsave: dynamically allocate sigframes fpstate instead of static allocation
Suresh Siddha
1
-1
/
+1
2008-07-27
x86: tracehook: TIF_NOTIFY_RESUME
Roland McGrath
1
-0
/
+5
2008-07-27
x86 signals: use asm/syscall.h
Roland McGrath
1
-33
/
+5
2008-07-27
x86: tracehook_signal_handler
Roland McGrath
1
-2
/
+4
2008-07-26
x64, fpu: fix possible FPU leakage in error conditions
Suresh Siddha
1
-1
/
+10
2008-07-25
x86-64: Clean up 'save/restore_i387()' usage
Linus Torvalds
1
-0
/
+53
2008-07-24
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+0
2008-07-22
x86: Introducing asm/syscalls.h
Jaswinder Singh
1
-0
/
+1
2008-07-20
sched, x86: clean up hrtick implementation
Peter Zijlstra
1
-3
/
+0
2008-07-16
x86 ptrace: unify TIF_SINGLESTEP
Roland McGrath
1
-6
/
+0
2008-04-30
signals: x86 TS_RESTORE_SIGMASK
Roland McGrath
1
-7
/
+9
2008-04-26
x86 signals: lift set_fs
Roland McGrath
1
-4
/
+7
2008-04-26
x86 signals: lift flags diddling code
Roland McGrath
1
-4
/
+15
2008-04-17
x86: remove DEBUG_SIG
Ingo Molnar
1
-25
/
+0
2008-04-17
x86: define DEBUG_SIG in signal_64.c
Harvey Harrison
1
-6
/
+6
2008-04-17
x86: Unify argument names in signal_32|64.c
Harvey Harrison
1
-2
/
+3
2008-04-17
x86: move struct definitions to unifed sigframe.h
Harvey Harrison
1
-8
/
+1
2008-04-17
x86: use sizeof(long) to unify signal_32|64.c
Harvey Harrison
1
-5
/
+3
2008-04-17
x86: Use FIX_EFLAGS define in X86_64
Harvey Harrison
1
-1
/
+13
2008-04-17
x86: reduce trivial style differences in signal_32|64.c
Harvey Harrison
1
-22
/
+25
2008-03-11
x86: ia32 syscall restart fix
Roland McGrath
1
-5
/
+33
2008-03-07
x86: clear DF before calling signal handler
Aurelien Jarno
1
-1
/
+1
2008-01-30
x86: print which shared library/executable faulted in segfault etc. messages v3
Andi Kleen
1
-2
/
+5
2008-01-30
x86: get rid of _MASK flags
Glauber de Oliveira Costa
1
-2
/
+2
2008-01-30
x86: use generic register names in struct sigcontext
H. Peter Anvin
1
-15
/
+14
2008-01-30
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
1
-57
/
+58
[next]