aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-5/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-207/+26
2013-02-22new helper: file_inode(file)Al Viro1-4/+2
2013-02-14x86: convert to ksignalAl Viro1-20/+17
2013-02-03x86: switch to generic old sigactionAl Viro1-39/+0
2013-02-03x86: switch to generic compat rt_sigaction()Al Viro1-76/+0
2013-02-03x86: switch to generic compat sched_rr_get_interval()Al Viro1-17/+0
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-7/+0
2013-02-03x86: switch to generic compat rt_sigqueueinfo()Al Viro1-15/+0
2013-02-03x86: switch to generic compat rt_sigpending()Al Viro1-24/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro2-8/+9
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+0
2013-01-31x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich1-2/+2
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-4/+1
2012-12-19generic compat_sys_sigaltstack()Al Viro2-50/+1
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro2-12/+6
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-2/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-16/+1
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2-16/+1
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2-9/+14
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin1-5/+7
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-0/+6
2012-09-18x86, 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-09-05x86: Fix __user annotations in asm/sys_ia32.hMathias Krause1-1/+1
2012-06-14x86, 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-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-11/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+3
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+0
2012-05-21new helper: sigsuspend()Al Viro1-11/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+4
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-2/+2
2012-05-08x86-64: Eliminate dead ia32 syscall handlersJan Beulich1-23/+0
2012-05-06x86: fix broken TASK_SIZE for ia32_aoutAl Viro1-2/+1
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris1-24/+8
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-9/+3
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds1-15/+5
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.SH. Peter Anvin1-3/+1
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.SH. Peter Anvin1-3/+2
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 Torvalds2-52/+10
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro1-1/+0
2012-03-20__register_binfmt() made voidAl Viro1-1/+2