[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-04-29 20:11 UTC (2+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
2022-04-29 20:02 UTC (5+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping
[PATCH 00/21] Folio patches for 5.19
2022-04-29 19:50 UTC (23+ messages)
` [PATCH 01/21] shmem: Convert shmem_alloc_hugepage() to use vma_alloc_folio()
` [PATCH 02/21] mm/huge_memory: Convert do_huge_pmd_anonymous_page() "
` [PATCH 03/21] mm: Remove alloc_pages_vma()
` [PATCH 04/21] vmscan: Use folio_mapped() in shrink_page_list()
` [PATCH 05/21] vmscan: Convert the writeback handling in shrink_page_list() to folios
` [PATCH 06/21] swap: Turn get_swap_page() into folio_alloc_swap()
` [PATCH 07/21] swap: Convert add_to_swap() to take a folio
` [PATCH 08/21] vmscan: Convert dirty page handling to folios
` [PATCH 09/21] vmscan: Convert page buffer handling to use folios
` [PATCH 10/21] vmscan: Convert lazy freeing to folios
` [PATCH 11/21] vmscan: Move initialisation of mapping down
` [PATCH 12/21] vmscan: Convert the activate_locked portion of shrink_page_list to folios
` [PATCH 13/21] vmscan: Remove remaining uses of page in shrink_page_list
` [PATCH 14/21] mm/shmem: Use a folio in shmem_unused_huge_shrink
` [PATCH 15/21] mm/swap: Add folio_throttle_swaprate
` [PATCH 16/21] mm/shmem: Convert shmem_add_to_page_cache to take a folio
` [PATCH 17/21] mm/shmem: Turn shmem_should_replace_page into shmem_should_replace_folio
` [PATCH 18/21] mm/shmem: Turn shmem_alloc_page() into shmem_alloc_folio()
` [PATCH 19/21] mm/shmem: Convert shmem_alloc_and_acct_page to use a folio
` [PATCH 20/21] mm/shmem: Convert shmem_getpage_gfp "
` [PATCH 21/21] mm/shmem: Convert shmem_swapin_page() to shmem_swapin_folio()
[RFC] Expose a memory poison detector ioctl to user space
2022-04-29 19:46 UTC (4+ messages)
[PATCH] mm: swap: determine swap device by using page nid
2022-04-29 19:07 UTC (11+ messages)
[PATCH 0/2] Finalising swap-over-NFS patches
2022-04-29 19:04 UTC (9+ messages)
` [PATCH 2/2] NFS: rename nfs_direct_IO and use as ->swap_rw
` [PATCH 1/2] MM: handle THP in swap_*page_fs()
[PATCH v4 00/17] mm: COW fixes part 2: reliable GUP pins of anonymous pages
2022-04-29 18:56 UTC (4+ messages)
` [PATCH v4 12/17] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-29 18:53 UTC (26+ messages)
[PATCH] mapletree-vs-khugepaged
2022-04-29 16:18 UTC (6+ messages)
[next] i386: kunit: ASSERTION FAILED at mm/kfence/kfence_test.c:547
2022-04-29 16:17 UTC (2+ messages)
[PATCH 00/14] mm/damon: Support online tuning
2022-04-29 16:06 UTC (15+ messages)
` [PATCH 01/14] mm/damon/core: add a new callback for watermarks checks
` [PATCH 02/14] mm/damon/core: finish kdamond as soon as any callback returns an error
` [PATCH 03/14] mm/damon/vaddr: generalize damon_va_apply_three_regions()
` [PATCH 04/14] mm/damon/vaddr: move 'damon_set_regions()' to core
` [PATCH 05/14] mm/damon/vaddr: remove damon_va_apply_three_regions()
` [PATCH 06/14] mm/damon/sysfs: prohibit multiple physical address space monitoring targets
` [PATCH 07/14] mm/damon/sysfs: move targets setup code to a separated function
` [PATCH 08/14] mm/damon/sysfs: reuse damon_set_regions() for regions setting
` [PATCH 09/14] mm/damon/sysfs: use enum for 'state' input handling
` [PATCH 10/14] mm/damon/sysfs: update schemes stat in the kdamond context
` [PATCH 11/14] mm/damon/sysfs: support online inputs update
` [PATCH 12/14] Docs/{ABI,admin-guide}/damon: Update for 'state' sysfs file input keyword, 'commit'
` [PATCH 13/14] mm/damon/reclaim: support online inputs update
` [PATCH 14/14] Docs/admin-guide/mm/damon/reclaim: document 'commit_inputs' parameter
[next] mm: libhugetlbfs: WARNING: at mm/page_alloc.c:5368 __alloc_pages
2022-04-29 16:03 UTC (2+ messages)
[PATCH v3 00/12] mm: userspace hugepage collapse
2022-04-29 16:01 UTC (12+ messages)
` [PATCH v3 04/12] mm/khugepaged: add struct collapse_result
` [PATCH v3 06/12] mm/khugepaged: remove khugepaged prefix from shared collapse functions
` [PATCH v3 07/12] mm/khugepaged: add flag to ignore khugepaged_max_ptes_*
[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
2022-04-29 14:48 UTC (7+ messages)
` [PATCH v2 14/23] mm/slab_common: print cache name in tracepoints
` [PATCH v2 18/23] mm/sl[au]b: generalize kmalloc subsystem
` [PATCH v2 20/23] mm/slab_common: factor out __do_kmalloc_node()
[PATCH 0/4] memory-failure: fix hwpoison_filter
2022-04-29 14:22 UTC (5+ messages)
` [PATCH 1/4] mm/memory-failure.c: move clear_hwpoisoned_pages
` [PATCH 2/4] mm/memofy-failure.c:: simplify num_poisoned_pages_dec
` [PATCH 3/4] mm/memofy-failure.c: optimize hwpoison_filter
` [PATCH 4/4] mm/memofy-failure.c: add hwpoison_filter for soft offline
[PATCH v10 00/14] Multi-Gen LRU Framework
2022-04-29 14:10 UTC (3+ messages)
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks
[PATCH v11 0/6] Use pageblock_order for cma and alloc_contig_range alignment
2022-04-29 13:54 UTC (14+ messages)
` [PATCH v11 3/6] mm: make alloc_contig_range work at pageblock granularity
[RFC PATCH 00/18] Try to free user PTE page table pages
2022-04-29 13:35 UTC (19+ messages)
` [RFC PATCH 01/18] x86/mm/encrypt: add the missing pte_unmap() call
` [RFC PATCH 02/18] percpu_ref: make ref stable after percpu_ref_switch_to_atomic_sync() returns
` [RFC PATCH 03/18] percpu_ref: make percpu_ref_switch_lock per percpu_ref
` [RFC PATCH 04/18] mm: convert to use ptep_clear() in pte_clear_not_present_full()
` [RFC PATCH 05/18] mm: split the related definitions of pte_offset_map_lock() into pgtable.h
` [RFC PATCH 06/18] mm: introduce CONFIG_FREE_USER_PTE
` [RFC PATCH 07/18] mm: add pte_to_page() helper
` [RFC PATCH 08/18] mm: introduce percpu_ref for user PTE page table page
` [RFC PATCH 09/18] pte_ref: add pte_tryget() and {__,}pte_put() helper
` [RFC PATCH 10/18] mm: add pte_tryget_map{_lock}() helper
` [RFC PATCH 11/18] mm: convert to use pte_tryget_map_lock()
` [RFC PATCH 12/18] mm: convert to use pte_tryget_map()
` [RFC PATCH 13/18] mm: add try_to_free_user_pte() helper
` [RFC PATCH 14/18] mm: use try_to_free_user_pte() in MADV_DONTNEED case
` [RFC PATCH 15/18] mm: use try_to_free_user_pte() in MADV_FREE case
` [RFC PATCH 16/18] pte_ref: add track_pte_{set, clear}() helper
` [RFC PATCH 17/18] x86/mm: add x86_64 support for pte_ref
` [RFC PATCH 18/18] Documentation: add document "
[powerpc] kernel BUG at mm/mmap.c:3164! w/ltp(mmapstress03)
2022-04-29 13:27 UTC (2+ messages)
[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
2022-04-29 13:19 UTC (9+ messages)
` [PATCHv5 04/12] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv5 05/12] efi/x86: Implement support for unaccepted memory
` [PATCHv5 06/12] x86/boot/compressed: Handle "
` [PATCHv5 07/12] x86/mm: Reserve unaccepted memory bitmap
[linux-next:master 7400/7959] drivers/gpu/drm/amd/amdgpu/soc21.c:128:6: warning: no previous prototype for 'soc21_grbm_select'
2022-04-29 12:56 UTC
[next] x86: BUG: kernel NULL pointer dereference, address:
2022-04-29 12:40 UTC (2+ messages)
[PATCH v2] mm: slab: optimize memcg_slab_free_hook()
2022-04-29 12:30 UTC
[PATCH v9 0/4] add hugetlb_optimize_vmemmap sysctl
2022-04-29 12:18 UTC (5+ messages)
` [PATCH v9 1/4] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
` [PATCH v9 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v9 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v9 4/4] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl
[PATCH AUTOSEL 13/14] mm/thp: ClearPageDoubleMap in first page_add_file_rmap()
2022-04-29 12:13 UTC (5+ messages)
[linux-next:master 7511/7959] kernel/printk/printk_ringbuffer.h:337:21: warning: array subscript 0 is outside array bounds of 'char[0]'
2022-04-29 11:45 UTC
[PATCH v3 3/4] hugetlb: Fix return value of __setup handlers
2022-04-29 11:44 UTC (4+ messages)
` [PATCH v4] mm: Using for_each_online_node and node_online instead of open coding
[PATCH] mm/slub: remove unused kmem_cache_order_objects max
2022-04-29 11:38 UTC (3+ messages)
[PATCH v2 0/4] A few cleanup and fixup patches for migration
2022-04-29 11:36 UTC (10+ messages)
` [PATCH v2 1/4] mm/migration: reduce the rcu lock duration
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check
` [PATCH v2 3/4] mm/migration: return errno when isolate_huge_page failed
` [PATCH v2 4/4] mm/migration: fix potential pte_unmap on an not mapped pte
[linux-next:master 7388/7959] drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c:1348:5: warning: no previous prototype for 'amdgpu_discovery_get_mall_info'
2022-04-29 11:24 UTC
[PATCH v2 0/5] arm64: Cleanup ioremap() and support ioremap_prot()
2022-04-29 10:32 UTC (6+ messages)
` [PATCH v2 1/5] mm: ioremap: Use more sensibly name in ioremap_prot()
` [PATCH v2 2/5] mm: ioremap: Setup phys_addr of struct vm_struct
` [PATCH v2 3/5] mm: ioremap: Add arch_ioremap/iounmap()
` [PATCH v2 4/5] arm64: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 5/5] arm64: Add HAVE_IOREMAP_PROT support
[PATCH v5 1/2] printk: stop including cache.h from printk.h
2022-04-29 9:56 UTC (5+ messages)
` [PATCH v5 2/2] mm: make minimum slab alignment a runtime property
[PATCH 1/2] mm: slab: fix comment for ARCH_KMALLOC_MINALIGN
2022-04-29 9:41 UTC (3+ messages)
[PATCH v3 1/4] hugetlb: Fix wrong use of nr_online_nodes
2022-04-29 9:32 UTC (3+ messages)
` [PATCH v4] "
[PATCH v3 0/4] hugetlb: Fix some incorrect behavior
2022-04-29 9:30 UTC (5+ messages)
` [PATCH v3 2/4] hugetlb: Fix hugepages_setup when deal with pernode
` [PATCH v3 4/4] hugetlb: Clean up hugetlb_cma_reserve
[xfs] 2229276c52: xfstests.xfs.187.fail
2022-04-29 9:27 UTC
[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
2022-04-29 9:26 UTC (5+ messages)
` [PATCH v2 2/5] cgroup: Account for memory_recursiveprot in test_memcg_low()
[RFC PATCH 0/6] Drain remote per-cpu directly
2022-04-29 9:13 UTC (6+ messages)
` [PATCH 5/6] mm/page_alloc: Protect PCP lists with a spinlock
[RFC PATCH v1 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
2022-04-29 8:49 UTC (3+ messages)
` [RFC PATCH v1 2/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
[syzbot] possible deadlock in do_page_fault
2022-04-29 6:50 UTC (2+ messages)
[PATCH 0/9] A few fixup patches for z3fold
2022-04-29 6:40 UTC (10+ messages)
` [PATCH 1/9] mm/z3fold: fix sheduling while atomic
` [PATCH 2/9] mm/z3fold: fix possible null pointer dereferencing
` [PATCH 3/9] mm/z3fold: remove buggy use of stale list for allocation
` [PATCH 4/9] mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc
` [PATCH 5/9] revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc"
` [PATCH 6/9] mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration fails
` [PATCH 7/9] mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock
` [PATCH 8/9] mm/z3fold: fix z3fold_reclaim_page races with z3fold_free
` [PATCH 9/9] mm/z3fold: fix z3fold_page_migrate races with z3fold_map
[PATCH -next v6 0/6]mm: page_table_check: add support on arm64 and riscv
2022-04-29 6:18 UTC (3+ messages)
` [PATCH -next v6 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
[linux-next:master 5852/7483] drivers/net/wireless/purelifi/plfxlc/chip.c:33:14: sparse: sparse: cast to restricted __le16
2022-04-29 5:49 UTC (2+ messages)
[PATCH v2] mm/memory_hotplug: use pgprot_val to get value of pgprot
2022-04-29 3:27 UTC (2+ messages)
[PATCH 1/2] mm/vmscan: filter empty page_list at the beginning
2022-04-29 1:44 UTC (2+ messages)
` [PATCH 2/2] mm/vmscan: not use NUMA_NO_NODE as indicator of page on different node
[PATCH 0/2] dmapool performance enhancements
2022-04-29 1:41 UTC (5+ messages)
` [PATCH 1/2] mm/dmapool: replace linked list with xarray
` [PATCH 2/2] mm/dmapool: link blocks across pages
[PATCH v8 00/70] Introducing the Maple Tree
2022-04-29 1:16 UTC (5+ messages)
` [PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
[RFC v2 0/2] Memory poison recovery in khugepaged collapsing
2022-04-29 0:09 UTC (3+ messages)
` [RFC v2 1/2] mm: khugepaged: recover from poisoned anonymous memory
` [RFC v2 2/2] mm: khugepaged: recover from poisoned file-backed memory
[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
2022-04-28 23:49 UTC (6+ messages)
` [PATCH v3 4/6] KVM: arm64/mmu: count KVM page table pages in pagetable stats
[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
2022-04-28 21:54 UTC (15+ messages)
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 06/18] xfs: add iomap async buffered write support
` [RFC PATCH v1 11/18] xfs: add "
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes
[PATCH 0/5] zswap: cgroup accounting & control
2022-04-28 19:58 UTC (11+ messages)
` [PATCH 4/5] mm: zswap: add basic meminfo and vmstat coverage
[RFC PATCH v3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-04-28 18:10 UTC (2+ messages)
[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
2022-04-28 18:00 UTC (7+ messages)
` [patch v3] "
` [patch v4] "
` [patch v5] "
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