linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-15 08:15:54 to 2021-11-16 08:58:47 UTC [more...]

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-16  8:58 UTC  (6+ messages)
` [RFC PATCH 1/3] mm: cma: alloc_contig_range: use pageblock_order as the single alignment
` [RFC PATCH 2/3] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH 3/3] arch: powerpc: adjust fadump alignment to be pageblock aligned
` [RFC PATCH 3/3] arch: powerpc: adjust fadump alignment to "

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2021-11-16  8:51 UTC  (6+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified
` [PATCH RFC v2 2/2] mm: Rework swap handling of zap_pte_range

[PATCH 00/13] Repair SWAP-over-NFS
 2021-11-16  8:31 UTC  (18+ messages)
` [PATCH 09/13] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 02/13] NFS: do not take i_rwsem for swap IO
` [PATCH 11/13] NFS: swap-out must always use STABLE writes
` [PATCH 01/13] NFS: move generic_write_checks() call from nfs_file_direct_write() to nfs_file_write()
` [PATCH 08/13] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 07/13] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 10/13] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 04/13] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 05/13] SUNRPC/auth: "
` [PATCH 13/13] MM: use AIO for DIO writes to swap
` [PATCH 06/13] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 03/13] MM: reclaim mustn't enter FS for swap-over-NFS
` [PATCH 12/13] MM: use AIO/DIO for reads from SWP_FS_OPS swap-space

[PATCH v2] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-16  8:02 UTC  (3+ messages)

[PATCH] mm/hmm.c: Allow VM_MIXEDMAP to work with hmm_range_fault
 2021-11-16  7:15 UTC  (5+ messages)

[PATCH v5 0/3] mm: add new syscall set_mempolicy_home_node
 2021-11-16  6:42 UTC  (4+ messages)
` [PATCH v5 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
` [PATCH v5 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
` [PATCH v5 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node

[PATCH] Increase default MLOCK_LIMIT to 8 MiB
 2021-11-16  6:32 UTC  (2+ messages)

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-11-16  6:10 UTC  (9+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory

[PATCH 0/3] Improve the migration stats
 2021-11-16  6:03 UTC  (4+ messages)
` [PATCH 2/3] mm: migrate: Correct the hugetlb "

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-16  5:14 UTC  (41+ messages)

[PATCH 0/2] DAMON fixes
 2021-11-16  3:42 UTC  (2+ messages)

Question regarding map count for compound pages
 2021-11-16  3:40 UTC  (3+ messages)

[PATCH v3] mm: migrate: Support multiple target nodes demotion
 2021-11-16  2:58 UTC  (5+ messages)

[PATCH] mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
 2021-11-16  2:54 UTC  (3+ messages)

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-16  1:59 UTC  (6+ messages)

[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-16  1:41 UTC  (2+ messages)

[PATCH -V10 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-11-16  1:35 UTC  (7+ messages)
` [PATCH -V10 1/6] NUMA Balancing: add page promotion counter
` [PATCH -V10 2/6] NUMA balancing: optimize page placement for memory tiering system
` [PATCH -V10 3/6] memory tiering: skip to scan fast memory
` [PATCH -V10 4/6] memory tiering: hot page selection with hint page fault latency
` [PATCH -V10 5/6] memory tiering: rate limit NUMA migration throughput
` [PATCH -V10 6/6] memory tiering: adjust hot threshold automatically

[PATCH v2] mm: fix panic in __alloc_pages
 2021-11-16  1:31 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v3 2/4] mm/oom: handle remote ooms
 2021-11-16  0:58 UTC  (8+ messages)

[RFC PATCH 00/32] Separate struct slab from struct page
 2021-11-16  0:16 UTC  (33+ messages)
` [RFC PATCH 01/32] mm/slab: Dissolve slab_map_pages() in its caller
` [RFC PATCH 02/32] mm/slub: Make object_err() static
` [RFC PATCH 03/32] mm: Split slab into its own type
` [RFC PATCH 04/32] mm: Add account_slab() and unaccount_slab()
` [RFC PATCH 05/32] mm: Convert virt_to_cache() to use struct slab
` [RFC PATCH 06/32] mm: Convert __ksize() to "
` [RFC PATCH 07/32] mm: Use struct slab in kmem_obj_info()
` [RFC PATCH 08/32] mm: Convert check_heap_object() to use struct slab
` [RFC PATCH 09/32] mm/slub: Convert detached_freelist to use a "
` [RFC PATCH 10/32] mm/slub: Convert kfree() "
` [RFC PATCH 11/32] mm/slub: Convert __slab_lock() and __slab_unlock() to "
` [RFC PATCH 12/32] mm/slub: Convert print_page_info() to print_slab_info()
` [RFC PATCH 13/32] mm/slub: Convert alloc_slab_page() to return a struct slab
` [RFC PATCH 14/32] mm/slub: Convert __free_slab() to use "
` [RFC PATCH 15/32] mm/slub: Convert pfmemalloc_match() to take a "
` [RFC PATCH 16/32] mm/slub: Convert most struct page to struct slab by spatch
` [RFC PATCH 17/32] mm/slub: Finish struct page to struct slab conversion
` [RFC PATCH 18/32] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
` [RFC PATCH 19/32] mm/slab: Convert most struct page to struct slab by spatch
` [RFC PATCH 20/32] mm/slab: Finish struct page to struct slab conversion
` [RFC PATCH 21/32] mm: Convert struct page to struct slab in functions used by other subsystems
` [RFC PATCH 22/32] mm/memcg: Convert slab objcgs from struct page to struct slab
` [RFC PATCH 23/32] mm/slob: Convert SLOB to use "
` [RFC PATCH 24/32] mm/kasan: Convert to "
` [RFC PATCH 25/32] mm/kfence: Convert kfence_guarded_alloc() "
` [RFC PATCH 26/32] zsmalloc: Stop using slab fields in struct page
` [RFC PATCH 27/32] bootmem: Use page->index instead of page->freelist
` [RFC PATCH 28/32] iommu: Use put_pages_list
` [RFC PATCH 29/32] mm: Remove slab from struct page
` [RFC PATCH 30/32] mm/sl*b: Differentiate struct slab fields by sl*b implementations
` [RFC PATCH 31/32] mm/slub: Simplify struct slab slabs field definition
` [RFC PATCH 32/32] mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled

[PATCH] hugetlb: fix hugetlb cgroup refcounting during mremap
 2021-11-15 23:25 UTC  (4+ messages)

[PATCH] mm: slab: make slab iterator functions static
 2021-11-15 22:56 UTC  (2+ messages)

[PATCH] dax: Kill DEV_DAX_PMEM_COMPAT
 2021-11-15 21:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] mm/migrate.c: Rework migration_entry_wait() to not take a pageref
 2021-11-15 20:40 UTC  (4+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-15 20:17 UTC  (11+ messages)
` [PATCH v7 02/45] x86/sev: detect/setup SEV/SME features earlier in boot
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active

[PATCH v0.8 3/6] sched/umcg: implement UMCG syscalls
 2021-11-15 20:11 UTC  (2+ messages)

[PATCH v6] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-15 19:59 UTC  (10+ messages)

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-15 19:30 UTC  (10+ messages)
` [PATCH v1 1/9] mm: add zone device coherent type memory support
` [PATCH v1 2/9] mm: add device coherent vma selection for memory migration
` [PATCH v1 3/9] drm/amdkfd: add SPM support for SVM
` [PATCH v1 4/9] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 5/9] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 6/9] lib: test_hmm add module param for "
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
` [PATCH v1 8/9] tools: update hmm-test to support device coherent type
` [PATCH v1 9/9] tools: update test_hmm script to support SP config

[PATCH v1 0/2] Remove extra ZONE_DEVICE page refcount
 2021-11-15 19:33 UTC  (3+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH v4 0/3] mm/hwpoison: fix unpoison_memory()
 2021-11-15 19:10 UTC  (5+ messages)
` [PATCH v4 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v4 2/3] mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
` [PATCH v4 3/3] mm/hwpoison: fix unpoison_memory()

[UPDATE PATCH] mm: shmem: don't truncate page if memory failure happens
 2021-11-15 19:00 UTC  (4+ messages)

[PATCH v2 0/9] zsmalloc: remove bit_spin_lock
 2021-11-15 18:59 UTC  (10+ messages)
` [PATCH v2 1/9] zsmalloc: introduce some helper functions
` [PATCH v2 2/9] zsmalloc: rename zs_stat_type to class_stat_type
` [PATCH v2 3/9] zsmalloc: decouple class actions from zspage works
` [PATCH v2 4/9] zsmalloc: introduce obj_allocated
` [PATCH v2 5/9] zsmalloc: move huge compressed obj from page to zspage
` [PATCH v2 6/9] zsmalloc: remove zspage isolation for migration
` [PATCH v2 7/9] locking/rwlocks: introduce write_lock_nested
` [PATCH v2 8/9] zsmalloc: replace per zpage lock with pool->migrate_lock
` [PATCH v2 9/9] zsmalloc: replace get_cpu_var with local_lock

[RFC][PATCH 0/5] shmem/fsverity: Prepare for mandatory integrity enforcement
 2021-11-15 19:05 UTC  (8+ messages)
` [RFC][PATCH 2/5] fsverity: Revalidate built-in signatures at file open
` [RFC][PATCH 5/5] shmem: Add fsverity support

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-15 17:53 UTC  (5+ messages)

[PATCH] selftests/uffd: Allow EINTR/EAGAIN
 2021-11-15 17:30 UTC  (2+ messages)

[PATCH v5 0/8] mm, dax: Introduce compound pages in devmap
 2021-11-15 16:49 UTC  (7+ messages)
` [PATCH v5 8/8] device-dax: compound devmap support

[PATCH V4 0/4] mm/damon: Do some small changes
 2021-11-15 15:26 UTC  (5+ messages)
` [PATCH V4 1/4] mm/damon: Unified access_check function naming rules
` [PATCH V4 2/4] mm/damon: Add 'age' of region tracepoint support
` [PATCH V4 3/4] mm/damon/core: Using function abs() instead of diff_of()
` [PATCH V4 4/4] mm/damon: Remove some no need func definitions in damon.h file

Summary of COW (Copy On Write) Related Issues in Upstream Linux
 2021-11-15 15:45 UTC 

[PATCH v1 1/1] printk: Remove printk.h inclusion in percpu.h
 2021-11-15 15:04 UTC  (8+ messages)

[PATCH V3 4/4] mm/damon: Remove some no need func definitions in damon.h file
 2021-11-15 14:52 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 09bd48c4acfa9069ca7517ea27fcc17689ad0f2e
 2021-11-15 14:29 UTC 

[PATCH v2] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-15 13:51 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 86fd312d9a3085c29cd9d28bbb1e20e63efb92be
 2021-11-15 11:52 UTC 

[PATCH RFC 0/2] mm: Rework zap ptes on swap entries
 2021-11-15 11:37 UTC  (4+ messages)
` [PATCH RFC 2/2] mm: Rework swap handling of zap_pte_range

[RFC v1 0/4] Two alternatives for mm async teardown
 2021-11-15 10:43 UTC  (7+ messages)
` [RFC v1 2/4] kernel/fork.c: implement new process_mmput_async syscall

[syzbot] WARNING in __get_free_pages
 2021-11-15  8:15 UTC  (2+ messages)


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