summaryrefslogtreecommitdiff
path: root/arch/um/kernel/skas/clone.c
AgeCommit message (Expand)Author
2023-04-20um: make stub data pages size tweakableJohannes Berg
2021-08-26um: fix stub location calculationJohannes Berg
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
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
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro
2008-02-05uml: clone.c tidyingJeff Dike
2007-11-14uml: remove last include of libc asm/page.hJeff Dike
2007-10-16uml: fix stub address calculationsJeff Dike
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike
2005-11-22[PATCH] uml: eliminate use of libc PAGE_SIZEJeff Dike
2005-11-22[PATCH] uml: eliminate use of local in clone stubJeff Dike
2005-07-07[PATCH] uml: Proper clone support for skas0Bodo Stroesser