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
/
um
/
os-Linux
/
skas
/
mem.c
Age
Commit message (
Expand
)
Author
2025-06-02
um: pass FD for memory operations when needed
Benjamin Berg
2025-06-02
um: Implement kernel side of SECCOMP based process handling
Benjamin Berg
2024-10-23
um: Abandon the _PAGE_NEWPROT bit
Tiwei Bie
2024-09-12
um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024-07-03
um: simplify and consolidate TLB updates
Benjamin Berg
2024-07-03
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
2024-07-03
um: compress memory related stub syscalls while adding them
Benjamin Berg
2024-07-03
um: Rework syscall handling
Benjamin Berg
2024-04-30
um: Add an internal header shared among the user code
Tiwei Bie
2023-02-01
um: Switch printk calls to adhere to correct coding style
Benjamin Berg
2021-02-12
um: rework userspace stubs to not hard-code stub location
Johannes Berg
2019-09-15
um: Add SPDX headers for files in arch/um/os-Linux
Alex Dewar
2015-05-31
um/os-Linux: Use char[] for syscall_stub declarations
Nicolas Iooss
2015-04-13
um: Remove SKAS3/4 support
Richard Weinberger
2012-10-09
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-05-21
um: Remove unused variables
Richard Weinberger
2011-11-02
um: -include user.h for USER_OBJ, trim includes
Al Viro
2011-09-14
um: Save FPU registers between task switches
Ingo van Lil
2008-10-22
x86, um: get rid of excessive includes of uml-config.h
Al Viro
2007-10-16
uml: fix stub address calculations
Jeff Dike
2007-10-16
uml: style fixes pass 3
Jeff Dike
2007-10-16
uml: remove code made redundant by CHOOSE_MODE removal
Jeff Dike
2007-10-16
uml: stop saving process FP state
Jeff Dike
2007-10-16
uml: stop using libc asm/page.h
Jeff Dike
2007-06-16
uml: remove PAGE_SIZE from libc code
Jeff Dike
2007-05-09
uml: turn build warnings into comments
Miklos Szeredi
2007-05-07
uml: more page fault path trimming
Jeff Dike
2007-05-07
uml: speed page fault path
Jeff Dike
2007-05-07
uml: convert libc layer to call read and write
Jeff Dike
2007-05-07
uml: remove user_util.h
Jeff Dike
2007-03-27
[PATCH] uml: use correct register file size everywhere
Jeff Dike
2006-04-11
[PATCH] uml: fix format errors
Paolo 'Blaisorblade' Giarrusso
2006-02-07
[PATCH] uml: initialize process FP registers properly
Jeff Dike
2006-01-18
[PATCH] uml: move libc-dependent skas memory mapping code
Gennady Sharapov