summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-09-25um: Fix FD copy size in os_rcv_fd_msg()Tiwei Bie
2025-09-25um: virtio_uml: Fix use-after-free after put_device in probeMiaoqian Lin
2025-08-20um: Re-evaluate thread flags repeatedlyThomas Weißschuh
2025-08-15um: rtc: Avoid shadowing err in uml_rtc_start()Tiwei Bie
2025-07-17um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie
2025-07-06um: ubd: Add missing error check in start_io_thread()Tiwei Bie
2025-07-06um: use proper care when taking mmap lock during segfaultBenjamin Berg
2025-07-06um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen
2025-06-04um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada
2025-05-29um: Update min_low_pfn to match changes in uml_reservedTiwei Bie
2025-05-18Revert "um: work around sched_yield not yielding in time-travel mode"Christian Lamparter
2025-05-02um: work around sched_yield not yielding in time-travel modeBenjamin Berg
2025-04-10um: remove copy_from_kernel_nofault_allowedBenjamin Berg
2024-12-05um: Always dump trace for specified task in show_stackTiwei Bie
2024-12-05um: ubd: Initialize ubd's disk pointer in ubd_addTiwei Bie
2024-12-05um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie
2024-12-05um: Fix potential integer overflow during physmem setupTiwei Bie
2024-12-05um: vector: Do not use drvdata in releaseTiwei Bie
2024-12-05um: net: Do not use drvdata in releaseTiwei Bie
2024-12-05um: ubd: Do not use drvdata in releaseTiwei Bie
2024-12-05of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie
2024-09-12um: Remove the declaration of user_thread functionTiwei Bie
2024-09-12um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie
2024-09-12um: Remove unused fields from thread_structTiwei Bie
2024-09-12um: Remove the redundant newpage check in update_pte_rangeTiwei Bie
2024-09-12um: Remove unused kpte_clear_flush macroTiwei Bie
2024-09-12um: Remove obsoleted declaration for execute_syscall_skasGaosheng Cui
2024-09-12vector_user: add VDE supportRenzo Davoli
2024-09-12um: remove ARCH_NO_PREEMPT_DYNAMICJohannes Berg
2024-09-12um: vector: Fix NAPI budget handlingAnton Ivanov
2024-09-12um: vector: Replace locks guarding queue depth with atomicsAnton Ivanov
2024-09-12um: remove variable stack array in os_rcv_fd_msg()Johannes Berg
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko
2024-07-16um: Use generic runtime constant implementationLinus Torvalds