summaryrefslogtreecommitdiff
path: root/arch/um/Makefile
AgeCommit message (Expand)Author
2017-09-13um: link vmlinux with -no-pieThomas Meyer
2017-07-05um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann
2015-12-08arch: um: fix error when linking vmlinux.Lorenzo Colitti
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov
2015-10-19um: Fix out-of-tree buildRichard Weinberger
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger
2015-04-02kbuild: use relative path more to include MakefileMasahiro Yamada
2014-06-05um: Fix for relative objtree when generating x86 headersMichal Marek
2013-12-01um: Build always with -mcmodel=large on 64bitRichard Weinberger
2013-11-17arch/um: make it work with defconfig and x86_64Ramkumar Ramachandra
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells
2012-05-05kbuild: link of vmlinux moved to a scriptSam Ravnborg
2012-03-25um: Switch to large mcmodel on x86_64Richard Weinberger
2012-03-25um: most of the SUBARCH uses can be killedAl Viro
2011-12-09um: Use $(srctree) not $(KBUILD_SRC)H. Peter Anvin
2011-12-05um: Generate headers before generating user-offsets.sH. Peter Anvin
2011-12-05um: Run host archheaders, allow use of host generated headersH. Peter Anvin
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro
2011-11-02um: merge Makefile-{i386,x86_64}Al Viro
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro
2011-11-02um: get rid of kern_constants.hAl Viro
2011-11-02um: take user_constants.h to include/generatedAl Viro
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro
2011-09-14um: fix strrchr() problemsAl Viro
2009-12-12kbuild: move asm-offsets.h to include/generatedSam Ravnborg
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg
2009-01-05get rid of the last symlink in uml buildAl Viro
2008-10-22x86, um: get rid of uml-config.hAl Viro
2008-10-22x86, um: get rid of arch/um/Kconfig.archAl Viro
2008-10-22x86, um: get rid of arch/um/os symlinkAl Viro
2008-10-22x86, um: get rid of header symlinksAl Viro
2008-10-22x86, um: merge Kconfig.i386 and Kconfig.x86_64Al Viro
2008-10-22x86, um: get rid of sysdep symlinkAl Viro
2008-10-22x86, um: take vm-flags.h to sysdepAl Viro
2008-10-22x86, um: get rid of uml asm/archAl Viro
2008-10-22x86, um: get rid of system.h -> system.h includeAl Viro
2008-10-22x86, um: untangle uml ldt.hAl Viro
2008-10-22x86, um: sanitize uml sigcontext.h usesAl Viro
2008-10-22x86, um: now we can get rid of trivial uml headersAl Viro
2008-10-22x86, um: ... and asm-x86 moveAl Viro
2008-10-22x86, um: initial part of asm-um moveAl Viro
2008-10-22x86, um: take arch/um/include/* out of the wayAl Viro
2008-07-07[UML] fix gcc ICEs and unresolved externsJeff Dike
2008-05-06Revert "uml: fix gcc problem"Linus Torvalds
2008-05-04uml: fix gcc problemIngo Molnar
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike
2008-02-05uml: remove TOPDIRWANG Cong