| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-10-19 | x86/signal/32: Merge native and compat 32-bit signal code | Brian Gerst | 2 | -342/+0 |
| 2022-10-19 | x86/signal: Merge get_sigframe() | Brian Gerst | 1 | -34/+0 |
| 2022-10-19 | x86: Remove __USER32_DS | Brian Gerst | 1 | -7/+7 |
| 2022-10-19 | x86/signal: Remove sigset_t parameter from frame setup functions | Brian Gerst | 1 | -4/+4 |
| 2022-10-19 | x86/signal: Remove sig parameter from frame setup functions | Brian Gerst | 1 | -6/+6 |
| 2022-04-11 | x86: Remove a.out support | Borislav Petkov | 2 | -327/+0 |
| 2021-11-01 | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+8 |
| 2021-10-20 | x86/fpu: Remove internal.h dependency from fpu/signal.h | Thomas Gleixner | 1 | -1/+0 |
| 2021-10-01 | audit: add support for the openat2 syscall | Richard Guy Briggs | 1 | -0/+2 |
| 2021-10-01 | audit: replace magic audit syscall class numbers with macros | Richard Guy Briggs | 1 | -5/+6 |
| 2021-09-14 | x86/fpu/signal: Change return type of fpu__restore_sig() to boolean | Thomas Gleixner | 1 | -1/+1 |
| 2021-09-14 | x86/signal: Change return type of restore_sigcontext() to boolean | Thomas Gleixner | 1 | -6/+6 |
| 2021-09-14 | x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean | Thomas Gleixner | 1 | -2/+2 |
| 2021-09-03 | binfmt: remove in-tree usage of MAP_DENYWRITE | David Hildenbrand | 1 | -4/+2 |
| 2021-09-03 | binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib() | David Hildenbrand | 1 | -1/+1 |
| 2021-06-29 | binfmt: remove in-tree usage of MAP_EXECUTABLE | David Hildenbrand | 1 | -2/+2 |
| 2020-12-11 | x86/ia32_signal: Propagate __user annotation properly | Lukas Bulwahn | 1 | -1/+1 |
| 2020-09-08 | x86: remove address space overrides using set_fs() | Christoph Hellwig | 1 | -1/+0 |
| 2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 1 | -1/+0 |
| 2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -3/+1 |
| 2020-06-01 | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2020-05-19 | x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall() | Benjamin Thiel | 1 | -0/+1 |
| 2020-05-07 | exec: Rename flush_old_exec begin_new_exec | Eric W. Biederman | 1 | -1/+1 |
| 2020-05-07 | exec: Merge install_exec_creds into setup_new_exec | Eric W. Biederman | 1 | -1/+0 |
| 2020-05-07 | binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf | Eric W. Biederman | 1 | -2/+1 |
| 2020-05-05 | signal: refactor copy_siginfo_to_user32 | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-31 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -159/+129 |
| 2020-03-26 | x86: ia32_setup_rt_frame(): consolidate uaccess areas | Al Viro | 1 | -10/+3 |
| 2020-03-26 | x86: ia32_setup_frame(): consolidate uaccess areas | Al Viro | 1 | -27/+12 |
| 2020-03-26 | x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callers | Al Viro | 1 | -16/+28 |
| 2020-03-21 | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments | Brian Gerst | 2 | -255/+1 |
| 2020-03-21 | x86/entry/32: Rename 32-bit specific syscalls | Brian Gerst | 1 | -15/+15 |
| 2020-03-19 | x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame() | Al Viro | 1 | -24/+26 |
| 2020-03-18 | x86: switch ia32_setup_sigcontext() to unsafe_put_user() | Al Viro | 1 | -28/+30 |
| 2020-03-18 | x86: get rid of get_user_ex() in ia32_restore_sigcontext() | Al Viro | 1 | -60/+42 |
| 2020-03-18 | x86: switch sigframe sigset handling to explict __get_user()/__put_user() | Al Viro | 1 | -11/+5 |
| 2020-01-08 | x86: Remove force_iret() | Brian Gerst | 1 | -2/+0 |
| 2019-10-11 | syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn | Sami Tolvanen | 1 | -2/+3 |
| 2019-07-14 | clone: fix CLONE_PIDFD support | Dmitry V. Levin | 1 | -0/+4 |
| 2019-07-12 | x86: use static_cpu_has in uaccess region to avoid instrumentation | Marco Elver | 1 | -1/+1 |
| 2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -2/+10 |
| 2019-06-09 | fork: add clone3 | Christian Brauner | 1 | -2/+10 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -11/+6 |
| 2019-04-10 | x86/fpu: Remove fpu->initialized | Sebastian Andrzej Siewior | 1 | -11/+6 |
| 2019-04-03 | x86/ia32: Fix ia32_restore_sigcontext() AC leak | Peter Zijlstra | 1 | -12/+17 |
| 2019-03-05 | a.out: remove core dumping support | Linus Torvalds | 1 | -159/+0 |
| 2019-02-13 | x86/a.out: Clear the dump structure initially | Borislav Petkov | 1 | -2/+4 |
| 2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 3 | -7/+7 |
| 2018-04-02 | syscalls/x86: auto-create compat_sys_*() prototypes | Dominik Brodowski | 2 | -2/+1 |
| 2018-04-02 | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() | Dominik Brodowski | 1 | -1/+1 |
| 2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 1 | -1/+1 |
| 2018-04-02 | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() | Dominik Brodowski | 1 | -6/+6 |
| 2018-04-02 | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() | Dominik Brodowski | 1 | -2/+2 |
| 2018-04-02 | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls | Dominik Brodowski | 1 | -4/+4 |
| 2018-04-02 | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() | Dominik Brodowski | 1 | -1/+2 |
| 2018-04-02 | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall | Dominik Brodowski | 1 | -3/+3 |
| 2018-04-02 | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski | 1 | -1/+1 |
| 2018-04-02 | x86: remove compat_sys_x86_waitpid() | Dominik Brodowski | 1 | -6/+0 |
| 2018-04-02 | x86: use _do_fork() in compat_sys_x86_clone() | Dominik Brodowski | 1 | -1/+2 |
| 2018-03-07 | x86/entry: Do not special-case clone(2) in compat entry | Dominik Brodowski | 1 | -0/+11 |
| 2018-03-07 | x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls | Dominik Brodowski | 1 | -30/+33 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-09-26 | x86/fpu: Rename fpu::fpstate_active to fpu::initialized | Ingo Molnar | 1 | -1/+1 |
| 2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+2 |
| 2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig | 1 | -2/+2 |
| 2017-07-30 | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads | Andy Lutomirski | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 3 | -3/+3 |
| 2016-09-14 | x86/signal: Add SA_{X32,IA32}_ABI sa_flags | Dmitry Safonov | 1 | -1/+1 |
| 2016-05-27 | mm: remove more IS_ERR_VALUE abuses | Linus Torvalds | 1 | -9/+8 |
| 2016-05-23 | mm, aout: handle vm_brk failures | Michal Hocko | 1 | -7/+15 |
| 2016-04-13 | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov | 1 | -1/+1 |
| 2015-11-03 | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+4 |
| 2015-10-07 | x86/vdso: Remove runtime 32-bit vDSO selection | Andy Lutomirski | 1 | -2/+2 |
| 2015-09-08 | x86/headers: Remove <asm/sigcontext.h> references on the kernel side | Ingo Molnar | 1 | -1/+1 |
| 2015-09-08 | x86/headers: Remove direct sigcontext32.h uses | Ingo Molnar | 1 | -1/+1 |
| 2015-09-08 | x86/headers: Convert sigcontext_ia32 uses to sigcontext_32 | Ingo Molnar | 1 | -2/+2 |
| 2015-09-08 | x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32 | Ingo Molnar | 1 | -1/+1 |
| 2015-07-06 | x86/compat: Move copy_siginfo_*_user32() to signal_compat.c | Brian Gerst | 1 | -93/+0 |
| 2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -612/+1 |
| 2015-06-03 | x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ | Ingo Molnar | 2 | -523/+1 |
| 2015-06-02 | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 1 | -101/+32 |
| 2015-05-19 | x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling... | Ingo Molnar | 1 | -0/+1 |
| 2015-05-19 | x86/fpu: Move the signal frame handling code closer to each other | Ingo Molnar | 1 | -1/+1 |
| 2015-05-19 | x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() | Ingo Molnar | 1 | -1/+1 |
| 2015-05-19 | x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() | Ingo Molnar | 1 | -1/+1 |
| 2015-05-19 | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 1 | -1/+1 |
| 2015-05-19 | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active | Ingo Molnar | 1 | -1/+2 |
| 2015-05-19 | x86/fpu: Open code PF_USED_MATH usages | Ingo Molnar | 1 | -1/+1 |
| 2015-05-19 | x86/fpu: Fix header file dependencies of fpu-internal.h | Ingo Molnar | 1 | -1/+0 |
| 2015-05-08 | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 1 | -2/+2 |
| 2015-05-08 | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 1 | -1/+1 |
| 2015-05-08 | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 1 | -0/+7 |
| 2015-04-26 | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue | Andy Lutomirski | 1 | -0/+7 |
| 2015-04-22 | x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logic | Denys Vlasenko | 1 | -28/+14 |
| 2015-04-22 | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop | Andy Lutomirski | 1 | -6/+0 |
| 2015-04-09 | x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too | Denys Vlasenko | 1 | -2/+0 |
| 2015-04-06 | x86/signal: Remove pax argument from restore_sigcontext | Brian Gerst | 1 | -11/+6 |
| 2015-04-03 | x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER | Andy Lutomirski | 1 | -13/+40 |
| 2015-04-01 | x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_... | Denys Vlasenko | 1 | -36/+46 |
| 2015-03-27 | x86/asm/entry/32: Make register zero-extension more prominent | Denys Vlasenko | 1 | -4/+10 |
| 2015-03-27 | x86/asm/entry/32: Update "interrupt off" comments | Denys Vlasenko | 1 | -18/+27 |
| 2015-03-24 | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() | Ingo Molnar | 1 | -15/+15 |
| 2015-03-24 | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro | Ingo Molnar | 1 | -15/+15 |
| 2015-03-24 | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 1 | -2/+2 |
| 2015-03-24 | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL... | Denys Vlasenko | 1 | -15/+15 |
| 2015-03-23 | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 1 | -0/+2 |
| 2015-03-06 | x86/asm/entry: Rename 'init_tss' to 'cpu_tss' | Andy Lutomirski | 1 | -1/+1 |
| 2015-03-06 | x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 | Andy Lutomirski | 1 | -2/+1 |
| 2015-03-04 | x86/asm/entry/64/compat: Use more readable constant | Denys Vlasenko | 1 | -1/+1 |
| 2015-03-04 | x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers | Denys Vlasenko | 1 | -14/+18 |
| 2015-03-04 | x86/asm/entry: Add comments about various syscall instructions | Denys Vlasenko | 1 | -50/+83 |
| 2015-03-04 | x86/asm/entry: Do mass removal of 'ARGOFFSET' | Denys Vlasenko | 1 | -71/+71 |
| 2015-03-04 | x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s... | Denys Vlasenko | 1 | -22/+25 |
| 2015-03-04 | Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree | Ingo Molnar | 1 | -1/+1 |
| 2015-03-04 | x86/compat: Remove sys32_vm86_warning | Brian Gerst | 1 | -14/+0 |
| 2015-03-04 | x86/compat: Merge native and compat 32-bit syscall tables | Brian Gerst | 2 | -26/+0 |
| 2015-03-04 | x86/compat: Remove compat_ni_syscall() | Brian Gerst | 3 | -10/+3 |
| 2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -1/+1 |
| 2015-01-13 | x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSET | Denys Vlasenko | 1 | -2/+2 |
| 2014-12-13 | x86: hook up execveat system call | David Drysdale | 2 | -0/+2 |
| 2014-12-08 | Merge branch 'iov_iter' into for-next | Al Viro | 1 | -1/+1 |
| 2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -4/+4 |
| 2014-10-31 | x86_64, entry: Fix out of bounds read on sysenter | Andy Lutomirski | 1 | -1/+1 |
| 2014-10-19 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -6/+6 |
| 2014-10-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+17 |
| 2014-10-09 | handle suicide on late failure exits in execve() in search_binary_handler() | Al Viro | 1 | -16/+5 |
| 2014-10-06 | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 1 | -1/+17 |
| 2014-09-23 | audit: x86: drop arch from __audit_syscall_entry() interface | Richard Guy Briggs | 1 | -6/+6 |
| 2014-05-05 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 1 | -4/+4 |
| 2013-11-09 | constify copy_siginfo_to_user{,32}() | Al Viro | 1 | -1/+1 |
| 2013-11-09 | dump_skip(): dump_seek() replacement taking coredump_params | Al Viro | 1 | -1/+1 |
| 2013-11-09 | aout: switch to dump_emit | Al Viro | 1 | -12/+8 |
| 2013-11-09 | restore 32bit aout coredump | Al Viro | 1 | -34/+36 |
| 2013-09-04 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2013-09-04 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2013-09-01 | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro | 1 | -1/+1 |
| 2013-07-23 | x86/ia32/asm: Remove unused argument in macro | Ramkumar Ramachandra | 1 | -1/+1 |
| 2013-07-10 | mm: remove free_area_cache | Michel Lespinasse | 1 | -2/+0 |
| 2013-07-02 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |
| 2013-06-22 | aout32 coredump compat fix | Al Viro | 1 | -1/+1 |
| 2013-05-28 | x86/signals: Propagate RF EFLAGS bit through the signal restore call | Jiri Olsa | 1 | -2/+0 |
| 2013-05-09 | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -9/+0 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -24/+6 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -94/+0 |
| 2013-04-30 | coredump: factor out the setting of PF_DUMPCORE | Oleg Nesterov | 1 | -1/+0 |
| 2013-04-29 | new helper: read_code() | Al Viro | 1 | -24/+6 |
| 2013-03-03 | x86: sys32_kill and sys32_mprotect are pointless | Al Viro | 1 | -11/+0 |
| 2013-03-03 | merge compat sys_ipc instances | Al Viro | 2 | -57/+0 |
| 2013-03-03 | consolidate compat lookup_dcookie() | Al Viro | 1 | -6/+0 |
| 2013-03-03 | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -20/+0 |
| 2013-03-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+0 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+2 |
| 2013-02-24 | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -5/+0 |
| 2013-02-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -207/+26 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -4/+2 |
| 2013-02-14 | x86: convert to ksignal | Al Viro | 1 | -20/+17 |
| 2013-02-03 | x86: switch to generic old sigaction | Al Viro | 1 | -39/+0 |
| 2013-02-03 | x86: switch to generic compat rt_sigaction() | Al Viro | 1 | -76/+0 |
| 2013-02-03 | x86: switch to generic compat sched_rr_get_interval() | Al Viro | 1 | -17/+0 |
| 2013-02-03 | x86,um: switch to generic old sigsuspend() | Al Viro | 1 | -7/+0 |
| 2013-02-03 | x86: switch to generic compat rt_sigqueueinfo() | Al Viro | 1 | -15/+0 |
| 2013-02-03 | x86: switch to generic compat rt_sigpending() | Al Viro | 1 | -24/+0 |
| 2013-02-03 | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2 | -8/+9 |
| 2013-02-03 | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 1 | -1/+0 |
| 2013-01-31 | x86-64: Replace left over sti/cli in ia32 audit exit code | Jan Beulich | 1 | -2/+2 |
| 2012-12-19 | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 1 | -4/+1 |
| 2012-12-19 | generic compat_sys_sigaltstack() | Al Viro | 2 | -50/+1 |
| 2012-11-28 | x86, um: switch to generic fork/vfork/clone | Al Viro | 2 | -12/+6 |
| 2012-11-28 | get rid of pt_regs argument of ->load_binary() | Al Viro | 1 | -2/+3 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -16/+1 |
| 2012-09-30 | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2 | -16/+1 |
| 2012-09-21 | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 2 | -9/+14 |
| 2012-09-21 | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 1 | -5/+7 |
| 2012-09-21 | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 1 | -0/+6 |
| 2012-09-18 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha | 1 | -3/+6 |
| 2012-09-05 | x86/signals: ia32_signal.c: add __user casts to fix sparse warnings | Mathias Krause | 1 | -5/+6 |
| 2012-09-05 | x86: Fix __user annotations in asm/sys_ia32.h | Mathias Krause | 1 | -1/+1 |
| 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 |