summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: signal: remove indent in restore_sigcontext()Hiroshi Shimamoto2008-10-031-12/+7
* x86: signal: move macros out from restore_sigcontext()Hiroshi Shimamoto2008-10-031-7/+11
* x86: signal: introduce helper macro is_ia32Hiroshi Shimamoto2008-09-251-4/+9
* x86: signal_64.c: introduce helper function signr_convert()Hiroshi Shimamoto2008-09-251-2/+8
* x86: signal: cosmetic unification of handle_signal()Hiroshi Shimamoto2008-09-241-0/+2
* x86: signal: cosmetic unification of do_notify_resume()Hiroshi Shimamoto2008-09-241-4/+12
* x86: signal: cosmetic unification of do_signal()Hiroshi Shimamoto2008-09-241-2/+4
* x86: signal: introduce do_rt_sigreturn()Hiroshi Shimamoto2008-09-141-3/+8
* x86: signal: remove unneeded err handlingHiroshi Shimamoto2008-09-141-3/+2
* x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto2008-09-141-8/+9
* x86: signal_64.c: make handle_signal() similarHiroshi Shimamoto2008-09-101-28/+29
* x86: signal_64.c: arg for restore_i387_xstate() is void __user *Hiroshi Shimamoto2008-09-101-1/+2
* x86: signal_64.c: clean up signal_fault()Hiroshi Shimamoto2008-09-101-4/+6
* x86: signal: split out frame setupsHiroshi Shimamoto2008-09-061-10/+20
* x86: signal: make NR_restart_syscallHiroshi Shimamoto2008-09-061-3/+3
* Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-061-29/+27
|\
| * Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-201-1/+10
| |\
| * | x86: coding style fixes to arch/x86/kernel/signal_64.cGustavo F. Padovan2008-07-311-32/+30
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar2008-09-061-121/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-141-3/+53
| | | |\|
| | | * | x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+1
| | * | | x86, xsave: remove the redundant access_ok() in setup_rt_frame()Suresh Siddha2008-08-141-3/+0
| | * | | x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-301-2/+5
| | * | | x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-301-80/+3
| | * | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-301-1/+1
| |/ / / |/| | |
| * | | Merge branch 'linus' into x86/tracehookIngo Molnar2008-09-051-1/+10
| |\ \ \ | |/ / / |/| | |
| * | | x86: tracehook: TIF_NOTIFY_RESUMERoland McGrath2008-07-261-0/+5
| * | | x86 signals: use asm/syscall.hRoland McGrath2008-07-261-33/+5
| * | | x86: tracehook_signal_handlerRoland McGrath2008-07-261-2/+4
| | |/ | |/|
* / | x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2008-07-261-1/+10
|/ /
* | x86-64: Clean up 'save/restore_i387()' usageLinus Torvalds2008-07-241-0/+53
* | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-3/+0
|\ \ | |/ |/|
| * sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-201-3/+0
* | x86 ptrace: unify TIF_SINGLESTEPRoland McGrath2008-07-161-6/+0
|/
* signals: x86 TS_RESTORE_SIGMASKRoland McGrath2008-04-301-7/+9
* x86 signals: lift set_fsRoland McGrath2008-04-261-4/+7
* x86 signals: lift flags diddling codeRoland McGrath2008-04-261-4/+15
* x86: remove DEBUG_SIGIngo Molnar2008-04-171-25/+0
* x86: define DEBUG_SIG in signal_64.cHarvey Harrison2008-04-171-6/+6
* x86: Unify argument names in signal_32|64.cHarvey Harrison2008-04-171-2/+3
* x86: move struct definitions to unifed sigframe.hHarvey Harrison2008-04-171-8/+1
* x86: use sizeof(long) to unify signal_32|64.cHarvey Harrison2008-04-171-5/+3
* x86: Use FIX_EFLAGS define in X86_64Harvey Harrison2008-04-171-1/+13
* x86: reduce trivial style differences in signal_32|64.cHarvey Harrison2008-04-171-22/+25
* x86: ia32 syscall restart fixRoland McGrath2008-03-111-5/+33
* x86: clear DF before calling signal handlerAurelien Jarno2008-03-071-1/+1
* x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-2/+5
* x86: get rid of _MASK flagsGlauber de Oliveira Costa2008-01-301-2/+2
* x86: use generic register names in struct sigcontextH. Peter Anvin2008-01-301-15/+14
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-57/+58