summaryrefslogtreecommitdiff
path: root/arch/x86/ia32/ia32_signal.c
AgeCommit message (Expand)Author
2011-07-14x86, signals: Convert the IA32_EMULATION code to use set_current_blocked()Oleg Nesterov
2009-02-22x86: ia32_signal: introduce {get|set}_user_seg()Hiroshi Shimamoto
2009-02-22x86: ia32_signal: introduce GET_SEG() macroHiroshi Shimamoto
2009-02-22x86: ia32_signal: remove unused debug codeHiroshi Shimamoto
2009-01-23x86: ia32_signal: use {get|put}_user_try and catchHiroshi Shimamoto
2008-12-29x86: introducing asm/sys_ia32.hJaswinder Singh Rajput
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar
2008-12-19x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto
2008-12-18x86: ia32_signal: use sigframe.hHiroshi Shimamoto
2008-12-18x86: ia32_signal: rename struct sigframe and rt_sigframeHiroshi Shimamoto
2008-12-16x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto
2008-12-16x86: ia32_signal: use __put_user() instead of __copy_to_user()Hiroshi Shimamoto
2008-11-18x86: ia32_signal: change order of storing in setup_sigcontext()Hiroshi Shimamoto
2008-11-18x86: ia32_signal: remove using temporary variableHiroshi Shimamoto
2008-11-18x86: ia32_signal: cleanup macro RELOAD_SEGHiroshi Shimamoto
2008-11-18x86: ia32_signal: introduce COPY_SEG_CPL3Hiroshi Shimamoto
2008-11-18x86: ia32_signal: cleanup macro COPYHiroshi Shimamoto
2008-11-12x86: ia32_signal: remove unnecessary paddingHiroshi Shimamoto
2008-11-06x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe()Hiroshi Shimamoto
2008-10-27x86, signals: remove duplicated register setup code in ia32 signal deliveryMikael Pettersson
2008-10-01x86: ia32_signal.c remove unnecessary function callsHiroshi Shimamoto
2008-10-01x86: ia32_signal.c: remove unnecessary cast to u32Hiroshi Shimamoto
2008-09-14x86: signal: remove unneeded err handlingHiroshi Shimamoto
2008-09-14x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto
2008-09-06Merge branch 'x86/cleanups' into x86/signalIngo Molnar
2008-08-20x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha
2008-07-18x86_64: ia32_signal.c: remove signal number conversionHiroshi Shimamoto
2008-07-18x86_64: ia32_signal.c: use macro instead of immediateHiroshi Shimamoto
2008-04-30signals: x86 TS_RESTORE_SIGMASKRoland McGrath
2008-04-26x86 signals: lift set_fsRoland McGrath
2008-04-26x86 signals: lift flags diddling codeRoland McGrath
2008-04-17x86 vDSO: don't use disabled vDSO for signal trampolineRoland McGrath
2008-03-07x86: clear DF before calling signal handlerAurelien Jarno
2008-01-30x86: remove unneded castsJan Engelhardt
2008-01-30x86: x86 i387 user_regsetRoland McGrath
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa
2008-01-30x86: use generic register names in struct sigcontextH. Peter Anvin
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2008-01-30x86 vDSO: consolidate vdso32Roland McGrath
2008-01-30x86: clean up arch/x86/ia32/ia32_signal.cThomas Gleixner
2007-10-11x86_64: move ia32Thomas Gleixner