| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/ia32/asm: Remove unused argument in macro | Ramkumar Ramachandra | 2013-07-23 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 1 | -7/+5 |
|\ |
|
| * | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 | 1 | -6/+5 |
| * | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-03 | 1 | -1/+0 |
* | | x86-64: Replace left over sti/cli in ia32 audit exit code | Jan Beulich | 2013-01-31 | 1 | -2/+2 |
|/ |
|
* | generic compat_sys_sigaltstack() | Al Viro | 2012-12-19 | 1 | -1/+0 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 1 | -1/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -1/+1 |
|\ |
|
| * | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 | 1 | -1/+1 |
* | | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 2012-09-21 | 1 | -0/+6 |
|/ |
|
* | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 2012-04-20 | 1 | -3/+1 |
* | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 2012-04-20 | 1 | -3/+2 |
* | 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 | 1 | -359/+0 |
|\ \
| |/
|/| |
|
| * | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | 1 | -356/+0 |
| * | x86-64, ia32: Move compat_ni_syscall into C and its own file | H. Peter Anvin | 2011-11-17 | 1 | -3/+0 |
* | | 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 |
* | 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 |
* | 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 |
|/ |
|
* | 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 |
* | x86: fix up system call numbering nit | Linus Torvalds | 2010-08-10 | 1 | -1/+1 |
* | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 2010-08-10 | 1 | -0/+1 |
|\ |
|
| * | unistd: add __NR_prlimit64 syscall numbers | Jiri Slaby | 2010-07-16 | 1 | -0/+1 |
* | | fanotify: sys_fanotify_mark declartion | Eric Paris | 2010-07-28 | 1 | -0/+1 |
* | | fanotify: fanotify_init syscall declaration | Eric Paris | 2010-07-28 | 1 | -0/+1 |
|/ |
|
* | x86: correctly wire up the newuname system call | Christoph Hellwig | 2010-04-20 | 1 | -1/+1 |
* | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 1 | -2/+2 |
* | Add generic sys_old_select() | Christoph Hellwig | 2010-03-12 | 1 | -1/+1 |
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 1 | -16/+25 |
| |\ |
|
| * | | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 2009-10-12 | 1 | -0/+1 |
* | | | sysctl: x86 Use the compat_sys_sysctl | Eric W. Biederman | 2009-11-06 | 1 | -1/+1 |
| |/
|/| |
|