| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fix broken TASK_SIZE for ia32_aout | Al Viro | 2012-05-06 | 1 | -2/+1 |
* | VM: add "vm_mmap()" helper function | Linus Torvalds | 2012-04-20 | 1 | -9/+3 |
* | VM: add "vm_brk()" helper function | Linus Torvalds | 2012-04-20 | 1 | -15/+5 |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-29 | 1 | -1/+1 |
|\ |
|
| * | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 | 1 | -1/+1 |
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 2 | -52/+10 |
|\ \ |
|
| * | | x32: Fix stupid ia32/x32 inversion in the siginfo format | H. Peter Anvin | 2012-03-13 | 1 | -1/+1 |
| |/ |
|
| * | x32: Switch to a 64-bit clock_t | H. Peter Anvin | 2012-03-05 | 1 | -2/+8 |
| * | x86: Move some signal-handling definitions to a common header | H. Peter Anvin | 2012-02-20 | 1 | -10/+2 |
| * | x86-64, ia32: Drop sys32_rt_sigprocmask | H. Peter Anvin | 2012-02-20 | 1 | -40/+0 |
* | | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-22 | 1 | -0/+1 |
|\ \ |
|
| * | | i387: Split up <asm/i387.h> into exported and internal interfaces | Linus Torvalds | 2012-02-21 | 1 | -0/+1 |
| |/ |
|
* | | take removal of PF_FORKNOEXEC to flush_old_exec() | Al Viro | 2012-03-20 | 1 | -1/+0 |
* | | __register_binfmt() made void | Al Viro | 2012-03-20 | 1 | -1/+2 |
* | | aout: move setup_arg_pages() prior to reading/mapping the binary | Al Viro | 2012-03-05 | 1 | -7/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 | 1 | -6/+8 |
|\ |
|
| * | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 1 | -1/+1 |
| * | audit: ia32entry.S sign extend error codes when calling 64 bit code | Eric Paris | 2012-01-17 | 1 | -1/+3 |
| * | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -5/+5 |
* | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-16 | 4 | -359/+33 |
|\ \
| |/
|/| |
|
| * | x86, syscall: Re-fix typo in comment | H. Peter Anvin | 2011-11-18 | 1 | -1/+1 |
| * | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | 3 | -357/+26 |
| * | x86-64, ia32: Move compat_ni_syscall into C and its own file | H. Peter Anvin | 2011-11-17 | 3 | -3/+8 |
* | | x86-64: Cleanup some assembly entry points | Jan Beulich | 2011-12-05 | 1 | -3/+4 |
* | | x86-64: Slightly shorten line system call entry and exit paths | Jan Beulich | 2011-12-05 | 1 | -21/+15 |
|/ |
|
* | Cross Memory Attach | Christopher Yeoh | 2011-10-31 | 1 | -0/+2 |
* | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-26 | 1 | -1/+1 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 | 1 | -13/+9 |
|\ |
|
| * | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() | Oleg Nesterov | 2011-07-14 | 1 | -13/+9 |
* | | x86, asm: Flip RESTORE_ARGS arguments logic | Borislav Petkov | 2011-06-03 | 1 | -2/+2 |
* | | x86, asm: Flip SAVE_ARGS arguments logic | Borislav Petkov | 2011-06-03 | 1 | -3/+3 |
|/ |
|
* | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 1 | -0/+1 |
* | net: Add sendmmsg socket system call | Anton Blanchard | 2011-05-05 | 1 | -0/+1 |
* | x86: mark associated mm when running a task in 32 bit compatibility mode | Stephen Wilson | 2011-03-23 | 1 | -0/+1 |
* | introduce sys_syncfs to sync a single file system | Sage Weil | 2011-03-21 | 1 | -0/+1 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 1 | -18/+9 |
|\ |
|
| * | x86: Use {push,pop}_cfi in more places | Jan Beulich | 2011-02-28 | 1 | -18/+9 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-03-15 | 1 | -0/+1 |
|\ \ |
|
| * | | x86: Add clock_adjtime for x86 | Richard Cochran | 2011-02-02 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-03-15 | 1 | -0/+2 |
|\ \ |
|
| * | | x86: Separate out entry text section | Jiri Olsa | 2011-03-08 | 1 | -0/+2 |
| |/ |
|
* | | x86: Add new syscalls for x86_64 | Aneesh Kumar K.V | 2011-03-15 | 1 | -0/+2 |
|/ |
|
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | Don't dump task struct in a.out core-dumps | Linus Torvalds | 2010-10-14 | 1 | -17/+5 |
* | x86-64, compat: Retruncate rax after ia32 syscall entry tracing | Roland McGrath | 2010-09-14 | 1 | -1/+7 |
* | x86-64, compat: Test %rax for the syscall number, not %eax | H. Peter Anvin | 2010-09-14 | 1 | -7/+7 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 1 | -7/+7 |
* | x86: fix up system call numbering nit | Linus Torvalds | 2010-08-10 | 1 | -1/+1 |