linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 20:19:34 to 2023-01-07 02:40:09 UTC [more...]

[PATCH v2 00/44] VMA tree type safety and remove __vma_adjust()
 2023-01-07  2:39 UTC  (13+ messages)
` [PATCH v2 05/44] mm: Expand vma iterator interface
` [PATCH v2 07/44] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v2 17/44] coredump: Convert to vma iterator
` [PATCH v2 16/44] mlock: Convert mlock "
` [PATCH v2 22/44] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v2 20/44] sched: Convert to vma iterator
` [PATCH v2 24/44] mm/mremap: Use vmi version of vma_merge()
` [PATCH v2 29/44] madvise: Use split_vma() instead of __split_vma()
` [PATCH v2 39/44] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v2 44/44] vma_merge: Set vma iterator to correct position

[PATCH mm-unstable 0/9] continue hugetlb folio conversions
 2023-01-07  1:31 UTC  (19+ messages)
` [PATCH mm-unstable 1/8] mm/hugetlb: convert isolate_hugetlb to folios
` [PATCH mm-unstable 2/8] mm/hugetlb: convert __update_and_free_page() "
` [PATCH mm-unstable 3/8] mm/hugetlb: convert dequeue_hugetlb_page_node functions "
` [PATCH mm-unstable 4/8] mm/hugetlb: convert alloc_surplus_huge_page() "
` [PATCH mm-unstable 5/8] mm/hugetlb: increase use of folios in alloc_huge_page()
` [PATCH mm-unstable 6/8] mm/hugetlb: convert alloc_migrate_huge_page to folios
` [PATCH mm-unstable 7/8] mm/hugetlb: convert restore_reserve_on_error() "
` [PATCH mm-unstable 8/8] mm/hugetlb: convert demote_free_huge_page "

[ammarfaizi2-block:akpm/mm/mm-unstable 187/223] mm/nommu.c:547:6: warning: no previous prototype for function 'vma_mas_store'
 2023-01-07  1:28 UTC  (2+ messages)

[PATCH v8 00/16] TDX host kernel support
 2023-01-07  0:47 UTC  (32+ messages)
` [PATCH v8 01/16] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v8 02/16] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v8 03/16] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v8 04/16] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v8 05/16] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v8 06/16] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v8 08/16] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v8 09/16] x86/virt/tdx: Fill out "
` [PATCH v8 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v8 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v8 12/16] x86/virt/tdx: Designate the global KeyID and configure the TDX module
` [PATCH v8 13/16] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v8 14/16] x86/virt/tdx: Initialize all TDMRs
` [PATCH v8 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled

[PATCH v4 0/7] iov_iter: Add extraction helpers
 2023-01-07  0:33 UTC  (2+ messages)
` [PATCH v4 4/7] iov_iter: Add a function to extract a page list from an iterator

[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2023-01-07  0:15 UTC  (5+ messages)
  ` [PATCH v13 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full

[PATCH] mm: update mmap_sem comments to refer to mmap_lock
 2023-01-07  0:00 UTC 

[PATCH mm-unstable] mm: introduce folio_is_pfmemalloc
 2023-01-06 23:23 UTC  (3+ messages)

[syzbot] WARNING in __kfence_free (2)
 2023-01-06 22:34 UTC 

[PATCH 0/2] docs/mm: start filling out new structure
 2023-01-06 22:32 UTC  (4+ messages)
` [PATCH 2/2] docs/mm: Physical Memory: add structure, introduction and nodes description

[PATCH v3 1/1] mm: Always release pages to the buddy allocator in memblock_free_late()
 2023-01-06 22:22 UTC 

[PATCH v3 0/1] Pages not released from memblock to the buddy allocator
 2023-01-06 22:22 UTC 

[LSF/MM/BPF BoF] Session for CXL memory
 2023-01-06 22:20 UTC  (2+ messages)

[PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2023-01-06 22:06 UTC  (20+ messages)

[PATCH] Docs/admin-guide/mm/zswap: remove zsmalloc's lack of writeback warning
 2023-01-06 22:03 UTC  (2+ messages)

[PATCH] include/linux/mm: fix release_pages_arg kernel doc comment
 2023-01-06 21:10 UTC  (2+ messages)

[PATCH v2 00/24] Split netmem from struct page
 2023-01-06 20:35 UTC  (54+ messages)
` [PATCH v2 01/24] netmem: Create new type
` [PATCH v2 02/24] netmem: Add utility functions
` [PATCH v2 03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr()
` [PATCH v2 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH v2 05/24] page_pool: Start using netmem in allocation path
` [PATCH v2 06/24] page_pool: Convert page_pool_return_page() to page_pool_return_netmem()
` [PATCH v2 07/24] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 08/24] page_pool: Convert pp_alloc_cache to contain netmem
` [PATCH v2 09/24] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem()
` [PATCH v2 10/24] page_pool: Convert page_pool_put_defragged_page() to netmem
` [PATCH v2 11/24] page_pool: Convert page_pool_empty_ring() to use netmem
` [PATCH v2 12/24] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem()
` [PATCH v2 13/24] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem
` [PATCH v2 14/24] page_pool: Convert page_pool_recycle_in_cache() to netmem
` [PATCH v2 15/24] page_pool: Remove page_pool_defrag_page()
` [PATCH v2 16/24] page_pool: Use netmem in page_pool_drain_frag()
` [PATCH v2 17/24] page_pool: Convert page_pool_return_skb_page() to use netmem
` [PATCH v2 18/24] page_pool: Convert frag_page to frag_nmem
` [PATCH v2 19/24] xdp: Convert to netmem
` [PATCH v2 20/24] mm: Remove page pool members from struct page
` [PATCH v2 21/24] page_pool: Pass a netmem to init_callback()
` [PATCH v2 22/24] net: Add support for netmem in skb_frag
` [PATCH v2 23/24] mvneta: Convert to netmem
` [PATCH v2 24/24] mlx5: "

[PATCH v7 0/6] Implement writeback for zsmalloc
 2023-01-06 20:32 UTC  (3+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 215/223] htmldocs: Documentation/admin-guide/mm/numaperf.rst:68: WARNING: duplicate label admin-guide/mm/numaperf:numa performance, other instance in Documentation/admin-guide/mm/numaperf.rst
 2023-01-06 19:52 UTC  (2+ messages)

[PATCH mm-unstable] Docs/admin-guide/mm/numaperf: change title to fix duplicate label warning
 2023-01-06 19:49 UTC 

[PATCH 0/3] add folio_headpage() macro
 2023-01-06 19:45 UTC  (8+ messages)
` [PATCH 1/3] include/linux/page-flags: add folio_headpage()
` [PATCH 2/3] mm: use folio_headpage() instead of folio_page()
` [PATCH 3/3] fs/ceph/addr: "

[PATCH v2 25/44] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
 2023-01-06 19:20 UTC  (3+ messages)

[PATCH] maple_tree: Remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
 2023-01-06 18:36 UTC  (3+ messages)

[PATCH] mm/debug: use valid physical memory for pmd/pud tests
 2023-01-06 17:54 UTC  (3+ messages)

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-06 17:28 UTC  (7+ messages)

[PATCH mm-unstable 1/1] include/linux/mm: declare different type of split_vma() for !CONFIG_MMU
 2023-01-06 17:18 UTC 

[syzbot] [vfs?] [ntfs3?] [tmpfs?] WARNING in walk_component
 2023-01-06 16:15 UTC 

LSF/MM/BPF: 2023: Call for Proposals
 2023-01-06 15:50 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 187/223] mm/nommu.c:547:6: warning: no previous prototype for 'vma_mas_store'
 2023-01-06 15:23 UTC 

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-06 15:13 UTC  (7+ messages)
` [PATCH 19/46] hugetlb: add HGM support for follow_hugetlb_page
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [PATCH 34/46] hugetlb: userfaultfd: when using MADV_SPLIT, round addresses to PAGE_SIZE

[linux-next:master 1416/3037] drivers/vdpa/solidrun/snet_vdpa.h:193:6: warning: no previous prototype for 'psnet_create_hwmon'
 2023-01-06 14:42 UTC 

[PATCH] mm: remove PageMovable export
 2023-01-06 13:59 UTC 

[linux-next:master 1863/3037] drivers/ufs/core/ufs_bsg.c:91:25: sparse: sparse: cast to restricted __be16
 2023-01-06 13:51 UTC 

[PATCH v6 0/5] THP Shrinker
 2023-01-06 13:41 UTC  (3+ messages)
` [PATCH v6 5/5] mm: THP low utilization shrinker

[ammarfaizi2-block:akpm/mm/mm-unstable 185/223] mm/nommu.c:1337:5: error: conflicting types for 'split_vma'; have 'int(struct mm_struct *, struct vm_area_struct *, long unsigned int, int)'
 2023-01-06 13:21 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 185/223] mm/nommu.c:1337:5: error: conflicting types for 'split_vma'
 2023-01-06 13:01 UTC 

[linux-next:master 1863/3037] drivers/ufs/core/ufs_bsg.c:91:25: sparse: sparse: cast to restricted __be16
 2023-01-06  9:59 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-06  9:40 UTC  (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[RFC PATCH 0/6] Discard __GFP_ATOMIC
 2023-01-06  9:35 UTC  (5+ messages)
` [PATCH 6/6] mm: discard __GFP_ATOMIC

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-06  7:57 UTC  (3+ messages)
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() to use filemap_get_folios_tag()
  ` [Cluster-devel] "

[PATCH v2] mm: huge_memory: convert split_huge_pages_all() to use a folio
 2023-01-06  6:23 UTC  (5+ messages)

[PATCH 0/8] migrate_pages(): batch TLB flushing
 2023-01-06  4:15 UTC  (4+ messages)
` [PATCH 7/8] migrate_pages: share more code between _unmap and _move

[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
 2023-01-06  4:00 UTC  (2+ messages)

[PATCH] docs: cgroup-v1: wrap charge moving deprecation in warning block
 2023-01-06  3:48 UTC 

[PATCH 0/1] Pages not released from memblock to the buddy allocator
 2023-01-06  3:12 UTC  (5+ messages)
  ` [PATCH v2 1/1] mm: Always release pages to the buddy allocator in memblock_free_late()

[PATCH 3/4] zsmalloc: make zspage chain size configurable
 2023-01-06  2:40 UTC  (3+ messages)

[PATCH] memremap: Replace 0-length array with flexible array
 2023-01-06  0:02 UTC  (8+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-05 23:37 UTC  (9+ messages)
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command

[PATCH] shmem: optimize shmem_huge_enabled() and shmem_is_huge() when !CONFIG_TRANSPARENT_HUGEPAGE
 2023-01-05 23:04 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2023-01-05 22:31 UTC  (11+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

[PATCH v2] hugetlb: unshare some PMDs when splitting VMAs
 2023-01-05 22:23 UTC  (2+ messages)

[RFC PLAN] Some humble ideas for DAMON future works
 2023-01-05 22:11 UTC  (2+ messages)

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2023-01-05 22:08 UTC  (5+ messages)
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2023-01-05 21:29 UTC  (7+ messages)

[PATCH 09/17] mm: export access_remote_vm() symbol
 2023-01-05 21:04 UTC  (13+ messages)

[PATCH] lib/scatterlist: Fix to merge contiguous pages into the last SG properly
 2023-01-05 20:25 UTC  (6+ 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).