summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/um_arch.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-1/+1
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+9
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu1-3/+5
2017-07-05um: Use os_info for the messages on normal pathMasami Hiramatsu1-4/+4
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-6/+0
2017-05-03um: Fix to call read_initrd after init_bootmemMasami Hiramatsu1-0/+6
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar1-0/+2
2016-08-04um: Setup physical memory in setup_arch()Richard Weinberger1-4/+4
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss1-1/+1
2015-05-31um: Create asm/sections.hNicolas Iooss1-2/+0
2015-04-13um: Move uml_postsetup in the init_thread stackThomas Meyer1-5/+10
2015-04-13um: add a kmsg_dumperThomas Meyer1-0/+2
2015-04-13um: Remove broken highmem supportRichard Weinberger1-5/+0
2015-04-13um: Remove broken SMP supportRichard Weinberger1-35/+0
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger1-10/+0
2014-10-13um: delete unnecessary bootmem struct page arrayHonggang Li1-6/+1
2013-11-17um: Remove unused declarations from <as-layout.h>Geert Uytterhoeven1-0/+1
2013-11-17um: Rewrite show_stack()Richard Weinberger1-1/+0
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-7/+7
2012-05-05um: Use generic init_taskThomas Gleixner1-0/+5
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+2
2008-06-06uml: deal with inaccessible address space startTom Spink1-1/+1
2008-05-13uml: physical memory shouldn't include initial stackJeff Dike1-1/+4
2008-05-13uml: style fixesJeff Dike1-1/+1
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong1-3/+4
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike1-2/+14
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-13/+13
2008-02-05uml: install panic notifier earlierJeff Dike1-21/+20
2008-02-05uml: clean up TASK_SIZE usageJeff Dike1-20/+2
2008-02-05uml: convert functions to voidKarol Swietlicki1-3/+2
2008-02-05uml: tidy kern_util.hJeff Dike1-5/+1
2007-10-16uml: fix stub address calculationsJeff Dike1-1/+2
2007-10-16uml: style fixes pass 3Jeff Dike1-43/+31
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-5/+17
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-8/+5
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-109/+4
2007-05-11uml: remove task_protectionsJeff Dike1-1/+1
2007-05-07uml: dump core on panicJeff Dike1-1/+1
2007-05-07uml: comment early boot lockingJeff Dike1-9/+13
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-05-07uml: create as-layout.hJeff Dike1-0/+1
2007-05-07uml: create arch.hJeff Dike1-0/+1
2007-05-07uml: host_info tidyingJeff Dike1-1/+5
2007-05-07uml: formatting fixesJeff Dike1-26/+25
2007-02-12[PATCH] Dynamic kernel command-line: fixupsAlon Bar-Lev1-3/+3
2007-02-12[PATCH] Dynamic kernel command-line: umAlon Bar-Lev1-1/+1
2007-02-11[PATCH] uml: umid tidyingJeff Dike1-1/+0
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-3/+3
2006-09-27[PATCH] uml: const more dataJeff Dike1-1/+1