Age | Commit message (Expand) | Author | Files | Lines |
2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells | 1 | -1/+1 |
2017-07-15 | Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+9 |
2017-07-05 | um: Use os_warn to print out pre-boot warning/error messages | Masami Hiramatsu | 1 | -3/+5 |
2017-07-05 | um: Use os_info for the messages on normal path | Masami Hiramatsu | 1 | -4/+4 |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 1 | -6/+0 |
2017-05-03 | um: Fix to call read_initrd after init_bootmem | Masami Hiramatsu | 1 | -0/+6 |
2017-03-02 | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu... | Ingo Molnar | 1 | -0/+2 |
2016-08-04 | um: Setup physical memory in setup_arch() | Richard Weinberger | 1 | -4/+4 |
2015-05-31 | um: Use char[] for linker script address declarations | Nicolas Iooss | 1 | -1/+1 |
2015-05-31 | um: Create asm/sections.h | Nicolas Iooss | 1 | -2/+0 |
2015-04-13 | um: Move uml_postsetup in the init_thread stack | Thomas Meyer | 1 | -5/+10 |
2015-04-13 | um: add a kmsg_dumper | Thomas Meyer | 1 | -0/+2 |
2015-04-13 | um: Remove broken highmem support | Richard Weinberger | 1 | -5/+0 |
2015-04-13 | um: Remove broken SMP support | Richard Weinberger | 1 | -35/+0 |
2015-04-13 | um: Remove SKAS3/4 support | Richard Weinberger | 1 | -10/+0 |
2014-10-13 | um: delete unnecessary bootmem struct page array | Honggang Li | 1 | -6/+1 |
2013-11-17 | um: Remove unused declarations from <as-layout.h> | Geert Uytterhoeven | 1 | -0/+1 |
2013-11-17 | um: Rewrite show_stack() | Richard Weinberger | 1 | -1/+0 |
2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -7/+7 |
2012-05-05 | um: Use generic init_task | Thomas Gleixner | 1 | -0/+5 |
2011-11-02 | um: distribute exports to where exported stuff is defined | Al Viro | 1 | -0/+2 |
2008-06-06 | uml: deal with inaccessible address space start | Tom Spink | 1 | -1/+1 |
2008-05-13 | uml: physical memory shouldn't include initial stack | Jeff Dike | 1 | -1/+4 |
2008-05-13 | uml: style fixes | Jeff Dike | 1 | -1/+1 |
2008-04-28 | arch/um/kernel/um_arch.c: some small improvements | WANG Cong | 1 | -3/+4 |
2008-02-08 | uml: runtime host VMSPLIT detection | Jeff Dike | 1 | -2/+14 |
2008-02-05 | uml: style fixes in arch/um/kernel | Jeff Dike | 1 | -13/+13 |
2008-02-05 | uml: install panic notifier earlier | Jeff Dike | 1 | -21/+20 |
2008-02-05 | uml: clean up TASK_SIZE usage | Jeff Dike | 1 | -20/+2 |
2008-02-05 | uml: convert functions to void | Karol Swietlicki | 1 | -3/+2 |
2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 1 | -5/+1 |
2007-10-16 | uml: fix stub address calculations | Jeff Dike | 1 | -1/+2 |
2007-10-16 | uml: style fixes pass 3 | Jeff Dike | 1 | -43/+31 |
2007-10-16 | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 1 | -5/+17 |
2007-10-16 | uml: throw out CHOOSE_MODE | Jeff Dike | 1 | -8/+5 |
2007-10-16 | uml: throw out CONFIG_MODE_TT | Jeff Dike | 1 | -109/+4 |
2007-05-11 | uml: remove task_protections | Jeff Dike | 1 | -1/+1 |
2007-05-07 | uml: dump core on panic | Jeff Dike | 1 | -1/+1 |
2007-05-07 | uml: comment early boot locking | Jeff Dike | 1 | -9/+13 |
2007-05-07 | uml: remove user_util.h | Jeff Dike | 1 | -1/+0 |
2007-05-07 | uml: create as-layout.h | Jeff Dike | 1 | -0/+1 |
2007-05-07 | uml: create arch.h | Jeff Dike | 1 | -0/+1 |
2007-05-07 | uml: host_info tidying | Jeff Dike | 1 | -1/+5 |
2007-05-07 | uml: formatting fixes | Jeff Dike | 1 | -26/+25 |
2007-02-12 | [PATCH] Dynamic kernel command-line: fixups | Alon Bar-Lev | 1 | -3/+3 |
2007-02-12 | [PATCH] Dynamic kernel command-line: um | Alon Bar-Lev | 1 | -1/+1 |
2007-02-11 | [PATCH] uml: umid tidying | Jeff Dike | 1 | -1/+0 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |
2006-10-02 | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 1 | -3/+3 |
2006-09-27 | [PATCH] uml: const more data | Jeff Dike | 1 | -1/+1 |