linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/17] move per-vma lock into vm_area_struct
 2025-01-08 18:05 UTC  (24+ messages)
` [PATCH v7 01/17] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v7 02/17] mm: move per-vma lock into vm_area_struct
` [PATCH v7 03/17] mm: mark vma as detached until it's added into vma tree
` [PATCH v7 07/17] types: move struct rcuwait into types.h
` [PATCH v7 11/17] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v7 12/17] mm: replace vm_lock and detached flag with a reference count
` [PATCH v7 14/17] mm: remove extra vma_numab_state_init() call
` [PATCH v7 15/17] mm: prepare lock_vma_under_rcu() for vma reuse possibility
` [PATCH v7 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v7 17/17] docs/mm: document latest changes to vm_lock

[RFC PATCH 0/3] expose mapping wrprotect, fix fb_defio use
 2025-01-08 17:32 UTC  (7+ messages)
` [RFC PATCH 1/3] mm: refactor rmap_walk_file() to separate out traversal logic
` [RFC PATCH 2/3] mm: provide rmap_wrprotect_file_page() function
` [RFC PATCH 3/3] fb_defio: do not use deprecated page->mapping, index fields

[PATCH 00/10] mm/damon: extend DAMOS filters for inclusion
 2025-01-08 17:26 UTC  (13+ messages)
` [PATCH 02/10] mm/damon/core: add damos_filter->pass field
` [PATCH 03/10] mm/damon/core: support damos_filter->pass
` [PATCH 04/10] mm/damon/paddr: "
` [PATCH 05/10] mm/damon: add pass argument to damos_new_filter()
` [PATCH 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->pass
` [PATCH 07/10] Docs/mm/damon/design: document pass/block filters behaviors
` [PATCH 08/10] Docs/ABI/damon: document DAMOS filter pass sysfs file
` [PATCH 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc
` [PATCH 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'pass' sysfs file

[External Mail] [RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
 2025-01-08 16:56 UTC  (8+ messages)
          ` [External Mail] "

[PATCH 0/3] selftests/mm: virtual_address_range: Two bugfixes and a cleanup
 2025-01-08 16:46 UTC  (11+ messages)
` [PATCH 1/3] selftests/mm: virtual_address_range: Fix error when CommitLimit < 1GiB
` [PATCH 3/3] selftests/mm: virtual_address_range: Dump to /dev/null

[PATCH v3] arm64: mm: Test for pmd_sect() in vmemmap_check_pmd()
 2025-01-08 16:38 UTC  (2+ messages)

[RFC PATCH RESEND v2 0/2] Add file seal to prevent future exec mappings
 2025-01-08 16:34 UTC  (8+ messages)
` [RFC PATCH RESEND v2 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

[PATCH RFC 0/3] rust: Add Per-CPU Variable API
 2025-01-08 16:18 UTC  (8+ messages)
` [PATCH RFC 3/3] rust: percpu: add a rust per-CPU variable test

[PATCH v2 1/2] Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"
 2025-01-08 16:17 UTC  (30+ messages)
` [PATCH v2 2/2] mm: zswap: disable migration while using per-CPU acomp_ctx

[PATCH] mm: zswap: properly synchronize freeing resources during CPU hotunplug
 2025-01-08 16:15 UTC 

[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-08 16:12 UTC  (24+ messages)
` [PATCH v5 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v5 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v5 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v5 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 09/17] arm64: "
` [PATCH v5 10/17] riscv: "
` [PATCH v5 11/17] x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
` [PATCH v5 12/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
` [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v5 15/17] mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()
` [PATCH v5 16/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v5 17/17] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2025-01-08 16:09 UTC  (5+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH 1/1] fixup for mm/debug: print vm_refcnt state when dumping the vma
 2025-01-08 15:51 UTC  (4+ messages)

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-08 15:47 UTC  (6+ messages)
` [PATCH v18 02/19] EDAC: Add scrub control feature

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-08 15:43 UTC  (3+ messages)
` [PATCH 5/8] module: introduce MODULE_STATE_GONE

Swap Min Odrer
 2025-01-08 14:14 UTC  (5+ messages)

[PATCH v3 0/6] elf: Define note name macros
 2025-01-08 13:50 UTC  (10+ messages)
` [PATCH v3 2/6] binfmt_elf: Use "
` [PATCH v3 5/6] s390/crash: "

[PATCH v2 0/2] Cleanup for memfd_create()
 2025-01-08 13:43 UTC  (5+ messages)
` [PATCH v2 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v2 2/2] mm/memfd: Use strncpy_from_user() to read memfd name

[PATCH v2 0/2] mm: alloc_pages_bulk: small API refactor
 2025-01-08 13:40 UTC  (5+ messages)
` [PATCH v2 1/2] mm: alloc_pages_bulk_noprof: drop page_list argument
` [PATCH v2 2/2] mm: alloc_pages_bulk: rename API

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: fix memory loads ordering
 2025-01-08 13:19 UTC  (2+ messages)

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-01-08 12:32 UTC  (12+ messages)
  ` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
  ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
  ` [PATCH v11 8/8] task: rust: rework how current is accessed

[PATCH v2 00/12] fs/proc/vmcore: kdump support for virtio-mem on s390
 2025-01-08 12:14 UTC  (4+ messages)

[PATCH V3] mm: compaction: skip memory compaction when there are not enough migratable pages
 2025-01-08 11:30 UTC 

[PATCH v2] mm: fix div by zero in bdi_ratio_from_pages
 2025-01-08 11:18 UTC  (2+ messages)

[PATCH v3 00/13] mm, swap: rework of swap allocator locks
 2025-01-08 11:09 UTC  (3+ messages)
` [PATCH v3 09/13] mm, swap: reduce contention on device lock

[PATCH v4] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
 2025-01-08 10:52 UTC  (5+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
 2025-01-08 10:45 UTC  (4+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05
  ` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-12
    ` [Invitation] bi-weekly guest_memfd upstream call on 2025-01-09

[PATCH net-next v6 0/8] fix two bugs related to page_pool
 2025-01-08  9:36 UTC  (3+ messages)

[PATCH v2] rust: generalize userSliceReader to support any Vec
 2025-01-08  9:04 UTC  (2+ messages)

[PATCH V2] mm: compaction: skip memory compaction when there are not enough migratable pages
 2025-01-08  8:37 UTC 

[PATCH] mm: compaction: skip memory compaction when there are not enough migratable pages
 2025-01-08  8:35 UTC  (5+ messages)

[PATCH v1] selftests/mm: Set allocated memory to non-zero content in cow test
 2025-01-08  8:02 UTC  (3+ messages)

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: fix memory loads ordering
 2025-01-08  7:34 UTC  (5+ messages)

[PATCH] mm/memfd: reserve hugetlb folios before allocation
 2025-01-08  7:24 UTC  (5+ messages)

[PATCH RESEND 1/2] Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"
 2025-01-08  7:24 UTC  (12+ messages)
` [PATCH RESEND 2/2] mm: zswap: use SRCU to synchronize with CPU hotunplug

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-08  6:26 UTC  (2+ messages)

[RFC 0/4] mm: Remove pfn_t type
 2025-01-08  5:53 UTC  (9+ messages)
` [RFC 1/4] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [RFC 2/4] mm: Remove uses of PFN_DEV
` [RFC 3/4] mm: Remove callers of pfn_t functionality
` [RFC 4/4] mm: Remove include/linux/pfn_t.h

Slow-tier Page Promotion discussion recap and open questions
 2025-01-08  5:43 UTC  (4+ messages)

[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation
 2025-01-08  5:05 UTC  (2+ messages)

[PATCH v3] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
 2025-01-08  4:28 UTC 

[PATCH v5 00/12] zswap IAA compress batching
 2025-01-08  4:22 UTC  (19+ messages)
` [PATCH v5 02/12] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v5 10/12] mm: zswap: Allocate pool batching resources if the crypto_alg supports batching
` [PATCH v5 11/12] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching

[PATCH v2] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
 2025-01-08  3:57 UTC  (10+ messages)
` [PATCH] Simple fix

[PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
 2025-01-08  3:54 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Non-lru page migration in a memdesc world
 2025-01-08  3:39 UTC  (3+ messages)

[PATCHSET v8 0/12] Uncached buffered IO
 2025-01-08  3:35 UTC  (2+ messages)

[PATCH 1/1] lib/list_debug.c: add object information in case of invalid object
 2025-01-08  3:17 UTC  (3+ messages)

[PATCH v3] mm: shmem: skip swapcache for swapin of synchronous swap device
 2025-01-08  2:41 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 7b4b9bf203da94fbeac75ed3116c84aa03e74578
 2025-01-08  1:57 UTC 

[PATCH] drivers/base/memory: simplify outputting of valid_zones_show()
 2025-01-08  1:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-08  1:40 UTC  (13+ messages)

[PATCH v3 00/12] AMD broadcast TLB invalidation
 2025-01-08  1:36 UTC  (4+ messages)

[PATCH v1] mm: fix div by zero in bdi_ratio_from_pages
 2025-01-08  1:22 UTC  (3+ messages)

[PATCH] tools/mm: Introduce a tool to handle entries in allocinfo
 2025-01-08  1:16 UTC  (4+ messages)

[PATCH 1/2] dax: Remove access to page->index
 2025-01-07 23:24 UTC  (3+ messages)

[PATCH 1/1] mm: remove extra check for VMA_LOCK_OFFSET when read-locking a vma
 2025-01-07 23:22 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_pipe2 (2)
 2025-01-07 23:18 UTC  (2+ messages)

[PATCH v2 0/7] mm/hugetlb: Refactor hugetlb allocation resv accounting
 2025-01-07 20:40 UTC  (8+ messages)
` [PATCH v2 1/7] mm/hugetlb: Fix avoid_reserve to allow taking folio from subpool
` [PATCH v2 2/7] mm/hugetlb: Stop using avoid_reserve flag in fork()
` [PATCH v2 3/7] mm/hugetlb: Rename avoid_reserve to cow_from_owner
` [PATCH v2 4/7] mm/hugetlb: Clean up map/global resv accounting when allocate
` [PATCH v2 5/7] mm/hugetlb: Simplify vma_has_reserves()
` [PATCH v2 6/7] mm/hugetlb: Drop vma_has_reserves()
` [PATCH v2 7/7] mm/hugetlb: Unify restore reserve accounting for new allocations

page:  |  | latest

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