| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-27 | um: move asm-offsets generation into a single file | Johannes Berg | 1 | -18/+0 |
| 2025-10-27 | um/hostfs: define HOSTFS_ATTR_* via asm-offsets | Johannes Berg | 1 | -0/+1 |
| 2025-09-10 | um: Centralize stub size calculations | Tiwei Bie | 2 | -2/+2 |
| 2025-07-11 | um: simplify syscall header files | Johannes Berg | 4 | -60/+0 |
| 2025-06-05 | Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -0/+66 |
| 2025-06-02 | um: Implement kernel side of SECCOMP based process handling | Benjamin Berg | 1 | -0/+2 |
| 2025-06-02 | um: Add helper functions to get/set state for SECCOMP | Benjamin Berg | 1 | -0/+9 |
| 2025-06-02 | um: Add stub side of SECCOMP/futex based process handling | Benjamin Berg | 4 | -0/+55 |
| 2025-05-05 | um: fix _nofault accesses | Johannes Berg | 2 | -2/+2 |
| 2025-03-18 | um: mark rodata read-only and implement _nofault accesses | Johannes Berg | 2 | -0/+24 |
| 2025-01-10 | um: Remove unused user_context function | Tiwei Bie | 1 | -2/+0 |
| 2024-10-23 | um: switch to regset API and depend on XSTATE | Benjamin Berg | 4 | -15/+7 |
| 2024-10-23 | um: make stub_exe _start() pure inline asm | Johannes Berg | 2 | -0/+16 |
| 2024-10-10 | um: Calculate stub data address relative to stub code | Benjamin Berg | 2 | -6/+12 |
| 2024-10-10 | um: Add generic stub_syscall1 function | Benjamin Berg | 1 | -0/+11 |
| 2024-07-03 | um: remove copy_context_skas0 | Benjamin Berg | 3 | -51/+0 |
| 2024-07-03 | um: Rework syscall handling | Benjamin Berg | 1 | -0/+1 |
| 2024-07-03 | um: Add generic stub_syscall6 function | Benjamin Berg | 2 | -0/+38 |
| 2024-07-03 | um: Remove stub-data.h include from common-offsets.h | Benjamin Berg | 2 | -6/+8 |
| 2024-04-30 | um: Fix the -Wmissing-prototypes warning for get_thread_reg | Tiwei Bie | 1 | -0/+7 |
| 2024-04-22 | um: Fix -Wmissing-prototypes warnings for __warp_* and foo | Tiwei Bie | 1 | -0/+3 |
| 2024-01-05 | um: Mark 32bit syscall helpers as clobbering memory | Benjamin Berg | 1 | -6/+12 |
| 2024-01-04 | um: Always inline stub functions | Benjamin Berg | 2 | -18/+20 |
| 2024-01-04 | um: Drop support for hosts without SYSEMU_SINGLESTEP support | Benjamin Berg | 2 | -11/+5 |
| 2023-04-20 | um: make stub data pages size tweakable | Johannes Berg | 2 | -8/+8 |
| 2022-09-19 | um: Cleanup syscall_handler_t cast in syscalls_32.h | Lukas Straub | 1 | -3/+2 |
| 2022-07-17 | um: include linux/stddef.h for __always_inline | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-03-11 | um: Cleanup syscall_handler_t definition/cast, fix warning | David Gow | 1 | -3/+2 |
| 2021-12-21 | um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c | Al Viro | 1 | -3/+0 |
| 2021-08-26 | um: fix stub location calculation | Johannes Berg | 2 | -0/+24 |
| 2021-04-15 | um: Fix tag order in stub_32.h | Johannes Berg | 1 | -1/+1 |
| 2021-02-12 | um: rework userspace stubs to not hard-code stub location | Johannes Berg | 2 | -23/+46 |
| 2021-02-12 | um: separate child and parent errors in clone stub | Johannes Berg | 2 | -2/+2 |
| 2018-10-29 | um: Remove update_debugregs() | Richard Weinberger | 1 | -2/+0 |
| 2018-10-29 | um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP | Richard Weinberger | 1 | -10/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 10 | -0/+10 |
| 2017-05-03 | um: Include kbuild.h instead of duplicating its macros | Matthias Kaehlcke | 1 | -8/+1 |
| 2016-05-21 | um: add extended processor state save/restore support | Eli Cooper | 1 | -3/+1 |
| 2015-05-31 | um: Stop abusing __KERNEL__ | Richard Weinberger | 1 | -3/+3 |
| 2015-04-13 | um: Remove SKAS3/4 support | Richard Weinberger | 3 | -28/+0 |
| 2013-02-03 | sanitize rt_sigaction() situation a bit | Al Viro | 1 | -5/+0 |
| 2012-11-28 | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 1 | -2/+0 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 3 | -5/+5 |
| 2012-09-27 | um: Preinclude include/linux/kern_levels.h | Geert Uytterhoeven | 1 | -3/+0 |
| 2012-09-27 | um: kill thread->forking | Al Viro | 1 | -0/+2 |
| 2012-05-21 | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h | Al Viro | 3 | -186/+74 |
| 2012-01-18 | uml: fix compile for x86-64 | Linus Torvalds | 1 | -0/+5 |
| 2012-01-17 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 1 | -0/+5 |
| 2011-11-02 | um: unify ptrace_user.h | Al Viro | 4 | -67/+25 |
| 2011-11-02 | um: take ldt.h to arch/x86/um/asm/mm_context.h | Al Viro | 2 | -38/+0 |
| 2011-11-02 | um: merge HOST_... of registers common on i386 and amd64 | Al Viro | 2 | -14/+14 |
| 2011-11-02 | um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c | Al Viro | 1 | -0/+3 |
| 2011-11-02 | um: merge host_ldt_{32,64}.h | Al Viro | 3 | -75/+35 |
| 2011-11-02 | um: merge tls_{32,64}.h | Al Viro | 3 | -64/+35 |
| 2011-11-02 | um: bury unused macros around ptrace.h | Al Viro | 2 | -6/+0 |
| 2011-11-02 | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | 27 | -0/+957 |