aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-04-22um: Makefile: use bash from the environmentYueh-Shun Li1-1/+1
2024-01-28um: Fix adding '-no-pie' for clangNathan Chancellor1-1/+3
2023-08-26um: use obj-y to descend into arch/um/*/Masahiro Yamada1-4/+0
2023-08-26um: Hard-code the result of 'uname -s'Masahiro Yamada1-4/+3
2023-06-14um: Use HOST_DIR for mrproperKees Cook1-1/+1
2023-02-13um: Support LTOPeter Foley1-1/+1
2023-02-13um: Use CFLAGS_vmlinuxPeter Foley1-2/+1
2023-02-10rust: arch/um: Use 'pie' relocation mode under UMLDavid Gow1-0/+2
2022-09-21arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-0/+8
2022-04-02Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"Nathan Chancellor1-4/+0
2022-03-11um: clang: Strip out -mno-global-merge from USER_CFLAGSDavid Gow1-0/+4
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada1-3/+3
2021-06-17um: allow not setting extra rpaths in the linux binaryJohannes Berg1-1/+2
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+1
2020-05-26kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada1-1/+1
2020-04-23um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Vitor Massaru Iha1-0/+1
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada1-1/+1
2018-12-22um: remove unused filechk_gen_header in MakefileMasahiro Yamada1-2/+0
2018-12-01kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada1-22/+2
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2018-08-07um: clean up archheaders recipeMasahiro Yamada1-7/+1
2018-08-07um: fix parallel building with O= optionMasahiro Yamada1-2/+1
2018-08-02um: stop abusing KBUILD_KCONFIGChristoph Hellwig1-3/+1
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada1-1/+1
2017-11-27um: make sure to have generated headers for targetAl Viro1-0/+7
2017-09-13um: link vmlinux with -no-pieThomas Meyer1-1/+1
2017-07-05um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli1-0/+4
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann1-2/+2
2015-12-08arch: um: fix error when linking vmlinux.Lorenzo Colitti1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov1-1/+1
2015-10-19um: Fix out-of-tree buildRichard Weinberger1-2/+2
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger1-3/+4
2015-04-02kbuild: use relative path more to include MakefileMasahiro Yamada1-3/+3
2014-06-05um: Fix for relative objtree when generating x86 headersMichal Marek1-2/+1
2013-12-01um: Build always with -mcmodel=large on 64bitRichard Weinberger1-5/+4
2013-11-17arch/um: make it work with defconfig and x86_64Ramkumar Ramachandra1-0/+11
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells1-1/+3
2012-05-05kbuild: link of vmlinux moved to a scriptSam Ravnborg1-9/+2
2012-03-25um: Switch to large mcmodel on x86_64Richard Weinberger1-0/+1
2012-03-25um: most of the SUBARCH uses can be killedAl Viro1-2/+2
2011-12-09um: Use $(srctree) not $(KBUILD_SRC)H. Peter Anvin1-1/+1
2011-12-05um: Generate headers before generating user-offsets.sH. Peter Anvin1-1/+1
2011-12-05um: Run host archheaders, allow use of host generated headersH. Peter Anvin1-1/+6
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro1-9/+13
2011-11-02um: merge Makefile-{i386,x86_64}Al Viro1-1/+11
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro1-3/+3
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro1-2/+1
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro1-2/+2
2011-11-02um: get rid of kern_constants.hAl Viro1-10/+1
2011-11-02um: take user_constants.h to include/generatedAl Viro1-3/+2
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro1-2/+2
2011-09-14um: fix strrchr() problemsAl Viro1-1/+1
2009-12-12kbuild: move asm-offsets.h to include/generatedSam Ravnborg1-1/+1
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg1-5/+4
2009-01-05get rid of the last symlink in uml buildAl Viro1-14/+11
2008-10-22x86, um: get rid of uml-config.hAl Viro1-15/+3
2008-10-22x86, um: get rid of arch/um/Kconfig.archAl Viro1-6/+2
2008-10-22x86, um: get rid of arch/um/os symlinkAl Viro1-13/+2
2008-10-22x86, um: get rid of header symlinksAl Viro1-19/+5
2008-10-22x86, um: merge Kconfig.i386 and Kconfig.x86_64Al Viro1-2/+2
2008-10-22x86, um: get rid of sysdep symlinkAl Viro1-10/+2
2008-10-22x86, um: take vm-flags.h to sysdepAl Viro1-2/+1
2008-10-22x86, um: get rid of uml asm/archAl Viro1-11/+2
2008-10-22x86, um: get rid of system.h -> system.h includeAl Viro1-1/+1
2008-10-22x86, um: untangle uml ldt.hAl Viro1-1/+1
2008-10-22x86, um: sanitize uml sigcontext.h usesAl Viro1-1/+1
2008-10-22x86, um: now we can get rid of trivial uml headersAl Viro1-0/+2
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-2/+2
2008-10-22x86, um: initial part of asm-um moveAl Viro1-8/+9
2008-10-22x86, um: take arch/um/include/* out of the wayAl Viro1-26/+25
2008-07-07[UML] fix gcc ICEs and unresolved externsJeff Dike1-1/+0
2008-05-06Revert "uml: fix gcc problem"Linus Torvalds1-4/+1
2008-05-04uml: fix gcc problemIngo Molnar1-1/+4
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike1-11/+0
2008-02-05uml: remove TOPDIRWANG Cong1-2/+2
2008-02-05uml: fx command-line CFLAGS and LDFLAGS supportJeff Dike1-3/+3
2008-02-05uml: allow LFLAGS on command lineJeff Dike1-1/+3
2007-11-29UML: build fixWANG Cong1-1/+1
2007-11-14uml: fix symlink loopsJeff Dike1-3/+3
2007-11-05uml: correctly strip kernel defines from userspace CFLAGSJeff Dike1-2/+5
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-6/+6
2007-10-16uml: style fixes pass 1Jeff Dike1-4/+4
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-19/+5
2007-10-16uml: fix an IPV6 libc vs kernel symbol clashJeff Dike1-1/+2
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg1-1/+1
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-5/+5
2007-10-13minimal build fixes for uml (fallout from x86 merge)Al Viro1-3/+3
2007-07-19fallout from kbuild changesAl Viro1-1/+1
2006-10-30[PATCH] uml: fix compilation options for USER_OBJSakpm@osdl.org1-10/+11
2006-10-03Attack of "the the"s in archMatt LaPlante1-1/+1
2006-05-01[PATCH] uml: uml-makefile-nicer uses SYMLINK incorrectlyJeff Dike1-1/+1
2006-05-01[PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso1-1/+5
2006-05-01[PATCH] uml: use Kbuild tracking for all files and fix compilation outputPaolo 'Blaisorblade' Giarrusso1-7/+6
2006-04-11[PATCH] uml: fix parallel make early failure on clean treePaolo 'Blaisorblade' Giarrusso1-1/+2
2006-03-31[PATCH] uml: split ldt.h in arch-independent and arch-dependant codePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-03-31[PATCH] uml: eliminate duplicate mrpropered filesAl Viro1-2/+1
2006-03-31[PATCH] uml: clean up remapping code build magicAl Viro1-1/+1
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith1-2/+5
2006-02-01[PATCH] uml: comments about libc-conflict guardsPaolo 'Blaisorblade' Giarrusso1-5/+9
2006-02-01[PATCH] uml: add a build dependencyJeff Dike1-3/+6
2006-01-18[PATCH] uml: move headers to arch/um/includeGennady Sharapov1-1/+1
2006-01-14[PATCH] uml: fix symbol for mktimeMiklos Szeredi1-1/+2
2006-01-11[PATCH] uml: fix missing KBUILD_BASENAMEJeff Dike1-14/+9
2005-11-22[PATCH] uml: eliminate anonymous union and clean up symlink lossageJeff Dike1-1/+1
2005-11-07[PATCH] uml: big memory fixesJeff Dike1-1/+1
2005-10-10[PATCH] Uml: hide commands when not being verbosePaolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-29[PATCH] uml makefiles sanitizedAl Viro1-57/+11
2005-09-21[PATCH] uml: Fix conflict between libc and ipv6Paolo 'Blaisorblade' Giarrusso1-1/+5
2005-09-11kbuild: rename prepare to archprepare to fix dependency chainSam Ravnborg1-1/+1
2005-09-10[PATCH] Uml: more cleaningPaolo 'Blaisorblade' Giarrusso1-4/+3
2005-09-09kbuild: um fix so it compile with generic asm-offsets.h supportSam Ravnborg1-0/+16
2005-09-05[PATCH] uml: build cleanupAl Viro1-0/+1
2005-09-05[PATCH] uml: Rename Kconfig files to be like the other archesJeff Dike1-4/+4
2005-07-27[PATCH] uml: add dependency to arch/um/Makefile for parallel buildsOlaf Hering1-1/+1
2005-07-14[PATCH] uml: allow building as 32-bit binary on 64bit hostPaolo 'Blaisorblade' Giarrusso1-7/+4
2005-07-14[PATCH] uml: reintroduce pcap supportPaolo 'Blaisorblade' Giarrusso1-5/+9
2005-07-14[PATCH] uml: gcc 2.95 fix and Makefile cleanupPaolo 'Blaisorblade' Giarrusso1-4/+5
2005-07-12[PATCH] uml:remove user_constants.h on cleanPaolo 'Blaisorblade' Giarrusso1-1/+2
2005-06-21[PATCH] uml: fix linkage of tt mode against NPTLPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-05-05[PATCH] uml: remove a dangling symlinkBodo Stroesser1-1/+1
2005-05-05[PATCH] uml: s390 preparation, elf.hBodo Stroesser1-1/+1
2005-05-05[PATCH] uml: finish cross-build supportAl Viro1-0/+30
2005-05-05[PATCH] uml: cross-build support : mk_task and mk_constantsAl Viro1-1/+1
2005-05-05[PATCH] uml: cross-build support : kernel_offsetsAl Viro1-0/+13
2005-05-05[PATCH] uml: cross-build support : mk_ptregsAl Viro1-1/+1
2005-05-05[PATCH] uml: start cross-build support : mk_user_constantsAl Viro1-0/+8
2005-05-05[PATCH] uml: use variables rather than symlinks in dependenciesAl Viro1-3/+3
2005-05-05[PATCH] uml: include the linker script rather than symlink itAl Viro1-14/+1
2005-05-05[PATCH] uml kbuild: avoid useless rebuildsPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+210