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