aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/um_arch.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-35/+40
2024-11-12um: move thread info into taskBenjamin Berg1-4/+3
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-5/+6
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+5
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg1-0/+2
2024-10-23um: Remove UML specific debug parameterTiwei Bie1-13/+0
2024-10-10um: Discover host_task_size from envpBenjamin Berg1-2/+19
2024-10-10um: Limit TASK_SIZE to the addressable rangeBenjamin Berg1-1/+6
2024-10-10um: Calculate stub data address relative to stub codeBenjamin Berg1-4/+2
2024-10-10um: Fix the definition for physmem_sizeTiwei Bie1-1/+1
2024-10-10um: Remove highmem leftoversTiwei Bie1-10/+7
2024-07-03um: Remove unused ncpus variableTiwei Bie1-3/+0
2024-04-22um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie1-0/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra1-1/+1
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-1/+2
2023-04-20um: make stub data pages size tweakableJohannes Berg1-3/+7
2023-02-10um: Make the definition of cpu_data more compatiblePeter Foley1-1/+1
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-0/+5
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/ke...Linus 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/g...Linus 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/kerne...Linus 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