| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -7/+0 |
|\ |
|
| * | um: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 1 | -7/+0 |
* | | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw... | Linus Torvalds | 2015-04-15 | 7 | -220/+49 |
|\ \ |
|
| * | | x86, UML: fix integer overflow in ELF_ET_DYN_BASE | Andrey Ryabinin | 2015-04-13 | 1 | -1/+1 |
| * | | um: Remove broken highmem support | Richard Weinberger | 2015-04-13 | 1 | -1/+0 |
| * | | um: Remove broken SMP support | Richard Weinberger | 2015-04-13 | 1 | -11/+0 |
| * | | um: Remove SKAS3/4 support | Richard Weinberger | 2015-04-13 | 4 | -207/+48 |
| |/ |
|
* | | x86/asm/entry/64: Remove stub_iopl | Denys Vlasenko | 2015-03-10 | 1 | -1/+1 |
* | | x86/asm: Use alternative_2() in rdtsc_barrier() | Borislav Petkov | 2015-02-23 | 1 | -2/+2 |
|/ |
|
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | x86, um: actually mark system call tables readonly | Daniel Borkmann | 2015-01-04 | 2 | -2/+2 |
* | Merge branch 'akpm' (second patch-bomb from Andrew) | Linus Torvalds | 2014-12-13 | 1 | -0/+1 |
|\ |
|
| * | x86: hook up execveat system call | David Drysdale | 2014-12-13 | 1 | -0/+1 |
* | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 2014-12-11 | 1 | -6/+7 |
* | | arch: Cleanup read_barrier_depends() and comments | Alexander Duyck | 2014-12-11 | 1 | -4/+3 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-19 | 2 | -4/+15 |
|\ |
|
| * | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 2014-09-23 | 1 | -4/+0 |
| * | UM: implement syscall_get_arch() | Eric Paris | 2014-09-23 | 1 | -0/+15 |
* | | um: remove csum_partial_copy_generic_i386 to clean up exception table | Honggang Li | 2014-10-13 | 1 | -239/+0 |
* | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 1 | -24/+21 |
|\ \ |
|
| * | | um: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -24/+21 |
| |/ |
|
* | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 2 | -16/+0 |
* | | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 2014-07-17 | 1 | -1/+2 |
|/ |
|
* | x86, vdso: Clean up 32-bit vs 64-bit vdso params | Andy Lutomirski | 2014-05-05 | 1 | -1/+1 |
* | x86: Remove CONFIG_X86_OOSTORE | Dave Jones | 2014-03-11 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2013-11-19 | 6 | -73/+18 |
|\ |
|
| * | um/vdso: add .gitignore for a couple of targets | Ramkumar Ramachandra | 2013-11-17 | 1 | -0/+2 |
| * | arch/um: make it work with defconfig and x86_64 | Ramkumar Ramachandra | 2013-11-17 | 1 | -0/+5 |
| * | um: Rewrite show_stack() | Richard Weinberger | 2013-11-17 | 4 | -73/+11 |
* | | switch elf_core_write_extra_data() to dump_emit() | Al Viro | 2013-11-09 | 1 | -6/+2 |
* | | switch elf_core_write_extra_phdrs() to dump_emit() | Al Viro | 2013-11-09 | 1 | -5/+2 |
|/ |
|
* | um: prctl: Do not include linux/ptrace.h | Richard Weinberger | 2013-09-07 | 1 | -1/+1 |
* | um: remove dead code | Richard Weinberger | 2013-07-19 | 1 | -1/+0 |
* | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 2013-03-03 | 1 | -2/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 6 | -63/+6 |
|\ |
|
| * | burying unused conditionals | Al Viro | 2013-02-14 | 1 | -1/+0 |
| * | x86: switch to generic old sigaction | Al Viro | 2013-02-03 | 3 | -40/+3 |
| * | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 | 1 | -0/+1 |
| * | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 2013-02-03 | 1 | -3/+0 |
| * | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 | 1 | -13/+2 |
| * | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-03 | 1 | -1/+0 |
| * | sanitize rt_sigaction() situation a bit | Al Viro | 2013-02-03 | 1 | -5/+0 |
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -2/+1 |
|\ \ |
|
| * | | arch/x86/um: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -2/+1 |
| |/ |
|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | um: don't compare a pointer to 0 | Sasha Levin | 2012-12-20 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 | 5 | -11/+4 |
|\ \
| |/
|/| |
|
| * | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 2012-12-19 | 1 | -7/+2 |
| * | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 2012-12-19 | 3 | -2/+1 |
| * | missing user_stack_pointer() instances | Al Viro | 2012-12-19 | 1 | -0/+1 |