aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-4/+15
2014-10-13um: remove csum_partial_copy_generic_i386 to clean up exception tableHonggang Li1-239/+0
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-4/+0
2014-09-23UM: implement syscall_get_arch()Eric Paris1-0/+15
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-24/+21
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2-16/+0
2014-08-06um: Use get_signal() signal_setup_done()Richard Weinberger1-24/+21
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-1/+2
2014-05-05x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski1-1/+1
2014-03-11x86: Remove CONFIG_X86_OOSTOREDave Jones1-4/+0
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds6-73/+18
2013-11-17um/vdso: add .gitignore for a couple of targetsRamkumar Ramachandra1-0/+2
2013-11-17arch/um: make it work with defconfig and x86_64Ramkumar Ramachandra1-0/+5
2013-11-17um: Rewrite show_stack()Richard Weinberger4-73/+11
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro1-6/+2
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro1-5/+2
2013-09-07um: prctl: Do not include linux/ptrace.hRichard Weinberger1-1/+1
2013-07-19um: remove dead codeRichard Weinberger1-1/+0
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-2/+3
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds6-63/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+1
2013-02-19Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-02-14burying unused conditionalsAl Viro1-1/+0
2013-02-03x86: switch to generic old sigactionAl Viro3-40/+3
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-0/+1
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldAl Viro1-3/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-13/+2
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+0
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-5/+0
2013-01-11arch/x86/um: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-11/+4
2012-12-20um: don't compare a pointer to 0Sasha Levin1-1/+1
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-7/+2
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro3-2/+1
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-20/+1
2012-11-29x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin1-1/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-2/+0
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro3-18/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+1
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro1-0/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro20-42/+42
2012-10-09um: move sysrq.h out of include/sharedAl Viro2-7/+7
2012-10-09um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro3-78/+54
2012-10-09um/x86: merge 32 and 64bit variants of checksum.hAl Viro3-265/+144
2012-09-30um: switch to generic kernel_thread()Al Viro1-0/+1
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-1/+0