summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-05um: fix _nofault accessesJohannes Berg
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_...Ingo Molnar
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie
2025-03-18um: work around sched_yield not yielding in time-travel modeBenjamin Berg
2025-03-18um: Update min_low_pfn to match changes in uml_reservedTiwei Bie
2025-03-18um: use str_yes_no() to remove hardcoded "yes" and "no"Ethan Carter Edwards
2025-03-18um: remove copy_from_kernel_nofault_allowedBenjamin Berg
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar
2025-02-12um: convert irq_lock to raw spinlockJohannes Berg
2025-02-12um: avoid copying FP state from init_taskBenjamin Berg
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky
2025-01-10um: Remove unused user_context functionTiwei Bie
2025-01-10um: Mark get_top_address as __initTiwei Bie
2025-01-10um: Mark parse_cache_line as __initTiwei Bie
2025-01-10um: Mark parse_host_cpu_flags as __initTiwei Bie
2025-01-10um: Count iomem_size only once in physmem calculationTiwei Bie
2025-01-10um: Remove obsolete fixmap supportTiwei Bie
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-12um: move thread info into taskBenjamin Berg
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-07um: Always dump trace for specified task in show_stackTiwei Bie
2024-11-07um: remove broken double fault detectionBenjamin Berg
2024-11-07um: remove file sync for stub dataBenjamin Berg
2024-11-07um: Remove double zero checkShaojie Dong
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-26um: fix stub exe build with CONFIG_GCOVJohannes Berg
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg
2024-10-23um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNCTiwei Bie
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie
2024-10-23um: Do not propagate initrd parameter to kernelTiwei Bie
2024-10-23um: Do not propagate dtb parameter to kernelTiwei Bie
2024-10-23um: Do not propagate mem parameter to kernelTiwei Bie
2024-10-23um: Remove UML specific debug parameterTiwei Bie
2024-10-23um: remove fault_catcher infrastructureJohannes Berg
2024-10-23um: make stub_exe _start() pure inline asmJohannes Berg
2024-10-18um: Fix misaligned stack in stub_exeDavid Gow