aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/um_arch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2020-12-13um: Support suspend to RAMJohannes Berg1-0/+42
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg1-0/+25
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra1-0/+16
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar1-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron1-0/+1
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/kernel/git/rw/umlLinus 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 <linux/sched.h> to <linux/sched/task.h>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