linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-14 02:03:39 to 2025-05-14 23:43:26 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-14 23:41 UTC  (9+ messages)
` [RFC PATCH v2 01/51] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 07/51] KVM: guest_memfd: Add CAP KVM_CAP_GMEM_CONVERSION
` [RFC PATCH v2 08/51] KVM: selftests: Test flag validity after guest_memfd supports conversions

[linux-next:master] BUILD SUCCESS bdd609656ff5573db9ba1d26496a528bdd297cf2
 2025-05-14 23:33 UTC 

[PATCH] mm/page_alloc.c: Avoid infinite retries caused by cpuset race
 2025-05-14 22:42 UTC  (14+ messages)

[PATCH] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-14 22:36 UTC  (10+ messages)

[syzbot] [mm?] INFO: rcu detected stall in vms_gather_munmap_vmas
 2025-05-14 22:03 UTC 

[PATCH v9 13/17] KVM: arm64: Handle guest_memfd()-backed guest page faults
 2025-05-14 21:26 UTC  (2+ messages)

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-14 20:47 UTC  (6+ messages)
` [PATCH v15 02/43] dept: implement "

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-14 20:40 UTC  (18+ messages)
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v9 08/17] KVM: guest_memfd: Check that userspace_addr and fd+offset refer to same range
` [PATCH v9 10/17] KVM: x86: Compute max_mapping_level with input from guest_memfd

[PATCH v1 0/2] mm/memory_hotplug: introduce and use PG_offline_skippable
 2025-05-14 20:30 UTC  (13+ messages)
` [PATCH v1 1/2] mm/memory_hotplug: PG_offline_skippable for offlining memory blocks with PageOffline pages
` [PATCH v1 2/2] mm/memory_hotplug: remove -EBUSY handling from scan_movable_pages()

[PATCH 00/28] mm, swap: introduce swap table
 2025-05-14 20:17 UTC  (29+ messages)
` [PATCH 01/28] mm, swap: don't scan every fragment cluster
` [PATCH 02/28] mm, swap: consolidate the helper for mincore
` [PATCH 03/28] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH 04/28] mm, swap: split readahead update out of swap cache lookup
` [PATCH 05/28] mm, swap: sanitize swap cache lookup convention
` [PATCH 06/28] mm, swap: rearrange swap cluster definition and helpers
` [PATCH 07/28] mm, swap: tidy up swap device and cluster info helpers
` [PATCH 08/28] mm, swap: use swap table for the swap cache and switch API
` [PATCH 09/28] mm/swap: rename __read_swap_cache_async to __swapin_cache_alloc
` [PATCH 10/28] mm, swap: add a swap helper for bypassing only read ahead
` [PATCH 11/28] mm, swap: clean up and consolidate helper for mTHP swapin check
` [PATCH 12/28] mm, swap: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH 13/28] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH 14/28] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH 15/28] mm, swap: split locked entry freeing into a standalone helper
` [PATCH 16/28] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH 17/28] mm, swap: sanitize swap entry management workflow
` [PATCH 18/28] mm, swap: rename and introduce folio_free_swap_cache
` [PATCH 19/28] mm, swap: clean up and improve swap entries batch freeing
` [PATCH 20/28] mm, swap: check swap table directly for checking cache
` [PATCH 21/28] mm, swap: add folio to swap cache directly on allocation
` [PATCH 22/28] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH 23/28] mm, swap: remove no longer needed _swap_info_get
` [PATCH 24/28] mm, swap: implement helpers for reserving data in swap table
` [PATCH 25/28] mm/workingset: leave highest 8 bits empty for anon shadow
` [PATCH 26/28] mm, swap: minor clean up for swapon
` [PATCH 27/28] mm, swap: use swap table to track swap count
` [PATCH 28/28] mm, swap: implement dynamic allocation of swap table

[PATCH v2 0/7] memcg: make memcg stats irq safe
 2025-05-14 18:41 UTC  (8+ messages)
` [PATCH v2 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs
` [PATCH v2 2/7] memcg: move preempt disable to callers of memcg_rstat_updated
` [PATCH v2 3/7] memcg: make mod_memcg_state re-entrant safe against irqs
` [PATCH v2 4/7] memcg: make count_memcg_events "
` [PATCH v2 5/7] memcg: make __mod_memcg_lruvec_state "
` [PATCH v2 6/7] memcg: no stock lock for cpu hot-unplug
` [PATCH v2 7/7] memcg: objcg stock trylock without irq disabling

[PATCH 0/2] UFFDIO_API.2const: Two man page updates
 2025-05-14 18:35 UTC  (9+ messages)
` [PATCH 1/2] UFFDIO_API.2const: Update userfaultfd handshake and feature probe
` [PATCH 2/2] UFFDIO_API.2const: Add an entry for UFFDIO_MOVE

[PATCH] mm: Rename page->index to page->__folio_index
 2025-05-14 18:15 UTC 

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-14 17:57 UTC  (7+ messages)
` [PATCH v2 03/11] mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
` [PATCH v2 08/11] x86/mm/pat: remove MEMTYPE_*_MATCH

[PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
 2025-05-14 17:46 UTC  (3+ messages)

[PATCH v2 0/2] UFFDIO_API.2const: Two man page updates
 2025-05-14 17:26 UTC  (3+ messages)
` [PATCH v2 1/2] UFFDIO_API.2const: Update userfaultfd handshake and feature probe
` [PATCH v2 2/2] UFFDIO_API.2const: Add an entry for UFFDIO_FEATURE_MOVE

[PATCH 0/3] Remove copy_page_from_iter_atomic()
 2025-05-14 17:06 UTC  (4+ messages)
` [PATCH 1/3] highmem: Add folio_test_partial_kmap()
` [PATCH 2/3] ntfs3: Use folios more in ntfs_compress_write()
` [PATCH 3/3] iov: Remove copy_page_from_iter_atomic()

[PATCH 0/4] memcg: nmi-safe kmem charging
 2025-05-14 16:46 UTC  (10+ messages)
` [PATCH 4/4] memcg: make objcg charging nmi safe

[PATCH 0/7] memcg: make memcg stats irq safe
 2025-05-14 16:39 UTC  (10+ messages)
` [PATCH 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs
` [PATCH 2/7] memcg: move preempt disable to callers of memcg_rstat_updated
` [PATCH 3/7] memcg: make mod_memcg_state re-entrant safe against irqs
` [PATCH 4/7] memcg: make count_memcg_events "
` [PATCH 5/7] memcg: make __mod_memcg_lruvec_state "
` [PATCH 6/7] memcg: no stock lock for cpu hot-unplug
` [PATCH 7/7] memcg: objcg stock trylock without irq disabling

[PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
 2025-05-14 16:20 UTC  (2+ messages)

[akpm-mm:mm-new 320/331] arch/s390/kvm/gaccess.c:321:2: error: expected identifier
 2025-05-14 16:10 UTC  (9+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2025-05-14 15:42 UTC  (12+ messages)
` [PATCH 1/2] "

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-14 15:31 UTC  (6+ messages)
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH] arm64/mm: Permit lazy_mmu_mode to be nested
 2025-05-14 15:14 UTC  (2+ messages)

[PATCH] arm64/mm: Disable barrier batching in interrupt contexts
 2025-05-14 15:14 UTC  (5+ messages)

[PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
 2025-05-14 15:06 UTC  (8+ messages)
` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags
` [PATCH 2/3] ext4: implement IOCB_DONTCACHE handling in write operations

[PATCH v4 0/9] SLUB percpu sheaves
 2025-05-14 14:01 UTC  (9+ messages)
` [PATCH v4 1/9] slab: add opt-in caching layer of "
` [PATCH v4 2/9] slab: add sheaf support for batching kfree_rcu() operations

[syzbot] [mm?] general protection fault in mremap
 2025-05-14 13:58 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-05-15
 2025-05-14 13:12 UTC 

[PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
 2025-05-14 12:46 UTC  (2+ messages)

[PATCH v5 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-05-14 11:31 UTC  (4+ messages)
` [PATCH v5 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[RFC 00/19] Split netmem from struct page
 2025-05-14 11:17 UTC  (5+ messages)
` [RFC 13/19] page_pool: expand scope of is_pp_{netmem,page}() to global

[PATCH 0/2] zram: support algorithm-specific parameters
 2025-05-14 10:58 UTC  (5+ messages)
` [PATCH 1/2] zram: rename ZCOMP_PARAM_NO_LEVEL
` [PATCH 2/2] zram: support deflate-specific params

[PATCH] mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()
 2025-05-14 10:23 UTC  (11+ messages)

[PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
 2025-05-14 10:14 UTC  (6+ messages)
` [PATCH v2 1/3] mm: introduce new .mmap_prepare() file callback

[PATCH 0/5] Some random fixes and cleanup to shmem
 2025-05-14 16:50 UTC  (11+ messages)
` [PATCH 1/5] mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()
` [PATCH 2/5] mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()
` [PATCH 3/5] mm/shmem: Fix potential dead loop in shmem_unuse()
` [PATCH 4/5] mm: shmem: keep inode in swaplist when failed to allocate swap entry in shmem_writepage()
` [PATCH 5/5] mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()

[linux-next:master] [mm] 54fc2b6358: WARNING:at_include/linux/fs.h:#file_has_valid_mmap_hooks
 2025-05-14  8:21 UTC  (2+ messages)

答复: [RFC PATCH] MAINTAINERS: add mm ksm section
 2025-05-14  8:14 UTC  (2+ messages)

[PATCH RFC] mm: make try_to_unmap_one support batched unmap for anon large folios
 2025-05-14  8:11 UTC  (3+ messages)

[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
 2025-05-14  8:10 UTC  (5+ messages)

[PATCH RFC v2] mm: add support for dropping LRU recency on process exit
 2025-05-14  7:08 UTC 

[RFC PATCH] MAINTAINERS: add mm memory policy section
 2025-05-14  2:42 UTC  (4+ messages)

[tip:locking/futex] [futex] bd54df5ea7: will-it-scale.per_thread_ops 33.9% improvement
 2025-05-14  2:33 UTC 

[RFC PATCH] MAINTAINERS: add mm ksm section
 2025-05-14  2:31 UTC  (6+ messages)

[linux-next:master] BUILD SUCCESS aa94665adc28f3fdc3de2979ac1e98bae961d6ca
 2025-05-14  2:05 UTC 


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