summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-021-5/+0Star
|\
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-5/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-4/+2Star
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-231-4/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-243-207/+26Star
|\ \
| * | x86: convert to ksignalAl Viro2013-02-141-20/+17Star
| * | x86: switch to generic old sigactionAl Viro2013-02-041-39/+0Star
| * | x86: switch to generic compat rt_sigaction()Al Viro2013-02-041-76/+0Star
| * | x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-041-17/+0Star
| * | x86,um: switch to generic old sigsuspend()Al Viro2013-02-041-7/+0Star
| * | x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-041-15/+0Star
| * | x86: switch to generic compat rt_sigpending()Al Viro2013-02-041-24/+0Star
| * | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-042-8/+9
| * | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+0Star
| |/
* / x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-01-311-2/+2
|/
* new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-201-4/+1Star
* generic compat_sys_sigaltstack()Al Viro2012-12-202-50/+1Star
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-292-12/+6Star
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-291-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-16/+1Star
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-012-16/+1Star
* | Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-222-9/+14
|\ \
| * | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-191-3/+6
| * | x86/signals: ia32_signal.c: add __user casts to fix sparse warningsMathias Krause2012-09-051-5/+6
| * | x86: Fix __user annotations in asm/sys_ia32.hMathias Krause2012-09-051-1/+1
| |/
* | x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-211-5/+7
* | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-0/+6
|/
* x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha2012-06-151-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-241-11/+1Star
|\
| * new helper: sigsuspend()Al Viro2012-05-221-11/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-2/+2
|\ \
| * | userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-151-2/+2
* | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-231-6/+3Star
|\ \ \
| * | | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-211-3/+1Star
| * | | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+2Star
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-231-23/+0Star
|\ \ \ \ \ | | | |/ / | | |/| / | | | |/
| * | / x86-64: Eliminate dead ia32 syscall handlersJan Beulich2012-05-081-23/+0Star
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-221-0/+4
|\ \ \ | |/ / |/| |
| * | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-041-24/+8Star
| |\ \
| * | | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-141-0/+4
| | |/ | |/|
* | | x86: fix broken TASK_SIZE for ia32_aoutAl Viro2012-05-061-2/+1Star
| |/ |/|
* | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-211-9/+3Star
* | VM: add "vm_brk()" helper functionLinus Torvalds2012-04-211-15/+5Star
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-301-1/+1
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+1
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-302-52/+10Star
|\ \
| * | x32: Fix stupid ia32/x32 inversion in the siginfo formatH. Peter Anvin2012-03-141-1/+1
| |/
| * x32: Switch to a 64-bit clock_tH. Peter Anvin2012-03-061-2/+8
| * x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-201-10/+2Star