[PATCHv1 0/6] zsmalloc: preemptible object mapping
2025-01-29 15:22 UTC (9+ 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 0/5] mm: further simplify VMA merge operation
2025-01-29 15:19 UTC (16+ messages)
` [PATCH 1/5] mm: simplify vma merge structure and expand comments
` [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()
[RFC PATCH v6.6 00/10] Address CVE-2024-46701
2025-01-29 15:06 UTC (4+ messages)
[LSF/MM/BPF TOPIC] ASI's page cache problem
2025-01-29 14:43 UTC
[Question] Are "device exclusive non-swap entries" / "SVM atomics in Nouveau" still getting used in practice?
2025-01-29 14:05 UTC (12+ messages)
[RFC 0/5] GPU Direct RDMA (P2P DMA) for Device Private Pages
2025-01-29 13:47 UTC (10+ messages)
` [RFC 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
[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
[LSF/MM/BPF TOPIC] Page allocation for ASI
2025-01-29 12:40 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 v1 00/12] mm: fixes for device-exclusive entries (hmm)
2025-01-29 11:54 UTC (13+ 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 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)
[PATCH] mm/vmstat: Fix a W=1 clang compiler warning
2025-01-29 10:22 UTC (4+ 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 v3 mm-hotfixes] mm/zswap: fix inconsistency when zswap_store_page() fails
2025-01-29 10:08 UTC
[PATCH 1/3] mm: avoid extra mem_alloc_profiling_enabled() checks
2025-01-29 9:50 UTC (11+ messages)
` [PATCH 2/3] alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator
[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)
[PATCH] damon: add feature to monitor only writes
2025-01-29 5:52 UTC
[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 (10+ 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 (13+ 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 v6.12 hotfix] mm/zswap: fix inconsistent charging when zswap_store_page() fails
2025-01-28 19:05 UTC (6+ 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 (7+ messages)
` [PATCH 02/27] mm, cma: support multiple contiguous ranges, if requested
` [PATCH 27/27] mm/hugetlb: enable bootmem allocation from CMA areas
[PATCH 2/2] mm: z3fold: remove z3fold
2025-01-28 16:58 UTC (4+ 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)
[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 (3+ 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 (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 (7+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox