messages from 2025-06-07 23:31:31 to 2025-06-09 14:16:57 UTC [more...]
[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
2025-06-09 14:16 UTC (16+ messages)
[PATCH] mm/slab: fix folio_test_{anon,ksm}() false positive on slabs
2025-06-09 14:12 UTC (2+ messages)
[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
2025-06-09 14:03 UTC (2+ messages)
` [Fixup PATCH] drivers/base/node: Restored the removed extra line
[PATCH 00/10] Various slab improvements
2025-06-09 13:59 UTC (25+ 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 08/10] kfence: Remove mention of PG_slab
` [PATCH 09/10] memcg_slabinfo: Fix use "
` [PATCH 10/10] slab: Fix MAINTAINERS entry
[PATCH 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
2025-06-09 13:26 UTC (12+ messages)
` [PATCH 01/11] "
` [PATCH 02/11] mm/mremap: add MREMAP_MUST_RELOCATE_ANON
` [PATCH 03/11] mm/mremap: add MREMAP[_MUST]_RELOCATE_ANON support for large folios
` [PATCH 04/11] tools UAPI: Update copy of linux/mman.h from the kernel sources
` [PATCH 05/11] tools/testing/selftests: add sys_mremap() helper to vm_util.h
` [PATCH 06/11] tools/testing/selftests: add mremap() cases that merge normally
` [PATCH 07/11] tools/testing/selftests: add MREMAP_RELOCATE_ANON merge test cases
` [PATCH 08/11] tools/testing/selftests: expand mremap() tests for MREMAP_RELOCATE_ANON
` [PATCH 09/11] tools/testing/selftests: have CoW self test use MREMAP_RELOCATE_ANON
` [PATCH 10/11] tools/testing/selftests: test relocate anon in split huge page test
` [PATCH 11/11] tools/testing/selftests: add MREMAP_RELOCATE_ANON fork tests
[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
2025-06-09 12:39 UTC (2+ messages)
[PATCH 0/2] add a knob to control whether to use other nodes at the same tier of the target node in DAMON
2025-06-09 12:30 UTC (3+ messages)
` [PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-06-09 12:24 UTC (4+ messages)
` [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping
[PATCH] selftests/mm: Increase timeout from 180 to 900 seconds
2025-06-09 12:06 UTC
[PATCH] mm: add mmap_prepare() compatibility layer for nested file systems
2025-06-09 11:45 UTC (5+ messages)
[PATCH 0/3] Enable huge-vmalloc permission change
2025-06-09 11:31 UTC (6+ messages)
` [PATCH 2/3] arm64: pageattr: Use walk_page_range_novma() to change memory permissions
[PATCH] binfmt_elf: use check_mul_overflow() for size calc
2025-06-09 11:25 UTC (2+ messages)
[PATCH v2] mm: madvise: use walk_page_range_vma() instead of walk_page_range()
2025-06-09 11:12 UTC (6+ messages)
[PATCH] MAINTAINERS: add myself as a THP reviewer
2025-06-09 11:11 UTC (6+ messages)
[PATCH v1] mm: Remove arch_flush_tlb_batched_pending() arch helper
2025-06-09 11:01 UTC (3+ messages)
[PATCH] x86/mm: Handle alloc failure in phys_*_init()
2025-06-09 10:36 UTC (3+ messages)
[PATCH v2 0/2] x86/mm: Improve alloc handling of phys_*_init()
2025-06-09 10:34 UTC (3+ messages)
` [PATCH v2 1/2] x86/mm: Handle alloc failure in phys_*_init()
` [PATCH v2 2/2] x86/mm: Use GFP_KERNEL for alloc_low_pages() after boot
[PATCH v1] mm/gup: remove (VM_)BUG_ONs
2025-06-09 9:57 UTC (13+ messages)
[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
2025-06-09 9:47 UTC (8+ messages)
` [syzbot] [bcachefs?] [rcu?] "
[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
2025-06-09 9:32 UTC (8+ messages)
[PATCH] mm/shmem, swap: fix softlockup with mTHP swapin
2025-06-09 9:28 UTC (11+ messages)
[PATCH v5 0/5] Readahead tweaks for larger folios
2025-06-09 9:27 UTC (6+ messages)
` [PATCH v5 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [PATCH v5 2/5] mm/readahead: Terminate async readahead on natural boundary
` [PATCH v5 3/5] mm/readahead: Make space in struct file_ra_state
` [PATCH v5 4/5] mm/readahead: Store folio order "
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory
[PATCH v6 00/10] Implement numa node notifier
2025-06-09 9:21 UTC (11+ messages)
` [PATCH v6 01/10] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v6 02/10] mm,memory_hotplug: Remove status_change_nid_normal and update documentation
` [PATCH v6 03/10] mm,memory_hotplug: Implement numa node notifier
` [PATCH v6 04/10] mm,slub: Use node-notifier instead of memory-notifier
` [PATCH v6 05/10] mm,memory-tiers: "
` [PATCH v6 06/10] drivers,cxl: "
` [PATCH v6 07/10] drivers,hmat: "
` [PATCH v6 08/10] kernel,cpuset: "
` [PATCH v6 09/10] mm,mempolicy: "
` [PATCH v6 10/10] mm,memory_hotplug: Drop status_change_nid parameter from memory_notify
[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-09 9:06 UTC (20+ 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 v2] mm: fix the inaccurate memory statistics issue for users
2025-06-09 8:56 UTC (7+ messages)
Weird commit 8e02b1b7fcffcde7cc7d7749513ac1b0fbbfcf0a
2025-06-09 8:35 UTC
[syzbot] [mm?] kernel BUG in try_to_unmap_one (2)
2025-06-09 8:35 UTC (8+ messages)
[RFC v4 00/18] Split netmem from struct page
2025-06-09 7:53 UTC (5+ messages)
[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
2025-06-09 7:21 UTC (2+ messages)
[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 (10+ messages)
` [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 (16+ 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)
[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] 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 (35+ messages)
` [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)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).