linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-28 23:51 UTC  (13+ messages)
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
          ` [PATCH] refcount: Strengthen inc_not_zero()

[PATCH 1/3] mm: avoid extra mem_alloc_profiling_enabled() checks
 2025-01-28 23:43 UTC  (7+ messages)
` [PATCH 2/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator

[RFC PATCH 0/6] zsmalloc: make zsmalloc preemptible
 2025-01-28 23:01 UTC  (18+ messages)
` [RFC PATCH 2/6] zsmalloc: make zspage lock preemptible
` [RFC PATCH 5/6] zsmalloc: introduce handle mapping API

[LSF/MM/BPF TOPIC] Generalized data temperature estimation framework
 2025-01-28 22:57 UTC  (7+ messages)

[bpf-next v6 1/3] mm: add copy_remote_vm_str
 2025-01-28 22:43 UTC  (3+ messages)
` [bpf-next v6 2/3] bpf: Add bpf_copy_from_user_task_str kfunc
` [bpf-next v6 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH] mm: memcontrol: move memsw charge callbacks to v1
 2025-01-28 22:36 UTC  (3+ messages)

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-01-28 22:35 UTC  (11+ messages)

[PATCH v4] Weighted Interleave Auto-tuning
 2025-01-28 22:23 UTC 

[PATCH] mm: Optimize TLB flushes during page reclaim
 2025-01-28 22:01 UTC  (4+ messages)

[PATCH] mm/vmstat: Fix a W=1 clang compiler warning
 2025-01-28 21:36 UTC  (3+ messages)

[PATCH] mm/bdi: fix race between cgwb_create and conflicting blkcg associations
 2025-01-28 20:48 UTC  (3+ messages)

[Question] Are "device exclusive non-swap entries" / "SVM atomics in Nouveau" still getting used in practice?
 2025-01-28 20:24 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] CMA reservation optimizations
 2025-01-28 20:15 UTC  (5+ messages)

[PATCH 00/20] Add support for shared PTEs across processes
 2025-01-28 19:53 UTC  (8+ messages)

mm/kmsan/hooks.c:269:14: sparse: sparse: cast removes address space '__user' of expression
 2025-01-28 19:42 UTC 

[PATCH v2] exit: perform randomness and pid work without tasklist_lock
 2025-01-28 19:22 UTC  (4+ messages)

[PATCH v2 mm-hotfixes] mm/zswap: fix inconsistent charging when zswap_store_page() fails
 2025-01-28 19:19 UTC  (5+ messages)

[PATCH v6.12 hotfix] mm/zswap: fix inconsistent charging when zswap_store_page() fails
 2025-01-28 19:05 UTC  (6+ messages)

[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-28 18:50 UTC  (8+ messages)
` [PATCH bpf-next v6 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v6 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()

[PATCH 1/2] mm: zbud: deprecate CONFIG_ZBUD
 2025-01-28 18:09 UTC  (11+ messages)

[PATCH] mm/hmm: Prevent infinite loop in hmm_range_fault during EBUSY retries
 2025-01-28 18:04 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 9a87ce288fe30f268b3a598422fe76af9bb2c2d2
 2025-01-28 17:56 UTC 

[PATCH 00/27] hugetlb/CMA improvements for large systems
 2025-01-28 17:52 UTC  (32+ messages)
` [PATCH 01/27] mm/cma: export total and free number of pages for CMA areas
` [PATCH 02/27] mm, cma: support multiple contiguous ranges, if requested
` [PATCH 03/27] mm/cma: introduce cma_intersects function
` [PATCH 04/27] mm, hugetlb: use cma_declare_contiguous_multi
` [PATCH 05/27] mm/hugetlb: fix round-robin bootmem allocation
` [PATCH 06/27] mm/hugetlb: remove redundant __ClearPageReserved
` [PATCH 07/27] mm/hugetlb: use online nodes for bootmem allocation
` [PATCH 08/27] mm/hugetlb: convert cmdline parameters from setup to early
` [PATCH 09/27] x86/mm: make register_page_bootmem_memmap handle PTE mappings
` [PATCH 10/27] mm/bootmem_info: export register_page_bootmem_memmap
` [PATCH 11/27] mm/sparse: allow for alternate vmemmap section init at boot
` [PATCH 12/27] mm/hugetlb: set migratetype for bootmem folios
` [PATCH 13/27] mm: define __init_reserved_page_zone function
` [PATCH 14/27] mm/hugetlb: check bootmem pages for zone intersections
` [PATCH 15/27] mm/sparse: add vmemmap_*_hvo functions
` [PATCH 16/27] mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc
` [PATCH 17/27] mm/hugetlb: move huge_boot_pages list init "
` [PATCH 18/27] mm/hugetlb: add pre-HVO framework
` [PATCH 19/27] mm/hugetlb_vmemmap: fix hugetlb_vmemmap_restore_folios definition
` [PATCH 20/27] mm/hugetlb: do pre-HVO for bootmem allocated pages
` [PATCH 21/27] x86/setup: call hugetlb_bootmem_alloc early
` [PATCH 22/27] x86/mm: set ARCH_WANT_SPARSEMEM_VMEMMAP_PREINIT
` [PATCH 23/27] mm/cma: simplify zone intersection check
` [PATCH 24/27] mm/cma: introduce a cma validate function
` [PATCH 25/27] mm/cma: introduce interface for early reservations
` [PATCH 26/27] mm/hugetlb: add hugetlb_cma_only cmdline option
` [PATCH 27/27] mm/hugetlb: enable bootmem allocation from CMA areas

[PATCH v2] intel_th: avoid using deprecated page->mapping, index fields
 2025-01-28 17:22 UTC  (5+ messages)

[RFC 0/5] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2025-01-28 17:21 UTC  (8+ messages)
` [RFC 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages

[PATCH 2/2] mm: z3fold: remove z3fold
 2025-01-28 16:58 UTC  (4+ messages)

[PATCH 0/5] mm: further simplify VMA merge operation
 2025-01-28 16:42 UTC  (9+ messages)
` [PATCH 1/5] mm: simplify vma merge structure and expand comments
` [PATCH 2/5] mm: further refactor commit_merge()

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-28 15:43 UTC  (9+ messages)
  `  "
      `  "
            `  "

ISC West Attendees Email List-2025
 2025-01-28 15:25 UTC 

[bpf-next v5 1/3] mm: add copy_remote_vm_str
 2025-01-28 15:23 UTC  (5+ messages)
` [bpf-next v5 2/3] bpf: Add bpf_copy_from_user_task_str kfunc

[LSF/MM/BPF TOPIC] Waste-Free Per-CPU Userspace Memory Allocation
 2025-01-28 15:23 UTC 

[LSF/MM/BPF TOPIC] Improve KSM for code patching use-cases
 2025-01-28 15:22 UTC 

[LSF/MM/BPF TOPIC] memory persistence over kexec
 2025-01-28 14:04 UTC  (11+ messages)

[PATCH v7 00/12] AMD broadcast TLB invalidation
 2025-01-28 11:00 UTC  (2+ messages)

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-28 10:31 UTC  (5+ messages)
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-28 10:16 UTC  (18+ messages)

[PATCH] mm/cma: add an API to enable/disable concurrent memory allocation for the CMA
 2025-01-28  9:58 UTC  (4+ messages)

Direct I/O performance problems with 1GB pages
 2025-01-28  9:47 UTC  (9+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-01-28  9:42 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Large folio (z)swapin
 2025-01-28  8:17 UTC  (2+ messages)

[PATCH 5/5] mm: completely abstract unnecessary adj_start calculation
 2025-01-28  7:54 UTC  (4+ messages)

[PATCH] mm/nommu: Fix NULL mm dereference in __vmalloc_user_flags
 2025-01-28  7:22 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Enhancements to Page Migration with Multi-threading and Batch Offloading to DMA
 2025-01-28  6:54 UTC  (4+ messages)

[PATCH 0/2] vma: fix unmapped_area()
 2025-01-28  6:38 UTC  (10+ messages)
` [PATCH 1/2] mm/vma: fix gap check for unmapped_area with VM_GROWSDOWN

[RFC v8 0/5] fix two bugs related to page_pool
 2025-01-28  6:12 UTC  (3+ messages)
` [RFC v8 3/5] page_pool: fix IOMMU crash when driver has already unbound

[PATCH] block: Skip the folio lock if the folio is already dirty
 2025-01-28  5:58 UTC  (2+ messages)

[PATCH] /dev/zero: make private mapping full anonymous mapping
 2025-01-28  3:14 UTC  (2+ messages)

[PATCH 0/7] spanning write related cleanup
 2025-01-28  2:11 UTC  (8+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-28  1:24 UTC  (3+ messages)

[PATCH v3 0/2] mm/compaction: allow more aggressive proactive compaction
 2025-01-28  1:18 UTC  (6+ messages)
` [PATCH v3 1/2] mm/compaction: remove low watermark cap for "
` [PATCH v3 2/2] mm/compaction: make proactive compaction high watermark configurable via sysctl

[PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects
 2025-01-28  1:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] mm: zswap: deprecate zbud and remove z3fold
 2025-01-27 23:58 UTC 

page_ref tracepoints
 2025-01-27 23:42 UTC  (2+ messages)

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-27 23:17 UTC  (5+ messages)
` [PATCH v18 15/19] cxl/memfeature: Add CXL memory device patrol scrub control feature

[PATCH v7 4/4] userfaultfd: use per-vma locks in userfaultfd operations
 2025-01-27 22:08 UTC  (5+ messages)

[PATCH v2 0/2] mm/compaction: allow more aggressive proactive compaction
 2025-01-27 21:46 UTC  (3+ messages)
` [PATCH v2 1/2] mm/compaction: remove low watermark cap for "
` [PATCH v2 2/2] mm/compaction: make proactive compaction high watermark configurable via sysctl

[PATCH V4] mm: compaction: use the proper flag to determine watermarks
 2025-01-27 21:20 UTC  (2+ messages)

[PATCH v4] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
 2025-01-27 20:55 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] persistent memory, tracing, KASLR, Oh my!
 2025-01-27 20:02 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