summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove CONFIG_X86_OOSTOREDave Jones2014-03-111-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2013-11-196-73/+18
|\
| * um/vdso: add .gitignore for a couple of targetsRamkumar Ramachandra2013-11-171-0/+2
| * arch/um: make it work with defconfig and x86_64Ramkumar Ramachandra2013-11-171-0/+5
| * um: Rewrite show_stack()Richard Weinberger2013-11-174-73/+11
* | switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-091-6/+2
* | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-091-5/+2
|/
* um: prctl: Do not include linux/ptrace.hRichard Weinberger2013-09-071-1/+1
* um: remove dead codeRichard Weinberger2013-07-191-1/+0
* make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-031-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-236-63/+6
|\
| * burying unused conditionalsAl Viro2013-02-141-1/+0
| * x86: switch to generic old sigactionAl Viro2013-02-033-40/+3
| * x86,um: switch to generic old sigsuspend()Al Viro2013-02-031-0/+1
| * x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-031-3/+0
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-031-13/+2
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-031-1/+0
| * sanitize rt_sigaction() situation a bitAl Viro2013-02-031-5/+0
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+1
|\ \
| * | arch/x86/um: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-191-1/+1
|\ \ | |/ |/|
| * um: don't compare a pointer to 0Sasha Levin2012-12-201-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-205-11/+4
|\ \ | |/ |/|
| * new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-191-7/+2
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-193-2/+1
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-20/+1
|\ \ | |/
| * take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-2/+0
| * x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-283-18/+1
* | x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin2012-11-291-1/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+2
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-0/+1
|\ \
| * | x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-121-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-1/+1
|\ \ \ | |/ /
| * | um: switch to generic kernel_thread()Al Viro2012-09-301-0/+1
| * | x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-301-1/+0
| * | um: kill thread->forkingAl Viro2012-09-204-41/+13
| * | um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-201-6/+0
| |/
* | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-0920-42/+42
* | um: move sysrq.h out of include/sharedAl Viro2012-10-092-7/+7
* | um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro2012-10-093-78/+54
* | um/x86: merge 32 and 64bit variants of checksum.hAl Viro2012-10-093-265/+144
* | um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven2012-09-271-3/+0
* | um: Fix IPC on umRichard Weinberger2012-09-271-0/+1
* | um: kill thread->forkingAl Viro2012-09-274-41/+13
* | um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-271-6/+0
|/
* um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-011-3/+3
* x86, um: Correct syscall table type attributes breaking gcc 4.8Martin Pelikan2012-06-091-2/+2
OpenPOWER on IntegriCloud