aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/um_arch.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2022-07-18um: seed rng using host OS rngGravatar Jason A. Donenfeld 1-0/+8
2022-07-14um: Add missing apply_returns()Gravatar Peter Zijlstra 1-0/+4
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsGravatar Peter Zijlstra 1-0/+4
2021-12-22um: Add devicetree supportGravatar Vincent Whitchurch 1-0/+3
2021-10-28x86/alternative: Implement .retpoline_sites supportGravatar Peter Zijlstra 1-0/+4
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+44
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-06-19um: remove unneeded semicolon in um_arch.cGravatar Wan Jiabing 1-1/+1
2021-06-17um: Add support for host CPU flags and alignmentGravatar Anton Ivanov 1-4/+44
2021-02-12um: remove process stub VMAGravatar Johannes Berg 1-0/+5
2021-01-26um: stdio_console: Make preferred consoleGravatar Thomas Meyer 1-3/+19
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPGravatar Johannes Berg 1-1/+1
2020-12-13um: Support suspend to RAMGravatar Johannes Berg 1-0/+42
2020-12-13um: Allow PM with suspend-to-idleGravatar Johannes Berg 1-0/+25
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-05-08x86/module: Use text_poke() for late relocationsGravatar Peter Zijlstra 1-0/+16
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Gravatar Alex Dewar 1-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverGravatar Erel Geron 1-0/+1
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-1/+1
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+9
2017-07-05um: Use os_warn to print out pre-boot warning/error messagesGravatar Masami Hiramatsu 1-3/+5
2017-07-05um: Use os_info for the messages on normal pathGravatar Masami Hiramatsu 1-4/+4
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-6/+0
2017-05-03um: Fix to call read_initrd after init_bootmemGravatar Masami Hiramatsu 1-0/+6
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Gravatar Ingo Molnar 1-0/+2
2016-08-04um: Setup physical memory in setup_arch()Gravatar Richard Weinberger 1-4/+4
2015-05-31um: Use char[] for linker script address declarationsGravatar Nicolas Iooss 1-1/+1
2015-05-31um: Create asm/sections.hGravatar Nicolas Iooss 1-2/+0
2015-04-13um: Move uml_postsetup in the init_thread stackGravatar Thomas Meyer 1-5/+10
2015-04-13um: add a kmsg_dumperGravatar Thomas Meyer 1-0/+2
2015-04-13um: Remove broken highmem supportGravatar Richard Weinberger 1-5/+0
2015-04-13um: Remove broken SMP supportGravatar Richard Weinberger 1-35/+0
2015-04-13um: Remove SKAS3/4 supportGravatar Richard Weinberger 1-10/+0
2014-10-13um: delete unnecessary bootmem struct page arrayGravatar Honggang Li 1-6/+1
2013-11-17um: Remove unused declarations from <as-layout.h>Gravatar Geert Uytterhoeven 1-0/+1
2013-11-17um: Rewrite show_stack()Gravatar Richard Weinberger 1-1/+0
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-7/+7
2012-05-05um: Use generic init_taskGravatar Thomas Gleixner 1-0/+5
2011-11-02um: distribute exports to where exported stuff is definedGravatar Al Viro 1-0/+2
2008-06-06uml: deal with inaccessible address space startGravatar Tom Spink 1-1/+1
2008-05-13uml: physical memory shouldn't include initial stackGravatar Jeff Dike 1-1/+4
2008-05-13uml: style fixesGravatar Jeff Dike 1-1/+1
2008-04-28arch/um/kernel/um_arch.c: some small improvementsGravatar WANG Cong 1-3/+4
2008-02-08uml: runtime host VMSPLIT detectionGravatar Jeff Dike 1-2/+14
2008-02-05uml: style fixes in arch/um/kernelGravatar Jeff Dike 1-13/+13
2008-02-05uml: install panic notifier earlierGravatar Jeff Dike 1-21/+20
2008-02-05uml: clean up TASK_SIZE usageGravatar Jeff Dike 1-20/+2
2008-02-05uml: convert functions to voidGravatar Karol Swietlicki 1-3/+2