summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2025-06-25um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie
2025-06-25um: vfio: Prevent duplicate device assignmentsTiwei Bie
2025-06-25um: ubd: Add missing error check in start_io_thread()Tiwei Bie
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg
2025-06-04um: fix SECCOMP 32bit xstate register restoreBenjamin Berg
2025-06-02um: pass FD for memory operations when neededBenjamin Berg
2025-06-02um: Add SECCOMP support detection and initializationBenjamin Berg
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg
2025-06-02um: Move faultinfo extraction into userspace routineBenjamin Berg
2025-06-02um: vector: Use mac_pton() for MAC address parsingTiwei Bie
2025-06-02um: vector: Clean up and modernize log messagesTiwei Bie
2025-06-02um: chan_kern: use raw spinlock for irqs_to_free_lockJohannes Berg
2025-06-02um: Fix tgkill compile error on old host OSesYongting Lin
2025-06-02um: stop using PCI port I/OArnd Bergmann
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-12um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin
2025-05-11um: remove custom definition of mk_pte()Matthew Wilcox (Oracle)
2025-05-07um: Include linux/types.h in asm/fpu/api.hHerbert Xu
2025-05-05um: Remove legacy network transport infrastructureTiwei Bie
2025-05-05um: vector: Eliminate the dependency on uml_netTiwei Bie
2025-05-05um: Remove obsolete legacy network transportsTiwei Bie
2025-05-05irqdomain: um: use irq_domain_create_linear() helperJiri Slaby (SUSE)
2025-05-05um: Add VFIO-based virtual PCI driverTiwei Bie
2025-05-05um: use proper care when taking mmap lock during segfaultBenjamin Berg
2025-05-05um: do not send SIGALRM to userspace in time-travel modeBenjamin Berg
2025-05-05um: Remove duplicate arch.h headerJiapeng Chong
2025-05-05um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen
2025-05-05um: xterm: Update options for gnome-terminalTiwei Bie
2025-05-05um: xterm: Add Wayland supportTiwei Bie
2025-05-05um: fix _nofault accessesJohannes Berg
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_...Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng