| Commit message (Expand) | Author | Age | Files | Lines |
* | um: get rid of pointless include "..." where include <...> will do | Al Viro | 2012-10-09 | 20 | -42/+42 |
* | um: move sysrq.h out of include/shared | Al Viro | 2012-10-09 | 2 | -7/+7 |
* | um/x86: merge 32 and 64 bit variants of ptrace.h | Al Viro | 2012-10-09 | 3 | -78/+54 |
* | um/x86: merge 32 and 64bit variants of checksum.h | Al Viro | 2012-10-09 | 3 | -265/+144 |
* | um: Preinclude include/linux/kern_levels.h | Geert Uytterhoeven | 2012-09-27 | 1 | -3/+0 |
* | um: Fix IPC on um | Richard Weinberger | 2012-09-27 | 1 | -0/+1 |
* | um: kill thread->forking | Al Viro | 2012-09-27 | 4 | -41/+13 |
* | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 2012-09-27 | 1 | -6/+0 |
* | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs | Al Viro | 2012-08-01 | 1 | -3/+3 |
* | x86, um: Correct syscall table type attributes breaking gcc 4.8 | Martin Pelikan | 2012-06-09 | 1 | -2/+2 |
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -2/+0 |
* | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-23 | 1 | -6/+3 |
|\ |
|
| * | x86, extable: Remove open-coded exception table entries in arch/x86/um/checks... | H. Peter Anvin | 2012-04-20 | 1 | -6/+3 |
* | | um: missing checks of __put_user()/__get_user() return values | Al Viro | 2012-05-21 | 2 | -8/+8 |
* | | um: stub_rt_sigsuspend isn't needed these days anymore | Al Viro | 2012-05-21 | 1 | -1/+0 |
* | | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h | Al Viro | 2012-05-21 | 11 | -277/+148 |
* | | um: ->restart_block.fn needs to be reset on sigreturn | Al Viro | 2012-05-21 | 1 | -0/+3 |
|/ |
|
* | um: Use asm-generic/switch_to.h | Richard Weinberger | 2012-04-10 | 1 | -7/+0 |
* | um: Disintegrate asm/system.h | Richard Weinberger | 2012-04-10 | 3 | -135/+82 |
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 2 | -0/+5 |
|\ |
|
| * | x32: Add x32 system calls to syscall/syscall_64.tbl | H. Peter Anvin | 2012-02-20 | 2 | -0/+5 |
* | | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-27 | 5 | -25/+13 |
|\ \ |
|
| * | | um: allow SUBARCH=x86 | Al Viro | 2012-03-25 | 1 | -2/+2 |
| * | | um: kill HOST_TASK_PID | Al Viro | 2012-03-25 | 1 | -3/+1 |
| * | | um: merge processor_{32,64}.h a bit... | Al Viro | 2012-03-25 | 3 | -20/+10 |
| |/ |
|
* | | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 2012-03-23 | 2 | -10/+1 |
|/ |
|
* | uml: fix compile for x86-64 | Linus Torvalds | 2012-01-18 | 1 | -0/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 | 1 | -0/+5 |
|\ |
|
| * | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -0/+5 |
* | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-16 | 5 | -47/+85 |
|\ \ |
|
| * | | x86, um: Fix typo in 32-bit system call modifications | H. Peter Anvin | 2011-12-09 | 1 | -1/+1 |
| * | | x86, um: Mark system call tables readonly | H. Peter Anvin | 2011-12-05 | 2 | -2/+2 |
| * | | x86, um: Use the same style generated syscall tables as native | H. Peter Anvin | 2011-12-05 | 5 | -46/+84 |
* | | | mm,x86,um: move CMPXCHG_DOUBLE config option | Heiko Carstens | 2012-01-12 | 1 | -4/+0 |
* | | | mm,x86,um: move CMPXCHG_LOCAL config option | Heiko Carstens | 2012-01-12 | 1 | -4/+0 |
| |/
|/| |
|
* | | fix braino in um patchset (mea culpa) | Al Viro | 2011-11-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-11-06 | 1 | -3/+0 |
* | um: Fix kmalloc argument order in um/vdso/vma.c | Dave Jones | 2011-11-02 | 1 | -1/+1 |
* | um: we need sys/user.h only on i386 | Richard Weinberger | 2011-11-02 | 1 | -0/+2 |
* | um: merge delay_{32,64}.c | Richard Weinberger | 2011-11-02 | 3 | -61/+1 |
* | um: kill system-um.h | Al Viro | 2011-11-02 | 1 | -1/+3 |
* | um: segment.h is x86-only and needed only there | Al Viro | 2011-11-02 | 1 | -0/+10 |
* | um: unify ptrace_user.h | Al Viro | 2011-11-02 | 6 | -69/+28 |
* | um: unify KSTK_... | Al Viro | 2011-11-02 | 4 | -13/+10 |
* | um: fix gcov build breakage | Al Viro | 2011-11-02 | 1 | -2/+2 |
* | um: irq_vectors.h just shadows x86 one | Al Viro | 2011-11-02 | 1 | -0/+10 |
* | um: required-features.h is there only to shadow x86 one... | Al Viro | 2011-11-02 | 1 | -0/+9 |
* | um: asm/apic.h is there only to shadow the x86 one... | Al Viro | 2011-11-02 | 1 | -0/+4 |
* | um: take ldt.h to arch/x86/um/asm/mm_context.h | Al Viro | 2011-11-02 | 4 | -22/+56 |
* | um: merge signal_{32,64}.c | Al Viro | 2011-11-02 | 6 | -278/+189 |