summaryrefslogtreecommitdiff
path: root/arch/x86/um/shared/sysdep
AgeCommit message (Expand)Author
2024-01-05um: Mark 32bit syscall helpers as clobbering memoryBenjamin Berg
2024-01-04um: Always inline stub functionsBenjamin Berg
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg
2023-04-20um: make stub data pages size tweakableJohannes Berg
2022-09-19um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub
2022-07-17um: include linux/stddef.h for __always_inlineJason A. Donenfeld
2022-03-11um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro
2021-08-26um: fix stub location calculationJohannes Berg
2021-04-15um: Fix tag order in stub_32.hJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2018-10-29um: Remove update_debugregs()Richard Weinberger
2018-10-29um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-03um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke
2016-05-21um: add extended processor state save/restore supportEli Cooper
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger
2013-02-03sanitize rt_sigaction() situation a bitAl Viro
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-09-27um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven
2012-09-27um: kill thread->forkingAl Viro
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro
2012-01-18uml: fix compile for x86-64Linus Torvalds
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2011-11-02um: unify ptrace_user.hAl Viro
2011-11-02um: take ldt.h to arch/x86/um/asm/mm_context.hAl Viro
2011-11-02um: merge HOST_... of registers common on i386 and amd64Al Viro
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro
2011-11-02um: merge host_ldt_{32,64}.hAl Viro
2011-11-02um: merge tls_{32,64}.hAl Viro
2011-11-02um: bury unused macros around ptrace.hAl Viro
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro