summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-42/+40
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg1-14/+20
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie1-1/+0
2024-09-12um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie1-3/+0
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie3-8/+8
2024-09-12um: Remove unused fields from thread_structTiwei Bie2-6/+6
2024-09-12um: Remove the redundant newpage check in update_pte_rangeTiwei Bie1-10/+6
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+1
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-1/+1
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-09kbuild: 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-09mm, 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-05um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg3-24/+2
2024-01-05um: 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-29Merge branch 'expand-stack'Linus Torvalds1-5/+6
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-5/+6