aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie2-4/+0
2025-07-11um: Make mm_list and mm_list_lock staticTiwei Bie1-2/+2
2025-07-11um: Re-evaluate thread flags repeatedlyThomas Weißschuh1-8/+12
2025-07-11um: simplify syscall header filesJohannes Berg1-2/+9
2025-07-11um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTSThomas Weißschuh1-0/+9
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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/kernel/git/uml/linuxLinus Torvalds8-55/+486
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg1-2/+2
2025-06-02um: pass FD for memory operations when neededBenjamin Berg3-19/+111
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg2-15/+132
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg2-5/+83
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg1-0/+49
2025-06-02um: stop using PCI port I/OArnd Bergmann2-14/+0
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar1-1/+1
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: fix _nofault accessesJohannes Berg1-13/+13
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_sync_each_cpu()Ingo Molnar1-1/+1
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds8-53/+50
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-18/+5
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie1-26/+0
2025-03-18um: work around sched_yield not yielding in time-travel modeBenjamin Berg1-0/+11
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 Berg2-20/+1
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg3-6/+35
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)2-13/+0
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar2-33/+56
2025-02-12um: convert irq_lock to raw spinlockJohannes Berg1-32/+47
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/kernel/git/uml/linuxLinus Torvalds3-25/+10
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-3/+1
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-4/+3
2025-01-10um: Remove unused user_context functionTiwei Bie1-8/+0
2025-01-10um: Mark get_top_address as __initTiwei Bie1-1/+1
2025-01-10um: Mark parse_cache_line as __initTiwei Bie1-1/+2
2025-01-10um: Mark parse_host_cpu_flags as __initTiwei Bie1-1/+1
2025-01-10um: Count iomem_size only once in physmem calculationTiwei Bie1-3/+2
2025-01-10um: Remove obsolete fixmap supportTiwei Bie1-11/+4
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds20-296/+289
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+11
2024-11-12um: move thread info into taskBenjamin Berg6-125/+7
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-5/+6