summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
7 daysum: Don't rename vmap to kernel_vmapDavid Gow1-7/+5
2025-11-13um: Fix help message for ssl-non-rawTiwei Bie1-1/+4
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+2
2025-09-25um: Fix FD copy size in os_rcv_fd_msg()Tiwei Bie1-1/+1
2025-09-25um: virtio_uml: Fix use-after-free after put_device in probeMiaoqian Lin1-2/+4
2025-08-20um: Re-evaluate thread flags repeatedlyThomas Weißschuh2-8/+16
2025-08-15um: rtc: Avoid shadowing err in uml_rtc_start()Tiwei Bie1-1/+1
2025-07-17um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-07-06um: ubd: Add missing error check in start_io_thread()Tiwei Bie1-1/+1
2025-07-06um: use proper care when taking mmap lock during segfaultBenjamin Berg1-12/+117
2025-07-06um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen1-0/+5
2025-06-04um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada1-0/+1
2025-05-29um: Update min_low_pfn to match changes in uml_reservedTiwei Bie1-0/+1
2025-05-18Revert "um: work around sched_yield not yielding in time-travel mode"Christian Lamparter2-13/+0
2025-05-02um: work around sched_yield not yielding in time-travel modeBenjamin Berg2-0/+13
2025-04-10um: remove copy_from_kernel_nofault_allowedBenjamin Berg4-72/+1
2024-12-05um: Always dump trace for specified task in show_stackTiwei Bie1-1/+1
2024-12-05um: ubd: Initialize ubd's disk pointer in ubd_addTiwei Bie1-0/+2
2024-12-05um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie1-1/+1
2024-12-05um: Fix potential integer overflow during physmem setupTiwei Bie1-3/+3
2024-12-05um: vector: Do not use drvdata in releaseTiwei Bie1-1/+2
2024-12-05um: net: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-12-05um: ubd: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-12-05of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-187/+249
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-3/+0
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg1-14/+20
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie2-9/+0
2024-09-12um: Remove the declaration of user_thread functionTiwei 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 Bie6-14/+11
2024-09-12um: Remove unused fields from thread_structTiwei Bie3-21/+11
2024-09-12um: Remove the redundant newpage check in update_pte_rangeTiwei Bie1-10/+6
2024-09-12um: Remove unused kpte_clear_flush macroTiwei Bie1-7/+0
2024-09-12um: Remove obsoleted declaration for execute_syscall_skasGaosheng Cui1-1/+0
2024-09-12vector_user: add VDE supportRenzo Davoli1-0/+83
2024-09-12um: remove ARCH_NO_PREEMPT_DYNAMICJohannes Berg1-1/+0
2024-09-12um: vector: Fix NAPI budget handlingAnton Ivanov1-2/+2
2024-09-12um: vector: Replace locks guarding queue depth with atomicsAnton Ivanov2-102/+110
2024-09-12um: remove variable stack array in os_rcv_fd_msg()Johannes Berg1-2/+6
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+1
2024-07-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds50-1319/+1043
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+10
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-8/+12
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-1/+1
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-3/+5
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko1-1/+1