linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[akpm-mm:mm-nonmm-unstable 60/60] ld.lld: error: undefined symbol: envp_init
 2025-12-17  7:34 UTC 

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-12-17  7:33 UTC  (11+ messages)

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2025-12-17  7:27 UTC  (29+ messages)
` [PATCH v2 01/28] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v2 02/28] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v2 03/28] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v2 04/28] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v2 05/28] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v2 06/28] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v2 07/28] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v2 08/28] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v2 09/28] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v2 10/28] writeback: prevent memory cgroup release in writeback module
` [PATCH v2 11/28] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v2 12/28] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v2 13/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v2 14/28] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v2 15/28] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v2 16/28] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v2 17/28] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v2 18/28] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v2 19/28] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v2 20/28] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v2 21/28] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v2 22/28] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v2 23/28] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH v2 24/28] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v2 25/28] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v2 26/28] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v2 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v2 28/28] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers

[PATCH v2 0/3] support batch checking of references and unmapping for large folios
 2025-12-17  7:23 UTC  (19+ messages)
` [PATCH v2 1/3] arm64: mm: support batch clearing of the young flag "
` [PATCH v2 2/3] mm: rmap: support batched checks of the references "
` [PATCH v2 3/3] mm: rmap: support batched unmapping for file "

[PATCH v4 RESEND 0/6] mm: hugetlb: allocate frozen gigantic folio
 2025-12-17  7:17 UTC  (18+ messages)
` [PATCH v4 1/6] mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()
` [PATCH v4 2/6] mm: page_alloc: add __split_page()
` [PATCH v4 3/6] mm: cma: add __cma_release()
` [PATCH v4 4/6] mm: page_alloc: add alloc_contig_frozen_{range,pages}()
` [PATCH v4 5/6] mm: cma: add cma_alloc_frozen{_compound}()
` [PATCH v4 6/6] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()

[akpm-mm:mm-nonmm-unstable 60/60] undefined reference to `envp_init'
 2025-12-17  6:59 UTC 

[PATCH] mm/page_alloc: restore 0-handling to zone_set_pageset_high_and_batch
 2025-12-17  6:05 UTC 

[PATCH] mm: Consider non-anon swap cache folios in folio_expected_ref_count()
 2025-12-17  6:04 UTC  (6+ messages)

[linus:master] [mm/vmalloc] 9c47753167: stress-ng.bigheap.realloc_calls_per_sec 21.3% regression
 2025-12-17  5:27 UTC  (3+ messages)

[PATCH v4] mm/page_alloc: prevent reporting pcp->batch = 0
 2025-12-17  5:18 UTC  (3+ messages)

[PATCH v2 0/2] mm/page_alloc: pcp->batch cleanups
 2025-12-17  5:16 UTC  (5+ messages)
` [PATCH v2 2/2] mm/page_alloc: Prevent reporting pcp->batch = 0
  ` [PATCH v2 2/2] mm/page_alloc: Prevent reporting pcp->batch = 0 [mcf5208evb boot failure]

[PATCH v6 00/14] Nesting support for lazy MMU mode
 2025-12-17  4:14 UTC  (3+ messages)
` [PATCH v6 14/14] mm: Add basic tests for lazy_mmu

[PATCH 1/2] mm/vmalloc: Add large-order allocation helper
 2025-12-17  3:54 UTC  (4+ messages)
` [PATCH 2/2] mm/vmalloc: Add attempt_larger_order_alloc parameter

[PATCH 0/4] Improve khugepaged scan logic
 2025-12-17  3:31 UTC  (3+ messages)
` [PATCH 2/4] mm: khugepaged: remove mm when all memory has been collapsed

[PATCH 0/4] Various mm kselftests improvements/fixes
 2025-12-17  3:18 UTC  (9+ messages)
` [PATCH 1/4] selftests/mm: remove flaky header check
` [PATCH 2/4] selftests/mm: pass down full CC and CFLAGS to check_config.sh
` [PATCH 3/4] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH 4/4] selftests/mm: fix exit code in pagemap_ioctl

[PATCH v2 0/3] mm: fixup pfnmap memory failure handling
 2025-12-17  3:10 UTC  (3+ messages)
` [PATCH v2 1/3] mm: fixup pfnmap memory failure handling to use pgoff

[PATCH 0/3] mm/khugepaged: minor cleanups
 2025-12-17  2:48 UTC  (10+ messages)
` [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label
` [PATCH 2/3] mm/khugepaged: use enum scan_result for result variables
` [PATCH 3/3] mm/khugepaged: make khugepaged_collapse_control static

[PATCH] sysctl: Remove unused ctl_table forward declarations
 2025-12-17  2:36 UTC  (3+ messages)

[PATCH] mm: memcg: fix unit conversion for K() macro in OOM log
 2025-12-17  2:35 UTC  (2+ messages)

[PATCH 00/11] mm: thp: always enable mTHP support
 2025-12-17  2:03 UTC  (5+ messages)
` [PATCH 07/11] mm: shmem: use pgtable_has_pmd_leaves()

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2025-12-17  1:33 UTC  (5+ messages)
` [PATCH v13 mm-new 07/16] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH v3 00/10] KFuzzTest: a new kernel fuzzing framework
 2025-12-17  1:08 UTC  (2+ messages)

[PATCH 00/14] Assorted kernel-doc fixes
 2025-12-17  0:09 UTC  (10+ messages)
` [PATCH 02/14] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH 05/14] mm, kfence: Describe @slab parameter in __kfence_obj_info()
` [PATCH 09/14] drm/amd/display: Don't use kernel-doc comment in dc_register_software_state struct
  ` [Linaro-mm-sig] "
` [PATCH 10/14] drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enum

[PATCH] mm: vmscan: always allow writeback during memcg reclaim
 2025-12-16 23:23 UTC  (8+ messages)
  ` retiring laptop_mode? was "

[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2025-12-16 22:21 UTC  (3+ messages)

[PATCH v6 0/5] asdf
 2025-12-16 21:56 UTC  (3+ messages)
` [PATCH v6 5/5] coccinelle: Add kmalloc_objs conversion script
  ` [cocci] "

[PATCH] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2025-12-16 21:56 UTC 

[PATCH 1/4] mm/migrate: Add migrate_device_split_page
 2025-12-16 21:39 UTC  (3+ messages)

[PATCH v4 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
 2025-12-16 21:26 UTC  (11+ messages)
` [PATCH v4 01/10] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v4 02/10] x86/entry/vdso: move vdso2c to arch/x86/tools
` [PATCH v4 03/10] x86/entry/vdso: refactor the vdso build
` [PATCH v4 04/10] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v4 05/10] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v4 06/10] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v4 07/10] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v4 08/10] x86/vdso: abstract out vdso system call internals
` [PATCH v4 09/10] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v4 10/10] x86/entry/vdso32: when using int $0x80, use it directly

[PATCH RFC 0/2] tweaks for costly order __GFP_NORETRY reclaim
 2025-12-16 20:32 UTC  (8+ messages)
` [PATCH RFC 1/2] mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
` [PATCH RFC 2/2] mm, page_alloc: fail costly __GFP_NORETRY allocations faster

[PATCH 0/2] mm: fix oom-killer not being invoked when demotion is enabled
 2025-12-16 20:24 UTC  (3+ messages)
` [PATCH 1/2] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes

[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-12-16 19:58 UTC  (17+ messages)
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
` [PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH] mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()
 2025-12-16 19:36 UTC  (4+ messages)

[PATCH 0/2] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2025-12-16 18:50 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] mm: vmscan: add cgroup IDs "
  ` [PATCH v2 2/2] mm: vmscan: add PIDs "

[PATCH v3 0/2] further damage-control lack of clone scalability
 2025-12-16 18:19 UTC  (4+ messages)
` [PATCH v3 2/2] pid: only take pidmap_lock once on alloc

[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
 2025-12-16 18:13 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
 2025-12-16 17:46 UTC  (8+ messages)
` [PATCH v3 08/22] mm: Allow page table accessors to be non-idempotent

[PATCH v3 0/3] RISC-V: add percpu.h to include/asm
 2025-12-16 17:39 UTC  (3+ messages)
` [PATCH v3 1/3] riscv: remove irqflags.h inclusion in asm/bitops.h

[PATCH 0/2] introduce pagetable_alloc_nolock()
 2025-12-16 16:52 UTC  (16+ messages)
` [PATCH 2/2] arm64: mmu: use pagetable_alloc_nolock() while stop_machine()

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-16 15:57 UTC  (16+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis

[PATCH] kho: add support for deferred struct page init
 2025-12-16 15:51 UTC  (7+ messages)

[PATCH 00/26] Introduce meminspect
 2025-12-16 15:12 UTC  (3+ messages)
` [PATCH 21/26] printk: Register information into meminspect

[PATCH v10 0/8] mm: folio_zero_user: clear contiguous pages
 2025-12-16 15:12 UTC  (5+ messages)
` [PATCH v10 7/8] mm, folio_zero_user: support clearing page ranges

[PATCH] zram: drop pp_in_progress
 2025-12-16 14:43 UTC  (2+ messages)

[PATCH v3] mm/page_alloc: prevent reporting pcp->batch = 0
 2025-12-16 14:42 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 563c8dd425b59e44470e28519107b1efc99f4c7b
 2025-12-16 14:18 UTC 

[PATCH -next v3 0/2] memcg cleanups
 2025-12-16 13:55 UTC  (5+ messages)
` [PATCH -next v3 2/2] memcg: remove mem_cgroup_size()

[PATCH 3/4] mm: khugepaged: move mm to list tail when MADV_COLD/MADV_FREE
 2025-12-16 13:31 UTC  (3+ messages)

[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
 2025-12-16 13:24 UTC  (2+ messages)

[PATCH next 2/2] mm/huge_memory: Add sysfs knob for executable THP COW
 2025-12-16 12:13 UTC  (3+ messages)

[PATCH] Remove duplicate header file references
 2025-12-16 11:44 UTC  (4+ messages)
` [PATCH v2] kho: "
` [PATCH v3] "

[PATCH] MAINTAINERS: add ABI headers to KHO and LIVE UPDATE
 2025-12-16 10:59 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox