aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)AuthorFilesLines
2014-03-11x86: Remove CONFIG_X86_OOSTOREGravatar Dave Jones 1-4/+0
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlGravatar Linus Torvalds 6-73/+18
2013-11-17um/vdso: add .gitignore for a couple of targetsGravatar Ramkumar Ramachandra 1-0/+2
2013-11-17arch/um: make it work with defconfig and x86_64Gravatar Ramkumar Ramachandra 1-0/+5
2013-11-17um: Rewrite show_stack()Gravatar Richard Weinberger 4-73/+11
2013-11-09switch elf_core_write_extra_data() to dump_emit()Gravatar Al Viro 1-6/+2
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Gravatar Al Viro 1-5/+2
2013-09-07um: prctl: Do not include linux/ptrace.hGravatar Richard Weinberger 1-1/+1
2013-07-19um: remove dead codeGravatar Richard Weinberger 1-1/+0
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectGravatar Al Viro 1-2/+3
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-63/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2013-02-19Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2013-02-14burying unused conditionalsGravatar Al Viro 1-1/+0
2013-02-03x86: switch to generic old sigactionGravatar Al Viro 3-40/+3
2013-02-03x86,um: switch to generic old sigsuspend()Gravatar Al Viro 1-0/+1
2013-02-03x86: get rid of pt_regs argument in vm86/vm86oldGravatar Al Viro 1-3/+0
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsGravatar Al Viro 1-13/+2
2013-02-03x86: get rid of pt_regs argument of iopl(2)Gravatar Al Viro 1-1/+0
2013-02-03sanitize rt_sigaction() situation a bitGravatar Al Viro 1-5/+0
2013-01-11arch/x86/um: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-11/+4
2012-12-20um: don't compare a pointer to 0Gravatar Sasha Levin 1-1/+1
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseGravatar Al Viro 1-7/+2
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itGravatar Al Viro 3-2/+1
2012-12-19missing user_stack_pointer() instancesGravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-2/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-20/+1
2012-11-29x86, 386 removal: Remove CONFIG_XADDGravatar H. Peter Anvin 1-1/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hGravatar Al Viro 1-2/+0
2012-11-28x86, um: switch to generic fork/vfork/cloneGravatar Al Viro 3-18/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2012-10-12x86, um: convert to saner kernel_execve() semanticsGravatar Al Viro 1-0/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 20-42/+42
2012-10-09um: move sysrq.h out of include/sharedGravatar Al Viro 2-7/+7
2012-10-09um/x86: merge 32 and 64 bit variants of ptrace.hGravatar Al Viro 3-78/+54
2012-10-09um/x86: merge 32 and 64bit variants of checksum.hGravatar Al Viro 3-265/+144
2012-09-30um: switch to generic kernel_thread()Gravatar Al Viro 1-0/+1
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveGravatar Al Viro 1-1/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 1-0/+2
2012-09-27um: Preinclude include/linux/kern_levels.hGravatar Geert Uytterhoeven 1-3/+0
2012-09-27um: Fix IPC on umGravatar Richard Weinberger 1-0/+1
2012-09-27um: kill thread->forkingGravatar Al Viro 4-41/+13
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerGravatar Al Viro 1-6/+0
2012-09-20um: kill thread->forkingGravatar Al Viro 4-41/+13
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerGravatar Al Viro 1-6/+0
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsGravatar Al Viro 1-3/+3
2012-06-09x86, um: Correct syscall table type attributes breaking gcc 4.8Gravatar Martin Pelikan 1-2/+2