summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+5
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-11um: 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-1036/+1031
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-15/+6
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-19/+5
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie6-314/+45
2025-03-20um: Prohibit the VM_CLONE flag in run_helper_thread()Tiwei Bie1-0/+4
2025-03-20um: Switch to the pthread-based helper in sigio workaroundTiwei Bie1-25/+19
2025-03-20um: ubd: Switch to the pthread-based helperTiwei Bie3-23/+22
2025-03-20um: Add pthread-based helper supportTiwei Bie2-0/+68
2025-03-18um: x86: clean up elf specific definitionsHajime Tazaki1-0/+1
2025-03-18um: virt-pci: Refactor virtio_pcidev into its own moduleTiwei Bie5-589/+794
2025-03-18um: work around sched_yield not yielding in time-travel modeBenjamin Berg2-0/+13
2025-03-18um: Update min_low_pfn to match changes in uml_reservedTiwei Bie1-0/+1
2025-03-18um: use str_yes_no() to remove hardcoded "yes" and "no"Ethan Carter Edwards1-1/+2
2025-03-18um: remove copy_from_kernel_nofault_allowedBenjamin Berg4-72/+1
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg12-23/+72
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-2/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-2/+5
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-1/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)3-14/+0
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar5-135/+174
2025-02-12um: convert irq_lock to raw spinlockJohannes Berg1-32/+47
2025-02-12um: virtio_uml: use raw spinlockJohannes Berg1-4/+4
2025-02-12um: virt-pci: don't use kmalloc()Johannes Berg1-95/+101
2025-02-12um: fix execve stub execution on old host OSsBenjamin Berg1-3/+13
2025-02-12um: avoid copying FP state from init_taskBenjamin Berg1-1/+9
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)1-6/+5
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-92/+21
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-18/+9
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang3-11/+3
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-4/+3