aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-04um: register power-off handlerJohannes Berg1-0/+15
2024-07-03um: Enable preemption in UMLAnton Ivanov1-0/+2
2024-07-03um: refactor TLB update handlingBenjamin Berg3-121/+34
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg1-305/+81
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg2-31/+15
2024-07-03um: Do not flush MM in flush_threadBenjamin Berg2-5/+24
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg2-19/+10
2024-07-03um: remove copy_context_skas0Benjamin Berg3-68/+10
2024-07-03um: remove LDT supportBenjamin Berg2-19/+0
2024-07-03um: Rework syscall handlingBenjamin Berg5-33/+108
2024-07-03um: Create signal stack memory assignment in stub_dataBenjamin Berg2-2/+8
2024-07-03um: time-travel: remove time_exit()Johannes Berg1-6/+0
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg1-12/+118
2024-07-03um: generalize os_rcv_fdJohannes Berg1-1/+1
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein1-0/+59
2024-07-03um/mm: remove redundant assignment of max_low_pfnWei Yang1-1/+0
2024-07-03um: Remove /proc/sysemu support codeTiwei Bie1-67/+0
2024-07-03um: Remove unused ncpus variableTiwei Bie1-3/+0
2024-07-03um: time-travel: fix time-travel-start optionJohannes Berg1-2/+2
2024-07-03um: irqs: process outstanding IRQs when unblocking signalsBenjamin Berg1-29/+49
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-59/+27
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie2-14/+2
2024-04-22um: process: remove unused 'n' variableJohannes Berg1-2/+2
2024-04-22um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie1-0/+1
2024-04-22um: Move declarations to proper headersTiwei Bie4-7/+3
2024-04-22um: Add missing headersTiwei Bie7-0/+9
2024-04-22um: Fix the return type of __switch_toTiwei Bie1-1/+2
2024-04-22um: Remove unused functionsTiwei Bie2-27/+0
2024-04-22um: Make local functions and variables staticTiwei Bie3-8/+8
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd1-8/+8
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-31/+33
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-05um: time-travel: fix time corruptionJohannes Berg1-5/+27
2024-01-04um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg3-24/+2
2024-01-04um: document arch_futex_atomic_op_inuserAnton Ivanov1-1/+3
2024-01-04um: Fix naming clash between UML and schedulerAnton Ivanov1-1/+1
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers1-2/+0
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra1-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-5/+6
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-5/+6
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-1/+2
2023-04-20um: make stub data pages size tweakableJohannes Berg3-8/+13
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-6/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-2/+2
2023-02-13UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-02-10um: Make the definition of cpu_data more compatiblePeter Foley1-1/+1
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2-2/+2
2023-02-01um: Declare fix_range_common as a static functionBenjamin Berg1-2/+2
2023-02-01um: Switch printk calls to adhere to correct coding styleBenjamin Berg1-2/+2