Age | Commit message (Expand) | Author | Files | Lines |
2012-06-14 | x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery | Suresh Siddha | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -2/+0 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -11/+1 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
2012-05-23 | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+3 |
2012-05-23 | Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li... | Linus Torvalds | 1 | -23/+0 |
2012-05-21 | new helper: sigsuspend() | Al Viro | 1 | -11/+1 |
2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+4 |
2012-05-15 | userns: Convert stat to return values mapped from kuids and kgids | Eric W. Biederman | 1 | -2/+2 |
2012-05-08 | x86-64: Eliminate dead ia32 syscall handlers | Jan Beulich | 1 | -23/+0 |
2012-05-06 | x86: fix broken TASK_SIZE for ia32_aout | Al Viro | 1 | -2/+1 |
2012-05-04 | Merge tag 'v3.4-rc5' into next | James Morris | 1 | -24/+8 |
2012-04-20 | VM: add "vm_mmap()" helper function | Linus Torvalds | 1 | -9/+3 |
2012-04-20 | VM: add "vm_brk()" helper function | Linus Torvalds | 1 | -15/+5 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 1 | -3/+1 |
2012-04-20 | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 1 | -3/+2 |
2012-04-14 | signal, x86: add SIGSYS info and make it synchronous. | Will Drewry | 1 | -0/+4 |
2012-03-29 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -52/+10 |
2012-03-28 | Disintegrate asm/system.h for X86 | David Howells | 1 | -1/+0 |
2012-03-22 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2012-03-20 | take removal of PF_FORKNOEXEC to flush_old_exec() | Al Viro | 1 | -1/+0 |
2012-03-20 | __register_binfmt() made void | Al Viro | 1 | -1/+2 |
2012-03-13 | x32: Fix stupid ia32/x32 inversion in the siginfo format | H. Peter Anvin | 1 | -1/+1 |
2012-03-13 | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 1 | -1/+1 |
2012-03-05 | x32: Switch to a 64-bit clock_t | H. Peter Anvin | 1 | -2/+8 |
2012-03-05 | aout: move setup_arg_pages() prior to reading/mapping the binary | Al Viro | 1 | -7/+7 |
2012-02-21 | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds | 1 | -0/+1 |
2012-02-20 | x86: Move some signal-handling definitions to a common header | H. Peter Anvin | 1 | -10/+2 |
2012-02-20 | x86-64, ia32: Drop sys32_rt_sigprocmask | H. Peter Anvin | 1 | -40/+0 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+8 |
2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -1/+1 |
2012-01-17 | audit: ia32entry.S sign extend error codes when calling 64 bit code | Eric Paris | 1 | -1/+3 |
2012-01-17 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 1 | -5/+5 |
2012-01-16 | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -359/+33 |
2011-12-05 | x86-64: Cleanup some assembly entry points | Jan Beulich | 1 | -3/+4 |
2011-12-05 | x86-64: Slightly shorten line system call entry and exit paths | Jan Beulich | 1 | -21/+15 |
2011-11-18 | x86, syscall: Re-fix typo in comment | H. Peter Anvin | 1 | -1/+1 |
2011-11-17 | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 3 | -357/+26 |
2011-11-17 | x86-64, ia32: Move compat_ni_syscall into C and its own file | H. Peter Anvin | 3 | -3/+8 |
2011-10-31 | Cross Memory Attach | Christopher Yeoh | 1 | -0/+2 |
2011-08-26 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 1 | -1/+1 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-22 | Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -13/+9 |
2011-07-14 | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() | Oleg Nesterov | 1 | -13/+9 |
2011-06-03 | x86, asm: Flip RESTORE_ARGS arguments logic | Borislav Petkov | 1 | -2/+2 |
2011-06-03 | x86, asm: Flip SAVE_ARGS arguments logic | Borislav Petkov | 1 | -3/+3 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 1 | -0/+1 |
2011-05-05 | net: Add sendmmsg socket system call | Anton Blanchard | 1 | -0/+1 |
2011-03-23 | x86: mark associated mm when running a task in 32 bit compatibility mode | Stephen Wilson | 1 | -0/+1 |