summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-1/+1
* Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-279-42/+40
|\
| * um: fix time-travel syscall scheduling hackJohannes Berg2024-09-121-14/+20
| * um: Remove outdated asm/sysrq.h headerTiwei Bie2024-09-121-1/+0
| * um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie2024-09-121-3/+0
| * um: Remove unused mm_fd field from mm_idTiwei Bie2024-09-123-8/+8
| * um: Remove unused fields from thread_structTiwei Bie2024-09-122-6/+6
| * um: Remove the redundant newpage check in update_pte_rangeTiwei Bie2024-09-121-10/+6
* | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-1/+1
|\ \ | |/ |/|
| * printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-171-1/+1
* | um: register power-off handlerJohannes Berg2024-07-041-0/+15
* | um: Enable preemption in UMLAnton Ivanov2024-07-031-0/+2
* | um: refactor TLB update handlingBenjamin Berg2024-07-033-121/+34
* | um: simplify and consolidate TLB updatesBenjamin Berg2024-07-031-305/+81
* | um: remove force_flush_all from fork_handlerBenjamin Berg2024-07-032-31/+15
* | um: Do not flush MM in flush_threadBenjamin Berg2024-07-032-5/+24
* | um: Delay flushing syscalls until the thread is restartedBenjamin Berg2024-07-032-19/+10
* | um: remove copy_context_skas0Benjamin Berg2024-07-033-68/+10
* | um: remove LDT supportBenjamin Berg2024-07-032-19/+0
* | um: Rework syscall handlingBenjamin Berg2024-07-035-33/+108
* | um: Create signal stack memory assignment in stub_dataBenjamin Berg2024-07-032-2/+8
* | um: time-travel: remove time_exit()Johannes Berg2024-07-031-6/+0
* | um: add shared memory optimisation for time-travel=extJohannes Berg2024-07-031-12/+118
* | um: generalize os_rcv_fdJohannes Berg2024-07-031-1/+1
* | um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein2024-07-031-0/+59
* | um/mm: remove redundant assignment of max_low_pfnWei Yang2024-07-031-1/+0
* | um: Remove /proc/sysemu support codeTiwei Bie2024-07-031-67/+0
* | um: Remove unused ncpus variableTiwei Bie2024-07-031-3/+0
* | um: time-travel: fix time-travel-start optionJohannes Berg2024-07-031-2/+2
* | um: irqs: process outstanding IRQs when unblocking signalsBenjamin Berg2024-07-031-29/+49
|/
* Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-2512-59/+27
|\
| * um: Stop tracking host PID in cpu_tasksTiwei Bie2024-04-302-14/+2
| * um: process: remove unused 'n' variableJohannes Berg2024-04-221-2/+2
| * um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie2024-04-221-0/+1
| * um: Move declarations to proper headersTiwei Bie2024-04-224-7/+3
| * um: Add missing headersTiwei Bie2024-04-227-0/+9
| * um: Fix the return type of __switch_toTiwei Bie2024-04-221-1/+2
| * um: Remove unused functionsTiwei Bie2024-04-222-27/+0
| * um: Make local functions and variables staticTiwei Bie2024-04-223-8/+8
* | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
|/
* um: Unconditionally call unflatten_device_tree()Stephen Boyd2024-03-081-8/+8
* Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-175-31/+33
|\
| * um: time-travel: fix time corruptionJohannes Berg2024-01-051-5/+27
| * um: Drop support for hosts without SYSEMU_SINGLESTEP supportBenjamin Berg2024-01-043-24/+2
| * um: document arch_futex_atomic_op_inuserAnton Ivanov2024-01-041-1/+3
| * um: Fix naming clash between UML and schedulerAnton Ivanov2024-01-041-1/+1
* | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
|/
* um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-261-2/+0
* x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra2023-07-101-1/+1
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-5/+6
|\