messages from 2025-05-14 09:19:12 to 2025-05-15 01:49:58 UTC [more...]
[PATCH 0/4] memcg: nmi-safe kmem charging
2025-05-15 1:49 UTC (10+ messages)
` [PATCH 4/4] memcg: make objcg charging nmi safe
[PATCH RFC] mm: make try_to_unmap_one support batched unmap for anon large folios
2025-05-15 1:38 UTC (5+ messages)
[PATCH 0/5] Some random fixes and cleanup to shmem
2025-05-15 1:09 UTC (9+ messages)
` [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()
[PATCH v6 0/6] cgroup: separate rstat trees
2025-05-15 0:19 UTC (7+ messages)
` [PATCH v6 1/6] cgroup: warn on rstat usage by early init subsystems
` [PATCH v6 2/6] cgroup: compare css to cgroup::self in helper for distingushing css
` [PATCH v6 3/6] cgroup: use separate rstat trees for each subsystem
` [PATCH v6 4/6] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH v6 5/6] cgroup: helper for checking rstat participation of css
` [PATCH v6 6/6] cgroup: document the rstat per-cpu initialization
[PATCH v15 00/43] DEPT(DEPendency Tracker)
2025-05-15 0:14 UTC (7+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-14 23:42 UTC (51+ 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
` [RFC PATCH v2 09/51] KVM: selftests: Test faulting with respect to GUEST_MEMFD_FLAG_INIT_PRIVATE
` [RFC PATCH v2 10/51] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH v2 11/51] KVM: selftests: Allow cleanup of ucall_pool from host
` [RFC PATCH v2 12/51] KVM: selftests: Test conversion flows for guest_memfd
` [RFC PATCH v2 13/51] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v2 14/51] KVM: selftests: Update private_mem_conversions_test to mmap guest_memfd
` [RFC PATCH v2 15/51] KVM: selftests: Update script to map shared memory from guest_memfd
` [RFC PATCH v2 16/51] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [RFC PATCH v2 17/51] mm: hugetlb: Cleanup interpretation of gbl_chg in alloc_hugetlb_folio()
` [RFC PATCH v2 18/51] mm: hugetlb: Cleanup interpretation of map_chg_state within alloc_hugetlb_folio()
` [RFC PATCH v2 19/51] mm: hugetlb: Rename alloc_surplus_hugetlb_folio
` [RFC PATCH v2 20/51] mm: mempolicy: Refactor out policy_node_nodemask()
` [RFC PATCH v2 21/51] mm: hugetlb: Inline huge_node() into callers
` [RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions
` [RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio()
` [RFC PATCH v2 24/51] mm: hugetlb: Add option to create new subpool without using surplus
` [RFC PATCH v2 25/51] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH v2 26/51] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v2 27/51] mm: hugetlb: Expose hugetlb_subpool_{get,put}_pages()
` [RFC PATCH v2 28/51] mm: Introduce guestmem_hugetlb to support folio_put() handling of guestmem pages
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
` [RFC PATCH v2 30/51] mm: truncate: Expose truncate_inode_folio()
` [RFC PATCH v2 31/51] KVM: x86: Set disallow_lpage on base_gfn and guest_memfd pgoff misalignment
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from "
` [RFC PATCH v2 34/51] mm: hugetlb: Add functions to add/delete folio from hugetlb lists
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages
` [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function
` [RFC PATCH v2 37/51] filemap: Pass address_space mapping to ->free_folio()
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
` [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
` [RFC PATCH v2 40/51] KVM: guest_memfd: Update kvm_gmem_mapping_order to account for page status
` [RFC PATCH v2 41/51] KVM: Add CAP to indicate support for HugeTLB as custom allocator
` [RFC PATCH v2 42/51] KVM: selftests: Add basic selftests for hugetlb-backed guest_memfd
` [RFC PATCH v2 43/51] KVM: selftests: Update conversion flows test for HugeTLB
` [RFC PATCH v2 44/51] KVM: selftests: Test truncation paths of guest_memfd
` [RFC PATCH v2 45/51] KVM: selftests: Test allocation and conversion of subfolios
` [RFC PATCH v2 46/51] KVM: selftests: Test that guest_memfd usage is reported via hugetlb
` [RFC PATCH v2 47/51] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH v2 48/51] KVM: selftests: Update test for various private memory backing source types
` [RFC PATCH v2 49/51] KVM: selftests: Update private_mem_conversions_test.sh to test with HugeTLB pages
` [RFC PATCH v2 50/51] KVM: selftests: Add script to test HugeTLB statistics
[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 (10+ 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 v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-14 20:40 UTC (14+ 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 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/7] memcg: make memcg stats irq safe
2025-05-14 16:39 UTC (4+ messages)
` [PATCH 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs
[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 v9 10/17] KVM: x86: Compute max_mapping_level with input from guest_memfd
2025-05-14 15:27 UTC (2+ messages)
[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 (8+ 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
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).