linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/13] Enable compound page for p2pdma memory
 2026-01-07 20:34 UTC  (9+ messages)
` [PATCH 02/13] PCI/P2PDMA: Fix the warning condition in p2pmem_alloc_mmap()
` [PATCH 10/13] PCI/P2PDMA: support compound page "

[PATCH v4 0/2] Fix failures with signals and AMD OpenCL
 2026-01-07 20:31 UTC  (3+ messages)
` [PATCH v4 1/2] mm_take_all_locks: change -EINTR to -ERESTARTSYS
` [PATCH v4 2/2] amdgpu: delete the "Failed to register MMU notifier" message

[PATCH v3 3/3] amdgpu: don't report an error if the process was killed
 2026-01-07 20:29 UTC  (3+ messages)

KASAN vs realloc
 2026-01-07 20:28 UTC  (2+ messages)

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-07 20:21 UTC  (15+ messages)
` [PATCH v2 01/11] mm/migrate_device: Introduce migrate_pfn_from_page() helper
` [PATCH v2 02/11] drm/amdkfd: Use migrate pfns internally
` [PATCH v2 03/11] mm/migrate_device: Make migrate_device_{pfns,range}() take mpfns
` [PATCH v2 04/11] mm/migrate_device: Add migrate PFN flag to track device private pages
` [PATCH v2 05/11] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn "
` [PATCH v2 06/11] mm: Add helpers to create migration entries from struct pages
` [PATCH v2 07/11] mm: Add a new swap type for migration entries of device private pages
` [PATCH v2 08/11] mm: Add helpers to create device private entries from struct pages
` [PATCH v2 09/11] mm/util: Add flag to track device private pages in page snapshots
` [PATCH v2 10/11] mm/hmm: Add flag to track device private pages
` [PATCH v2 11/11] mm: Remove device private pages from the physical address space

[PATCH 1/4] mm/migrate: Add migrate_device_split_page
 2026-01-07 20:20 UTC  (6+ messages)

[PATCH v3 2/3] mm: only interrupt taking all mm locks on fatal signal
 2026-01-07 20:14 UTC  (14+ messages)

[PATCH v5 mm-new 0/6] mm: hugetlb: allocate frozen gigantic folio
 2026-01-07 19:38 UTC  (7+ messages)

[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
 2026-01-07 19:05 UTC  (2+ messages)

[PATCHv2 1/2] zsmalloc: use actual object size to detect spans
 2026-01-07 19:03 UTC  (5+ messages)
` [PATCHv2 2/2] zsmalloc: simplify read begin/end logic

[PATCH v8 00/18] Live Update Orchestrator
 2026-01-07 18:54 UTC  (8+ messages)
` [PATCH v8 04/18] liveupdate: luo_session: add sessions support
` [PATCH v8 05/18] liveupdate: luo_core: add user interface
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd

[PATCH v2 0/2] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-01-07 18:32 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] mm: vmscan: add cgroup IDs "
    ` build error on CONFIG_MEMCG=n "error: invalid use of undefined type 'struct mem_cgroup'"

[PATCH v11 0/8] mm: folio_zero_user: clear page ranges
 2026-01-07 18:09 UTC  (10+ messages)
` [PATCH v11 1/8] treewide: provide a generic clear_user_page() variant
` [PATCH v11 2/8] mm: introduce clear_pages() and clear_user_pages()
` [PATCH v11 3/8] highmem: introduce clear_user_highpages()
` [PATCH v11 4/8] x86/mm: Simplify clear_page_*
` [PATCH v11 5/8] x86/clear_page: Introduce clear_pages()
` [PATCH v11 6/8] mm: folio_zero_user: clear pages sequentially
` [PATCH v11 7/8] mm: folio_zero_user: clear page ranges
` [PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages

[PATCH RFC] alloc_tag: add option to pick the first codetag along callchain
 2026-01-07 17:50 UTC  (11+ messages)

[PATCH v1 0/2] mm/vmscan: optimize preferred target demotion node selection
 2026-01-07 17:46 UTC  (5+ messages)
` [PATCH v1 1/2] mm/vmscan: balance demotion allocation in alloc_demote_folio()
` [PATCH v1 2/2] mm/vmscan: select the closest perferred node in demote_folio_list()

[PATCH V5 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2026-01-07 17:43 UTC  (13+ messages)
` [PATCH V5 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V5 3/8] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V5 4/8] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V5 7/8] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V5 8/8] mm/slab: place slabobj_ext metadata in unused space within s->size

[RFC PATCH] memory,memory_hotplug: allow restricting memory blocks to zone movable
 2026-01-07 17:19 UTC  (9+ messages)

mm/vmscan.c:784 __remove_mapping() error: uninitialized symbol 'ci'
 2026-01-07 17:15 UTC 

[RFC PATCH 0/2] zsmalloc: size-classes chain-length tunings
 2026-01-07 17:12 UTC  (14+ messages)
` [RFC PATCH 2/2] zsmalloc: chain-length configuration should consider other metrics

[PATCH v2 0/8] Various mm kselftests improvements/fixes
 2026-01-07 16:59 UTC  (10+ messages)
` [PATCH v2 1/8] selftests/mm: default KDIR to build directory
` [PATCH v2 2/8] selftests/mm: remove flaky header check
` [PATCH v2 3/8] selftests/mm: pass down full CC and CFLAGS to check_config.sh
` [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
` [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
` [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
` [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails

[PATCH v5 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2026-01-07 16:53 UTC  (10+ messages)
` [PATCH v5 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v5 2/4] iommu: Add calls "
` [PATCH v5 3/4] iommu: debug-pagealloc: Track IOMMU pages

[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
 2026-01-07 16:19 UTC  (10+ messages)
` [PATCH v2 1/8] mm/hugetlb: add pre-zeroed framework
` [PATCH v2 2/8] mm/hugetlb: convert to prep_account_new_hugetlb_folio()
` [PATCH v2 3/8] mm/hugetlb: move the huge folio to the end of the list during enqueue
` [PATCH v2 4/8] mm/hugetlb: introduce per-node sysfs interface "zeroable_hugepages"
` [PATCH v2 5/8] mm/hugetlb: simplify function hugetlb_sysfs_add_hstate()
` [PATCH v2 6/8] mm/hugetlb: relocate the per-hstate struct kobject pointer
` [PATCH v2 7/8] mm/hugetlb: add epoll support for interface "zeroable_hugepages"
` [PATCH v2 8/8] mm/hugetlb: limit event generation frequency of function do_zero_free_notify()

[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2026-01-07 16:05 UTC  (5+ messages)
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow

[PATCH] vmalloc: export vrealloc_node_align_noprof
 2026-01-07 15:18 UTC  (2+ messages)

[PATCH v2] slub: clarify object field layout comments
 2026-01-07 15:10 UTC  (3+ messages)

[PATCH] mm/pgtable: remove unddefined __HAVE_ARCH_P4D_ALLOC_ONE/__HAVE_ARCH_P4D_FREE
 2026-01-07 14:53 UTC  (2+ messages)

[RFC PATCH 1/2] NFSD: Add aggressive write throttling control
 2026-01-07 14:49 UTC  (4+ messages)

[BUG] rcu: stall detected in sys_mmap with PREEMPT(full) involving timer softirq and DRM vblank disable
 2026-01-07 14:49 UTC  (2+ messages)

[PATCH] mm/pgtable: convert pgtable_t to ptdesc pointer
 2026-01-07 14:48 UTC  (4+ messages)

[PATCH 0/4] Inline helpers into Rust without full LTO
 2026-01-07 14:01 UTC  (13+ messages)
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust

[PATCH v2] fix AMDGPU failure with periodic signal
 2026-01-07 12:33 UTC  (6+ messages)

[PATCH] dma-buf: system_heap: account for system heap allocation in memcg
 2026-01-07 12:19 UTC  (9+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH v4.1 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
 2026-01-07 12:10 UTC  (3+ messages)
` [PATCH v4.1 07/10] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-07 11:56 UTC  (3+ messages)
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers

[PATCH v2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
 2026-01-07 11:39 UTC  (2+ messages)

[PATCH RESEND v3 2/2] mm: introduce pmdp_collapse_flush_sync() to skip redundant IPI
 2026-01-07 10:52 UTC  (3+ messages)

[PATCH v2 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-07 10:20 UTC  (4+ messages)
` [PATCH v2 14/28] powerpc: introduce arch_zone_limits_init()

[PATCHv2 0/7] zram: introduce compressed data writeback
 2026-01-07 10:14 UTC  (6+ messages)
` [PATCHv2 1/7] "

[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
 2026-01-07 10:12 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] kho: test: clean up residual memory upon test_kho module unload
 2026-01-07 10:06 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust file entry in MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION
 2026-01-07 10:05 UTC  (2+ messages)

[PATCH 0/3] selftests/mm: add memory failure selftests
 2026-01-07  9:37 UTC  (4+ messages)
` [PATCH 1/3] selftests/mm: add memory failure anonymous page test
` [PATCH 2/3] selftests/mm: add memory failure clean pagecache test
` [PATCH 3/3] selftests/mm: add memory failure dirty "

[PATCH bpf-next v4 0/6] mm: bpf kfuncs to access memcg data
 2026-01-07  9:29 UTC  (11+ messages)
` [PATCH bpf-next v4 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc

[akpm-mm:mm-nonmm-unstable 102/107] htmldocs: Warning: kernel/liveupdate/luo_core.c references a file that doesn't exist: Documentation/core-api/kho/concepts.rst
 2026-01-07  8:38 UTC  (2+ messages)

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-07  8:36 UTC  (10+ messages)
` [PATCH v3 5/6] mm: khugepaged: skip lazy-free folios at scanning

[PATCH v2] kernel/fork: Update obsolete use_mm references to kthread_use_mm
 2026-01-07  8:15 UTC 

[PATCH v1 0/8] Remove device private pages from physical address space
 2026-01-07  7:58 UTC  (4+ messages)
` [PATCH v1 8/8] mm: Remove device private pages from the "

[PATCH] zsmalloc: use actual object size to detect spans
 2026-01-07  7:12 UTC  (15+ messages)

[PATCH v5 0/5] support batch checking of references and unmapping for large folios
 2026-01-07  6:54 UTC  (11+ messages)
` [PATCH v5 1/5] mm: rmap: support batched checks of the references "
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file "

[PATCH RESEND v3 0/2] skip redundant TLB sync IPIs
 2026-01-07  6:37 UTC  (7+ messages)
` [PATCH RESEND v3 1/2] mm/tlb: skip redundant IPI when TLB flush already synchronized

[BUG] rcu: stall detected in drm_ioctl with PREEMPT(full) during DRM vblank and printk
 2026-01-07  5:48 UTC 

[BUG] rcu: stall detected in kcov_ioctl() involving DRM vblank and file release paths
 2026-01-07  5:40 UTC 

[BUG] rcu_preempt self-detected stall during kmemleak_scan via debugfs write (6.18.0)
 2026-01-07  5:12 UTC 

[linux-next:master] BUILD REGRESSION 6cd6c12031130a349a098dbeb19d8c3070d2dfbe
 2026-01-07  4:16 UTC 

[PATCH v1 0/2] Free contiguous order-0 pages efficiently
 2026-01-07  3:32 UTC  (5+ messages)
` [PATCH v1 1/2] mm/page_alloc: Optimize free_contig_range()

[PATCH V2 5.15.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2026-01-07  3:28 UTC  (5+ messages)

[PATCH V2 5.4.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2026-01-07  3:25 UTC  (3+ messages)
` [PATCH V2 5.4.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V2 5.4.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

[PATCH V2 5.10.y 0/2] Fix bad pmd due to race between change_prot_numa() and THP migration
 2026-01-07  3:21 UTC  (3+ messages)
` [PATCH V2 5.10.y 1/2] mm/mprotect: use long for page accountings and retval
` [PATCH V2 5.10.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()

page:  |  | latest

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