summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
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 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_...Ingo Molnar1-1/+1
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-53/+50
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus 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-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-2/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-2/+5
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-1/+0
2025-03-18arch, 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-13um: convert irq_lock to raw spinlockJohannes Berg1-32/+47
2025-02-13um: 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-31Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-25/+10
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-3/+1
2025-01-26asm-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/kern...Linus Torvalds20-296/+289
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+11
2024-11-12um: move thread info into taskBenjamin Berg6-125/+7
2024-11-08x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-5/+6
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+5
2024-11-07um: Always dump trace for specified task in show_stackTiwei Bie1-1/+1
2024-11-07um: remove broken double fault detectionBenjamin Berg1-6/+0
2024-11-07um: remove file sync for stub dataBenjamin Berg1-1/+0
2024-11-07um: Remove double zero checkShaojie Dong1-2/+1
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1