| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-02 | um: Track userspace children dying in SECCOMP mode | Benjamin Berg | 1 | -0/+31 |
| 2025-03-18 | um: remove copy_from_kernel_nofault_allowed | Benjamin Berg | 1 | -51/+0 |
| 2024-10-25 | um: Add os_set_pdeathsig helper function | Tiwei Bie | 1 | -0/+6 |
| 2024-10-10 | um: Remove unused os_getpgrp function | Benjamin Berg | 1 | -5/+0 |
| 2024-10-10 | um: Remove unused os_stop_process | Benjamin Berg | 1 | -5/+0 |
| 2024-10-10 | um: Remove unused os_process_parent | Benjamin Berg | 1 | -39/+0 |
| 2024-10-10 | um: Remove unused os_process_pc | Benjamin Berg | 1 | -33/+0 |
| 2019-09-15 | um: Add SPDX headers for files in arch/um/os-Linux | Alex Dewar | 1 | -1/+1 |
| 2015-11-06 | um: Switch clocksource to hrtimers | Anton Ivanov | 1 | -0/+6 |
| 2015-04-13 | um: Remove SKAS3/4 support | Richard Weinberger | 1 | -16/+0 |
| 2013-09-07 | um: Cleanup SIGTERM handling | Richard Weinberger | 1 | -1/+0 |
| 2013-09-07 | um: Implement probe_kernel_read() | Richard Weinberger | 1 | -0/+52 |
| 2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -13/+0 |
| 2012-10-12 | x86, um: convert to saner kernel_execve() semantics | Al Viro | 1 | -13/+0 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -4/+4 |
| 2011-11-02 | um: shared/process.h is empty now; kill it | Al Viro | 1 | -1/+0 |
| 2011-11-02 | um: fill the handlers array at build time | Al Viro | 1 | -6/+6 |
| 2011-11-02 | um: simplify set_handler() | Al Viro | 1 | -13/+6 |
| 2011-11-02 | um: don't bother blocking SIGARLM and SIGUSR1 | Al Viro | 1 | -7/+6 |
| 2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro | 1 | -2/+0 |
| 2011-05-25 | um: fix crash while os_dump_core() | Richard Weinberger | 1 | -0/+1 |
| 2008-02-08 | uml: style fixes in arch/um/os-Linux | Jeff Dike | 1 | -1/+1 |
| 2008-02-05 | uml: remove init_irq_signals | Jeff Dike | 1 | -1/+4 |
| 2007-12-17 | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka | 1 | -2/+2 |
| 2007-10-16 | uml: eliminate SIGALRM | Jeff Dike | 1 | -5/+5 |
| 2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 1 | -17/+20 |
| 2007-10-16 | uml: get rid of do_longjmp | Jeff Dike | 1 | -1/+1 |
| 2007-10-16 | uml: style fixes pass 3 | Jeff Dike | 1 | -50/+50 |
| 2007-10-16 | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 1 | -3/+0 |
| 2007-10-16 | uml: throw out CONFIG_MODE_TT | Jeff Dike | 1 | -31/+0 |
| 2007-07-24 | uml: more __init annotations | Jeff Dike | 1 | -1/+1 |
| 2007-05-09 | uml: mark a tt-only function | Jeff Dike | 1 | -0/+2 |
| 2007-05-07 | uml: convert libc layer to call read and write | Jeff Dike | 1 | -4/+4 |
| 2007-05-07 | uml: tidy libc code | Jeff Dike | 1 | -14/+15 |
| 2007-05-07 | uml: remove page_size() | Jeff Dike | 1 | -1/+1 |
| 2007-05-07 | uml: add missing __init declarations | Jeff Dike | 1 | -2/+3 |
| 2007-05-07 | uml: remove user_util.h | Jeff Dike | 1 | -1/+0 |
| 2007-03-08 | [PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process() | Paolo 'Blaisorblade' Giarrusso | 1 | -0/+3 |
| 2006-11-03 | [PATCH] uml: include tidying | Jeff Dike | 1 | -1/+0 |
| 2006-10-02 | [PATCH] Remove the use of _syscallX macros in UML | Arnd Bergmann | 1 | -3/+2 |
| 2006-09-26 | [PATCH] uml: Move signal handlers to arch code | Jeff Dike | 1 | -1/+11 |
| 2006-09-26 | [PATCH] uml: Use klibc setjmp/longjmp | Jeff Dike | 1 | -1/+0 |
| 2006-07-14 | [PATCH] uml: tidy longjmp macro | Jeff Dike | 1 | -4/+4 |
| 2006-07-10 | [PATCH] uml: signal initialization cleanup | Jeff Dike | 1 | -10/+9 |
| 2006-05-01 | [PATCH] uml: clean up after MADVISE_REMOVE | Jeff Dike | 1 | -5/+12 |
| 2006-04-19 | [PATCH] uml: change sigjmp_buf to jmp_buf | Jeff Dike | 1 | -2/+2 |
| 2006-04-19 | [PATCH] uml: MADV_REMOVE fixes | Jeff Dike | 1 | -2/+2 |
| 2006-03-31 | [PATCH] UML: Hotplug memory, take 2 | Jeff Dike | 1 | -0/+44 |
| 2006-02-24 | [PATCH] uml: fix usage of kernel_errno in place of errno | Paolo 'Blaisorblade' Giarrusso | 1 | -0/+16 |
| 2006-01-18 | [PATCH] uml: implement soft interrupts | Jeff Dike | 1 | -20/+10 |
| 2006-01-08 | [PATCH] uml: move libc-dependent code from signal_user.c | Gennady Sharapov | 1 | -1/+0 |
| 2005-09-21 | [PATCH] uml: readd removed unistd.h inclusion | Paolo 'Blaisorblade' Giarrusso | 1 | -0/+1 |
| 2005-09-05 | [PATCH] uml: move libc-dependent startup and signal code | Gennady Sharapov | 1 | -3/+55 |
| 2005-05-05 | [PATCH] uml: Fix SIGWINCH relaying | Jeff Dike | 1 | -0/+5 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+171 |