linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] large folios swap-in: handle refault cases first
 2024-04-07  2:24 UTC  (3+ messages)
` [PATCH 4/4] mm: swap: entirely map large folios found in swapcache

[PATCH v2 0/3] x86/mm/pat: fix VM_PAT handling in COW mappings
 2024-04-07  2:08 UTC  (5+ messages)
` [PATCH v2 2/3] "

[PATCH v2 0/3] SLUB: improve filling cpu partial a bit in get_partial_node()
 2024-04-07  1:47 UTC  (4+ messages)
` [PATCH v2 3/3] mm/slub: simplify get_partial_node()

[akpm-mm:mm-unstable 313/322] include/linux/huge_mm.h:274:23: error: variably modified 'stats' at file scope
 2024-04-07  0:52 UTC  (2+ messages)

Machine check recovery broken in v6.9-rc1
 2024-04-07  0:08 UTC  (8+ messages)

[PATCH] mm/ksm: remove redundant code in ksm_fork
 2024-04-06 23:37 UTC  (2+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-04-06 23:27 UTC  (8+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
  ` [PATCH RFC 5/6] mm: rmap: weaken the WARN_ON in __folio_add_anon_rmap()

[akpm-mm:mm-unstable 313/322] include/linux/huge_mm.h:274:16: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
 2024-04-06 22:40 UTC  (2+ messages)

[PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
 2024-04-06 21:47 UTC  (2+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-04-06 21:42 UTC  (7+ messages)

[PATCH 1/1] fixup! increase PERCPU_MODULE_RESERVE to accommodate allocation tags
 2024-04-06 21:40 UTC 

[PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-04-06 17:36 UTC  (2+ messages)
` [PATCH v20 3/5] tracing: Allow user-space mapping of the ring-buffer

[linux-next:master 1149/4242] sound/soc/amd/ps/pci-ps.c:271:undefined reference to `sdw_amd_probe'
 2024-04-06  5:06 UTC  (2+ messages)

[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-06  4:25 UTC  (9+ messages)
` [PATCH net-next v9 2/9] iavf: kill "legacy-rx" for good
` [PATCH net-next v9 4/9] slab: introduce kvmalloc_array_node() and kvcalloc_node()
` [PATCH net-next v9 7/9] libeth: add Rx buffer management

[linux-next:master] [lib/xarray] 5053ab0c89: WARNING:suspicious_RCU_usage
 2024-04-06  3:25 UTC 

[PATCH] mm/userfaultfd: Allow hugetlb change protection upon poison entry
 2024-04-05 23:19 UTC 

[PATCH 1/1] fixup! fix missing vmalloc.h includes
 2024-04-05 22:51 UTC 

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-05 22:43 UTC  (6+ messages)
` [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH v4 0/2] mm: add per-order mTHP alloc and swpout counters
 2024-04-05 22:04 UTC  (5+ messages)
` [PATCH v4 1/2] mm: add per-order mTHP anon_alloc and anon_alloc_fallback counters
` [PATCH v4 2/2] mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-05 21:42 UTC  (7+ messages)

[syzbot] [mm?] WARNING in hugetlb_change_protection (2)
 2024-04-05 21:31 UTC 

[PATCH 0/7] khugepaged folio conversions
 2024-04-05 21:21 UTC  (15+ messages)
` [PATCH 1/7] khugepaged: Inline hpage_collapse_alloc_folio()
` [PATCH 2/7] khugepaged: Convert alloc_charge_hpage to alloc_charge_folio
` [PATCH 3/7] khugepaged: Remove hpage from collapse_huge_page()
` [PATCH 4/7] khugepaged: Pass a folio to __collapse_huge_page_copy()
` [PATCH 5/7] khugepaged: Remove hpage from collapse_file()
` [PATCH 6/7] khugepaged: Use a folio throughout collapse_file()
` [PATCH 7/7] khugepaged: Use a folio throughout hpage_collapse_scan_file()

[PATCH 0/2] selftests: Replace "Bail out" with "Error" in ksft_exit_fail_msg()
 2024-04-05 21:07 UTC  (11+ messages)
` [PATCH 1/2] selftests: Replace "Bail out" with "Error"
` [PATCH 2/2] selftests: Remove Error/Failed prefix from ksft_exit_fail*() usages

[GIT PULL] hotfixes for 6.9-rc3
 2024-04-05 21:05 UTC  (2+ messages)

[PATCH v2 0/5] zswap same-filled and limit checking cleanups
 2024-04-05 20:29 UTC  (12+ messages)
` [PATCH v2 1/5] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
` [PATCH v2 2/5] mm: zswap: calculate limits only when updated
` [PATCH v2 3/5] mm: zswap: refactor limit checking from zswap_store()
` [PATCH v2 4/5] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [PATCH v2 5/5] mm: zswap: remove same_filled module params

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-05 19:28 UTC  (16+ messages)
` [RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
` [RFC PATCH v3 2/7] mm: make alloc_demote_folio externally invokable for migration
` [RFC PATCH v3 3/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [RFC PATCH v3 4/7] mm/migrate: add MR_DAMON to migrate_reason
` [RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [RFC PATCH v3 6/7] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
` [RFC PATCH v3 7/7] mm/damon: Add "damon_migrate_{hot,cold}" vmstat

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
 2024-04-05 18:19 UTC  (8+ messages)

[syzbot] [mm?] [hardening?] BUG: bad usercopy in do_handle_open
 2024-04-05 18:09 UTC  (2+ messages)

[PATCH] mm: Convert pagecache_isize_extended to use a folio
 2024-04-05 18:00 UTC 

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-04-05 16:56 UTC  (4+ messages)
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion

[PATCH v2] mm/slub: Reduce memory consumption in extreme scenarios
 2024-04-05 16:50 UTC  (2+ messages)

[PATCH] Documentation/admin-guide/sysctl/vm.rst adding the importance of NUMA-node count to documentation
 2024-04-05 16:49 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 24e5164b281bb347da5f23b80db40be8197ee5c8
 2024-04-05 16:37 UTC 

[PATCH] mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE but THP enabled
 2024-04-05 16:36 UTC  (3+ messages)

[PATCH 0/5] Clean up __folio_put()
 2024-04-05 16:34 UTC  (7+ messages)
` [PATCH 1/5] mm: Free non-hugetlb large folios in a batch
` [PATCH 2/5] mm: Combine free_the_page() and free_unref_page()
` [PATCH 3/5] mm: Inline destroy_large_folio() into __folio_put_large()
` [PATCH 4/5] mm: Combine __folio_put_small, __folio_put_large and __folio_put
` [PATCH 5/5] mm: Convert free_zone_device_page to free_zone_device_folio

[linux-next:master] BUILD REGRESSION 8568bb2ccc278f344e6ac44af6ed010a90aa88dc
 2024-04-05 15:40 UTC  (2+ messages)

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-04-05 15:18 UTC  (4+ messages)
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource

[PATCH 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-05 13:53 UTC  (13+ messages)

mm/gup.c:679:22: error: call to '__compiletime_assert_382' declared with 'error' attribute: BUILD_BUG failed
 2024-04-05 13:21 UTC  (3+ messages)

[PATCH v4 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-05 12:58 UTC  (7+ messages)
` [PATCH v4 1/2] mm/madvise: introduce mkold_clean_ptes() batch helper
` [PATCH v4 2/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free

Linux choosing to swap despite having 250G of file memory available
 2024-04-05 12:49 UTC  (3+ messages)

[linux-next:master 4238/4242] riscv32-linux-ld: section .data LMA [00369000,00907967] overlaps section .text LMA [0007899c,01a6a6af]
 2024-04-05 12:33 UTC 

[PATCH] mm: page_alloc: use the correct THP order for THP PCP
 2024-04-05 12:16 UTC  (3+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-05 11:58 UTC  (5+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[PATCH 0/4] Use folio APIs in procfs
 2024-04-05 11:02 UTC  (3+ messages)

[PATCH v3] mm: add per-order mTHP alloc_success and alloc_fail counters
 2024-04-05 10:51 UTC  (15+ messages)

[PATCH v6 0/6] Swap-out mTHP without splitting
 2024-04-05 10:42 UTC  (7+ messages)
` [PATCH v6 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v6 4/6] mm: swap: Allow storage of all mTHP orders
` [PATCH v6 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[linux-next:master] [fs] 1b43c46297: kernel_BUG_at_mm/usercopy.c
 2024-04-05 10:26 UTC  (4+ messages)

[PATCH 15/26] mm: Export writeback_iter()
 2024-04-05 10:15 UTC  (10+ messages)
    ` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-04-05 10:13 UTC  (2+ messages)

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-04-05  9:24 UTC  (12+ messages)
` [PATCH v5 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v5 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v5 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[PATCH 0/3] Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch
 2024-04-05  9:21 UTC  (4+ messages)
` [PATCH 1/3] mm: Move lowmem_page_address() a little later

[PATCH v13 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-04-05  9:19 UTC  (3+ messages)
` [PATCH v13 2/8] mm/gup: Introduce check_and_migrate_movable_folios()

[PATCH v2 00/14] transfer page to folio in KSM
 2024-04-05  9:07 UTC  (12+ messages)
` [PATCH v3 01/14] mm/ksm: add ksm_get_folio
` [PATCH v3 06/14] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v3 08/14] mm/ksm: Convert chain series funcs to use folio
` [PATCH v3 13/14] mm/ksm: use folio_set_stable_node in try_to_merge_one_page
` [PATCH v3 14/14] mm/ksm: remove set_page_stable_node

[PATCH] slub: fix slub segmentation
 2024-04-05  9:05 UTC  (3+ messages)

[linux-next:master 4050/4242] loongarch64-linux-ld: kernel/bpf/verifier.c:20223:undefined reference to `__SCK__perf_snapshot_branch_stack'
 2024-04-05  8:15 UTC 

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-05  7:56 UTC  (3+ messages)
` [PATCH 3/7] crypto: Remove the now superfluous sentinel element from ctl_table array

[PATCH v4 0/4] Memory management patches needed by Rust Binder
 2024-04-05  7:44 UTC  (4+ messages)
` [PATCH v4 4/4] rust: add abstraction for `struct page`

[linux-next:master 2720/3921] lib/alloc_tag.c:142 alloc_tag_init() warn: passing zero to 'PTR_ERR'
 2024-04-05  6:51 UTC 

[linux-next:master 3911/4242] kernel/bpf/verifier.c:19160:44: sparse: sparse: cast truncates bits from constant value (fffffffc00000000 becomes 0)
 2024-04-05  6:29 UTC 

[linux-next:master 4050/4242] verifier.c:undefined reference to `__SCK__perf_snapshot_branch_stack'
 2024-04-05  6:08 UTC 

[syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state
 2024-04-05  4:47 UTC  (5+ messages)

[PATCH v1 0/5] zswap same-filled and limit checking cleanups
 2024-04-05  4:19 UTC  (11+ messages)
` [PATCH v1 2/5] mm: zswap: refactor limit checking from zswap_store()
` [PATCH v1 3/5] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [PATCH v1 4/5] mm: zswap: remove same_filled module params
` [PATCH v1 5/5] mm: zswap: do not check the global limit for same-filled pages

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-05  3:42 UTC  (6+ messages)
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios

[linux-next:master 3790/3921] i2c-i801.c:undefined reference to `i2c_root_adapter'
 2024-04-05  3:31 UTC 

[PATCH v2 0/3] Hugetlb fault path to use struct vm_fault
 2024-04-05  3:23 UTC  (5+ messages)
` [PATCH v2 2/3] hugetlb: Convert hugetlb_no_page() "
` [PATCH v2 3/3] hugetlb: Convert hugetlb_wp() "

[Patch v3] mm/memblock: remove empty dummy entry
 2024-04-05  1:58 UTC 

[Patch v2] mm/memblock: remove empty dummy entry
 2024-04-05  1:53 UTC  (2+ messages)

[linux-next:master 2709/3921] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1488 (section: __ex_table) -> .LASF136 (section: .debug_str)
 2024-04-05  1:52 UTC 

[PATCH] mm/memblock: remove empty dummy entry
 2024-04-05  1:51 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox