aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-2/+0
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+3
2012-05-21um: missing checks of __put_user()/__get_user() return valuesGravatar Al Viro 2-8/+8
2012-05-21um: stub_rt_sigsuspend isn't needed these days anymoreGravatar Al Viro 1-1/+0
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hGravatar Al Viro 11-277/+148
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnGravatar Al Viro 1-0/+3
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/um/checks...Gravatar H. Peter Anvin 1-6/+3
2012-04-10um: Use asm-generic/switch_to.hGravatar Richard Weinberger 1-7/+0
2012-04-10um: Disintegrate asm/system.hGravatar Richard Weinberger 3-135/+82
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+5
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-25/+13
2012-03-25um: allow SUBARCH=x86Gravatar Al Viro 1-2/+2
2012-03-25um: kill HOST_TASK_PIDGravatar Al Viro 1-3/+1
2012-03-25um: merge processor_{32,64}.h a bit...Gravatar Al Viro 3-20/+10
2012-03-23coredump: remove VM_ALWAYSDUMP flagGravatar Jason Baron 2-10/+1
2012-02-20x32: Add x32 system calls to syscall/syscall_64.tblGravatar H. Peter Anvin 2-0/+5
2012-01-18uml: fix compile for x86-64Gravatar Linus Torvalds 1-0/+5
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-01-17Audit: push audit success and retcode into arch ptrace.hGravatar Eric Paris 1-0/+5
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-47/+85
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionGravatar Heiko Carstens 1-4/+0
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionGravatar Heiko Carstens 1-4/+0