summaryrefslogtreecommitdiff
path: root/arch/um/kernel/um_arch.c
AgeCommit message (Expand)Author
2021-02-12um: remove process stub VMAJohannes Berg
2021-01-26um: stdio_console: Make preferred consoleThomas Meyer
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg
2020-12-13um: Support suspend to RAMJohannes Berg
2020-12-13um: Allow PM with suspend-to-idleJohannes Berg
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu
2017-07-05um: Use os_info for the messages on normal pathMasami Hiramatsu
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-05-03um: Fix to call read_initrd after init_bootmemMasami Hiramatsu
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2016-08-04um: Setup physical memory in setup_arch()Richard Weinberger
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss
2015-05-31um: Create asm/sections.hNicolas Iooss
2015-04-13um: Move uml_postsetup in the init_thread stackThomas Meyer
2015-04-13um: add a kmsg_dumperThomas Meyer
2015-04-13um: Remove broken highmem supportRichard Weinberger
2015-04-13um: Remove broken SMP supportRichard Weinberger
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger
2014-10-13um: delete unnecessary bootmem struct page arrayHonggang Li
2013-11-17um: Remove unused declarations from <as-layout.h>Geert Uytterhoeven
2013-11-17um: Rewrite show_stack()Richard Weinberger
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-05-05um: Use generic init_taskThomas Gleixner
2011-11-02um: distribute exports to where exported stuff is definedAl Viro
2008-06-06uml: deal with inaccessible address space startTom Spink
2008-05-13uml: physical memory shouldn't include initial stackJeff Dike
2008-05-13uml: style fixesJeff Dike
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike
2008-02-05uml: style fixes in arch/um/kernelJeff Dike
2008-02-05uml: install panic notifier earlierJeff Dike
2008-02-05uml: clean up TASK_SIZE usageJeff Dike
2008-02-05uml: convert functions to voidKarol Swietlicki
2008-02-05uml: tidy kern_util.hJeff Dike
2007-10-16uml: fix stub address calculationsJeff Dike
2007-10-16uml: style fixes pass 3Jeff Dike
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike
2007-10-16uml: throw out CHOOSE_MODEJeff Dike
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike
2007-05-11uml: remove task_protectionsJeff Dike
2007-05-07uml: dump core on panicJeff Dike
2007-05-07uml: comment early boot lockingJeff Dike
2007-05-07uml: remove user_util.hJeff Dike