| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-07 | um: set DONTDUMP and DONTFORK flags on KASAN shadow memory | Benjamin Berg | 1 | -0/+12 |
| 2024-10-10 | um: use execveat to create userspace MMs | Benjamin Berg | 1 | -1/+1 |
| 2024-04-30 | um: Add an internal header shared among the user code | Tiwei Bie | 1 | -0/+1 |
| 2024-04-30 | um: Fix the declaration of kasan_map_memory | Tiwei Bie | 1 | -0/+1 |
| 2022-07-17 | UML: add support for KASAN under x86_64 | Patricia Alfonso | 1 | -0/+22 |
| 2019-09-15 | um: Add SPDX headers for files in arch/um/os-Linux | Alex Dewar | 1 | -1/+1 |
| 2017-07-05 | um: Use os_warn to print out pre-boot warning/error messages | Masami Hiramatsu | 1 | -5/+5 |
| 2017-07-05 | um: Use os_info for the messages on normal path | Masami Hiramatsu | 1 | -9/+9 |
| 2016-01-10 | um: Use race-free temporary file creation | Mickaël Salaün | 1 | -0/+11 |
| 2016-01-10 | um: Do not set unsecure permission for temporary file | Mickaël Salaün | 1 | -6/+0 |
| 2014-04-20 | uml: Simplify tempdir logic. | Tristan Schmelcher | 1 | -297/+75 |
| 2013-07-19 | uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c... | Tristan Schmelcher | 1 | -41/+189 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -2/+2 |
| 2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro | 1 | -2/+0 |
| 2011-07-25 | uml: free resources | Davidlohr Bueso | 1 | -2/+4 |
| 2010-06-29 | um: os-linux/mem.c needs sys/stat.h | Liu Aleaxander | 1 | -0/+1 |
| 2008-02-08 | uml: improved error handling while locating temp dir | Jim Meyering | 1 | -9/+6 |
| 2008-02-08 | uml: style fixes in arch/um/os-Linux | Jeff Dike | 1 | -51/+50 |
| 2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 1 | -1/+0 |
| 2008-02-05 | uml: const and other tidying | WANG Cong | 1 | -3/+4 |
| 2008-02-05 | uml: code tidying under arch/um/os-Linux | WANG Cong | 1 | -1/+4 |
| 2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 1 | -3/+3 |
| 2007-05-07 | uml: convert libc layer to call read and write | Jeff Dike | 1 | -3/+2 |
| 2007-05-07 | uml: add missing __init declarations | Jeff Dike | 1 | -4/+5 |
| 2007-05-07 | uml: remove user_util.h | Jeff Dike | 1 | -1/+0 |
| 2007-02-11 | [PATCH] uml: fix style violations | Jeff Dike | 1 | -4/+5 |
| 2007-02-11 | [PATCH] uml: locking comments in memory and tempfile code | Jeff Dike | 1 | -0/+7 |
| 2006-09-29 | [PATCH] uml: close file descriptor leaks | Jeff Dike | 1 | -1/+5 |
| 2006-09-26 | [PATCH] uml: Use ARRAY_SIZE more assiduously | Jeff Dike | 1 | -3/+3 |
| 2006-06-30 | [PATCH] uml: fix off-by-one bug in VM file creation | Jeff Dike | 1 | -2/+5 |
| 2006-06-30 | [PATCH] uml: fix /proc/mounts parsing boundary condition | Jeff Dike | 1 | -2/+12 |
| 2006-04-19 | [PATCH] uml: physical memory map file fixes | Rob Landley | 1 | -1/+117 |
| 2006-04-11 | [PATCH] uml: fix big stack user | Paolo 'Blaisorblade' Giarrusso | 1 | -10/+13 |
| 2006-03-31 | [PATCH] UML: Hotplug memory, take 2 | Jeff Dike | 1 | -26/+1 |
| 2005-11-07 | [PATCH] uml: big memory fixes | Jeff Dike | 1 | -3/+3 |
| 2005-09-17 | [PATCH] uml: move libc code out of mem_user.c and tempfile.c | Jeff Dike | 1 | -0/+161 |