linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 15:40:37 to 2025-08-11 09:37:45 UTC [more...]

[PATCH v4 0/2] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-08-11  9:37 UTC  (11+ messages)
` [PATCH v4 1/2] man/man2/mremap.2: describe multiple mapping move
` [PATCH v4 2/2] man/man2/mremap.2: describe previously undocumented shrink behaviour

[PATCH v3 0/5] add persistent huge zero folio support
 2025-08-11  9:35 UTC  (7+ messages)
` [PATCH v3 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v3 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v3 3/5] mm: add persistent huge zero folio
` [PATCH v3 4/5] mm: add largest_zero_folio() routine
` [PATCH v3 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-11  9:32 UTC  (17+ messages)
` [RFC PATCH v1 5/9] freezer: set default freeze priority for PF_SUSPEND_TASK processes
` [RFC PATCH v1 6/9] freezer: Set default freeze priority for zombie tasks
` [RFC PATCH v1 7/9] freezer: raise freeze priority of tasks failed to freeze last time

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-11  9:19 UTC  (13+ messages)
` [PATCH V4 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V4 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V4 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[PATCH] mm/hugetlb: Use max() to simplify hugetlb_vmemmap_optimizable_size()
 2025-08-11  9:14 UTC  (5+ messages)

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  9:06 UTC  (8+ messages)
` [PATCH RFC V10 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH RFC V10 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH RFC V10 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC V10 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC V10 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[RFC PATCH 0/3] mm/mincore: clean up swap cache helper and PTL
 2025-08-11  8:41 UTC  (3+ messages)
` [RFC PATCH 3/3] mm/mincore: avoid touching the PTL

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-11  8:33 UTC  (6+ messages)
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine

[PATCH 0/3] kho: fixes and cleanups
 2025-08-11  8:25 UTC  (4+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling
` [PATCH 3/3] selftest/kho: update generation of initrd

next-20250729: PREEMPT_RT: rock Pi 4b Internal error Oops kmem_cache_alloc_bulk_noprof - kernel locking rtmutex.c at __rt_mutex_slowlock_locked
 2025-08-11  8:20 UTC  (3+ messages)

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  8:02 UTC  (5+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v2] mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)
 2025-08-11  8:01 UTC  (2+ messages)

[Patch v2] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-11  8:00 UTC  (6+ messages)

[PATCH v2 0/3] Better split_huge_page_test result check
 2025-08-11  7:55 UTC  (14+ messages)
` [PATCH v2 1/3] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [PATCH v2 2/3] selftests/mm: add check_folio_orders() helper
` [PATCH v2 3/3] selftests/mm: check after-split folio orders in split_huge_page_test

[PATCH v2] mm/memory-failure: fix infinite UCE for VM_PFNMAP'ed page
 2025-08-11  7:54 UTC  (2+ messages)

[PATCH 2/5] mm/damon/sysfs: Implement a command to only commit scheme dests
 2025-08-11  7:00 UTC  (2+ messages)

[PATCH HOTFIX 6.17] mm/mremap: avoid expensive folio lookup on mremap folio pte batch
 2025-08-11  6:52 UTC  (4+ messages)

[PATCH v7 0/4] Add support for long task name
 2025-08-11  6:46 UTC  (5+ messages)
` [PATCH v7 1/4] exec: Remove obsolete comments
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[syzbot] [mm?] WARNING in try_to_migrate_one (3)
 2025-08-11  6:34 UTC  (4+ messages)

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-11  5:39 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
` [PATCH v6 2/2] kasan: call kasan_init_generic in kasan_init

[PATCH HOTFIX 6.17] tools/testing: add linux/args.h header and fix radix, VMA tests
 2025-08-11  5:26 UTC 

[PATCH] mm/vmscan: fix inverted polarity in lru_gen_seq_show()
 2025-08-11  5:27 UTC  (3+ messages)

[PATCH] mm: remove unnecessary pointer variables
 2025-08-11  4:30 UTC  (2+ messages)

[Hypervisor Live Update] Notes from July 28, 2025
 2025-08-11  4:23 UTC 

[PATCH v4] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-11  3:55 UTC  (2+ messages)

[PATCH v2] Fix the data type inconsistency issue of min (tier, MAX_CR_TIERS-1) in read_ctrl_pos
 2025-08-11  2:37 UTC  (3+ messages)
  `  "

[PATCH linux-next v3] mm, page_pool: introduce a new page type for page pool in page type
 2025-08-11  1:09 UTC  (3+ messages)

[PATCH] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-11  0:51 UTC  (8+ messages)

[PATCH v3] mm/damon: update expired description of damos_action
 2025-08-10 19:32 UTC  (2+ messages)

[PATCH] docs/mm/damon/design: fix typo
 2025-08-10 19:25 UTC  (2+ messages)
` [PATCH v2] docs/mm/damon/design: fix typo: s/sz_trtied/sz_tried/

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-10 17:02 UTC  (6+ messages)

[PATCH v3] selftests/damon: test no-op commit broke DAMON status
 2025-08-10 16:44 UTC  (3+ messages)

[PATCH v3] mm/damon/core: fix commit_ops_filters by using correct nth function
 2025-08-10 16:37 UTC  (3+ messages)

[PATCH V3] init: Handle bootloader identifier in kernel parameters
 2025-08-10 14:34 UTC  (2+ messages)

[PATCH 1/2] maple_tree: Use kfree_rcu in ma_free_rcu
 2025-08-10 14:23 UTC  (3+ messages)
` [PATCH 2/2] testing/radix-tree/maple: Hack around kfree_rcu not existing

[PATCH] mm: ignore nomap memory during mirror init
 2025-08-10  8:14 UTC  (12+ messages)

[PATCH v5 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-10  7:32 UTC  (7+ messages)
` [PATCH v5 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v3] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-10  6:31 UTC  (6+ messages)

[PATCH v2] mm/damon/core: fix commit_ops_filters by using correct nth function
 2025-08-10  5:50 UTC  (3+ messages)

[PATCH 0/2] fix damos_commit_ops_filters iteration problem with
 2025-08-10  5:43 UTC  (10+ messages)
` [PATCH 1/2] selftests/damon: test no-op commit broke DAMON status
` [PATCH 2/2] mm/damon/core : fix commit_ops_filters by using correct nth function

[PATCH] mm: prevent RCU stalls in kswapd by adding cond_resched()
 2025-08-10  1:56 UTC  (5+ messages)

[akpm-mm:mm-new 72/77] arch/um/include/asm/kasan.h:29:2: error: UML does not work in KASAN_INLINE mode with STATIC_LINK enabled!
 2025-08-09 19:40 UTC 

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-09 18:32 UTC  (2+ messages)

[PATCH v3 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-09 18:32 UTC  (11+ messages)
` [PATCH v3 3/7] selftest/mm: Fix ksm_funtional_test failures

[PATCHv16 00/17] Linear Address Masking enabling
 2025-08-09 16:04 UTC  (3+ messages)
` [PATCHv16 13/17] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking

[RFC PATCH 0/6] Multi-pass MMU interval notifiers
 2025-08-09 13:51 UTC  (7+ messages)
` [RFC PATCH 1/6] mm/mmu_notifier: Allow multiple struct mmu_interval_notifier passes
` [RFC PATCH 2/6] drm/gpusvm: Update GPU SVM / Xe to twopass MMU notifier
` [RFC PATCH 3/6] drm/gpusvm: Add drm_gpusvm_in_notifier_* helpers
` [RFC PATCH 4/6] drm/xe: Skip waiting on unarmed fences in xe_gt_tlb_invalidation_fence_wait
` [RFC PATCH 5/6] drm/xe: Add fences argument to xe_vm_range_tilemask_tlb_invalidation
` [RFC PATCH 6/6] drm/xe: Implement two pass MMU notifiers for SVM

[PATCH] mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
 2025-08-09  1:23 UTC  (7+ messages)

[PATCH] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-09  0:18 UTC  (4+ messages)

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-09  0:03 UTC  (3+ messages)

Network filesystems and netmem
 2025-08-08 23:28 UTC  (4+ messages)

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-08-08 21:54 UTC  (6+ messages)

ld.lld: error: Function Import: link error: linking module flags 'Code Model': IDs have conflicting values: 'i32 3' from vmlinux.a(init.o at 1229286), and 'i32 1' from vmlinux.a(vma_exec.o at 1246866)
 2025-08-08 21:53 UTC  (3+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-08 20:22 UTC  (10+ messages)
` [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH v3 0/3] Several KHO Hotfixes
 2025-08-08 20:18 UTC  (4+ messages)
` [PATCH v3 1/3] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 2/3] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v3 3/3] kho: warn if KHO is disabled due to an error

[PATCH v2] mm/swapfile.c: introduce function alloc_swap_scan_list()
 2025-08-08 19:51 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION b1549501188cc9eba732c25b033df7a53ccc341f
 2025-08-08 18:02 UTC 

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-08 17:46 UTC  (3+ messages)
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-08 17:20 UTC  (6+ messages)

[PATCH 6.17 0/3] mm/mremap: allow multi-VMA move for huge folio, find ineligible earlier
 2025-08-08 17:17 UTC  (3+ messages)
` [PATCH 6.17 2/3] mm/mremap: catch invalid multi VMA moves earlier

[sj:mm-new 42/45] ERROR: modpost: __ex_table+0x1584 references non-executable section '.rodata.spk_ttyio_synth_probe.str1.4'
 2025-08-08 17:11 UTC  (2+ messages)

[PATCH 0/8] __vmalloc() and no-block support
 2025-08-08 16:56 UTC  (6+ messages)
` [PATCH 8/8] mm: Drop __GFP_DIRECT_RECLAIM flag if PF_MEMALLOC is set

[PATCH v10 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-08-08 16:39 UTC  (2+ messages)

[PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
 2025-08-08 15:59 UTC  (4+ messages)
` [PATCH 4/4] mm/kasan: make kasan=on|off take effect "

[PATCH] mm/userfaultfd: fix missing PTE unmap for non-migration entries
 2025-08-08 15:55 UTC  (11+ messages)

[PATCH 0/4] Better split_huge_page_test result check
 2025-08-08 15:44 UTC  (7+ messages)
` [PATCH 2/4] mm/huge_memory: move to next folio after folio_split() succeeds

[PATCH v5 1/1] userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entry
 2025-08-08 15:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).