summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-7/+0Star
|\
| * um: Remove signal translation and exec_domainRichard Weinberger2015-04-121-7/+0Star
* | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-157-220/+49Star
|\ \
| * | x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-04-131-1/+1
| * | um: Remove broken highmem supportRichard Weinberger2015-04-131-1/+0Star
| * | um: Remove broken SMP supportRichard Weinberger2015-04-131-11/+0Star
| * | um: Remove SKAS3/4 supportRichard Weinberger2015-04-134-207/+48Star
| |/
* | x86/asm/entry/64: Remove stub_ioplDenys Vlasenko2015-03-101-1/+1
* | x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov2015-02-231-2/+2
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* 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-121-6/+7
* | arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-121-4/+3Star
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-202-4/+15
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-4/+0Star
| * 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/+0Star
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-24/+21Star
|\ \
| * | um: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-24/+21Star
| |/
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-092-16/+0Star
* | 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/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2013-11-196-73/+18Star
|\
| * 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/+11Star
* | switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-091-6/+2Star
* | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-091-5/+2Star
|/
* um: prctl: Do not include linux/ptrace.hRichard Weinberger2013-09-071-1/+1
* um: remove dead codeRichard Weinberger2013-07-191-1/+0Star
* make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-041-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-246-63/+6Star
|\
| * burying unused conditionalsAl Viro2013-02-141-1/+0Star
| * x86: switch to generic old sigactionAl Viro2013-02-043-40/+3Star
| * x86,um: switch to generic old sigsuspend()Al Viro2013-02-041-0/+1
| * x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-041-3/+0Star
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-13/+2Star
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+0Star
| * sanitize rt_sigaction() situation a bitAl Viro2013-02-031-5/+0Star
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+1Star
|\ \
| * | arch/x86/um: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+1Star
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-201-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-215-11/+4Star
|\ \ | |/ |/|
| * new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-201-7/+2Star
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-203-2/+1Star
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1