linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
 2025-06-09  7:21 UTC  (2+ messages)

[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-09  7:06 UTC  (18+ messages)
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v11 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v11 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v11 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v11 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v11 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v11 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH] hugetlbfs:inode: initialize 'error' variable at definition to reduce code redundancy
 2025-06-09  6:56 UTC 

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-09  6:49 UTC  (11+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next 4/9] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next 5/9] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next 7/9] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next 8/9] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v5 09/10] mm,mempolicy: Use node-notifier instead of memory-notifier
 2025-06-09  6:47 UTC  (2+ messages)

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-06-09  6:40 UTC  (11+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-06-09  6:39 UTC  (16+ messages)
` [PATCH v7 07/12] khugepaged: add "
` [PATCH v7 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v2 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
 2025-06-09  6:36 UTC  (17+ messages)
` [PATCH v2 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
` [PATCH v2 2/2] mm: shmem: disallow hugepages if the system-wide shmem "

[PATCH] mm/alloc_tag: add the ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable alloc_tag_counters
 2025-06-09  6:08 UTC  (2+ messages)

[PATCH v2] mm: fix the inaccurate memory statistics issue for users
 2025-06-09  5:27 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself as a THP reviewer
 2025-06-09  5:21 UTC  (5+ messages)

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-09  4:35 UTC  (7+ messages)

[PATCH] mm/shmem, swap: fix softlockup with mTHP swapin
 2025-06-09  4:29 UTC  (5+ messages)

[RFC v4 00/18] Split netmem from struct page
 2025-06-09  4:22 UTC  (4+ messages)

[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
 2025-06-09  4:05 UTC  (7+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-09  4:00 UTC  (9+ messages)

[PATCH 00/10] Various slab improvements
 2025-06-09  3:42 UTC  (20+ messages)
` [PATCH 01/10] doc: Move SLUB documentation to the admin guide
` [PATCH 02/10] slab: Rename slab->__page_flags to slab->flags
` [PATCH 03/10] slab: Add SL_private flag
` [PATCH 04/10] slab: Add SL_pfmemalloc flag
` [PATCH 05/10] doc: Add slab internal kernel-doc
` [PATCH 06/10] vmcoreinfo: Remove documentation of PG_slab and PG_hugetlb
` [PATCH 07/10] proc: Remove mention of PG_slab
` [PATCH 08/10] kfence: "
` [PATCH 09/10] memcg_slabinfo: Fix use "
` [PATCH 10/10] slab: Fix MAINTAINERS entry

[PATCH] mm/memfd: Rename error labels for clarity
 2025-06-09  3:18 UTC 

[RFC v2 00/16] Live Update Orchestrator
 2025-06-09  2:14 UTC  (38+ messages)
` [RFC v2 04/16] luo: luo_core: "
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration
` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
` [RFC v2 11/16] luo: luo_sysfs: add sysfs state monitoring
` [RFC v2 13/16] luo: add selftests for subsystems un/registration

[akpm-mm:mm-nonmm-unstable 29/32] include/linux/compiler_types.h:565:39: error: call to '__compiletime_assert___COUNTER__' declared with attribute error: BUILD_BUG_ON failed: FIX_KMAP_SLOTS > PTRS_PER_PTE
 2025-06-09  1:25 UTC  (2+ messages)

[PATCH 0/7] Some random fixes and cleanups to shmem
 2025-06-09  1:19 UTC  (7+ messages)
` [PATCH 1/7] mm: shmem: correctly pass alloced parameter to shmem_recalc_inode() to avoid WARN_ON()
` [PATCH 2/7] mm: shmem: avoid setting error on splited entries in shmem_set_folio_swapin_error()

[PATCH] init: Fix build warnings about export.h
 2025-06-09  0:36 UTC  (2+ messages)

[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
 2025-06-09  0:25 UTC  (6+ messages)
` [syzbot] [bcachefs?] [rcu?] "

[BUG?] vfio/pci: VA alignment sensitivity of VFIO_IOMMU_MAP_DMA which target MMIO
 2025-06-09  0:20 UTC  (3+ messages)

[akpm-mm:mm-nonmm-unstable 32/32] ({ BUILDclang diag: _include/linux/compiler_attributes.h:138:56: warning: attribute 'error' is already applied with different arguments [-Wignored-attributes]B
 2025-06-08 23:48 UTC 

[PATCH 1/3] bitmap: generalize node_random()
 2025-06-08 21:44 UTC 

[PATCH v4] gup: optimize longterm pin_user_pages() for large folio
 2025-06-08 17:10 UTC  (3+ messages)

[syzbot] [mm?] [ntfs3?] possible deadlock in upgrade_mmap_lock_carefully (2)
 2025-06-08 15:34 UTC 

[Question] Question about GFP_ATOMIC allocations on PREEMPT_RT kernel
 2025-06-08 15:15 UTC  (3+ messages)

[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
 2025-06-08  7:35 UTC  (6+ messages)
` [RFC PATCH v3 1/5] mm, thp: use __thp_vma_allowable_orders() in khugepaged_enter_vma()
` [RFC PATCH v3 2/5] mm, thp: add bpf thp hook to determine thp allocator
` [RFC PATCH v3 3/5] mm, thp: add bpf thp hook to determine thp reclaimer
` [RFC PATCH v3 4/5] mm: thp: add bpf thp struct ops
` [RFC PATCH v3 5/5] selftests/bpf: Add selftest for THP adjustment

[PATCH] readahead: fix return value of page_cache_next_miss() when no hole is found
 2025-06-08  3:00 UTC  (5+ messages)

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-08  1:41 UTC  (4+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock

[PATCH v3 0/3] mm/memfd: Reserve hugetlb folios before allocation
 2025-06-08  0:25 UTC  (5+ messages)
` [PATCH v3 1/3] mm/hugetlb: Make hugetlb_reserve_pages() return nr of entries updated

[RFC v2 08/16] luo: luo_files: add infrastructure for FDs
 2025-06-08  0:07 UTC  (2+ messages)

[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
 2025-06-08  0:04 UTC  (8+ messages)

[PATCH v5 00/10]
 2025-06-07 22:59 UTC  (4+ messages)
` [PATCH v5 07/10] drivers,hmat: Use node-notifier instead of memory-notifier

[akpm-mm:mm-new 61/87] drivers/cxl/core/region.c:2437:22: error: invalid use of undefined type 'struct node_notify'
 2025-06-07 22:30 UTC  (3+ messages)

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-07 22:04 UTC  (7+ messages)
` [PATCH v2 1/4] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH v2 4/4] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET

[akpm-mm:mm-new 27/59] ERROR: modpost: "_shared_alloc_tag" [kernel/rcu/rcuscale.ko] undefined!
 2025-06-07 20:25 UTC 

[PATCH] mm/debug: Use BUILD_BUG_ON_INVALID() for VIRTUAL_BUG_ON()
 2025-06-07 18:13 UTC  (4+ messages)

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-07 18:00 UTC  (24+ messages)

[PATCH v4 0/6] Enable strict percpu address space checks
 2025-06-07 14:31 UTC  (13+ messages)
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
  ` Large modules with 6.15 [was: [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers]

[PATCH v5 00/12] khugepaged: mTHP support
 2025-06-07 12:48 UTC  (6+ messages)
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for "

[PATCH v3] mm: use per_vma lock for MADV_DONTNEED
 2025-06-07 10:30 UTC  (9+ messages)

[PATCH] binfmt_elf: use check_mul_overflow() for size calc
 2025-06-07  8:28 UTC 

[GIT PULL] Final MM updates for 6.16-rc1
 2025-06-07  5:11 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.16-rc1
 2025-06-07  5:11 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in try_to_unmap_one (2)
 2025-06-07  1:29 UTC  (7+ messages)

Fixing memcg_slabinfo.py
 2025-06-06 21:37 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-06-09
 2025-06-06 21:18 UTC 

[PATCH] locking: detect spin_lock_irq() call with disabled interrupts
 2025-06-06 21:09 UTC 

[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
 2025-06-06 19:15 UTC  (7+ messages)
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd

[linux-next:master] BUILD REGRESSION 475c850a7fdd0915b856173186d5922899d65686
 2025-06-06 19:13 UTC 

[PATCH v1 0/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_*()
 2025-06-06 18:41 UTC  (6+ messages)
` [PATCH v1 1/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pmd()

[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-06-06 18:14 UTC  (5+ messages)
` [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v6 4/5] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

page:  |  | latest

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