linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 23:17:07 to 2023-01-11 19:22:46 UTC [more...]

[Regression] Bug 216911 - get_unmapped_area returns addresses below mmap_min_addr
 2023-01-11 19:22 UTC  (3+ messages)

[PATCH 00/41] Per-VMA locks
 2023-01-11 18:09 UTC  (17+ messages)
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2023-01-11 18:00 UTC  (5+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2023-01-11 17:07 UTC  (8+ messages)
` [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies

[PATCH 0/6 v2] Discard __GFP_ATOMIC
 2023-01-11 17:05 UTC  (17+ messages)
` [PATCH 1/7] mm/page_alloc: Rename ALLOC_HIGH to ALLOC_MIN_RESERVE
` [PATCH 2/7] mm/page_alloc: Treat RT tasks similar to __GFP_HIGH
` [PATCH 3/7] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
` [PATCH 4/7] mm/page_alloc: Explicitly define what alloc flags deplete min reserves
` [PATCH 5/7] mm/page_alloc.c: Allow __GFP_NOFAIL requests deeper access to reserves
` [PATCH 6/7] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations "

[PATCH v8 00/16] TDX host kernel support
 2023-01-11 16:16 UTC  (40+ messages)
` [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 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 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled

[PATCH v2 0/2] docs/mm: start filling out new structure
 2023-01-11 16:19 UTC  (7+ messages)
` [PATCH v2 2/2] docs/mm: Physical Memory: add structure, introduction and nodes description

[linux-next:master] BUILD REGRESSION c9e9cdd8bdcc3e1ea330d49ea587ec71884dd0f5
 2023-01-11 15:44 UTC 

[PATCH mm-unstable] mm: introduce folio_is_pfmemalloc
 2023-01-11 15:43 UTC  (2+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-11 14:50 UTC  (29+ messages)
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

LSFMMBPF proposal [General/MM]: SRCU: a case study in memory ordering
 2023-01-11 14:43 UTC 

[PATCHv14 00/17] Linear Address Masking enabling
 2023-01-11 14:37 UTC  (21+ messages)
` [PATCHv14 01/17] x86/mm: Rework address range check in get_user() and put_user()
` [PATCHv14 02/17] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv14 03/17] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv14 04/17] x86/mm: Handle LAM on context switch
      ` [PATCHv14.1 "
` [PATCHv14 05/17] mm: Introduce untagged_addr_remote()
` [PATCHv14 06/17] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv14 07/17] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user
` [PATCHv14 09/17] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv14 10/17] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv14 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv14 12/17] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv14 13/17] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv14 14/17] selftests/x86/lam: Add io_uring "
` [PATCHv14 15/17] selftests/x86/lam: Add inherit "
` [PATCHv14 16/17] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "
` [PATCHv14 17/17] selftests/x86/lam: Add test cases for LAM vs thread creation

[PATCH 00/28] Get rid of tail page fields
 2023-01-11 14:29 UTC  (29+ messages)
` [PATCH 01/28] mm: Remove folio_pincount_ptr() and head_compound_pincount()
` [PATCH 02/28] mm: Convert head_subpages_mapcount() into folio_nr_pages_mapped()
` [PATCH 03/28] doc: Clarify refcount section by referring to folios & pages
` [PATCH 04/28] mm: Convert total_compound_mapcount() to folio_total_mapcount()
` [PATCH 05/28] mm: Convert page_remove_rmap() to use a folio internally
` [PATCH 06/28] mm: Convert page_add_anon_rmap() "
` [PATCH 07/28] mm: Convert page_add_file_rmap() "
` [PATCH 08/28] mm: Add folio_add_new_anon_rmap()
` [PATCH 09/28] page_alloc: Use folio fields directly
` [PATCH 10/28] mm: Use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()
` [PATCH 11/28] mm: Use entire_mapcount in __page_dup_rmap()
` [PATCH 12/28] mm/debug: Remove call to head_compound_mapcount()
` [PATCH 13/28] hugetlb: Remove uses of folio_mapcount_ptr
` [PATCH 14/28] mm: Convert page_mapcount() to use folio_entire_mapcount()
` [PATCH 15/28] mm: Remove head_compound_mapcount() and _ptr functions
` [PATCH 16/28] mm: Reimplement compound_order()
` [PATCH 17/28] mm: Reimplement compound_nr()
` [PATCH 18/28] mm: Convert set_compound_page_dtor() and set_compound_order() to folios
` [PATCH 19/28] mm: Convert is_transparent_hugepage() to use a folio
` [PATCH 20/28] mm: Convert destroy_large_folio() to use folio_dtor
` [PATCH 21/28] hugetlb: Remove uses of compound_dtor and compound_nr
` [PATCH 22/28] mm: Remove 'First tail page' members from struct page
` [PATCH 23/28] doc: Correct struct folio kernel-doc
` [PATCH 24/28] mm: Move page->deferred_list to folio->_deferred_list
` [PATCH 25/28] mm/huge_memory: Remove page_deferred_list()
` [PATCH 26/28] mm/huge_memory: Convert get_deferred_split_queue() to take a folio
` [PATCH 27/28] mm: Convert deferred_split_huge_page() to deferred_split_folio()
` [PATCH 28/28] mm: remove the hugetlb field from struct page

[PATCH v5 0/9] iov_iter: Add extraction helpers
 2023-01-11 14:28 UTC  (2+ messages)
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator

[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
 2023-01-11 14:21 UTC  (7+ messages)

[RFC PATCH 0/2] mm: multi-gen LRU: working set extensions
 2023-01-11 14:19 UTC  (4+ messages)
` [RFC PATCH 2/2] mm: multi-gen LRU: cgroup working set stats

[RFC PATCH v1 0/4] Introduce merge identical pages mechanism
 2023-01-11 14:00 UTC  (10+ messages)

[PATCH v2 00/24] Split netmem from struct page
 2023-01-11 13:58 UTC  (9+ messages)
` [PATCH v2 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH v2 15/24] page_pool: Remove page_pool_defrag_page()

[PATCH v2] maple_tree: fix comment of mte_destroy_walk
 2023-01-11 13:53 UTC 

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

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-11 13:33 UTC 

[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-11 13:28 UTC  (4+ messages)

[PATCH v2] mm/mmap: fix comment of unmapped_area{_topdown}
 2023-01-11 13:20 UTC 

[PATCH] maple_tree: fix comment of mte_destroy_walk
 2023-01-11 12:52 UTC  (3+ messages)

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-11 12:53 UTC  (5+ messages)
` [PATCH v5 2/3] cachestat: implement cachestat syscall

[PATCH] mm/mmap: fix comment of unmapped_area{_topdown}
 2023-01-11 12:47 UTC  (3+ messages)

[PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2023-01-11 12:07 UTC  (10+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 79fa898551af3fa16837f16294fdc8724b405762
 2023-01-11 11:56 UTC 

LSFMMBPF proposal [General/MM]: SRCU: a case study in memory ordering
 2023-01-11 11:32 UTC 

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-11 10:52 UTC  (12+ messages)
` BUG: unable to handle page fault for address: f6ffe000

[linux-next:master] BUILD REGRESSION 543b9b2fe10b2e12b8d773af65314d322f91e479
 2023-01-11 10:26 UTC  (3+ messages)

[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-11 10:22 UTC  (2+ messages)

[PATCH] Revert "x86: kmsan: sync metadata pages on page fault"
 2023-01-11 10:18 UTC 

[linux-next:master 1756/4000] include/linux/kcsan-checks.h:220:28: warning: 'args32' may be used uninitialized
 2023-01-11 10:16 UTC 

[PATCH] mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages
 2023-01-11  9:36 UTC  (2+ messages)

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-11  9:21 UTC  (4+ messages)

[PATCH] mm/slab.c: Delete the if judgment and return the result directly Remove the if judgment and return the result directly to reduce assembly statements
 2023-01-11  9:07 UTC 

[linux-next:pending-fixes 135/296] net/rxrpc/call_object.c:303 rxrpc_connect_call() warn: missing error code 'ret'
 2023-01-11  9:03 UTC  (2+ messages)

[PATCH v2 00/44] VMA tree type safety and remove __vma_adjust()
 2023-01-11  6:55 UTC  (7+ messages)
` [PATCH v2 10/44] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator

[PATCH 0/5] Some small improvements for compaction
 2023-01-11  6:40 UTC  (6+ messages)
` [PATCH 1/5] mm: compaction: Remove redundant VM_BUG_ON() in compact_zone()

[RFC PATCH 0/4] Multiple consecutive page for anonymous mapping
 2023-01-11  6:13 UTC  (7+ messages)

remove write_one_page / folio_write_one
 2023-01-11  4:58 UTC  (7+ messages)
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories

[PATCH v3] mm/debug: use valid physical memory for pmd/pud tests
 2023-01-11  4:38 UTC  (2+ messages)

[PATCH v7 4/4] workqueue: Unbind kworkers before sending them to exit()
 2023-01-11  3:33 UTC 

[PATCH -v2 0/9] migrate_pages(): batch TLB flushing
 2023-01-11  3:29 UTC  (12+ messages)
` [PATCH -v2 1/9] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH -v2 2/9] migrate_pages: separate hugetlb folios migration
` [PATCH -v2 3/9] migrate_pages: restrict number of pages to migrate in batch
` [PATCH -v2 4/9] migrate_pages: split unmap_and_move() to _unmap() and _move()

[linus:master] [mm, slub] fa9b88e459: kernel_BUG_at_include/linux/page-flags.h
 2023-01-11  1:48 UTC  (3+ messages)

[PATCH -next v8 0/4]arm64: add machine check safe support
 2023-01-11  1:31 UTC  (2+ messages)

[PATCH] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
 2023-01-11  1:07 UTC  (5+ messages)

[PATCH] userfaultfd: Fix vma iterator conversion
 2023-01-11  1:06 UTC  (3+ messages)

[PATCH v13 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
 2023-01-11  0:09 UTC  (4+ messages)

[PATCH mm-unstable v2 0/8] continue hugetlb folio conversion
 2023-01-11  0:00 UTC  (4+ messages)
` [PATCH mm-unstable v2 8/8] mm/hugetlb: convert demote_free_huge_page to folios

[PATCH] zsmalloc: fix a race with deferred_handles storing
 2023-01-10 23:17 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).