- 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
- 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
- 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
- 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
- a3e859f x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.S by H. Peter Anvin · 13 years ago
- 1ce6f86 x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.S by H. Peter Anvin · 13 years ago
- f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
- b05d844 audit: inline audit_syscall_entry to reduce burden on archs by Eric Paris · 13 years ago
- f031cd2 audit: ia32entry.S sign extend error codes when calling 64 bit code by Eric Paris · 13 years ago
- d7e7528 Audit: push audit success and retcode into arch ptrace.h by Eric Paris · 13 years ago
- 5674124 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- f6b2bc8 x86-64: Cleanup some assembly entry points by Jan Beulich · 13 years ago
- 46db09d x86-64: Slightly shorten line system call entry and exit paths by Jan Beulich · 13 years ago
- 303395a x86: Generate system call tables and unistd_*.h from tables by H. Peter Anvin · 13 years ago
- e79a7fc x86-64, ia32: Move compat_ni_syscall into C and its own file by H. Peter Anvin · 13 years ago
- fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
- f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
- 838feb4 x86, asm: Flip RESTORE_ARGS arguments logic by Borislav Petkov · 14 years ago
- cac0e0a x86, asm: Flip SAVE_ARGS arguments logic by Borislav Petkov · 14 years ago
- 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 14 years ago
- 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 14 years ago
- b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 14 years ago
- da849ab Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 6aae5f2 x86: Add new syscalls for x86_64 by Aneesh Kumar K.V · 14 years ago
- ea71454 x86: Separate out entry text section by Jiri Olsa · 14 years ago
- 60cf637 x86: Use {push,pop}_cfi in more places by Jan Beulich · 14 years ago
- ce26efd x86: Add clock_adjtime for x86 by Richard Cochran · 14 years ago
- eefdca0 x86-64, compat: Retruncate rax after ia32 syscall entry tracing by Roland McGrath · 14 years ago
- 36d001c x86-64, compat: Test %rax for the syscall number, not %eax by H. Peter Anvin · 14 years ago
- 8cbd84f x86: fix up system call numbering nit by Linus Torvalds · 14 years ago
- b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
- bbaa416 fanotify: sys_fanotify_mark declartion by Eric Paris · 15 years ago
- 11637e4 fanotify: fanotify_init syscall declaration by Eric Paris · 15 years ago
- f33ebbe unistd: add __NR_prlimit64 syscall numbers by Jiri Slaby · 15 years ago
- 4cecd93 x86: correctly wire up the newuname system call by Christoph Hellwig · 15 years ago
- 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 15 years ago
- 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 15 years ago
- f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
- d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
- 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- c3359fb sysctl: x86 Use the compat_sys_sysctl by Eric W. Biederman · 16 years ago
- 8176674 x86-64: Fix register leak in 32-bit syscall audting by Jan Beulich · 15 years ago
- a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
- 24e3580 x86: Don't leak 64-bit kernel register values to 32-bit processes by Jan Beulich · 15 years ago
- cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
- 4c71157 x86, 32-bit: Use generic sys_pipe() by Amerigo Wang · 15 years ago
- 3c56999 Merge branch 'core/signal' into perfcounters/core by Thomas Gleixner · 16 years ago
- 12d1611 x86: hookup sys_rt_tgsigqueueinfo by Thomas Gleixner · 16 years ago
- f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
- f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 16 years ago
- 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- 2b1c6bd generic compat_sys_ustat by Christoph Hellwig · 16 years ago
- 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 16 years ago
- 249d51b Merge commit 'v2.6.29-rc4' into core/percpu by Ingo Molnar · 16 years ago
- c09249f x86-64: fix int $0x80 -ENOSYS return by Roland McGrath · 16 years ago
- af37501 Merge branch 'core/percpu' into perfcounters/core by Ingo Molnar · 16 years ago
- 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
- 241771e performance counters: x86 support by Ingo Molnar · 16 years ago
- b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
- 295286a x86-64: slightly stream-line 32-bit syscall entry code by Jan Beulich · 16 years ago
- 024e8ac x86_64: fix ia32 AMD syscall audit fast-path by Roland McGrath · 16 years ago
- 9fe5ad9 flag parameters add-on: remove epoll_create size param by Ulrich Drepper · 16 years ago
- 4006553 flag parameters: inotify_init by Ulrich Drepper · 16 years ago
- ed8cae8 flag parameters: pipe by Ulrich Drepper · 16 years ago
- 336dd1f flag parameters: dup2 by Ulrich Drepper · 16 years ago
- a0998b5 flag parameters: epoll_create by Ulrich Drepper · 16 years ago
- b087498e flag parameters: eventfd by Ulrich Drepper · 16 years ago
- 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
- 5cbf156 x86_64 ia32 syscall audit fast-path by Roland McGrath · 16 years ago
- acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 16 years ago
- d4d6715 x86 ptrace: unify syscall tracing by Roland McGrath · 16 years ago
- 360c044 x86_64: adjust exception frame in ia32entry by Jeremy Fitzhardinge · 16 years ago
- 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 16 years ago
- 457da70 x86/paravirt: groundwork for 64-bit Xen support, fix by Jeremy Fitzhardinge · 16 years ago
- 6680415 x86, 64-bit: ia32entry: replace privileged instructions with pvops by Jeremy Fitzhardinge · 16 years ago
- 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 16 years ago
- 5f0120b x86-64: remove unnecessary ptregs call stubs by Jan Beulich · 17 years ago
- 562b80b x86_64 ia32 ptrace: convert to compat_arch_ptrace by Roland McGrath · 17 years ago
- 48ee679 x86: ia32 ptrace vs -ENOSYS sysenter/syscall by Roland McGrath · 17 years ago
- 8ab32bb x86: ia32 ptrace vs -ENOSYS by Roland McGrath · 17 years ago
- cb9282e timerfd: wire the new timerfd API to the x86 family by Davide Libenzi · 17 years ago
- efd1ca5 x86: TLS cleanup by Roland McGrath · 17 years ago
- 36197c9 x86 vDSO: ia32 sysenter_return by Roland McGrath · 17 years ago
- ecd744e x86 - 32-bit ptrace emulation mishandles 6th arg by Chuck Ebbert · 17 years ago
- 2db55d3 x86_64: move ia32 by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/ia32/ia32entry.S]
- 176df24 x86_64: Zero extend all registers after ptrace in 32bit entry path. by Andi Kleen · 17 years ago
- cdc1793 x86_64: ia32entry adjustments by Jan Beulich · 17 years ago
- 97ac735 sys_fallocate() implementation on i386, x86_64 and powerpc by Amit Arora · 17 years ago
- b716395 diskquota: 32bit quota tools on 64bit architectures by Vasily Tarasov · 17 years ago
- e412ac4 x86_64: Fix readahead/sync_file_range/fadvise64 compat calls by Andi Kleen · 18 years ago
- ae7d5c8 x86_64: use signalfd and timerfd compat syscalls by Heiko Carstens · 18 years ago
- fdb902b1 signal/timer/event: eventfd wire up x86 arches by Davide Libenzi · 18 years ago
- 57ac889 signal/timer/event: timerfd wire up x86 arches by Davide Libenzi · 18 years ago
- 2121e24 signal/timer/event: signalfd wire up x86 arches by Davide Libenzi · 18 years ago
- 1c710c8 utimensat implementation by Ulrich Drepper · 18 years ago
- fb60b83 [PATCH] x86-64: Allow sys_uselib unconditionally by Andi Kleen · 18 years ago
- a9bc3bf [PATCH] x86-64: wire up compat sched_rr_get_interval(2) by Alexandr Andreev · 18 years ago