aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/clone.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-20um: make stub data pages size tweakableJohannes Berg1-2/+3
2021-08-26um: fix stub location calculationJohannes Berg1-2/+1
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-1/+1
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg1-2/+1
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-14/+11
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-5/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-4/+4
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-1/+0
2008-02-05uml: clone.c tidyingJeff Dike1-14/+18
2007-11-14uml: remove last include of libc asm/page.hJeff Dike1-1/+0
2007-10-16uml: fix stub address calculationsJeff Dike1-3/+3
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike1-10/+13
2005-11-22[PATCH] uml: eliminate use of libc PAGE_SIZEJeff Dike1-4/+9
2005-11-22[PATCH] uml: eliminate use of local in clone stubJeff Dike1-4/+6
2005-07-07[PATCH] uml: Proper clone support for skas0Bodo Stroesser1-0/+44