linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-04 20:21:32 to 2022-02-07 17:11:29 UTC [more...]

[PATCH] proc: Avoid unused variable warning in pagemap_pmd_range()
 2022-02-07 17:10 UTC 

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-07 17:00 UTC  (13+ messages)
` [PATCH v9 31/43] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v9 38/43] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key

[PATCH 00/35] Shadow stacks for userspace
 2022-02-07 16:30 UTC  (8+ messages)
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH -V11 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-07 16:18 UTC  (3+ messages)
` [PATCH -V11 1/3] NUMA Balancing: add page promotion counter

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-07 15:53 UTC  (24+ messages)
` [PATCH 03/21] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 07/21] DOC: update documentation for swap_activate and swap_rw
` [PATCH 10/21] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 16/21] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 18/21] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 06/21] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 01/21] MM: create new mm/swap.h header file
` [PATCH 09/21] MM: submit multipage write for SWP_FS_OPS swap-space
` [PATCH 02/21] MM: drop swap_set_page_dirty
` [PATCH 13/21] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 04/21] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 14/21] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 21/21] NFS: swap-out must always use STABLE writes
` [PATCH 11/21] NFS: remove IS_SWAPFILE hack
` [PATCH 05/21] MM: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
` [PATCH 08/21] MM: submit multipage reads for "
` [PATCH 15/21] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 17/21] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 20/21] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 12/21] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 19/21] NFS: rename nfs_direct_IO and use as ->swap_rw

[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
 2022-02-07 15:44 UTC  (3+ messages)

[PATCH 0/4] A few cleanup patches around memory_hotplug
 2022-02-07 14:50 UTC  (9+ messages)
` [PATCH 1/4] mm/memory_hotplug: remove obsolete comment of __add_pages
` [PATCH 2/4] mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMAL
` [PATCH 3/4] mm/memory_hotplug: clean up try_offline_node
` [PATCH 4/4] mm/memory_hotplug: fix misplaced comment in offline_pages

[PATCH] mm/memory_hotplug: fix kfree() of bootmem memory
 2022-02-07 14:33 UTC  (2+ messages)

[PATCH] ilog2: Force inlining of __ilog2_u32() and __ilog2_u64()
 2022-02-07 14:29 UTC 

[PATCH 00/75] MM folio patches for 5.18
 2022-02-07 14:24 UTC  (77+ messages)
` [PATCH 01/75] mm/gup: Increment the page refcount before the pincount
` [PATCH 02/75] mm/gup: Remove for_each_compound_range()
` [PATCH 03/75] mm/gup: Remove for_each_compound_head()
` [PATCH 04/75] mm/gup: Change the calling convention for compound_range_next()
` [PATCH 05/75] mm/gup: Optimise compound_range_next()
` [PATCH 07/75] mm/gup: Fix some contiguous memmap assumptions
` [PATCH 08/75] mm/gup: Remove an assumption of a contiguous memmap
` [PATCH 09/75] mm/gup: Handle page split race more efficiently
` [PATCH 10/75] mm/gup: Remove hpage_pincount_add()
` [PATCH 12/75] mm: Make compound_pincount always available
` [PATCH 13/75] mm: Add folio_pincount_ptr()
` [PATCH 14/75] mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()
` [PATCH 15/75] mm/gup: Add try_get_folio() and try_grab_folio()
` [PATCH 16/75] mm/gup: Convert try_grab_page() to use a folio
` [PATCH 17/75] mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
` [PATCH 18/75] mm/gup: Add gup_put_folio()
` [PATCH 19/75] mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
` [PATCH 20/75] mm/gup: Convert gup_pte_range() to use a folio
` [PATCH 23/75] mm/gup: Convert gup_huge_pud() "
` [PATCH 29/75] mm/workingset: Convert workingset_eviction() to take "
` [PATCH 30/75] mm/memcg: Convert mem_cgroup_swapout() "
` [PATCH 31/75] mm: Add lru_to_folio()
` [PATCH 32/75] mm: Turn putback_lru_page() into folio_putback_lru()
` [PATCH 33/75] mm/vmscan: Convert __remove_mapping() to take a folio
` [PATCH 34/75] mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
` [PATCH 35/75] mm: Turn head_compound_mapcount() into folio_entire_mapcount()
` [PATCH 36/75] mm: Add folio_mapcount()
` [PATCH 37/75] mm: Add split_folio_to_list()
` [PATCH 38/75] mm: Add folio_is_zone_device() and folio_is_device_private()
` [PATCH 39/75] mm: Add folio_pgoff()
` [PATCH 40/75] mm: Add pvmw_set_page() and pvmw_set_folio()
` [PATCH 41/75] hexagon: Add pmd_pfn()
` [PATCH 42/75] mm: Convert page_vma_mapped_walk to work on PFNs
` [PATCH 43/75] mm/page_idle: Convert page_idle_clear_pte_refs() to use a folio
` [PATCH 44/75] mm/rmap: Use a folio in page_mkclean_one()
` [PATCH 45/75] mm/rmap: Turn page_referenced() into folio_referenced()
` [PATCH 47/75] mm/mlock: Turn mlock_vma_page() into mlock_vma_folio()
` [PATCH 49/75] mm/mlock: Turn munlock_vma_page() into munlock_vma_folio()
` [PATCH 53/75] mm/rmap: Convert make_device_exclusive_range() to use folios
` [PATCH 55/75] mm/damon: Convert damon_pa_mkold() to use a folio
` [PATCH 60/75] mm/rmap: Constify the rmap_walk_control argument
` [PATCH 67/75] mm/filemap: Allow large folios to be added to the page cache
` [PATCH 71/75] mm/readahead: Add large folio readahead
` [PATCH 72/75] mm/readahead: Align file mappings for non-DAX
` [PATCH 75/75] selftests/vm/transhuge-stress: Support file-backed PMD folios

start sorting out the ZONE_DEVICE refcount mess
 2022-02-07 14:01 UTC  (10+ messages)
` [PATCH 1/8] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [PATCH 2/8] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [PATCH 3/8] mm: remove pointless includes from <linux/hmm.h>
` [PATCH 4/8] mm: move free_devmap_managed_page to memremap.c
` [PATCH 5/8] mm: simplify freeing of devmap managed pages
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 7/8] mm: remove the extra ZONE_DEVICE struct page refcount
` [PATCH 8/8] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-02-07 13:51 UTC  (3+ messages)
` [PATCH 01/23] MM: create new mm/swap.h header file

[PATCH] mm: Outline copy_overflow()
 2022-02-07 13:46 UTC  (2+ messages)

incoming
 2022-02-07 13:27 UTC  (3+ messages)
` [patch 22/69] fs: move binfmt_misc sysctl to its own file
  ` [PATCH] Fix regression due to "fs: move binfmt_misc sysctl to its own file"

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-02-07 13:06 UTC  (3+ messages)

[PATCH] mm: Remove usercopy_warn()
 2022-02-07 12:25 UTC  (2+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-07 12:24 UTC  (3+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[linux-next:master 310/4212] policy_unpack.o:undefined reference to `zlib_deflate_workspacesize'
 2022-02-07 11:02 UTC 

[PATCH] mm: unexport page_init_poison
 2022-02-07 10:33 UTC  (2+ messages)

[PATCH] mm/damon: Add option to monitor only writes
 2022-02-07 10:32 UTC 

[PATCH 00/35] Shadow stacks for userspace
 2022-02-07 10:22 UTC  (13+ messages)

[PATCH v3] kfence: Make test case compatible with run time set sample interval
 2022-02-07  8:55 UTC  (2+ messages)

[PATCH] mm/damon: Add option to monitor only writes
 2022-02-07  8:16 UTC  (2+ messages)

[linux-next:master 710/4147] net/netfilter/nf_conntrack_bpf.c:251:5: warning: no previous prototype for 'register_nf_conntrack_bpf'
 2022-02-07  6:47 UTC 

[linux-next:master 1773/4147] ld.lld: error: undefined symbol: exynos_arm64_register_cmu
 2022-02-07  6:34 UTC  (2+ messages)

[PATCH v5 0/5] mm/gup: some cleanups
 2022-02-07  6:22 UTC  (6+ messages)
` [PATCH v5 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups
` [PATCH v5 2/5] mm/gup: follow_pfn_pte(): -EEXIST cleanup
` [PATCH v5 3/5] mm/gup: remove unused pin_user_pages_locked()
` [PATCH v5 4/5] mm: change lookup_node() to use get_user_pages_fast()
` [PATCH v5 5/5] mm/gup: remove unused get_user_pages_locked()

[PATCH v4 0/5] mm/gup: some cleanups
 2022-02-07  5:19 UTC  (4+ messages)
` [PATCH v4 1/5] mm: Fix invalid page pointer returned with FOLL_PIN gups

[syzbot] INFO: task hung in do_read_cache_folio
 2022-02-07  5:19 UTC 

[PATCH v2 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-07  4:26 UTC  (4+ messages)
` [PATCH v2 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH v2 3/3] tools: add hmm gup test for long term pinned device pages

[PATCH 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-07  4:19 UTC  (4+ messages)
` [PATCH 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-07  3:39 UTC  (10+ messages)
` [PATCH v6 6/6] drivers/node: Show in sysfs node's crypto capabilities

[PATCH 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-07  3:35 UTC  (16+ messages)
` [PATCH 01/13] mm/munlock: delete page_mlock() and all its works
` [PATCH 02/13] mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
` [PATCH 03/13] mm/munlock: delete munlock_vma_pages_all(), allow oomreap
` [PATCH 04/13] mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
` [PATCH 05/13] mm/munlock: replace clear_page_mlock() by final clearance
` [PATCH 06/13] mm/munlock: maintain page->mlock_count while unevictable
` [PATCH 07/13] mm/munlock: mlock_pte_range() when mlocking or munlocking
` [PATCH 08/13] mm/migrate: __unmap_and_move() push good newpage to LRU
` [PATCH 09/13] mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
` [PATCH 10/13] mm/munlock: mlock_page() munlock_page() batch by pagevec
` [PATCH 11/13] mm/munlock: page migration needs mlock pagevec drained
` [PATCH 12/13] mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
` [PATCH 13/13] mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP

[PATCH] mm/damon: Rebase DAMON_RECALIM watermarks for NUMA nodes
 2022-02-07  1:56 UTC  (5+ messages)

[PATCH] mm,migrate: fix establishing demotion target
 2022-02-07  1:38 UTC  (2+ messages)

[PATCH v2] kfence: Make test case compatible with run time set sample interval
 2022-02-07  1:25 UTC  (3+ messages)

[PATCH v2 0/5] Allocate module text and data separately
 2022-02-07  1:19 UTC  (6+ messages)
` [PATCH v2 5/5] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH 0/3] remove dependence of inode_congested()
 2022-02-07  0:47 UTC  (10+ messages)
` [PATCH 1/3] fuse: remove reliance on bdi congestion

[linux-next:master 637/4147] warning: argument unused during compilation: '-mstrict-align' err: false
 2022-02-07  0:29 UTC  (2+ messages)

[PATCH] mm: vmscan: remove deadlock due to throttling failing to make progress
 2022-02-06 22:08 UTC  (2+ messages)

[PATCH] mm/page_alloc: add zone to zonelist if populated
 2022-02-06  2:17 UTC  (5+ messages)

[PATCH RESEND] mm: memcg: synchronize objcg lists with a dedicated spinlock
 2022-02-05 16:58 UTC  (4+ messages)

Watermark
 2022-02-05 13:50 UTC 

[linux-next:master 3212/4147] drivers/staging/r8188eu/os_dep/ioctl_linux.c:3431:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-05 14:18 UTC 

[PATCH RFC v1] tmpfs: support for file creation time
 2022-02-05 14:12 UTC 

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-05  9:10 UTC  (5+ messages)
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices
` [RFC V1 22/31] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
  ` [OpenRISC] "

[linux-next:master 3358/4147] undefined reference to `node_data'
 2022-02-05  4:10 UTC 

[willy-pagecache:for-next 13/75] include/linux/mm.h:1570:29: error: conflicting types for 'page_to_section'; have 'long unsigned int(const struct page *)'
 2022-02-05  1:08 UTC 

[PATCH 0/3] selftests: Remove duplicate CPUID wrappers
 2022-02-05  0:11 UTC  (3+ messages)

[PATCH 2/6] mm: handle uninitialized numa nodes gracefully
 2022-02-04 22:54 UTC  (8+ messages)

[PATCH v2 00/35] Speculative page faults
 2022-02-04 22:41 UTC  (4+ messages)
` [PATCH v2 12/35] mm: separate mmap locked assertion from find_vma

[PATCH v2] selftests/ir: fix build with ancient kernel headers
 2022-02-04 20:45 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).