summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2024-10-02move 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-28minmax: 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
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko1-6/+8
2024-07-16um: Use generic runtime constant implementationLinus Torvalds1-0/+1
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+9
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann2-1/+9
2024-07-04um: vector: always reset vp->openedJohannes Berg1-1/+2
2024-07-04um: vector: remove vp->lockJohannes Berg2-16/+1
2024-07-04um: register power-off handlerJohannes Berg1-0/+15
2024-07-04um: line: always fill *error_out in setup_one_line()Johannes Berg1-0/+2
2024-07-03um: Enable preemption in UMLAnton Ivanov2-1/+3
2024-07-03um: refactor TLB update handlingBenjamin Berg9-132/+110
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg3-317/+99
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg3-33/+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 Berg7-42/+49
2024-07-03um: remove copy_context_skas0Benjamin Berg6-178/+10
2024-07-03um: remove LDT supportBenjamin Berg5-39/+8
2024-07-03um: compress memory related stub syscalls while adding themBenjamin Berg1-0/+39
2024-07-03um: Rework syscall handlingBenjamin Berg11-163/+258
2024-07-03um: Create signal stack memory assignment in stub_dataBenjamin Berg5-8/+24
2024-07-03um: Remove stub-data.h include from common-offsets.hBenjamin Berg1-5/+0
2024-07-03um: time-travel: fix signal blocking race/hangJohannes Berg1-20/+98
2024-07-03um: time-travel: remove time_exit()Johannes Berg1-6/+0
2024-07-03um: harddog: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg1-12/+118