summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2025-06-25um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-06-25um: vfio: Prevent duplicate device assignmentsTiwei Bie1-0/+14
2025-06-25um: ubd: Add missing error check in start_io_thread()Tiwei Bie1-1/+1
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds67-4284/+2305
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg1-2/+2
2025-06-04um: fix SECCOMP 32bit xstate register restoreBenjamin Berg1-4/+0
2025-06-02um: pass FD for memory operations when neededBenjamin Berg8-60/+280
2025-06-02um: Add SECCOMP support detection and initializationBenjamin Berg2-4/+195
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg8-134/+438
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg11-8/+145
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg3-0/+65
2025-06-02um: Move faultinfo extraction into userspace routineBenjamin Berg1-11/+6
2025-06-02um: vector: Use mac_pton() for MAC address parsingTiwei Bie1-11/+4
2025-06-02um: vector: Clean up and modernize log messagesTiwei Bie1-25/+16
2025-06-02um: chan_kern: use raw spinlock for irqs_to_free_lockJohannes Berg1-5/+5
2025-06-02um: Fix tgkill compile error on old host OSesYongting Lin1-1/+2
2025-06-02um: stop using PCI port I/OArnd Bergmann3-20/+0
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-20/+27
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+1
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar1-1/+1
2025-05-12um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada1-0/+1
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+5
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-12um: remove custom definition of mk_pte()Matthew Wilcox (Oracle)3-20/+8
2025-05-07um: Include linux/types.h in asm/fpu/api.hHerbert Xu1-0/+2
2025-05-05um: Remove legacy network transport infrastructureTiwei Bie8-1307/+5
2025-05-05um: vector: Eliminate the dependency on uml_netTiwei Bie2-3/+50
2025-05-05um: Remove obsolete legacy network transportsTiwei Bie31-2728/+2
2025-05-05irqdomain: um: use irq_domain_create_linear() helperJiri Slaby (SUSE)1-10/+5
2025-05-05um: Add VFIO-based virtual PCI driverTiwei Bie5-0/+1023
2025-05-05um: use proper care when taking mmap lock during segfaultBenjamin Berg1-12/+117
2025-05-05um: do not send SIGALRM to userspace in time-travel modeBenjamin Berg1-4/+9
2025-05-05um: Remove duplicate arch.h headerJiapeng Chong1-1/+0
2025-05-05um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen1-0/+5
2025-05-05um: xterm: Update options for gnome-terminalTiwei Bie1-1/+1
2025-05-05um: xterm: Add Wayland supportTiwei Bie1-6/+3
2025-05-05um: fix _nofault accessesJohannes Berg2-13/+15
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann1-3/+1
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_...Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+6
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds34-1038/+1033
2025-04-02mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-15/+6