aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32_signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov1-13/+9
2009-02-22x86: ia32_signal: introduce {get|set}_user_seg()Hiroshi Shimamoto1-20/+18
2009-02-22x86: ia32_signal: introduce GET_SEG() macroHiroshi Shimamoto1-5/+9
2009-02-22x86: ia32_signal: remove unused debug codeHiroshi Shimamoto1-18/+0
2009-01-23x86: ia32_signal: use {get|put}_user_try and catchHiroshi Shimamoto1-170/+195
2008-12-29x86: introducing asm/sys_ia32.hJaswinder Singh Rajput1-2/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-71/+38
2008-12-19x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto1-1/+0
2008-12-18x86: ia32_signal: use sigframe.hHiroshi Shimamoto1-24/+2
2008-12-18x86: ia32_signal: rename struct sigframe and rt_sigframeHiroshi Shimamoto1-7/+7
2008-12-16x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto1-1/+1
2008-12-16x86: ia32_signal: use __put_user() instead of __copy_to_user()Hiroshi Shimamoto1-2/+2
2008-11-18x86: ia32_signal: change order of storing in setup_sigcontext()Hiroshi Shimamoto1-2/+2
2008-11-18x86: ia32_signal: remove using temporary variableHiroshi Shimamoto1-4/+2
2008-11-18x86: ia32_signal: cleanup macro RELOAD_SEGHiroshi Shimamoto1-10/+11
2008-11-18x86: ia32_signal: introduce COPY_SEG_CPL3Hiroshi Shimamoto1-4/+8
2008-11-18x86: ia32_signal: cleanup macro COPYHiroshi Shimamoto1-4/+2
2008-11-12x86: ia32_signal: remove unnecessary paddingHiroshi Shimamoto1-4/+1
2008-11-06x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe()Hiroshi Shimamoto1-6/+3
2008-10-27x86, signals: remove duplicated register setup code in ia32 signal deliveryMikael Pettersson1-5/+0
2008-10-01x86: ia32_signal.c remove unnecessary function callsHiroshi Shimamoto1-4/+1
2008-10-01x86: ia32_signal.c: remove unnecessary cast to u32Hiroshi Shimamoto1-13/+13
2008-09-14x86: signal: remove unneeded err handlingHiroshi Shimamoto1-7/+4
2008-09-14x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto1-17/+9
2008-09-06Merge branch 'x86/cleanups' into x86/signalIngo Molnar1-11/+10
2008-08-20x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge1-11/+10
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha1-1/+4
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha1-21/+7
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha1-8/+16
2008-07-18x86_64: ia32_signal.c: remove signal number conversionHiroshi Shimamoto1-3/+1
2008-07-18x86_64: ia32_signal.c: use macro instead of immediateHiroshi Shimamoto1-1/+6
2008-04-30signals: x86 TS_RESTORE_SIGMASKRoland McGrath1-1/+1
2008-04-26x86 signals: lift set_fsRoland McGrath1-4/+0
2008-04-26x86 signals: lift flags diddling codeRoland McGrath1-6/+0
2008-04-17x86 vDSO: don't use disabled vDSO for signal trampolineRoland McGrath1-1/+1
2008-03-07x86: clear DF before calling signal handlerAurelien Jarno1-2/+2
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: x86 i387 user_regsetRoland McGrath1-3/+2
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-16/+16
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-50/+50
2008-01-30x86 vDSO: consolidate vdso32Roland McGrath1-8/+14
2008-01-30x86: clean up arch/x86/ia32/ia32_signal.cThomas Gleixner1-188/+183
2007-10-11x86_64: move ia32Thomas Gleixner1-0/+617