summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorLines
2025-10-06Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-25/+26
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+10
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong-0/+2
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov-3/+10
2025-09-10um: Remove unused ipi_pipe field from cpuinfo_umTiwei Bie-3/+0
2025-09-10um: Centralize stub size calculationsTiwei Bie-3/+1
2025-09-10um: Indent time-travel help messagesTiwei Bie-18/+18
2025-09-10um: Add missing trailing newline to help messagesTiwei Bie-3/+4
2025-09-10um: Support SPARSE_IRQSinan Nalkaya-0/+5
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie-4/+0
2025-07-11um: Make mm_list and mm_list_lock staticTiwei Bie-2/+2
2025-07-11um: Re-evaluate thread flags repeatedlyThomas Weißschuh-8/+12
2025-07-11um: simplify syscall header filesJohannes Berg-2/+9
2025-07-11um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTSThomas Weißschuh-0/+9
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-55/+486
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg-2/+2
2025-06-02um: pass FD for memory operations when neededBenjamin Berg-19/+111
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg-15/+132
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg-5/+83
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg-0/+49
2025-06-02um: stop using PCI port I/OArnd Bergmann-14/+0
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar-1/+1
2025-05-05um: use proper care when taking mmap lock during segfaultBenjamin Berg-12/+117
2025-05-05um: do not send SIGALRM to userspace in time-travel modeBenjamin Berg-4/+9
2025-05-05um: Remove duplicate arch.h headerJiapeng Chong-1/+0
2025-05-05um: fix _nofault accessesJohannes Berg-13/+13
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_...Ingo Molnar-1/+1
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-53/+50
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-18/+5
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie-26/+0
2025-03-18um: work around sched_yield not yielding in time-travel modeBenjamin Berg-0/+11
2025-03-18um: Update min_low_pfn to match changes in uml_reservedTiwei Bie-0/+1
2025-03-18um: use str_yes_no() to remove hardcoded "yes" and "no"Ethan Carter Edwards-1/+2
2025-03-18um: remove copy_from_kernel_nofault_allowedBenjamin Berg-20/+1
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg-6/+35
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-2/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)-2/+5
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-1/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)-13/+0
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar-33/+56
2025-02-12um: convert irq_lock to raw spinlockJohannes Berg-32/+47
2025-02-12um: avoid copying FP state from init_taskBenjamin Berg-1/+9
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)-6/+5
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-25/+10
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-3/+1
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky-4/+3