aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/um_arch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds1-7/+7
2022-09-19um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli1-4/+4
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-19um: increase default virtual physical memory to 64 MiBChristian Lamparter1-1/+1
2022-09-19um: fix default console kernel parameterChristian Lamparter1-1/+1
2022-09-19UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-0/+8
2022-07-18um: seed rng using host OS rngJason A. Donenfeld1-0/+8
2022-07-14um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra1-0/+4
2021-12-22um: Add devicetree supportVincent Whitchurch1-0/+3
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra1-0/+4
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-4/+44
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing1-1/+1
2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov1-4/+44
2021-02-12um: remove process stub VMAJohannes Berg1-0/+5
2021-01-26um: stdio_console: Make preferred consoleThomas Meyer1-3/+19
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