index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
um
/
shared
/
sysdep
Age
Commit message (
Expand
)
Author
2025-06-05
Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-06-02
um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
2025-06-02
um: Add helper functions to get/set state for SECCOMP
Benjamin Berg
2025-06-02
um: Add stub side of SECCOMP/futex based process handling
Benjamin Berg
2025-05-05
um: fix _nofault accesses
Johannes Berg
2025-03-18
um: mark rodata read-only and implement _nofault accesses
Johannes Berg
2025-01-10
um: Remove unused user_context function
Tiwei Bie
2024-10-23
um: switch to regset API and depend on XSTATE
Benjamin Berg
2024-10-23
um: make stub_exe _start() pure inline asm
Johannes Berg
2024-10-10
um: Calculate stub data address relative to stub code
Benjamin Berg
2024-10-10
um: Add generic stub_syscall1 function
Benjamin Berg
2024-07-03
um: remove copy_context_skas0
Benjamin Berg
2024-07-03
um: Rework syscall handling
Benjamin Berg
2024-07-03
um: Add generic stub_syscall6 function
Benjamin Berg
2024-07-03
um: Remove stub-data.h include from common-offsets.h
Benjamin Berg
2024-04-30
um: Fix the -Wmissing-prototypes warning for get_thread_reg
Tiwei Bie
2024-04-22
um: Fix -Wmissing-prototypes warnings for __warp_* and foo
Tiwei Bie
2024-01-05
um: Mark 32bit syscall helpers as clobbering memory
Benjamin Berg
2024-01-04
um: Always inline stub functions
Benjamin Berg
2024-01-04
um: Drop support for hosts without SYSEMU_SINGLESTEP support
Benjamin Berg
2023-04-20
um: make stub data pages size tweakable
Johannes Berg
2022-09-19
um: Cleanup syscall_handler_t cast in syscalls_32.h
Lukas Straub
2022-07-17
um: include linux/stddef.h for __always_inline
Jason A. Donenfeld
2022-03-11
um: Cleanup syscall_handler_t definition/cast, fix warning
David Gow
2021-12-21
um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c
Al Viro
2021-08-26
um: fix stub location calculation
Johannes Berg
2021-04-15
um: Fix tag order in stub_32.h
Johannes Berg
2021-02-12
um: rework userspace stubs to not hard-code stub location
Johannes Berg
2021-02-12
um: separate child and parent errors in clone stub
Johannes Berg
2018-10-29
um: Remove update_debugregs()
Richard Weinberger
2018-10-29
um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
Richard Weinberger
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-03
um: Include kbuild.h instead of duplicating its macros
Matthias Kaehlcke
2016-05-21
um: add extended processor state save/restore support
Eli Cooper
2015-05-31
um: Stop abusing __KERNEL__
Richard Weinberger
2015-04-13
um: Remove SKAS3/4 support
Richard Weinberger
2013-02-03
sanitize rt_sigaction() situation a bit
Al Viro
2012-11-28
take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h
Al Viro
2012-10-09
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-09-27
um: Preinclude include/linux/kern_levels.h
Geert Uytterhoeven
2012-09-27
um: kill thread->forking
Al Viro
2012-05-21
um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h
Al Viro
2012-01-18
uml: fix compile for x86-64
Linus Torvalds
2012-01-17
Audit: push audit success and retcode into arch ptrace.h
Eric Paris
2011-11-02
um: unify ptrace_user.h
Al Viro
2011-11-02
um: take ldt.h to arch/x86/um/asm/mm_context.h
Al Viro
2011-11-02
um: merge HOST_... of registers common on i386 and amd64
Al Viro
2011-11-02
um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c
Al Viro
2011-11-02
um: merge host_ldt_{32,64}.h
Al Viro
2011-11-02
um: merge tls_{32,64}.h
Al Viro
[next]