| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-20 | um: Prohibit the VM_CLONE flag in run_helper_thread() | Tiwei Bie | 1 | -0/+4 |
| 2025-03-20 | um: Add pthread-based helper support | Tiwei Bie | 1 | -0/+63 |
| 2024-01-04 | um: Fix naming clash between UML and scheduler | Anton Ivanov | 1 | -3/+3 |
| 2022-03-11 | um: run_helper: Write error message to kernel log on exec failure on host | Glenn Washburn | 1 | -0/+5 |
| 2021-06-17 | um: Fix stack pointer alignment | YiFei Zhu | 1 | -2/+2 |
| 2021-01-26 | Revert "um: allocate a guard page to helper threads" | Johannes Berg | 1 | -2/+2 |
| 2020-12-13 | um: allocate a guard page to helper threads | Johannes Berg | 1 | -2/+2 |
| 2019-09-15 | um: Add SPDX headers for files in arch/um/os-Linux | Alex Dewar | 1 | -1/+1 |
| 2015-10-19 | um: Fix waitpid() usage in helper code | Richard Weinberger | 1 | -3/+3 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -3/+3 |
| 2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro | 1 | -2/+0 |
| 2011-07-25 | uml: helper.c warning corrections | Vitaliy Ivanov | 1 | -2/+2 |
| 2010-04-19 | uml: Fix build breakage after slab.h changes | Jan Kiszka | 1 | -1/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-09-20 | includecheck fix: um, helper.c | Jaswinder Singh Rajput | 1 | -1/+0 |
| 2008-06-06 | uml: PATH_MAX needs limits.h | Ingo Molnar | 1 | -0/+1 |
| 2008-05-13 | uml: fix build when SLOB is enabled | Jeff Dike | 1 | -2/+2 |
| 2008-04-26 | uml: fix build error | Ingo Molnar | 1 | -0/+1 |
| 2008-02-05 | uml: tidy helper code | Jeff Dike | 1 | -44/+30 |
| 2007-12-17 | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka | 1 | -11/+27 |
| 2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 1 | -3/+5 |
| 2007-07-16 | uml: Eliminate kernel allocator wrappers | Jeff Dike | 1 | -2/+2 |
| 2007-07-16 | uml: simplify helper stack handling | Jeff Dike | 1 | -12/+7 |
| 2007-05-07 | uml: convert libc layer to call read and write | Jeff Dike | 1 | -2/+3 |
| 2007-05-07 | uml: tidy libc code | Jeff Dike | 1 | -3/+6 |
| 2007-05-07 | uml: remove page_size() | Jeff Dike | 1 | -2/+3 |
| 2007-05-07 | uml: remove user_util.h | Jeff Dike | 1 | -1/+0 |
| 2007-05-07 | uml: delete unused code | Jeff Dike | 1 | -11/+0 |
| 2006-11-25 | [PATCH] uml: make execvp safe for our usage | Paolo 'Blaisorblade' Giarrusso | 1 | -4/+10 |
| 2006-10-20 | [PATCH] uml: cleanup run_helper() API to fix a leak | Paolo 'Blaisorblade' Giarrusso | 1 | -4/+3 |
| 2006-10-20 | [PATCH] uml: code convention cleanup of a file | Paolo 'Blaisorblade' Giarrusso | 1 | -25/+28 |
| 2006-09-26 | [PATCH] uml: Fix handling of failed execs of helpers | Jeff Dike | 1 | -11/+11 |
| 2006-04-11 | [PATCH] uml: fix hang on run_helper() failure on uml_net | Paolo 'Blaisorblade' Giarrusso | 1 | -5/+5 |
| 2006-01-18 | [PATCH] uml: avoid malloc to sleep in atomic sections | Paolo 'Blaisorblade' Giarrusso | 1 | -2/+2 |
| 2005-11-07 | [PATCH] uml: separate libc-dependent helper code | Jeff Dike | 1 | -0/+165 |