summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
5 daysum: Re-evaluate thread flags repeatedlyThomas Weißschuh2-8/+16
10 daysum: 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-19um: Fix tgkill compile error on old host OSesYongting Lin1-1/+2
2025-05-12um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada1-0/+1
2025-05-05um: fix _nofault accessesJohannes Berg2-13/+15
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-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-316/+47
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-136/+175
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-96/+102
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
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-3/+3
2025-01-13um: Include missing headers in asm/pgtable.hTiwei Bie1-0/+3
2025-01-10um: rtc: use RTC time when calculating the alarmBenjamin Berg1-2/+5
2025-01-10um: Remove unused user_context functionTiwei Bie1-8/+0
2025-01-10um: Remove unused THREAD_NAME_LEN macroTiwei Bie1-1/+0
2025-01-10um: Remove unused PGD_BOUND macroTiwei Bie1-1/+0
2025-01-10um: Mark setup_env_path as __initTiwei Bie1-1/+1
2025-01-10um: Mark install_fatal_handler as __initTiwei Bie1-1/+1
2025-01-10um: Mark set_stklim as __initTiwei Bie1-1/+1