aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32_signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-11/+1
2012-05-21new helper: sigsuspend()Al Viro1-11/+1
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry1-0/+4
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+10
2012-03-13x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin1-1/+1
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+1
2012-03-05x32: Switch to a 64-bit clock_tH. Peter Anvin1-2/+8
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin1-10/+2
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