linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 mm-new 00/12] mm, bpf: BPF based THP order selection
 2025-09-26  9:33 UTC  (2+ messages)
` [PATCH v8 mm-new 01/12] mm: thp: remove disabled task from khugepaged_mm_slot

[PATCH 1/1] mm: silence data-race in update_hiwater_rss
 2025-09-26  9:24 UTC 

[RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
 2025-09-26  9:14 UTC  (2+ messages)

[PATCH] fuse: fix readahead reclaim deadlock
 2025-09-26  9:01 UTC 

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-26  9:01 UTC  (3+ messages)

[PATCH linux-next] alloc_tag: Fix boot failure due to NULL pointer dereference
 2025-09-26  8:54 UTC  (2+ messages)

[PATCH V2] mm: swap: check for stable address space before operating on the VMA
 2025-09-26  8:30 UTC  (3+ messages)

[Question] Is flush_cache_page() in wp_page_reuse() really necessary?
 2025-09-26  7:39 UTC 

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-26  7:37 UTC  (23+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v2 0/4] reparent the THP split queue
 2025-09-26  6:57 UTC  (9+ messages)
` [PATCH v2 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH 0/3] mm/page_owner: add options 'print_handle' and 'print_stack' for 'show_stacks'
 2025-09-26  6:55 UTC  (4+ messages)

[syzbot] [mm?] KCSAN: data-race in try_to_migrate_one / zap_page_range_single_batched
 2025-09-26  6:47 UTC  (2+ messages)

[syzbot] [mm?] KCSAN: data-race in try_to_compact_pages / try_to_compact_pages
 2025-09-26  6:45 UTC 

[RFC PATCH 0/2] DAMON: add priority-based scheme application control
 2025-09-26  3:57 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/damon/core: introduce priority concept for DAMON

[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
 2025-09-26  3:35 UTC  (24+ messages)
` [PATCH v12 01/23] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v12 02/23] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v12 03/23] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v12 04/23] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v12 05/23] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v12 06/23] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v12 07/23] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v12 08/23] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v12 09/23] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v12 10/23] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v12 11/23] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v12 12/23] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v12 13/23] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v12 14/23] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v12 15/23] crypto: iaa - Enable async mode and make it the default
` [PATCH v12 16/23] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v12 17/23] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v12 18/23] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v12 19/23] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v12 20/23] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v12 21/23] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v12 23/23] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH v2] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
 2025-09-26  3:32 UTC 

[RFC PATCH 0/2] DAMON: add priority-based scheme application control
 2025-09-26  3:23 UTC  (2+ messages)

[v6 00/15] mm: support device-private THP
 2025-09-26  1:53 UTC  (34+ messages)
` [v6 01/15] mm/zone_device: support large zone device private folios
` [v6 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v6 04/15] mm/huge_memory: implement device-private THP splitting
` [v6 07/15] mm/memory/fault: add THP fault handling for zone device private pages

[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
 2025-09-26  0:57 UTC  (5+ messages)
` [PATCH 01/10] blk-cgroup: use cgroup lock and rcu to protect iterating blkcg blkgs

[PATCH v2] mm/memblock: Correct totalram_pages accounting with KMSAN
 2025-09-26  0:25 UTC  (5+ messages)

[PATCH v17 00/12] Support page table check on PowerPC
 2025-09-25 23:17 UTC  (3+ messages)

[PATCH] mm: limit THP alignment – performance gain observed in AI inference workloads
 2025-09-25 23:12 UTC  (4+ messages)
    ` [PATCH follow-up] mm/thp: Requesting status update on alignment performance configuration

[PATCH] kasan: Fix warnings caused by use of arch_enter_lazy_mmu_mode()
 2025-09-25 23:07 UTC  (2+ messages)

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-25 23:02 UTC  (11+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH 1/3] mm/page_owner: add option 'print_handle' for 'show_stacks'
 2025-09-25 22:25 UTC  (3+ messages)

[RFC PATCH 00/12] CMA balancing
 2025-09-25 22:11 UTC  (3+ messages)
` [RFC PATCH 13/12] mm,cma: add compaction cma balance helper for direct reclaim
` [RFC PATCH 00/12] mm,cma: call CMA balancing from page reclaim code

[PATCH] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
 2025-09-25 21:49 UTC  (3+ messages)
` [syzbot ci] "

[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
 2025-09-25 20:24 UTC  (2+ messages)

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-25 20:13 UTC  (17+ messages)
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[RFC][PATCH v3 00/16] Introduce kmemdump
 2025-09-25 20:11 UTC  (15+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static

PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
 2025-09-25 19:20 UTC  (13+ messages)

[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
 2025-09-25 19:02 UTC  (15+ messages)

[PATCH] rust: slab: add basic slab module
 2025-09-25 18:52 UTC  (11+ messages)

[PATCH v2 2/4] mm/page_alloc: Perform appropriate batching in drain_pages_zone
 2025-09-25 18:44 UTC  (2+ messages)

[PATCH] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-25 18:31 UTC  (7+ messages)

[PATCH v2 1/4] mm/page_alloc/vmstat: Simplify refresh_cpu_vm_stats change detection
 2025-09-25 18:26 UTC  (2+ messages)

[PATCH 00/21] mm: ASI direct map management
 2025-09-25 17:51 UTC  (2+ messages)

[syzbot] [mm?] WARNING in memory_failure
 2025-09-25 17:26 UTC  (12+ messages)

[REGRESSION] workqueue/writeback: Severe CPU hang due to kworker proliferation during I/O flush and cgroup cleanup
 2025-09-25 16:58 UTC  (3+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-09-25 16:38 UTC  (9+ messages)
` [PATCH v8 07/23] slab: skip percpu sheaves for remote object freeing
` [PATCH v8 08/23] slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v8 11/23] maple_tree: Drop bulk insert support
` [PATCH v8 12/23] tools/testing/vma: Implement vm_refcnt reset

[PATCH v5] mm: Fix possible deadlock in kmemleak
 2025-09-25 14:33 UTC  (3+ messages)

[PATCH] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
 2025-09-25 14:33 UTC 

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-25 14:30 UTC  (5+ messages)

[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
 2025-09-25 13:38 UTC  (12+ messages)

[PATCH 13/21] mm/page_alloc_test: unit test pindex helpers
 2025-09-25 13:36 UTC  (2+ messages)

[PATCH 05/21] x86/mm/pat: mirror direct map changes to ASI
 2025-09-25 13:36 UTC  (2+ messages)

[PATCH 0/2] drivers/base/node: fold node register and unregister functions
 2025-09-25 13:21 UTC  (10+ messages)
` [PATCH 1/2] drivers/base/node: merge register_one_node() and register_node() to a single function
` [PATCH 2/2] drivers/base/node: merge unregister_one_node() and unregister_node() "

[PATCH 11/21] mm: introduce freetype_t
 2025-09-25 13:15 UTC  (2+ messages)

[PATCH v3 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-25 13:14 UTC  (11+ messages)
` [PATCH v3 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v3 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v3 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v3 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v3 05/10] types: move phys_vec definition to common header
` [PATCH v3 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v3 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v3 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v3 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v3 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[RFC v1 0/4] Make KHO Stateless
 2025-09-25 12:33 UTC  (4+ messages)

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-25 11:38 UTC  (4+ messages)
` [PATCH v7 mm-new 02/10] mm: thp: add support for "

[PATCH v5 0/4] kho: add support for preserving vmalloc allocations
 2025-09-25 11:22 UTC  (7+ messages)
` [PATCH v5 3/4] "

[BUG REPORT] mm/damon: softlockup when kdamond walk page with cpu hotplug
 2025-09-25 11:11 UTC  (2+ messages)

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-09-25 11:06 UTC  (7+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

[PATCH] mm: move rmap of mTHP upon CoW reuse
 2025-09-25 10:57 UTC  (8+ messages)

[PATCH] mm/page_alloc: fix alignment for alloc_contig_pages_noprof()
 2025-09-25  9:50 UTC  (12+ messages)

[PATCH RFC 0/2] mm: add huge pfnmap support for remap_pfn_range()
 2025-09-25  9:38 UTC  (5+ messages)
` [PATCH RFC 2/2] mm: add PMD-level huge page "

[PATCH v0] mm/page_alloc: Cleanup for __del_page_from_free_list()
 2025-09-25  8:50 UTC 

[PATCH 5.4.y] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:49 UTC 

[PATCH 5.10.y] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-09-25  8:47 UTC 

page:  |  | latest

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