summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/shared/sysdep
Commit message (Expand)AuthorAgeFilesLines
* um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2024-04-301-0/+7
* um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie2024-04-221-0/+3
* um: Mark 32bit syscall helpers as clobbering memoryBenjamin Berg2024-01-051-6/+12
* um: Always inline stub functionsBenjamin Berg2024-01-042-18/+20
* um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-042-11/+5
* um: make stub data pages size tweakableJohannes Berg2023-04-202-8/+8
* um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub2022-09-191-3/+2
* um: include linux/stddef.h for __always_inlineJason A. Donenfeld2022-07-171-0/+1
* um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow2022-03-111-3/+2
* um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2021-12-211-3/+0
* um: fix stub location calculationJohannes Berg2021-08-262-0/+24
* um: Fix tag order in stub_32.hJohannes Berg2021-04-151-1/+1
* um: rework userspace stubs to not hard-code stub locationJohannes Berg2021-02-122-23/+46
* um: separate child and parent errors in clone stubJohannes Berg2021-02-122-2/+2
* um: Remove update_debugregs()Richard Weinberger2018-10-291-2/+0
* um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger2018-10-291-10/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
* um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
* um: add extended processor state save/restore supportEli Cooper2016-05-211-3/+1
* um: Stop abusing __KERNEL__Richard Weinberger2015-05-311-3/+3
* um: Remove SKAS3/4 supportRichard Weinberger2015-04-133-28/+0
* sanitize rt_sigaction() situation a bitAl Viro2013-02-031-5/+0
* take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-2/+0
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-093-5/+5
* um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven2012-09-271-3/+0
* um: kill thread->forkingAl Viro2012-09-271-0/+2
* um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-213-186/+74
* uml: fix compile for x86-64Linus Torvalds2012-01-181-0/+5
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-0/+5
* um: unify ptrace_user.hAl Viro2011-11-024-67/+25
* um: take ldt.h to arch/x86/um/asm/mm_context.hAl Viro2011-11-022-38/+0
* um: merge HOST_... of registers common on i386 and amd64Al Viro2011-11-022-14/+14
* um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro2011-11-021-0/+3
* um: merge host_ldt_{32,64}.hAl Viro2011-11-023-75/+35
* um: merge tls_{32,64}.hAl Viro2011-11-023-64/+35
* um: bury unused macros around ptrace.hAl Viro2011-11-022-6/+0
* um: take arch/um/sys-x86 to arch/x86/umAl Viro2011-11-0227-0/+957