[PATCH 00/41] Per-VMA locks
2023-01-11 8:23 UTC (8+ messages)
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
2023-01-11 8:00 UTC
[PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
2023-01-11 7:27 UTC (19+ messages)
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-11 7:26 UTC (17+ messages)
` [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
[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 (10+ messages)
` [PATCH 1/5] mm: compaction: Remove redundant VM_BUG_ON() in compact_zone()
` [PATCH 2/5] mm: compaction: Move list validation into compact_zone()
` [PATCH 3/5] mm: compaction: Count the migration scanned pages events for proactive compaction
` [PATCH 4/5] mm: compaction: Add missing kcompactd wakeup trace event
` [PATCH 5/5] mm: compaction: Avoid fragmentation score calculation for empty zones
[RFC PATCH 0/4] Multiple consecutive page for anonymous mapping
2023-01-11 6:13 UTC (9+ messages)
remove write_one_page / folio_write_one
2023-01-11 4:58 UTC (11+ 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)
[linux-next:pending-fixes 135/296] net/rxrpc/call_object.c:303 rxrpc_connect_call() warn: missing error code 'ret'
2023-01-11 4:29 UTC
[PATCH v3 00/26] Split netmem from struct page
2023-01-11 4:22 UTC (27+ 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 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] 0af8489b02: kernel_BUG_at_include/linux/mm.h
2023-01-11 2:26 UTC (10+ messages)
[PATCH v8 00/16] TDX host kernel support
2023-01-11 1:58 UTC (41+ 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 14/16] x86/virt/tdx: Initialize all TDMRs
` [PATCH v8 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
[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 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
2023-01-11 0:09 UTC (17+ messages)
` [PATCH v13 1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
` [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
` [PATCH v13 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
[PATCH] lib/scatterlist: Fix to calculate the last_pg properly
2023-01-11 0:03 UTC (7+ messages)
[PATCH mm-unstable v2 0/8] continue hugetlb folio conversion
2023-01-11 0:00 UTC (11+ messages)
` [PATCH mm-unstable v2 1/8] mm/hugetlb: convert isolate_hugetlb to folios
` [PATCH mm-unstable v2 2/8] mm/hugetlb: convert __update_and_free_page() "
` [PATCH mm-unstable v2 3/8] mm/hugetlb: convert dequeue_hugetlb_page functions "
` [PATCH mm-unstable v2 4/8] mm/hugetlb: convert alloc_surplus_huge_page() "
` [PATCH mm-unstable v2 5/8] mm/hugetlb: increase use of folios in alloc_huge_page()
` [PATCH mm-unstable v2 6/8] mm/hugetlb: convert alloc_migrate_huge_page to folios
` [PATCH mm-unstable v2 7/8] mm/hugetlb: convert restore_reserve_on_error() "
` [PATCH mm-unstable v2 8/8] mm/hugetlb: convert demote_free_huge_page "
[PATCH] zsmalloc: fix a race with deferred_handles storing
2023-01-10 23:17 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-10 22:51 UTC (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
[PATCH v2 00/24] Split netmem from struct page
2023-01-10 22:00 UTC (34+ messages)
` [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 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 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 v5 0/3] cachestat: a new syscall for page cache state of files
2023-01-10 21:16 UTC (4+ messages)
` [PATCH v5 2/3] cachestat: implement cachestat syscall
mmap in 6.0 vs. 6.1: apparent behaviour change wrt. MAP_FAILED & errno
2023-01-10 20:58 UTC
[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
2023-01-10 20:04 UTC (9+ messages)
` [PATCH 34/46] hugetlb: userfaultfd: when using MADV_SPLIT, round addresses to PAGE_SIZE
` [PATCH 35/46] hugetlb: add MADV_COLLAPSE for hugetlb
[PATCH 0/7] Enable LASS (Linear Address space Separation)
2023-01-10 19:48 UTC
[Bug 216905] New: Kernel won't compile with KASAN
2023-01-10 19:33 UTC (3+ messages)
[PATCH 0/4] Track exported dma-buffers with memcg
2023-01-10 19:08 UTC (4+ messages)
` [PATCH 1/4] memcg: Track exported dma-buffers
[PATCH 0/8] mm/damon: trivial fixups
2023-01-10 19:04 UTC (9+ messages)
` [PATCH 1/8] mm/damon/core: update kernel-doc comments for DAMOS action supports of each DAMON operations set
` [PATCH 2/8] mm/damon/core: update kernel-doc comments for DAMOS filters "
` [PATCH 3/8] Docs/mm/damon/index: mention DAMOS on the intro
` [PATCH 4/8] Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of each DAMON operations set
` [PATCH 5/8] Docs/mm/damon: add a maintainer-profile for DAMON
` [PATCH 6/8] MAINTAINERS/DAMON: link maintainer profile, git trees, and website
` [PATCH 7/8] selftests/damon/sysfs: hide expected write failures
` [PATCH 8/8] selftests/damon/debugfs_rm_non_contexts: hide expected write error messages
[PATCH] mm/mmap: fix comment of unmapped_area{_topdown}
2023-01-10 18:44 UTC (2+ messages)
[PATCH] maple_tree: fix comment of mte_destroy_walk
2023-01-10 18:43 UTC (2+ messages)
[PATCH v2] nommu: Fix memory leak in do_mmap() error path
2023-01-10 18:31 UTC
[PATCH v2] nommu: Fix do_munmap() error path
2023-01-10 18:30 UTC
[PATCH v2] nommu: Fix split_vma() map_count error
2023-01-10 18:28 UTC
[PATCH v2] nommu: Fix split_vma() map_count error
2023-01-10 18:28 UTC
[PATCH] maple_tree: Fix mas_prev() and mas_find() state handling
2023-01-10 18:18 UTC
[PATCH v2] mm/debug: use valid physical memory for pmd/pud tests
2023-01-10 18:08 UTC (3+ messages)
[PATCH v2] mm/mmu_notifier: Remove unused mmu_notifier_range_update_to_read_only export
2023-01-10 17:53 UTC (2+ messages)
[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in filemap_get_read_batch
2023-01-10 17:21 UTC
[PATCH v2 0/2] docs/mm: start filling out new structure
2023-01-10 16:54 UTC (4+ messages)
` [PATCH v2 1/2] docs/mm: Page Reclaim: add page label to allow external references
` [PATCH v2 2/2] docs/mm: Physical Memory: add structure, introduction and nodes description
[linux-next:master] BUILD REGRESSION 435bf71af3a0aa8067f3b87ff9febf68b564dbb6
2023-01-10 16:39 UTC
[PATCH] maple_tree: remove the parameter entry of mas_preallocate
2023-01-10 15:42 UTC
[PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
2023-01-10 15:35 UTC (12+ messages)
[PATCH 0/6 v2] Discard __GFP_ATOMIC
2023-01-10 15:28 UTC (3+ messages)
` [PATCH 3/7] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
[syzbot] WARNING in mbind_range
2023-01-10 15:22 UTC (4+ messages)
[PATCH] mm.h: Fix "mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
2023-01-10 15:06 UTC (4+ messages)
[PATCH] mm/mmap: fix typo in comment
2023-01-10 14:53 UTC
[PATCH] mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages
2023-01-10 14:41 UTC (3+ messages)
[syzbot] WARNING in vma_complete
2023-01-10 14:15 UTC (2+ messages)
PROBLEM: selftest/vm/cow.c failed to compile (‘MADV_PAGEOUT’ undeclared)
2023-01-10 12:29 UTC (6+ messages)
[linux-next:master 3197/3637] htmldocs: Warning: Documentation/arm/samsung/gpio.rst references a file that doesn't exist: Documentation/arm/samsung-s3c24xx/gpio.rst
2023-01-10 12:12 UTC
[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2023-01-10 11:46 UTC (12+ messages)
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 11/12] slub: Replace cmpxchg_double()
[linux-next:pending-fixes] BUILD SUCCESS 3145d9dfed323d5a82d40670e333de58fb1a9e65
2023-01-10 11:29 UTC
[PATCH] mm: remove PageMovable export
2023-01-10 10:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox