summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* x86, um: actually mark system call tables readonlyDaniel Borkmann2015-01-042-2/+2
* Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-131-0/+1
|\
| * x86: hook up execveat system callDavid Drysdale2014-12-131-0/+1
* | arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-6/+7
* | arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-4/+3
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-192-4/+15
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-4/+0
| * UM: implement syscall_get_arch()Eric Paris2014-09-231-0/+15
* | um: remove csum_partial_copy_generic_i386 to clean up exception tableHonggang Li2014-10-131-239/+0
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-24/+21
|\ \
| * | um: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-24/+21
| |/
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-082-16/+0
* | arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-1/+2
|/
* x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-051-1/+1
* 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
|\ \ \ | |/ /
OpenPOWER on IntegriCloud