messages from 2025-07-18 11:08:57 to 2025-07-21 08:47:27 UTC [more...]
[PATCH v3 0/7] iomap: zero range folio batch support
2025-07-21 8:47 UTC (7+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
[linus:master] [mm] 4e92030c05: will-it-scale.per_process_ops 10.0% improvement
2025-07-21 8:29 UTC
[PATCH] mm, page_pool: introduce a new page type for page pool in page type
2025-07-21 8:19 UTC (3+ messages)
[PATCH] smaps: fix BUG_ON in smaps_hugetlb_range
2025-07-21 8:14 UTC
[PATCH v5 0/3] Add support for long task name
2025-07-21 7:52 UTC (7+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
[PATCH v5 00/15] kunit: Introduce UAPI testing framework
2025-07-21 7:20 UTC (8+ messages)
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
[PATCH v2 mm-hotfixes 0/5] mm, arch: a more robust approach to sync top level kernel page tables
2025-07-21 7:06 UTC (10+ messages)
` [PATCH v2 mm-hotfixes 1/5] mm: move page table sync declarations to asm/pgalloc.h
` [PATCH v2 mm-hotfixes 2/5] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH v2 mm-hotfixes 3/5] x86/mm: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
` [PATCH v2 mm-hotfixes 4/5] x86/mm: convert p*d_populate{,_init} to _kernel variants
` [PATCH v2 mm-hotfixes 5/5] x86/mm: drop unnecessary calls to sync_global_pgds() and fold into its sole user
[PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
2025-07-21 7:03 UTC (16+ messages)
` [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
` [PATCH v2 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
` [PATCH v2 3/5] IB/core: P2P DMA for device private pages
` [PATCH v2 4/5] RDMA/mlx5: Enable P2P DMA with fallback mechanism
` [PATCH v2 5/5] RDMA/mlx5: Enabling ATS for ODP memory
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v2)
2025-07-21 5:56 UTC (4+ messages)
` [PATCH 13/18] ttm/pool: enable memcg tracking and shrinker. (v2)
[PATCH] mm: ignore nomap memory during mirror init
2025-07-21 5:08 UTC (8+ messages)
[PATCH v5 0/7] Optimize mprotect() for large folios
2025-07-21 3:44 UTC (23+ messages)
` [PATCH v5 1/7] mm: Refactor MM_CP_PROT_NUMA skipping case into new function
` [PATCH v5 2/7] mm: Optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEs
` [PATCH v5 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v5 4/7] mm: Introduce FPB_RESPECT_WRITE for PTE batching infrastructure
` [PATCH v5 5/7] mm: Split can_change_pte_writable() into private and shared parts
` [PATCH v5 6/7] mm: Optimize mprotect() by PTE batching
` [PATCH v5 7/7] arm64: Add batched versions of ptep_modify_prot_start/commit
[PATCH net-next v12 00/12] Split netmem from struct page
2025-07-21 2:18 UTC (13+ messages)
` [PATCH net-next v12 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v12 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v12 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v12 04/12] netdevsim: access ->pp "
` [PATCH net-next v12 05/12] mt76: "
` [PATCH net-next v12 06/12] net: fec: "
` [PATCH net-next v12 07/12] octeontx2-pf: "
` [PATCH net-next v12 08/12] iavf: "
` [PATCH net-next v12 09/12] idpf: "
` [PATCH net-next v12 10/12] mlx5: "
` [PATCH net-next v12 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v12 12/12] libeth: xdp: "
[PATCH net-next v11 12/12] libeth: xdp: access ->pp through netmem_desc instead of page
2025-07-21 1:03 UTC (7+ messages)
` [Intel-wired-lan] "
[PATCH v4 00/10] mm/mremap: permit mremap() move of multiple VMAs
2025-07-20 18:52 UTC (5+ messages)
` [PATCH v4 06/10] mm/mremap: check remap conditions earlier
[PATCH] mm/damon/ops-common: ignore migration request to invalid nodes
2025-07-20 18:58 UTC
[PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
2025-07-20 18:14 UTC (10+ messages)
[PATCH 00/22] selftests/damon/sysfs.py: test all parameters
2025-07-20 17:16 UTC (23+ messages)
` [PATCH 01/22] selftests/damon/_damon_sysfs: support DAMOS watermarks setup
` [PATCH 02/22] selftests/damon/_damon_sysfs: support DAMOS filters setup
` [PATCH 03/22] selftests/damon/_damon_sysfs: support monitoring intervals goal setup
` [PATCH 04/22] selftests/damon/_damon_sysfs: support DAMOS quota weights setup
` [PATCH 05/22] selftests/damon/_damon_sysfs: support DAMOS quota goal nid setup
` [PATCH 06/22] selftests/damon/_damon_sysfs: support DAMOS action dests setup
` [PATCH 07/22] selftests/damon/_damon_sysfs: support DAMOS target_nid setup
` [PATCH 08/22] selftests/damon/_damon_sysfs: use 2**32 - 1 as max nr_accesses and age
` [PATCH 09/22] selftests/damon/drgn_dump_damon_status: dump damos->migrate_dests
` [PATCH 10/22] selftests/damon/drgn_dump_damon_status: dump ctx->ops.id
` [PATCH 11/22] selftests/damon/drgn_dump_damon_status: dump DAMOS filters
` [PATCH 12/22] selftests/damon/sysfs.py: generalize DAMOS Watermarks commit assertion
` [PATCH 13/22] selftests/damon/sysfs.py: generalize DamosQuota "
` [PATCH 14/22] selftests/damon/sysfs.py: test quota goal commitment
` [PATCH 15/22] selftests/damon/sysfs.py: test DAMOS destinations commitment
` [PATCH 16/22] selftests/damon/sysfs.py: generalize DAMOS schemes commit assertion
` [PATCH 17/22] selftests/damon/sysfs.py: test DAMOS filters commitment
` [PATCH 18/22] selftests/damon/sysfs.py: generalize DAMOS schemes commit assertion
` [PATCH 19/22] selftests/damon/sysfs.py: generalize monitoring attributes "
` [PATCH 20/22] selftests/damon/sysfs.py: generalize DAMON context "
` [PATCH 21/22] selftests/damon/sysfs.py: test non-default parameters runtime commit
` [PATCH 22/22] selftests/damon/sysfs.py: test runtime reduction of DAMON parameters
[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
2025-07-20 15:56 UTC (20+ messages)
` [RFC PATCH v3 1/5] mm, thp: use __thp_vma_allowable_orders() in khugepaged_enter_vma()
` [RFC PATCH v3 2/5] mm, thp: add bpf thp hook to determine thp allocator
` [RFC PATCH v3 3/5] mm, thp: add bpf thp hook to determine thp reclaimer
` [RFC PATCH v3 4/5] mm: thp: add bpf thp struct ops
[syzbot] [mm?] [input?] [usb?] INFO: rcu detected stall in devtmpfsd (3)
2025-07-20 14:21 UTC
[PATCH V2] init: Handle bootloader identifier in kernel parameters
2025-07-20 11:10 UTC (2+ messages)
[PATCH] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
2025-07-20 11:03 UTC (6+ messages)
[linux-next:master] [mm/mremap] d9339d9c10: ltp.mseal01.fail
2025-07-20 10:31 UTC (2+ messages)
[akpm-mm:mm-new 160/175] mm/kasan/tags.c:145:6: error: redefinition of 'kasan_save_free_info'
2025-07-20 7:45 UTC (3+ messages)
[PATCH mm-new 1/2] mm/shmem: hold shmem_swaplist spinlock (not mutex) much less
2025-07-20 7:07 UTC (8+ messages)
` [PATCH mm-new 2/2] mm/shmem: writeout free swap if swap_writeout() reactivates
` [PATCH mm-unstable] mm/shmem: writeout free swap if swap_writeout() reactivates fix
[PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
2025-07-20 6:10 UTC (4+ messages)
[PATCH v4] mm: add zblock allocator
2025-07-20 2:56 UTC (2+ messages)
[PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range
2025-07-20 2:23 UTC (18+ messages)
[PATCH] mm: swap: correctly use maxpages in swapon syscall to avoid potential deadloop
2025-07-20 0:34 UTC (2+ messages)
[PATCH v4] arm64: Enable permission change on arm64 kernel block mappings
2025-07-19 23:29 UTC (3+ messages)
[PATCH v8 0/6] use per-vma locks for /proc/pid/maps reads
2025-07-19 23:18 UTC (8+ messages)
` [PATCH v8 1/6] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v8 2/6] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v8 3/6] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v8 4/6] selftests/proc: add verbose mode for /proc/pid/maps tearing tests
` [PATCH v8 5/6] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v8 6/6] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
[PATCH 0/2] mm/cma: ise for_each_clear_bitrange() where appropriate
2025-07-19 20:54 UTC (3+ messages)
` [PATCH 1/2] mm: cma: simplify cma_debug_show_areas()
` [PATCH 2/2] mm: cma: simplify cma_maxchunk_get()
[v1 resend 00/12] THP support for zone device page migration
2025-07-19 20:16 UTC (11+ messages)
` [v1 resend 02/12] mm/migrate_device: flags for selecting device private THP pages
` [v1 resend 04/12] mm/migrate_device: THP migration of zone device pages
[PATCH] mm/damon/core: commit damos_quota_goal->nid
2025-07-19 18:19 UTC
[PATCH 0/4] Followups to controllers' v1 compilation
2025-07-19 16:18 UTC (7+ messages)
` [PATCH 4/4] cgroup: Do not report unavailable v1 controllers in /proc/cgroups
[PATCH v2] mm: mempool: fix wake-up edge case bug for zero-minimum pools
2025-07-18 22:06 UTC
[PATCH] binfmt_elf: remove the 4k limitation of program header size
2025-07-19 9:17 UTC (3+ messages)
[PATCH v9 00/14] khugepaged: mTHP support
2025-07-19 4:42 UTC (8+ messages)
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats
[linux-next:master] BUILD SUCCESS WITH WARNING d086c886ceb9f59dea6c3a9dae7eb89e780a20c9
2025-07-19 2:17 UTC
DAMON Beer/Coffee/Tea chat reminder for the week of 2025-07-21
2025-07-18 22:59 UTC
[PATCH v5 0/6] __folio_split() clean up
2025-07-18 19:10 UTC (8+ messages)
` [PATCH v5 1/6] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v5 2/6] mm/huge_memory: remove after_split label in __split_unmapped_folio()
` [PATCH v5 3/6] mm/huge_memory: deduplicate code in __folio_split()
` [PATCH v5 4/6] mm/huge_memory: convert VM_BUG* to VM_WARN* in __folio_split
` [PATCH v5 5/6] mm/huge_memory: get frozen folio refcount with folio_expected_ref_count()
` [PATCH v5 6/6] mm/huge_memory: refactor after-split (page) cache code
[Invitation] bi-weekly guest_memfd upstream call on 2025-07-17
2025-07-18 18:17 UTC (4+ messages)
[PATCH 1/2] maple_tree: Use kfree_rcu in ma_free_rcu
2025-07-18 18:05 UTC (3+ messages)
` [PATCH 2/2] testing/radix-tree/maple: Hack around kfree_rcu not existing
[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
2025-07-18 17:08 UTC (2+ messages)
[PATCH v2] selftests/damon: introduce _common.sh to host shared function
2025-07-18 16:30 UTC (2+ messages)
[PATCH] kasan: use vmalloc_dump_obj() for vmalloc error reports
2025-07-18 15:43 UTC (2+ messages)
[PATCH v2] memcg: Convert memcg->socket_pressure to u64
2025-07-18 15:38 UTC (2+ messages)
mm/hugetlb_cgroup.c:829:44: warning: '%s' directive output may be truncated writing up to 1623 bytes into a region of size between 32 and 63
2025-07-18 15:27 UTC (2+ messages)
[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
2025-07-18 15:13 UTC (12+ messages)
[PATCH v2 RESEND 0/2] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));" and some cleanup
2025-07-18 15:11 UTC (5+ messages)
` [PATCH 1/2] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
` [PATCH 2/2] selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()
[v1 resend 08/12] mm/thp: add split during migration support
2025-07-18 15:06 UTC (12+ messages)
[PATCH v4 0/6] __folio_split() clean up
2025-07-18 15:05 UTC (9+ messages)
` [PATCH v4 1/6] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v4 2/6] mm/huge_memory: remove after_split label in __split_unmapped_folio()
` [PATCH v4 4/6] mm/huge_memory: convert VM_BUG* to VM_WARN* in __folio_split
MDWE does not prevent read-only, executable, shared memory regions to be updated by backing file writes
2025-07-18 15:00 UTC (2+ messages)
[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
2025-07-18 14:33 UTC (7+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm
` [External] "
[PATCH 0/6 v4] sched/mm: LRU drain flush on nohz_full
2025-07-18 14:23 UTC (4+ messages)
` [PATCH 5/6] sched/isolation: Introduce isolated task work
[PATCH v2 0/9] mm: vm_normal_page*() improvements
2025-07-18 13:06 UTC (26+ messages)
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_next_slot (2)
2025-07-18 12:56 UTC (4+ messages)
[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
2025-07-18 12:38 UTC (5+ messages)
` [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
` [PATCH v3 10/12] kasan/s390: call kasan_init_generic in kasan_init
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).