summaryrefslogtreecommitdiff
path: root/arch/x86/ia32/ia32_signal.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-05-06x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-4/+4
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-09-02Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-1/+1
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa1-2/+0
2013-02-14x86: convert to ksignalAl Viro1-20/+17
2013-02-04x86,um: switch to generic old sigsuspend()Al Viro1-7/+0
2013-02-04x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-2/+4
2012-12-20new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-4/+1
2012-12-20generic compat_sys_sigaltstack()Al Viro1-49/+1
2012-09-22Merge branch 'x86/fpu' into x86/smapH. Peter Anvin1-8/+13
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin1-5/+7
2012-09-19x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha1-3/+6
2012-09-05x86/signals: ia32_signal.c: add __user casts to fix sparse warningsMathias Krause1-5/+6
2012-06-15x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+1
2012-05-22new helper: sigsuspend()Al Viro1-11/+1
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry1-0/+4
2012-03-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+10
2012-03-14x32: 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-06x32: Switch to a 64-bit clock_tH. Peter Anvin1-2/+8
2012-02-22i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-21x86: Move some signal-handling definitions to a common headerH. Peter Anvin1-10/+2
2011-07-15x86, 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-24x86: 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',...Ingo Molnar1-71/+38
2008-12-20x86: 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-17x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto1-1/+1
2008-12-17x86: 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