linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-01-29 21:42 UTC  (14+ messages)
` [PATCH v1 01/12] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs
` [PATCH v1 02/12] mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
` [PATCH v1 03/12] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
` [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v1 06/12] mm: use single SWP_DEVICE_EXCLUSIVE entry type
` [PATCH v1 07/12] mm/page_vma_mapped: device-private entries are not migration entries
` [PATCH v1 08/12] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()
` [PATCH v1 09/12] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()
` [PATCH v1 10/12] mm/rmap: handle device-exclusive entries correctly in folio_referenced_one()
` [PATCH v1 11/12] mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()
` [PATCH v1 12/12] mm/rmap: keep mapcount untouched for device-exclusive entries

[PATCH] xarray: port tests to kunit
 2025-01-29 21:28 UTC  (2+ messages)

[RFC PATCH v2 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-01-29 21:09 UTC  (11+ messages)
` [RFC PATCH v2 1/4] mm/madvise: split out mmap locking operations for madvise()
` [RFC PATCH v2 2/4] mm/madvise: split out madvise input validity check
` [RFC PATCH v2 3/4] mm/madvise: split out madvise() behavior execution
` [RFC PATCH v2 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()

[RFC PATCH v2 0/2] ipe support for anonymous memory and memfd
 2025-01-29 20:39 UTC  (3+ messages)
` [RFC PATCH v2 1/2] memfd,lsm: add a security hook to memfd_create()
` [RFC PATCH v2 2/2] ipe: add 'anonymous_memory' property for policy decisions

[RFC PATCH] mm, memcg: introduce memory.high.throttle
 2025-01-29 20:10 UTC  (2+ messages)

[GIT PULL] MM updates for 6.14-rc1
 2025-01-29 20:10 UTC  (7+ messages)

[PATCH v2 0/2] mm: zswap: remove z3fold and zbud
 2025-01-29 19:26 UTC  (4+ messages)
` [PATCH v2 1/2] mm: z3fold: remove z3fold
` [PATCH v2 2/2] mm: zbud: remove zbud

[linux-next:master] BUILD REGRESSION da7e6047a6264af16d2cb82bed9b6caa33eaf56a
 2025-01-29 18:25 UTC 

[PATCH v2 0/5] mm: further simplify VMA merge operation
 2025-01-29 18:16 UTC  (6+ messages)
` [PATCH v2 1/5] mm: simplify vma merge structure and expand comments
` [PATCH v2 2/5] mm: further refactor commit_merge()
` [PATCH v2 3/5] mm: eliminate adj_start parameter from commit_merge()
` [PATCH v2 4/5] mm: make vmg->target consistent and further simplify commit_merge()
` [PATCH v2 5/5] mm: completely abstract unnecessary adj_start calculation

[PATCHv1 0/6] zsmalloc: preemptible object mapping
 2025-01-29 17:31 UTC  (13+ messages)
` [PATCHv1 1/6] zsmalloc: factor out pool locking helpers
` [PATCHv1 2/6] zsmalloc: factor out size-class "
` [PATCHv1 3/6] zsmalloc: make zspage lock preemptible
` [PATCHv1 4/6] zsmalloc: introduce new object mapping API
` [PATCHv1 5/6] zram: switch to new zsmalloc "
` [PATCHv1 6/6] zram: add might_sleep to zcomp API

[PATCH] mm/vmstat: Fix a W=1 clang compiler warning
 2025-01-29 17:30 UTC  (5+ messages)

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-29 17:28 UTC  (2+ messages)

[PATCH 1/3] mm: avoid extra mem_alloc_profiling_enabled() checks
 2025-01-29 17:26 UTC  (12+ messages)
` [PATCH 2/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator

[RFC PATCH v2 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-01-29 17:23 UTC  (12+ messages)
` [RFC PATCH v2 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v2 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [RFC PATCH v2 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [RFC PATCH v2 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [RFC PATCH v2 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [RFC PATCH v2 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [RFC PATCH v2 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [RFC PATCH v2 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v2 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type
` [RFC PATCH v2 10/11] KVM: arm64: Enable mapping guest_memfd in arm64
` [RFC PATCH v2 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

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

[PATCH] damon: add feature to monitor only writes
 2025-01-29 16:44 UTC  (2+ messages)

[RFC PATCH v6.6 00/10] Address CVE-2024-46701
 2025-01-29 16:37 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Page allocation for ASI
 2025-01-29 16:35 UTC  (2+ messages)

[PATCH 0/5] mm: further simplify VMA merge operation
 2025-01-29 16:19 UTC  (16+ messages)
` [PATCH 2/5] mm: further refactor commit_merge()
` [PATCH 3/5] mm: eliminate adj_start parameter from commit_merge()
` [PATCH 4/5] mm: make vmg->target consistent and further simplify commit_merge()
` [PATCH 5/5] mm: completely abstract unnecessary adj_start calculation

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

[LSF/MM/BPF TOPIC] Migrating the un-migratable
 2025-01-29 16:10 UTC 

[PATCH v3 mm-hotfixes] mm/zswap: fix inconsistency when zswap_store_page() fails
 2025-01-29 15:52 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] ASI's page cache problem
 2025-01-29 14:43 UTC 

[PATCH v2] zsmalloc: Fix address alignment in zspage for performance improvement
 2025-01-29 13:17 UTC  (3+ messages)

[PATCH] mm/shmem: Fix invalid PTR_ERR(NULL) call in shmem_xattr_handler_set()
 2025-01-29 12:57 UTC 

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

[PATCH v1 0/4] mm: cleanups for device-exclusive entries (hmm)
 2025-01-29 11:58 UTC  (5+ messages)
` [PATCH v1 1/4] lib/test_hmm: make dmirror_atomic_map() consume a single page
` [PATCH v1 2/4] mm/mmu_notifier: drop owner from MMU_NOTIFY_EXCLUSIVE
` [PATCH v1 3/4] mm/memory: pass folio and pte to restore_exclusive_pte()
` [PATCH v1 4/4] mm/memory: document restore_exclusive_pte()

[PATCH v2] intel_th: avoid using deprecated page->mapping, index fields
 2025-01-29 11:51 UTC  (9+ messages)

Top Decision-Makers in Software Solutions
 2025-01-29 11:10 UTC 

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-01-29 10:23 UTC  (10+ messages)

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-29 10:15 UTC  (7+ messages)
` [RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v5 04/15] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (10+ messages)
  `  "
      `  "
            `  "
                `  "

[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-29  8:17 UTC  (9+ 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 v2 mm-hotfixes] mm/zswap: fix inconsistent charging when zswap_store_page() fails
 2025-01-29  7:56 UTC  (8+ messages)

[PATCH v1] zsmalloc: Fix address alignment in zspage for performance improvement
 2025-01-29  7:18 UTC 

Direct I/O performance problems with 1GB pages
 2025-01-29  6:03 UTC  (4+ messages)

[RFC PATCH 0/6] zsmalloc: make zsmalloc preemptible
 2025-01-29  5:40 UTC  (13+ messages)
` [RFC PATCH 5/6] zsmalloc: introduce handle mapping API

[PATCH] mm/shmem: Fix invalid PTR_ERR(NULL) call in shmem_xattr_handler_set()
 2025-01-29  4:37 UTC  (2+ messages)

[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation
 2025-01-29  4:31 UTC  (4+ messages)
  ` [FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation,

[PATCH v2] mm/vmscan: extract calculated pressure balance as a function
 2025-01-29  4:15 UTC  (2+ messages)

[PATCH 00/20] Add support for shared PTEs across processes
 2025-01-29  0:59 UTC  (8+ messages)

[PATCH] docs,procfs: document /proc/PID/* access permission checks
 2025-01-29  0:28 UTC  (2+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-29  0:25 UTC  (2+ messages)

[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-28 23:51 UTC  (11+ messages)
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
          ` [PATCH] refcount: Strengthen inc_not_zero()

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

[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/bdi: fix race between cgwb_create and conflicting blkcg associations
 2025-01-28 20:48 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] CMA reservation optimizations
 2025-01-28 20:15 UTC  (5+ 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 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  (2+ 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  (4+ messages)
` [PATCH 27/27] mm/hugetlb: enable bootmem allocation from CMA areas

[PATCH 2/2] mm: z3fold: remove z3fold
 2025-01-28 16:58 UTC  (3+ 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  (3+ messages)

page:  |  | latest

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