aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+2
2012-09-27um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven1-3/+0
2012-09-27um: Fix IPC on umRichard Weinberger1-0/+1
2012-09-27um: kill thread->forkingAl Viro4-41/+13
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-6/+0
2012-09-20um: kill thread->forkingAl Viro4-41/+13
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-6/+0
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro1-3/+3
2012-06-09x86, um: Correct syscall table type attributes breaking gcc 4.8Martin Pelikan1-2/+2
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-2/+0
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+3
2012-05-21um: missing checks of __put_user()/__get_user() return valuesAl Viro2-8/+8
2012-05-21um: stub_rt_sigsuspend isn't needed these days anymoreAl Viro1-1/+0
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro11-277/+148
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/um/checksum_32.SH. Peter Anvin1-6/+3
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger1-7/+0
2012-04-10um: Disintegrate asm/system.hRichard Weinberger3-135/+82
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+5
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-25/+13
2012-03-25um: allow SUBARCH=x86Al Viro1-2/+2
2012-03-25um: kill HOST_TASK_PIDAl Viro1-3/+1
2012-03-25um: merge processor_{32,64}.h a bit...Al Viro3-20/+10
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron2-10/+1
2012-02-20x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2-0/+5
2012-01-18uml: fix compile for x86-64Linus Torvalds1-0/+5
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-0/+5
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-0/+5
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-47/+85
2012-01-12mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens1-4/+0
2012-01-12mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens1-4/+0
2011-12-09x86, um: Fix typo in 32-bit system call modificationsH. Peter Anvin1-1/+1
2011-12-05x86, um: Mark system call tables readonlyH. Peter Anvin2-2/+2
2011-12-05x86, um: Use the same style generated syscall tables as nativeH. Peter Anvin5-46/+84
2011-11-21fix braino in um patchset (mea culpa)Al Viro1-1/+1
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+0