linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-03 04:43:46 to 2025-07-03 23:35:53 UTC [more...]

[v1 resend 00/12] THP support for zone device page migration
 2025-07-03 23:35 UTC  (2+ messages)
` [v1 resend 01/12] mm/zone_device: support large zone device private folios

[v1 00/12] THP support for zone device page migration
 2025-07-03 23:06 UTC  (15+ messages)
` [v1 01/12] mm/zone_device: support large zone device private folios
` [v1 02/12] mm/migrate_device: flags for selecting device private THP pages
` [v1 03/12] mm/thp: zone_device awareness in THP handling code
` [v1 04/12] mm/migrate_device: THP migration of zone device pages
` [v1 05/12] mm/memory/fault: add support for zone device THP fault handling
` [v1 06/12] lib/test_hmm: test cases and support for zone device private THP
` [v1 07/12] mm/memremap: add folio_split support
` [v1 08/12] mm/thp: add split during migration support
` [v1 09/12] lib/test_hmm: add test case for split pages
` [v1 10/12] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v1 11/12] gpu/drm/nouveau: add THP migration support
` [v1 12/12] selftests/mm/hmm-tests: new throughput tests including THP

[PATCH 1/2] llist: avoid memory tearing for llist_node
 2025-07-03 22:46 UTC  (5+ messages)
` [PATCH 2/2] cgroup: explain the race between updater and flusher

[linux-next:master] BUILD SUCCESS WITH WARNING 8d6c58332c7a8ba025fcfa76888b6c37dbce9633
 2025-07-03 22:21 UTC 

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver
 2025-07-03 21:22 UTC  (22+ messages)
` [PATCH 08/17] memcg: add support for GPU page counters
` [PATCH 12/17] ttm: add objcg pointer to bo and tt
` [PATCH 17/17] amdgpu: add support for memory cgroups

[PATCH] Skew tick for systems with a large number of processors
 2025-07-03 20:59 UTC  (5+ messages)

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-07-03 20:39 UTC  (7+ messages)

[PATCH v2] kasan: remove kasan_find_vm_area() to prevent possible deadlock
 2025-07-03 20:35 UTC  (7+ messages)

[PATCHv8 02/17] x86/asm: Introduce inline memcpy and memset
 2025-07-03 20:12 UTC  (15+ messages)
  ` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS

[RFC PATCH v5 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-07-03 19:44 UTC  (4+ messages)
` [RFC PATCH v5 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v5 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v7] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
 2025-07-03 19:04 UTC  (2+ messages)

[PATCH v2 0/3] cma: factor out allocation logic from __cma_declare_contiguous_nid
 2025-07-03 18:54 UTC  (6+ messages)
` [PATCH v2 1/3] cma: move __cma_declare_contiguous_nid() before its usage
` [PATCH v2 2/3] cma: split resrvation of fixed area into a helper function
` [PATCH v2 3/3] cma: move memory allocation to "

[PATCHv2 0/3] mm/memory_hotplug: fixup crash during uevent handling
 2025-07-03 18:51 UTC  (9+ messages)
` [PATCH 1/3] drivers/base/memory: add node id parameter to add_memory_block()
` [PATCH 2/3] mm/memory_hotplug: activate node before adding new memory blocks
` [PATCH 3/3] drivers/base: move memory_block_add_nid() into the caller

[PATCH] kasan: don't call find_vm_area() in in_interrupt() for possible deadlock
 2025-07-03 18:07 UTC  (5+ messages)

[PATCH v2 0/4] mm/userfaultfd: modulize memory types
 2025-07-03 17:48 UTC  (27+ messages)
` [PATCH v2 1/4] mm: Introduce vm_uffd_ops API

[PATCH v2] mm/migrate: Fix do_pages_stat in 32-bit mode
 2025-07-03 17:39 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-03 17:34 UTC  (2+ messages)

[PATCH 0/3] cma: factor out HIGMEM logic from __cma_declare_contiguous_nid
 2025-07-03 17:27 UTC  (11+ messages)
` [PATCH 1/3] cma: move __cma_declare_contiguous_nid() before its usage
` [PATCH 2/3] cma: split resrvation of fixed area into a helper function
` [PATCH 3/3] cma: move allocation from HIGHMEM to "

[RFC PATCH v2] samples/damon: support automatic node address detection
 2025-07-03 16:52 UTC  (2+ messages)

[PATCH v1 1/2] fuse: use default writeback accounting
 2025-07-03 16:45 UTC  (2+ messages)
` [PATCH v1 2/2] mm: remove BDI_CAP_WRITEBACK_ACCT

[PATCH] mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock
 2025-07-03 16:39 UTC  (9+ messages)

[PATCH 0/6 v4] sched/mm: LRU drain flush on nohz_full
 2025-07-03 16:12 UTC  (10+ messages)
` [PATCH 1/6] task_work: Provide means to check if a work is queued
` [PATCH 2/6] sched/fair: Use task_work_queued() on numa_work
` [PATCH 3/6] sched: Use task_work_queued() on cid_work
` [PATCH 4/6] tick/nohz: Move nohz_full related fields out of hot task struct's places
` [PATCH 5/6] sched/isolation: Introduce isolated task work
` [PATCH 6/6] mm: Drain LRUs upon resume to userspace on nohz_full CPUs

[PATCH] Skew tick for systems with a large number of processors
 2025-07-03 16:02 UTC  (2+ messages)

[RFC PATCH v4 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-07-03 15:59 UTC  (4+ messages)
` [RFC PATCH v4 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v4 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v4] arm64: Enable permission change on arm64 kernel block mappings
 2025-07-03 15:14 UTC 

[PATCH v2 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-07-03 14:53 UTC  (34+ messages)
` [PATCH v2 1/7] mm/selftests: Fix incorrect pointer being passed to mark_range()
` [PATCH v2 2/7] selftests/mm: Add support to test 4PB VA on PPC64
` [PATCH v2 3/7] selftest/mm: Fix ksm_funtional_test failures
` [PATCH v2 4/7] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
` [PATCH v2 5/7] selftests/mm: Fix child process exit codes in ksm_functional_tests
` [PATCH v2 6/7] selftests/mm: Skip thuge-gen if shmmax is too small or no 1G huge pages
` [PATCH v2 7/7] selftests/mm: Skip hugepage-mremap test if userfaultfd unavailable

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-03 14:50 UTC  (8+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()

[PATCH v2] khugepaged: Reduce race probability between migration and khugepaged
 2025-07-03 14:07 UTC  (8+ messages)

[PATCH net-next v8 0/5] Split netmem from struct page
 2025-07-03 13:29 UTC  (4+ messages)
` [PATCH net-next v8 5/5] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()

[PATCH 00/13] Parallelizing filesystem writeback
 2025-07-03 13:05 UTC  (5+ messages)

[PATCH 6.12.y v2] mm/vmalloc: fix data race in show_numa_info()
 2025-07-03 13:01 UTC 

[PATCH 6.15.y v2] mm/vmalloc: fix data race in show_numa_info()
 2025-07-03 13:00 UTC 

[PATCH v4 3/4] mm: Optimize mprotect() by PTE-batching
 2025-07-03 12:59 UTC  (11+ messages)

[PATCH v2 0/4] mm: folio_pte_batch() improvements
 2025-07-03 12:56 UTC  (10+ messages)
` [PATCH v2 1/4] mm: convert FPB_IGNORE_* into FPB_RESPECT_*
` [PATCH v2 2/4] mm: smaller folio_pte_batch() improvements
` [PATCH v2 3/4] mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
` [PATCH v2 4/4] mm: remove boolean output parameters from folio_pte_batch_ext()

[PATCH 6.15.y] mm/vmalloc: fix data race in show_numa_info()
 2025-07-03 12:49 UTC  (3+ messages)

[PATCH 05/11] vmscan: don't bother with debugfs_real_fops()
 2025-07-03 11:51 UTC  (2+ messages)

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-03 11:45 UTC  (5+ messages)
` [PATCH v3 4/4] ext4: support uncached buffered I/O

[PATCH 6.12.y] mm/vmalloc: fix data race in show_numa_info()
 2025-07-03 10:06 UTC  (2+ messages)

[PATCH v2 0/2] fix two calls of unmap_poisoned_folio() for large folio
 2025-07-03  9:06 UTC  (11+ messages)
` [PATCH v2 1/2] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
` [PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-03  7:49 UTC  (10+ messages)
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()

[PATCH v2] mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock
 2025-07-03  6:56 UTC 

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-07-03  6:33 UTC  (11+ messages)

[PATCH v2] maple tree: Add some comments
 2025-07-03  6:33 UTC 

[PATCH 1/2] maple tree: Clean up mtree_range_walk()
 2025-07-03  6:14 UTC  (9+ messages)
` [PATCH 2/2] maple tree: Add and fix some comments

[linus:master] [mm] c544a952ba: netperf.Throughput_Mbps 18.9% regression
 2025-07-03  5:49 UTC 

[RFC PATCH 1/2] samples/damon: convert node id to physical address
 2025-07-03  5:28 UTC  (6+ messages)
  ` [RFC PATCH 2/2] samples/damon: add `migrate_hot` and `migrate_cold` knobs

[PATCH v3] selftests/mm: add process_madvise() tests
 2025-07-03  4:43 UTC 


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).